Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The Intermediate Value Theorem is a key idea in calculus that connects the shape of a graph to the values a function must take. If a function is continuous on a closed interval, it cannot jump over any y-value between its endpoint values. This matters because it gives a reliable way to prove that solutions exist, even when we cannot find them exactly.

It is especially useful for showing that an equation has a root on an interval.

Understanding Calculus: The Intermediate Value Theorem

The important idea is not just about reading a graph. It depends on what continuity means at every point in an interval. A continuous function has no holes, jumps, or breaks there.

Its output changes in a connected way as the input moves from left to right. This condition matters because endpoint information alone is not enough.

A graph can start below zero and end above zero while using a jump to skip zero completely. For example, a function that suddenly jumps from negative one to positive one has values on both sides of zero but never has an output of zero.

A useful mental model is a steadily moving elevator. If it travels from the ground floor to the tenth floor without teleporting, it passes every floor in between. A continuous graph behaves this way with output values.

This picture gives the theorem its force, but it is not a method for finding the exact input. It only confirms that at least one suitable input exists.

That distinction is important in calculus. A proof of existence can be valuable even when the answer has no simple formula or cannot be written exactly as a terminating decimal.

After proving that a root exists, students often estimate its location with bisection. Start with an interval whose endpoint outputs have opposite signs. Check the midpoint.

The midpoint lies either above zero, below zero, or exactly at zero. If it is not zero, keep the half interval where the sign change remains. Repeat this process.

Each step cuts the interval width in half, so the estimate becomes more accurate in a controlled way. This is the basis of a reliable numerical method used by calculators and computer programs when algebra cannot solve an equation neatly.

Careful use of the theorem requires checking every condition before making a conclusion. Polynomials are continuous everywhere, so they are common examples. Rational functions need more care because a denominator can become zero.

Functions involving square roots, logarithms, or piecewise rules may fail to be defined across part of the chosen interval. A graph can look smooth on a screen while hiding a small break, so the formula and domain matter more than appearance alone. Finally, do not assume there is only one solution.

A curve may cross a target height several times, touch it without crossing, or return to it later. The theorem guarantees presence, not number or location.

Key Facts

  • If f is continuous on [a, b] and N is between f(a) and f(b), then there is some c in [a, b] such that f(c) = N.
  • Root version: if f is continuous on [a, b] and f(a)f(b) < 0, then there is some c in (a, b) such that f(c) = 0.
  • The theorem requires continuity on the entire closed interval [a, b].
  • A sign change from f(a) < 0 to f(b) > 0 guarantees at least one x-intercept between a and b.
  • The Intermediate Value Theorem proves existence, but it does not usually give the exact value of c.
  • The theorem does not say the solution is unique, since a continuous function may cross the same value many times.

Vocabulary

Continuous function
A function is continuous on an interval if its graph can be drawn there without breaks, holes, or jumps.
Closed interval
A closed interval [a, b] includes both endpoints a and b.
Intermediate value
An intermediate value is any y-value between f(a) and f(b).
Root
A root of a function is an input c where f(c) = 0.
Existence theorem
An existence theorem proves that at least one object or solution exists without necessarily finding it exactly.

Common Mistakes to Avoid

  • Ignoring continuity, because the theorem only works if the function is continuous on the whole interval. A jump or hole can allow the graph to skip an intermediate value.
  • Thinking a sign change is required for every use of the theorem, because the theorem applies to any value between f(a) and f(b), not only 0. A sign change is just the special case used to guarantee a root.
  • Claiming the theorem finds the exact root, because it only guarantees that a root exists somewhere in the interval. Extra methods such as bisection or Newton's method are needed to approximate it.
  • Assuming there is only one solution, because a continuous curve can cross the same horizontal level more than once. The theorem guarantees at least one solution, not exactly one.

Practice Questions

  1. 1 Let f(x) = x^3 - x - 2. Compute f(1) and f(2), then use the Intermediate Value Theorem to explain why f(x) = 0 has a solution between 1 and 2.
  2. 2 Let g(x) = x^2 - 5. Use the Intermediate Value Theorem on the interval [2, 3] to show that there is a number c with g(c) = 0. What familiar number is c?
  3. 3 A function is continuous on [0, 4], with f(0) = -3 and f(4) = 7. Explain why the graph must cross the x-axis, and state whether the Intermediate Value Theorem guarantees exactly one crossing.