Intermediate Value Theorem Formula

Intermediate value theorem is 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.

The Formula

If ff is continuous on [a,b][a, b] and NN is between f(a)f(a) and f(b)f(b), then βˆƒβ€‰c∈(a,b)\exists\, c \in (a, b) such that f(c)=Nf(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 x3βˆ’xβˆ’1=0x^3 - x - 1 = 0 has a root between 1 and 2.
f(1)=1βˆ’1βˆ’1=βˆ’1<0f(1) = 1 - 1 - 1 = -1 < 0 and f(2)=8βˆ’2βˆ’1=5>0f(2) = 8 - 2 - 1 = 5 > 0.
Since ff is continuous and changes sign, by IVT there exists c∈(1,2)c \in (1, 2) with f(c)=0f(c) = 0.

Notation

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

What This Formula Means

If ff is continuous on the closed interval [a,b][a, b] and NN is any value between f(a)f(a) and f(b)f(b), then there exists at least one cc in (a,b)(a, b) such that f(c)=Nf(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]β†’Rf : [a, b] \to \mathbb{R} is continuous and NN is between f(a)f(a) and f(b)f(b) (i.e., min⁑(f(a),f(b))≀N≀max⁑(f(a),f(b))\min(f(a), f(b)) \leq N \leq \max(f(a), f(b))), then βˆƒβ€‰c∈(a,b)\exists\, c \in (a, b) such that f(c)=Nf(c) = N.

Worked Examples

Example 1

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

Answer

By IVT, ff has at least one root in (1,2)(1, 2).

First step

1
ff is a polynomial, hence continuous on [1,2][1, 2].

Full solution

  1. 2
    f(1)=1βˆ’1βˆ’1=βˆ’1<0f(1) = 1 - 1 - 1 = -1 < 0.
  2. 3
    f(2)=8βˆ’2βˆ’1=5>0f(2) = 8 - 2 - 1 = 5 > 0.
  3. 4
    Since ff is continuous, f(1)<0<f(2)f(1) < 0 < f(2), by the IVT there exists c∈(1,2)c \in (1,2) with f(c)=0f(c) = 0.
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\cos x = x has a solution in (0,1)(0, 1).

Example 3

easy
Show g(x)=x3+2xβˆ’5g(x)=x^3+2x-5 has a root in (1,2)(1,2).

Common Mistakes

  • Applying IVT without checking continuity - a jump or asymptote on the interval voids the guarantee.
  • Concluding a UNIQUE root - IVT promises at least one cc, not exactly one.
  • Forgetting NN must lie between f(a)f(a) and f(b)f(b) - the sign change / bracketing is the condition that makes the theorem fire.

Why This Formula Matters

It is the first existence theorem students meet: it proves a solution exists without solving for it, the basis of bisection root-finding and a key step toward the Mean Value Theorem. It also makes precise why continuity matters β€” break the graph and the guarantee collapses. Recognizing it by "Is the function continuous on a closed interval, and am I asked to show a value between the endpoints is attained somewhere inside?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from mean value theorem and extreme value theorem and solving the equation in a mixed problem set.

Frequently Asked Questions

What is the Intermediate Value Theorem formula?

If ff is continuous on the closed interval [a,b][a, b] and NN is any value between f(a)f(a) and f(b)f(b), then there exists at least one cc in (a,b)(a, b) such that f(c)=Nf(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∈(a,b)c \in (a, b) denotes a point strictly between aa and bb. Often applied with N=0N = 0 to find roots.

Why is the Intermediate Value Theorem formula important in Math?

It is the first existence theorem students meet: it proves a solution exists without solving for it, the basis of bisection root-finding and a key step toward the Mean Value Theorem. It also makes precise why continuity matters β€” break the graph and the guarantee collapses. Recognizing it by "Is the function continuous on a closed interval, and am I asked to show a value between the endpoints is attained somewhere inside?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from mean value theorem and extreme value theorem and solving the equation in a mixed problem set.

What do students get wrong about Intermediate Value Theorem?

The procedure for intermediate value theorem is the easy part; the trap is applying IVT without checking continuity. Asking "Is the function continuous on a closed interval, and am I asked to show a value between the endpoints is attained somewhere inside?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

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 β†’