Intermediate Value Theorem
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
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:
- The function must be continuous on the closed interval [a, b]
- N must lie between f(a) and f(b) (i.e., f(a) < N < f(b) or f(b) < N < f(a))
- 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) ≤ N ≤ f(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...
Cambridge Exam Technique & Mark Scheme Tips
Command Word Alert:
- "Show that" / "Prove": You must demonstrate the IVT applies by checking ALL conditions...
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'.