The Intermediate Value Theorem Explained with Examples

What the Intermediate Value Theorem Actually Says

The Intermediate Value Theorem (IVT) sounds complicated in textbooks. Here's what it means in plain English:

If a function is continuous on a closed interval [a,b] and takes values f(a) and f(b) at the endpoints, then it must take every value between f(a) and f(b) somewhere in that interval.

That's it. No magic. No hidden complexity. A continuous function can't skip values—it has to pass through everything between its starting and ending points.

Think of it like this: if you start at point A and end at point B without teleporting, you had to cross every point in between. IVT is the mathematical version of that obvious fact.

The Formal Statement (Because You'll Need It)

For all you exam-writers out there:

If f is continuous on [a, b] and k is any number between f(a) and f(b), then there exists at least one c in (a, b) such that f(c) = k.

Key requirements you can't ignore:

Skip any of these and IVT doesn't apply. Period.

Why This Theorem Matters (And When Students Mess It Up)

IVT proves things exist without showing you where they are. That's its power and its limitation.

You can prove:

You cannot find the exact location using IVT alone. You need other tools for that.

Example 1: Proving a Root Exists

Problem: Show that f(x) = x³ - x - 1 has a solution between x = 1 and x = 2.

Step 1: Evaluate at both endpoints

f(1) = 1³ - 1 - 1 = -1

f(2) = 2³ - 2 - 1 = 5

Step 2: Check the conditions

The function is a polynomial → continuous everywhere → valid on [1, 2]

Step 3: Apply IVT

f(1) = -1 and f(2) = 5

0 sits between -1 and 5

Therefore, some c in (1, 2) exists where f(c) = 0

Done. You've proven a root exists without finding it. That's the theorem working exactly as intended.

Example 2: Temperature Argument

Problem: Prove that at some point during the day, the temperature must have been exactly 72°F, given that it was 65°F at 6 AM and 80°F at 6 PM.

Solution:

Assume temperature varies continuously (reasonable for a physics problem)

Let T(t) be the temperature at time t

T(6 AM) = 65, T(6 PM) = 80

72 is between 65 and 80

By IVT, some time c between 6 AM and 6 PM has T(c) = 72

This isn't an approximation—it's a guarantee based on the theorem.

Example 3: Showing a Function Value Exists

Problem: Prove that x⁵ + 3x - 8 = 4 has a solution.

Restate: Show that x⁵ + 3x - 12 = 0 has a solution

Let g(x) = x⁵ + 3x - 12

g(1) = 1 + 3 - 12 = -8

g(2) = 32 + 6 - 12 = 26

g is continuous (it's a polynomial)

0 is between -8 and 26

Therefore, some c in (1, 2) satisfies g(c) = 0

The equation has a solution in that interval.

IVT vs. The Bisection Method

People confuse these constantly. Here's the difference:

AspectIVTBisection Method
PurposeProves existenceFinds approximate location
Output"A root exists"A specific interval where root sits
StepsOne applicationRepeated halving until tolerance met
PrecisionBinary—proves or disprovesControllable decimal places

IVT tells you the root exists. Bisection narrows down where it hides.

Common Mistakes That Kill Your Proofs

Forgetting to Check Continuity

IVT fails on functions with holes, jumps, or asymptotes. Always verify continuity first. Polynomials are safe. Rational functions need checking. Piecewise functions need serious scrutiny.

Confusing the Interval Direction

It doesn't matter which endpoint is larger. If f(a) = 10 and f(b) = -5, then any value between -5 and 10 works. The theorem doesn't care about direction.

Using IVT When You Need the Mean Value Theorem

IVT talks about values the function attains. MVT talks about the rate of change. Different theorems, different conclusions. Pick the right one.

Getting Started: How to Write an IVT Proof

Follow this exact structure:

  1. State the function and interval — "Let f be continuous on [a, b]"
  2. Calculate the endpoint values — Find f(a) and f(b)
  3. Identify your target value — The k you're trying to show exists
  4. Verify k is between f(a) and f(b) — "Since f(a) < k < f(b)..."
  5. Apply the theorem — "By IVT, there exists c in (a, b) with f(c) = k"

That's the entire template. Every IVT proof follows these steps.

Quick Reference

Function TypeIVT Applies?
PolynomialYes, always
sin(x), cos(x), tan(x)Yes, on intervals without asymptotes
eˣ, ln(x)Yes, on valid domains
Rational functionsOnly where continuous (check denominator)
Step functionsNo (not continuous)
Functions with vertical asymptotesNo (in that region)

IVT is a existence theorem, not a finding theorem. It tells you something must be there—nothing more. Use it when you need to prove something exists, then move on to other methods when you need to find it.