calculus

Mean Value Theorem

The Mean Value Theorem states that for a smooth function on [a,b], there is a point c where f'(c) equals the average rate of change (f(b)−f(a))/(b−a).

The Mean Value Theorem (MVT) is a foundational result in calculus. If ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), there exists at least one point 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}.

Geometrically: the tangent line at cc is parallel to the secant line through (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

Intuition (driving analogy): if you cover 60 miles in 1 hour, your average speed is 60 mph; the MVT guarantees that at some moment your instantaneous speed was exactly 60 mph.

The MVT is the engine behind:

  • Increasing/decreasing test (f>0    f' > 0 \implies increasing).
  • The Fundamental Theorem of Calculus proof.
  • Error bounds in numerical methods (Taylor's theorem with remainder).
  • Uniqueness theorems for differential equations.

A special case (f(a)=f(b)f(a) = f(b)) is Rolle's theorem: there's a cc where f(c)=0f'(c) = 0.