The Intermediate Value Theorem (IVT) is one of the most important consequences of continuity. It says that a continuous function cannot "jump over" a value — it must hit every intermediate value along the way.

$$ \boxed{\text{If } f \text{ is continuous on } [a,b] \text{ and } y \text{ is between } f(a) \text{ and } f(b), \text{ then there exists } c \in [a,b] \text{ such that } f(c) = y} $$
🎨 The Intuition (Picture This)

Imagine hiking from point A to point B along a continuous trail. You start at elevation 1000 ft and end at 2000 ft. The IVT guarantees that at some point during your hike, you must pass through every elevation between 1000 and 2000 ft — including 1500 ft, 1750 ft, etc. You can't magically skip over an elevation!

📊 Visualizing the IVT

Use the interactive graph below. The horizontal line represents a target $y$-value. For a continuous function, if the line is between the endpoints, the function must cross it at least once:

🔧 How to Use the IVT: Two Main Applications

  1. Proving existence of roots: Show that a continuous function changes sign over an interval → there must be a root in that interval.
  2. Showing a function takes a specific value: If $f(a) < k < f(b)$ or $f(b) < k < f(a)$, then some $c$ exists with $f(c) = k$.
Example 1Proving a Root Exists

Show that the equation $x^3 - x - 1 = 0$ has at least one real root.

So the equation has at least one root between $x = 1$ and $x = 2$.

Example 2Finding a Specific Value

Show that $f(x) = x^2$ takes the value $2$ somewhere between $x = 1$ and $x = 2$.

Example 3When IVT Does NOT Apply

Consider $f(x) = \begin{cases} 1, & x < 0 \\ 2, & x \ge 0 \end{cases}$ on $[-1, 1]$.

This shows continuity is essential — without it, the theorem fails!

Example 4AP-Style Question

Let $f$ be continuous on $[0, 5]$. If $f(0) = 10$ and $f(5) = 2$, which of the following must be true?

(A) There exists $c$ in $(0,5)$ with $f(c) = 0$
(B) There exists $c$ in $(0,5)$ with $f(c) = 6$
(C) There exists $c$ in $(0,5)$ with $f(c) = 12$

⚠️ Common Pitfalls
🔍 Key Takeaways
← Back to Module Page