TheoremComplete

Differentiation - Main Theorem

The Mean Value Theorem is one of the most important theoretical results in differential calculus. It bridges local information (the derivative at a point) with global information (the average rate of change over an interval).

TheoremRolle's Theorem

Let ff be a function that satisfies:

  1. ff is continuous on [a,b][a, b]
  2. ff is differentiable on (a,b)(a, b)
  3. f(a)=f(b)f(a) = f(b)

Then there exists at least one point c(a,b)c \in (a, b) such that f(c)=0f'(c) = 0.

Geometrically, Rolle's Theorem says that if a continuous, differentiable function returns to its starting value, then somewhere in between, the tangent line must be horizontal.

ExampleApplying Rolle's Theorem

Show that f(x)=x33x+2f(x) = x^3 - 3x + 2 has at least one critical point in (2,2)(-2, 2).

Note that f(2)=8+6+2=0f(-2) = -8 + 6 + 2 = 0 and f(2)=86+2=4f(2) = 8 - 6 + 2 = 4. Since f(2)f(2)f(-2) \neq f(2), we cannot directly apply Rolle's Theorem.

However, we can verify that f(1)=1+3+2=4=f(2)f(-1) = -1 + 3 + 2 = 4 = f(2). Since ff is a polynomial (hence continuous and differentiable everywhere), Rolle's Theorem guarantees there exists c(1,2)c \in (-1, 2) with f(c)=0f'(c) = 0.

Indeed, f(x)=3x23=0f'(x) = 3x^2 - 3 = 0 when x=±1x = \pm 1, so c=1(1,2)c = 1 \in (-1, 2) is such a point.

TheoremMean Value Theorem (MVT)

Let ff be a function that satisfies:

  1. ff is continuous on [a,b][a, b]
  2. ff is differentiable on (a,b)(a, b)

Then there exists at least one point c(a,b)c \in (a, b) such that f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

The MVT states that at some point, the instantaneous rate of change equals the average rate of change. Geometrically, there exists a point where the tangent line is parallel to the secant line connecting (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

Remark

Rolle's Theorem is a special case of the MVT where f(a)=f(b)f(a) = f(b), so the average rate of change is zero. The MVT can be proven by applying Rolle's Theorem to an auxiliary function.

ExampleUsing the Mean Value Theorem

Suppose a car travels 100 miles in 2 hours. By the MVT, at some moment during the trip, the car's instantaneous velocity must have been exactly 1002=50\frac{100}{2} = 50 mph.

More formally, if s(t)s(t) represents position at time tt, with s(0)=0s(0) = 0 and s(2)=100s(2) = 100, then there exists c(0,2)c \in (0, 2) such that: s(c)=s(2)s(0)20=1002=50s'(c) = \frac{s(2) - s(0)}{2 - 0} = \frac{100}{2} = 50

TheoremConsequences of the MVT

The Mean Value Theorem has several important consequences:

  1. If f(x)=0f'(x) = 0 for all x(a,b)x \in (a, b), then ff is constant on (a,b)(a, b)
  2. If f(x)=g(x)f'(x) = g'(x) for all x(a,b)x \in (a, b), then ff and gg differ by a constant
  3. If f(x)>0f'(x) > 0 for all x(a,b)x \in (a, b), then ff is strictly increasing on (a,b)(a, b)
  4. If f(x)<0f'(x) < 0 for all x(a,b)x \in (a, b), then ff is strictly decreasing on (a,b)(a, b)

These consequences form the foundation for curve sketching and optimization. The MVT connects the sign of the derivative to monotonicity, allowing us to determine where functions increase or decrease.