TheoremComplete

Mean Value Theorem (Detailed)

The Mean Value Theorem is proved via Rolle's Theorem, which itself uses the Extreme Value Theorem. This layered proof demonstrates the power of compactness and continuity. The MVT is the workhorse of differential calculus, used to prove monotonicity, Lipschitz estimates, and Taylor's theorem.


Statement

Theorem5.1Mean Value Theorem

If f:[a,b]Rf : [a, b] \to \mathbb{R} is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), then there exists c(a,b)c \in (a, b) such that

f(c)=f(b)f(a)ba.f'(c) = \frac{f(b) - f(a)}{b - a}.


Proof

Proof

Step 1: Reduce to Rolle's Theorem. Define the auxiliary function

g(x)=f(x)f(a)f(b)f(a)ba(xa).g(x) = f(x) - f(a) - \frac{f(b) - f(a)}{b - a}(x - a).

Then gg is continuous on [a,b][a, b] and differentiable on (a,b)(a, b). Moreover,

g(a)=f(a)f(a)0=0,g(a) = f(a) - f(a) - 0 = 0, g(b)=f(b)f(a)(f(b)f(a))=0.g(b) = f(b) - f(a) - (f(b) - f(a)) = 0.

By Rolle's Theorem, there exists c(a,b)c \in (a, b) such that g(c)=0g'(c) = 0.

Step 2: Compute g(c)=0g'(c) = 0.

g(x)=f(x)f(b)f(a)ba.g'(x) = f'(x) - \frac{f(b) - f(a)}{b - a}.

Thus g(c)=0g'(c) = 0 gives

f(c)f(b)f(a)ba=0    f(c)=f(b)f(a)ba.f'(c) - \frac{f(b) - f(a)}{b - a} = 0 \implies f'(c) = \frac{f(b) - f(a)}{b - a}.


Rolle's Theorem

Theorem5.2Rolle's Theorem

If f:[a,b]Rf : [a, b] \to \mathbb{R} is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and f(a)=f(b)f(a) = f(b), then there exists c(a,b)c \in (a, b) with f(c)=0f'(c) = 0.

Proof

Since ff is continuous on [a,b][a, b] (compact), by the Extreme Value Theorem, ff attains its maximum MM and minimum mm on [a,b][a, b].

Case 1: If M=mM = m, then ff is constant, so f(x)=0f'(x) = 0 for all x(a,b)x \in (a, b). Any c(a,b)c \in (a, b) works.

Case 2: If M>mM > m, then at least one of MM or mm is different from f(a)=f(b)f(a) = f(b). Without loss of generality, suppose M>f(a)M > f(a). Then MM is attained at some c(a,b)c \in (a, b) (since f(a)=f(b)<Mf(a) = f(b) < M).

At this interior maximum cc, we have f(c)f(x)f(c) \geq f(x) for all xx near cc. Thus for h>0h > 0 small,

f(c+h)f(c)h0andf(ch)f(c)h0.\frac{f(c+h) - f(c)}{h} \leq 0 \quad \text{and} \quad \frac{f(c-h) - f(c)}{-h} \geq 0.

Taking h0+h \to 0^+, f(c)0f'(c) \leq 0 and f(c)0f'(c) \geq 0. Thus f(c)=0f'(c) = 0.


Summary

The MVT is proved by reducing to Rolle's Theorem, which uses the Extreme Value Theorem. This chain of results — Heine-Borel → EVT → Rolle → MVT — is a beautiful demonstration of the power of compactness. See Taylor's Theorem for an extension.