Intermediate Value Theorem
Intermediate Value Theorem
IVT
A theorem verifying that the graph of a continuous function is connected.
![Intermediate Value Theorem: If f is continuous on [a,b] and m is between f(a) and f(b), then f(c)=m for some c in (a,b).](i_assets/i98.gif)
See also
Key Formula
If f is continuous on [a,b] and N is any number between f(a) and f(b), then there exists a c∈(a,b) such that f(c)=N.
Where:
- f = A function that is continuous on the closed interval [a, b]
- [a,b] = The closed interval on which f is continuous
- N = Any value strictly between f(a) and f(b)
- c = A point in the open interval (a, b) where f(c) = N
Worked Example
Problem: Show that the equation x³ − x − 1 = 0 has a solution between x = 1 and x = 2.
Step 1: Define the function and confirm continuity. Let f(x) = x³ − x − 1. Since f is a polynomial, it is continuous everywhere, including on [1, 2].
f(x)=x3−x−1
Step 2: Evaluate f at the left endpoint.
f(1)=13−1−1=−1
Step 3: Evaluate f at the right endpoint.
f(2)=23−2−1=5
Step 4: Identify the intermediate value. We want f(c) = 0. Since 0 lies between f(1) = −1 and f(2) = 5, the IVT applies.
f(1)=−1<0<5=f(2)
Step 5: Conclude by the Intermediate Value Theorem: there exists at least one c in (1, 2) such that f(c) = 0. This means the equation x³ − x − 1 = 0 has at least one root between 1 and 2.
∃c∈(1,2) such that f(c)=0
Answer: By the IVT, the equation x³ − x − 1 = 0 has at least one solution in the interval (1, 2).
Another Example
This example applies the IVT to a real-world scenario rather than a purely algebraic equation. It also illustrates that you do not need an explicit formula for f — you only need to know that the function is continuous and you know its values at two points.
Problem: A runner's body temperature is 37°C at the start of a race (t = 0 min) and 39°C at t = 30 min. Show that at some point during the race, the runner's temperature was exactly 38°C.
Step 1: Model the temperature as a continuous function of time. Body temperature changes continuously, so T(t) is continuous on [0, 30].
T(0)=37,T(30)=39
Step 2: Identify the intermediate value N = 38. Check that it lies between T(0) and T(30).
37<38<39
Step 3: Apply the IVT. Since T is continuous on [0, 30] and 38 is between T(0) = 37 and T(30) = 39, there must exist some time c in (0, 30) where T(c) = 38.
∃c∈(0,30) such that T(c)=38
Answer: By the IVT, the runner's temperature was exactly 38°C at some moment between t = 0 and t = 30 minutes.
Frequently Asked Questions
Does the Intermediate Value Theorem tell you the exact value of c?
No. The IVT is an existence theorem — it guarantees that at least one c exists where f(c) = N, but it does not tell you what c is or how many such values there are. To find c, you need additional techniques such as algebra, graphing, or numerical methods like the bisection method.
What happens if the function is not continuous on the interval?
The IVT does not apply. A discontinuous function can jump over intermediate values without ever taking them. For example, a step function that equals 0 for x < 1 and equals 2 for x ≥ 1 never takes the value 1, even though 1 is between 0 and 2. Continuity on the entire closed interval is a strict requirement.
Can the Intermediate Value Theorem prove there is no root?
Not directly. If f(a) and f(b) have the same sign, the IVT simply gives no conclusion — it does not guarantee that no root exists. A function could dip below (or above) zero and come back within the interval. The IVT only provides positive guarantees when f(a) and f(b) have opposite signs (or more generally, when the target value lies between them).
Intermediate Value Theorem (IVT) vs. Mean Value Theorem (MVT)
| Intermediate Value Theorem (IVT) | Mean Value Theorem (MVT) | |
|---|---|---|
| What it guarantees | A specific output value N is achieved: f(c) = N | A specific slope is achieved: f'(c) = (f(b) − f(a))/(b − a) |
| Requirements | f is continuous on [a, b] | f is continuous on [a, b] and differentiable on (a, b) |
| Involves derivatives? | No — only function values | Yes — the conclusion is about f'(c) |
| Typical use | Proving a root or a particular value exists | Relating average rate of change to instantaneous rate of change |
Why It Matters
The IVT is one of the first major theorems you encounter in calculus, and it appears frequently on AP Calculus exams (both AB and BC). It provides the theoretical foundation for root-finding algorithms like the bisection method, which is used in computer science and engineering to solve equations numerically. Beyond calculus, the IVT is also used in proofs throughout analysis and topology — for instance, it underpins the proof that every odd-degree polynomial has at least one real root.
Common Mistakes
Mistake: Forgetting to verify that the function is continuous on the entire closed interval [a, b].
Correction: Before applying the IVT, you must explicitly state or verify continuity on [a, b]. If the function has any discontinuity in the interval (such as a vertical asymptote or a jump), the theorem cannot be used.
Mistake: Claiming the IVT gives a unique value of c.
Correction: The IVT only guarantees existence — there may be one, two, or infinitely many values of c where f(c) = N. Never state 'the value c' as if it is unique unless you have additional reasoning to prove uniqueness.
Related Terms
- Continuous Function — Continuity is the key hypothesis of the IVT
- Theorem — The IVT is a fundamental theorem in calculus
- Graph of an Equation or Inequality — The IVT ensures the graph has no gaps
- Domain — The interval [a, b] must lie within the domain
- Mean Value Theorem — Another existence theorem requiring continuity
- Extreme Value Theorem — Guarantees max and min on a closed interval
- Root of an Equation — IVT is often used to prove roots exist
- Polynomial — Polynomials are continuous, so IVT always applies
