Intermediate Value Theorem Formula

The 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 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

Show that x^3 - x - 1 = 0 has a root between 1 and 2.
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

IVT. c \in (a, b) denotes a point strictly between a and b. Often applied with N = 0 to find roots.

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

If f : [a, b] \to \mathbb{R} is continuous and N is between f(a) and f(b) (i.e., \min(f(a), f(b)) \leq N \leq \max(f(a), f(b))), then \exists\, c \in (a, b) such that f(c) = N.

Worked Examples

Example 1

easy
Show that f(x) = x^3 - x - 1 has a root in the interval (1, 2).

Solution

  1. 1
    f is a polynomial, hence continuous on [1, 2].
  2. 2
    f(1) = 1 - 1 - 1 = -1 < 0.
  3. 3
    f(2) = 8 - 2 - 1 = 5 > 0.
  4. 4
    Since f is continuous, f(1) < 0 < f(2), by the IVT there exists c \in (1,2) with f(c) = 0.

Answer

By IVT, f has at least one root in (1, 2).
The IVT requires continuity and a sign change. Polynomials are continuous everywhere, so verifying the sign change at the endpoints is sufficient.

Example 2

medium
Use the IVT to show that \cos x = x has a solution in (0, 1).

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.

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 →