Andromeda
Note

The Intermediate Value Theorem

Definition

The Intermediate Value Theorem (IVT) states that if a function ff is continuous on a closed interval [a,b][a, b], it must take on every value between f(a)f(a) and f(b)f(b) at least once within that interval.

Why It Matters

This is the mathematical proof that “you can’t get there from here without crossing the middle.” It provides the rigorous foundation for ensuring that solutions to equations actually exist before we waste resources trying to find them.

Core Concepts

  • Theorem Statement: For any value y0y_0 between f(a)f(a) and f(b)f(b), there exists at least one c[a,b]c \in [a, b] such that f(c)=y0f(c) = y_0.

    • How to read: “For any value y zero between f of a and f of b, there exists at least one value c in the closed interval from a to b such that f of c is equal to y zero.”
    • Meaning / when to use: A continuous curve cannot skip intermediate heights—it must pass through every value between its endpoints; essential for proving roots exist.
  • Requirement of Continuity: The theorem only holds if the function is continuous. Discontinuous functions can “jump” over intermediate values.

  • Existence, Not Location: The IVT guarantees that a value exists but does not provide a method for finding the exact location cc.

Connected Concepts