- Home
- /
- Math
- /
- Introduction to Calculus
- /
- Intermediate Value Theorem
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. The IVT is the theoretical foundation for root-finding methods like bisection.
This concept is covered in depth in our continuity and limits tutorial, with worked examples, practice problems, and common mistakes.
Definition
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.
💡 Intuition
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.
🎯 Core Idea
Continuity guarantees no gaps in the range. A continuous function on [a, b] hits every value between f(a) and f(b). This is an existence theorem—it tells you a value c exists but doesn't tell you what it is.
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.
Formula
Notation
IVT. c \in (a, b) denotes a point strictly between a and b. Often applied with N = 0 to find roots.
🌟 Why It 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.
💭 Hint When Stuck
Evaluate f at the endpoints, confirm a sign change, then state that continuity guarantees a root between them.
Formal View
Related Concepts
🚧 Common Stuck Point
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.
⚠️ Common 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.
Go Deeper
Frequently Asked Questions
What is Intermediate Value Theorem in Math?
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.
What is the Intermediate Value Theorem formula?
If f is continuous on [a, b] and N is between f(a) and f(b), then \exists\, c \in (a, b) such that f(c) = N.
When do you use Intermediate Value Theorem?
Evaluate f at the endpoints, confirm a sign change, then state that continuity guarantees a root between them.
Prerequisites
Next Steps
Cross-Subject Connections
How Intermediate Value Theorem Connects to Other Ideas
To understand intermediate value theorem, you should first be comfortable with limit and continuity types. Once you have a solid grasp of intermediate value theorem, you can move on to mean value theorem.
Want the Full Guide?
This concept is explained step by step in our complete guide:
Limits Explained Intuitively: The Foundation of Calculus →