Intermediate Value Theorem Formula
The Formula
When to use: A continuous function can't skip values. If you start below a line and end above it, you must cross it somewhere. It's like driving from sea level to a mountaintop—you pass through every elevation in between.
Quick Example
f(1) = 1 - 1 - 1 = -1 < 0 and f(2) = 8 - 2 - 1 = 5 > 0.
Since f is continuous and changes sign, by IVT there exists c \in (1, 2) with f(c) = 0.
Notation
What This Formula Means
If f is continuous on the closed interval [a, b] and N is any value between f(a) and f(b), then there exists at least one c in (a, b) such that f(c) = N.
A continuous function can't skip values. If you start below a line and end above it, you must cross it somewhere. It's like driving from sea level to a mountaintop—you pass through every elevation in between.
Formal View
Worked Examples
Example 1
easySolution
- 1 f is a polynomial, hence continuous on [1, 2].
- 2 f(1) = 1 - 1 - 1 = -1 < 0.
- 3 f(2) = 8 - 2 - 1 = 5 > 0.
- 4 Since f is continuous, f(1) < 0 < f(2), by the IVT there exists c \in (1,2) with f(c) = 0.
Answer
Example 2
mediumCommon Mistakes
- Applying IVT to a discontinuous function: the theorem requires continuity on the entire closed interval. \frac{1}{x} goes from -1 to 1 on [-1, 1], but it's NOT continuous there, so IVT does not apply (and indeed \frac{1}{x} \neq 0 anywhere).
- Concluding there is exactly one root—IVT guarantees at least one c with f(c) = N, but there could be many.
- Forgetting to verify continuity: always state that f is continuous on [a, b] before applying IVT.
Why This Formula Matters
The IVT is the theoretical foundation for root-finding methods like bisection. It guarantees that equations have solutions and is used throughout analysis and applied math to prove existence results.
Frequently Asked Questions
What is the Intermediate Value Theorem formula?
If f is continuous on the closed interval [a, b] and N is any value between f(a) and f(b), then there exists at least one c in (a, b) such that f(c) = N.
How do you use the Intermediate Value Theorem formula?
A continuous function can't skip values. If you start below a line and end above it, you must cross it somewhere. It's like driving from sea level to a mountaintop—you pass through every elevation in between.
What do the symbols mean in the Intermediate Value Theorem formula?
IVT. c \in (a, b) denotes a point strictly between a and b. Often applied with N = 0 to find roots.
Why is the Intermediate Value Theorem formula important in Math?
The IVT is the theoretical foundation for root-finding methods like bisection. It guarantees that equations have solutions and is used throughout analysis and applied math to prove existence results.
What do students get wrong about Intermediate Value Theorem?
The IVT is an existence theorem: it proves a solution exists but doesn't find it. To approximate the root, combine IVT with bisection—repeatedly halve the interval.
What should I learn before the Intermediate Value Theorem formula?
Before studying the Intermediate Value Theorem formula, you should understand: limit, continuity types.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Limits Explained Intuitively: The Foundation of Calculus →