AP-CALCBC-1.16

U1.16 The Intermediate Value Theorem

Master the Intermediate Value Theorem for AP Calculus BC: state IVT precisely, check its continuity hypothesis, and use it to prove roots, solutions, and fixed points exist.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U1.16 The Intermediate Value Theorem, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

How do you prove a solution exists when you can't actually solve the equation? The Intermediate Value Theorem (IVT) is your answer. It's an existence theorem: it guarantees that a continuous function passing from one value to another must hit every value in between at least once.

On the AP exam, IVT questions reward precision. You'll rarely be asked to find the exact root — instead you'll justify that one exists. This lesson shows you exactly how to state IVT, verify its single crucial hypothesis, and write the tight, complete justification that graders look for.

Stating the Theorem Precisely

The Intermediate Value Theorem says: if ff is continuous on the closed interval [a,b][a,b], and NN is any value between f(a)f(a) and f(b)f(b), then there exists at least one number cc in the open interval (a,b)(a,b) such that f(c)=Nf(c)=N.

Read that carefully. There are three moving parts: a continuous function, a target value NN sandwiched between the two endpoint outputs, and a guaranteed input cc that produces it.

The conclusion is deliberately modest. IVT promises at least one such cc — there could be many. It does not tell you the value of cc, and it does not tell you how many solutions there are. It only certifies existence.

A subtle point about endpoints: the hypothesis requires continuity on the closed interval [a,b][a,b], but the guaranteed cc lives in the open interval (a,b)(a,b). That matches intuition — the function must reach NN somewhere strictly between the endpoints if NN is strictly between the endpoint values.

Geometrically, IVT means the graph of a continuous function cannot jump over a horizontal line y=Ny=N that lies between its endpoint heights. To get from below the line to above it, the unbroken curve must cross it.

Checking the One Hypothesis That Matters

IVT has exactly one hypothesis you must verify: ff is continuous on the closed interval [a,b][a,b]. Miss this and the theorem collapses.

Consider f(x)=1xf(x)=\frac{1}{x} on [1,1][-1,1]. Here f(1)=1f(-1)=-1 and f(1)=1f(1)=1, so N=0N=0 sits between them. Yet f(x)=0f(x)=0 has no solution anywhere. IVT fails because ff is not continuous at x=0x=0 — there's a vertical asymptote. The theorem is not lying; its hypothesis simply isn't met.

On the AP exam, most IVT problems hand you a polynomial, or a function that is stated to be continuous, or the sum/product/composition of familiar continuous functions. Your job is to explicitly say why continuity holds.
Function typeContinuity justification
PolynomialContinuous for all real xx
RationalContinuous except where denominator =0=0
sinx, cosx, ex\sin x,\ \cos x,\ e^xContinuous everywhere
Given in a tableMust be told "ff is continuous"
A common exam trap: a table of values is given and asked to conclude a root exists. You may only invoke IVT if the problem states the function is continuous. Data points alone cannot prove continuity.

Applying IVT to Prove Roots and Solutions Exist

The classic use of IVT is proving an equation has a solution. To show f(x)=Nf(x)=N has a solution on [a,b][a,b], follow a fixed recipe.

First, confirm ff is continuous on [a,b][a,b]. Second, evaluate f(a)f(a) and f(b)f(b). Third, show NN lies strictly between them. Fourth, conclude by IVT that some cc in (a,b)(a,b) satisfies f(c)=Nf(c)=N.

For root-finding, set N=0N=0. If a continuous ff has f(a)<0f(a)<0 and f(b)>0f(b)>0 (opposite signs), then 00 is between them, so a root exists in (a,b)(a,b). This sign-change idea is the heart of the bisection method.

Solving g(x)=h(x)g(x)=h(x) becomes a root problem too: define f(x)=g(x)h(x)f(x)=g(x)-h(x) and find where f(x)=0f(x)=0.

Fixed points are a favorite variation. A fixed point satisfies f(x)=xf(x)=x. Define g(x)=f(x)xg(x)=f(x)-x; if gg changes sign on [a,b][a,b], a fixed point exists. For instance, if ff is continuous with f(0)=0.5f(0)=0.5 and f(1)=0.7f(1)=0.7, then g(0)=0.5>0g(0)=0.5>0 and g(1)=0.3<0g(1)=-0.3<0, so gg has a zero and ff has a fixed point in (0,1)(0,1).

How the Exam Tests IVT and Common Errors

Multiple-choice questions often ask which interval must contain a root, or which theorem justifies a conclusion. Free-response questions — frequently with a table of values — ask you to justify that f(c)=kf(c)=k for some cc, and grading is strict about wording.

To earn the point, your justification must state three things: that ff is continuous (usually because the problem says so), that kk lies between the two relevant function values, and the conclusion via IVT. Write something like: "Since ff is continuous on [2,5][2,5] and f(2)=1<3<8=f(5)f(2)=1<3<8=f(5), by the IVT there exists cc in (2,5)(2,5) with $f(c)=3."
MistakeFix
Forgetting to state continuityAlways name the hypothesis explicitly
Using IVT to count solutionsIVT gives existence only, not the number
Claiming exactly one rootIVT never proves uniqueness
Applying IVT to a table without "continuous"Only use IVT if continuity is given
A deeper misconception: students think if f(a)f(a) and f(b)f(b) have the same sign, there is no root. False — IVT simply says nothing in that case. There could still be roots; IVT just doesn't guarantee them.

Key terms

Intermediate Value Theorem.
If ff is continuous on [a,b][a,b] and NN is between f(a)f(a) and f(b)f(b), then some cc in (a,b)(a,b) has f(c)=Nf(c)=N.
Continuous on a closed interval.
ff is continuous at every interior point of [a,b][a,b] and continuous from the right at aa and from the left at bb.
Existence theorem.
A theorem that guarantees something exists without producing or counting it; IVT is one.
Root (zero).
An input xx where f(x)=0f(x)=0; IVT proves one exists when ff changes sign on an interval.
Fixed point.
A value xx satisfying f(x)=xf(x)=x; found by applying IVT to g(x)=f(x)xg(x)=f(x)-x.
Sign change.
When f(a)f(a) and f(b)f(b) have opposite signs, guaranteeing 00 lies between them and a root exists for continuous ff.
Hypothesis.
The condition that must hold for a theorem to apply; for IVT it is continuity on the closed interval.

Worked example

Show that f(x)=x3+2x5f(x)=x^3+2x-5 has at least one real root in the interval [1,2][1,2].
Step 1 — Check continuity. f(x)=x3+2x5f(x)=x^3+2x-5 is a polynomial, and polynomials are continuous for all real numbers, so ff is continuous on the closed interval [1,2][1,2]. The single hypothesis of IVT is satisfied.

Step 2 — Evaluate the endpoints. Compute f(1)=13+2(1)5=1+25=2f(1)=1^3+2(1)-5=1+2-5=-2. Compute f(2)=23+2(2)5=8+45=7f(2)=2^3+2(2)-5=8+4-5=7.

Step 3 — Locate the target value. We want a root, so N=0N=0. Check that 00 lies between the endpoint outputs: f(1)=2<0<7=f(2)f(1)=-2<0<7=f(2). Yes, 00 is strictly between 2-2 and 77.

Step 4 — Apply IVT and conclude. Since ff is continuous on [1,2][1,2] and 00 is between f(1)f(1) and f(2)f(2), the Intermediate Value Theorem guarantees there exists at least one cc in (1,2)(1,2) such that f(c)=0f(c)=0. Therefore ff has a real root in the interval.

Notice we never found the root itself — IVT only certifies existence, which is exactly what the question asked.

Practice questions

Let ff be continuous on [0,4][0,4] with f(0)=3f(0)=-3 and f(4)=5f(4)=5. Which statement must be true?
  1. ff has exactly one zero on (0,4)(0,4)
  2. ff has at least one zero on (0,4)(0,4)
  3. ff is increasing on [0,4][0,4]
  4. f(2)=1f(2)=1

Answer: ff has at least one zero on (0,4)(0,4)

Because ff is continuous and f(0)=3<0<5=f(4)f(0)=-3<0<5=f(4), the value 00 lies between the endpoint outputs, so IVT guarantees at least one cc with f(c)=0f(c)=0. IVT does not promise exactly one zero (uniqueness), does not tell us the function is increasing, and cannot pin down f(2)f(2). Only the existence of at least one zero is forced.
The function gg is continuous, and a table gives g(2)=4g(2)=4, g(5)=1g(5)=1, and g(8)=6g(8)=6. Explain why the equation g(x)=3g(x)=3 must have a solution, and identify an interval that must contain one.

Answer: A solution exists on (2,5)(2,5).

On [2,5][2,5], gg is continuous and g(2)=4g(2)=4 and g(5)=1g(5)=1, so 33 lies strictly between 11 and 44. By IVT there is some cc in (2,5)(2,5) with g(c)=3g(c)=3. On [5,8][5,8], the value 33 is not between g(5)=1g(5)=1 and g(8)=6g(8)=6... actually 33 is between 11 and 66, so a solution is also guaranteed on (5,8)(5,8). Either interval works; the key is that continuity plus 33 lying between the endpoint values invokes IVT.
Explain why the equation cosx=x\cos x = x has a solution in the interval [0,1][0,1].

Answer: By IVT, a fixed point exists in (0,1)(0,1).

Define f(x)=cosxxf(x)=\cos x - x, which is continuous everywhere since cosx\cos x and xx are continuous. Then f(0)=cos00=1>0f(0)=\cos 0 - 0 = 1 > 0 and f(1)=cos110.5401=0.460<0f(1)=\cos 1 - 1 \approx 0.540 - 1 = -0.460 < 0. Since ff changes sign on [0,1][0,1], IVT guarantees a cc in (0,1)(0,1) with f(c)=0f(c)=0, i.e. cosc=c\cos c = c. This is a fixed point of cosine.

FAQ

What is the difference between IVT and the Extreme Value Theorem?
IVT guarantees a continuous function on [a,b][a,b] hits every value between f(a)f(a) and f(b)f(b). The Extreme Value Theorem guarantees a continuous function on [a,b][a,b] attains an absolute maximum and minimum. Both require continuity on a closed interval, but IVT is about intermediate outputs while EVT is about extreme outputs.
Does IVT tell me how many solutions there are?
No. IVT is purely an existence theorem. It guarantees at least one cc with f(c)=Nf(c)=N, but there could be one, two, or infinitely many. To determine the exact count you'd need additional tools like monotonicity from the derivative.
Can I use IVT if I only have a table of values?
Only if the problem explicitly states the function is continuous. A finite table of data points cannot by itself prove continuity, so without that stated assumption you cannot invoke IVT.
What must I write to get full credit on an IVT free-response question?
State that the function is continuous on the closed interval, show the target value lies between the two endpoint function values, and then conclude by IVT that the required cc exists in the open interval. Skipping the continuity statement is the most common reason students lose the point.

Learn this with a teacher, not a page

The Crimsora tutor teaches U1.16 The Intermediate Value Theorem live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.