Calculus AB · Unit 1: Limits and Continuity

Intermediate Value Theorem

Lesson 4

Intermediate Value Theorem

6 min read
AI Explain — Ask anything
AI Illustrate — Make it visual

Why This Matters

# Intermediate Value Theorem Summary The Intermediate Value Theorem (IVT) states that if a function f is continuous on a closed interval [a,b], then f takes on every value between f(a) and f(b) at some point within the interval. This theorem is essential for proving the existence of zeros (roots) and is frequently tested on the AP Calculus AB exam through multiple-choice and free-response questions requiring students to justify why a solution must exist in a given interval. Students must be able to verify continuity conditions and apply IVT to conclude that equations of the form f(x) = k have solutions, making it a fundamental tool for understanding function behavior.

Key Words to Know

01
Intermediate Value Theorem (IVT) — A theorem that guarantees a continuous function will take on every value between its starting and ending points.
02
Continuous Function — A function whose graph can be drawn without lifting your pencil, meaning it has no breaks, jumps, or holes.
03
Closed Interval — A specific range of x-values that includes both the starting and ending points, written as [a, b].
04
f(a) and f(b) — The output values of the function at the beginning and end of the interval, respectively.
05
Target Value (k) — A specific y-value that you are trying to prove the function reaches.
06
Existence Theorem — A type of theorem that proves something exists, without necessarily telling you how to find it.
07
Polynomial Function — A function made of terms with non-negative integer powers of x (like x^2 + 3x - 5), which are always continuous.
08
Rational Function — A function that is a fraction where both the numerator and denominator are polynomials, continuous everywhere its denominator is not zero.

Core Concepts & Theory

The Intermediate Value Theorem (IVT) is a fundamental result in calculus that guarantees the existence of solutions to equations involving continuous functions.

Formal Statement: If f is continuous on the closed interval [a, b] and N is any number between f(a) and f(b), then there exists at least one number c in the interval (a, b) such that f(c) = N.

Key Requirements:

  1. The function must be continuous on the closed interval [a, b]
  2. N must lie between f(a) and f(b) (i.e., f(a) < N < f(b) or f(b) < N < f(a))
  3. The theorem guarantees existence but not uniqueness—there may be multiple values of c

Visual Mnemonic: Think of the IVT as a "no-jumping" theorem. If a continuous function starts below a horizontal line y = N and ends above it (or vice versa), it must cross that line somewhere in between—no teleporting allowed!

Important Distinction: The IVT is an existence theorem. It tells you a solution exists but doesn't tell you how to find it or how many solutions there are.

Cambridge Note: The IVT is often used to prove that equations have solutions in specific intervals. You must verify BOTH continuity AND that the target value lies between the endpoint values.

Formula Summary: If f continuous on [a, b] and f(a) ≤ Nf(b) (or reversed inequality), then ∃c ∈ (a, b) such that f(c) = N.

Detailed Explanation with Real-World Examples

The IVT explains countless everyday phenomena where continuous change guarantees intermediate states.

Temperature Example: If the temperature at 6 AM was 15°C and at noon it was 25°C, the IVT guarantees there was some moment between 6 AM and noon when the temperature was exactly 20°C. Temperature changes continuously (no sudden jumps), making this a perfect IVT application.

Altitude During Flight: When an airplane takes off from sea level (0 m) and reaches cruising altitude (10,000 m), it must pass through every altitude in between. At some point, the plane was at exactly 5,280 m, exactly 7,349 m, or any other intermediate altitude you name.

Population Growth: If a town's population was 50,000 in 2020 and 75,000 in 2025, assuming continuous growth, there was a specific moment when the population was exactly 60,000.

The Bridge Analogy: Imagine walking across a bridge from one bank of a river to the other. The bridge represents a continuous function. If you start on the left bank (low elevation) and end on the right bank (high elevation), you must pass through the middle elevation at some point. You can't teleport! The IVT is this "no teleportation" principle mathematically formalized.

Why Continuity Matters: If the function had a jump discontinuity, the IVT fails. Imagine a staircase: you can go from step 1 (height 0.2 m) to step 2 (height 0.4 m) without your height ever being 0.3 m—you jump the gap!

Practical Use: The IVT is used in numerical methods (like the bisection method) to approximate roots of equations by repeatedly narrowing intervals.

Worked Examples & Step-by-Step Solutions

Example 1: Show that f(x) = x³ − 2x − 5 has at least one zero in the interval [2, 3].

Solution: Step 1: Verify continuity. Since f(x) is a polynomial, it's continuous everywhere, including on [2, 3]. ✓

Step 2: Evaluate endpoints. f(2) = (2)³ − 2(2) − 5 = 8 − 4 − 5 = −1 f(3) = (3)³ − 2(3) − 5 = 27 − 6 − 5 = 16

Step 3: Apply IVT. Since f is continuous on [2, 3] and f(2) = −1 < 0 < 16 = f(3), by the IVT there exists c ∈ (2, 3) such that f(c) = 0. ∴ The equation has at least one zero in [2, 3]. ✓

Examiner Note: Always explicitly state continuity and show that 0 lies between the endpoint values.

Example 2: Prove that cos(x) = x has a solution in [0, π/2].

Solution: Step 1: Rewrite as g(x) = cos(x) − x = 0. We need to show g(x) = 0 has a solution.

Step 2: Check continuity. g(x) is continuous on [0, π/2] (difference of continuous functions). ✓

Step 3: Evaluate endpoints. g(0) = cos(0) − 0 = 1 g(π/2) = cos(π/2) − π/2 = 0 − 1.571... ≈ −1.571

Step 4: Since g(0) = 1 > 0 > −1.571 = g(π/2), by IVT, ∃c ∈ (0, π/2) where g(c) = 0, i.e., cos(c) = c. ∎

Common Exam Mistakes & How to Avoid Them

Mistake 1: Forgetting to Verify Continuity Why it happens: Students jump straight to checking endpoint values. Ho...

This section is locked

Cambridge Exam Technique & Mark Scheme Tips

Command Word Alert:

  • "Show that" / "Prove": You must demonstrate the IVT applies by checking ALL conditions...
This section is locked

2 more sections locked

Upgrade to Starter to unlock all study notes, audio listening, and more.

Exam Tips

  • 1.Always state the three conditions for IVT: 1) f is continuous, 2) on [a,b], and 3) k is between f(a) and f(b).
  • 2.Clearly show your calculations for f(a) and f(b) to establish the range of values.
  • 3.When writing your conclusion, use phrases like 'By IVT, there exists a c in (a,b) such that f(c) = k.'
  • 4.Be careful with inequalities: if f(a) > f(b), then k must be between f(b) and f(a).
  • 5.If a question asks you to *find* the value of 'c', the IVT only proves it exists; you'll need algebraic methods to solve for 'c'.
Ask Aria anything!

Your AI academic advisor