Mean Value Theorem
Subtopic: Theorems
The Mean Value Theorem (MVT) guarantees that somewhere on a smooth curve, the instantaneous rate equals the average rate. Drive 100 miles in 2 hours? At some moment, your speedometer showed exactly 50 mph. This theorem connects derivatives to function behavior and powers many proofs in analysis.
Introduction
If you drive from A to B and compute your average speed, somewhere along the journey your instantaneous speed must have matched that average. You can't go from slow to fast without passing through the middle.
The MVT formalizes this: somewhere between two points, the derivative equals the average slope.
The Theorem
If ƒ is continuous on [a,b] and differentiable on (a,b), then there exists c∈(a,b) such that: ƒ′*(c)=(ƒ(b)-ƒ(a))/(b-a)
The left side is instantaneous rate at c; the right side is average rate over [a,b].
Geometric Interpretation
Draw the secant line from (a,ƒ(a)) to (b,ƒ(b)). The MVT says there's a point c where the tangent line is parallel to this secant.
Visually: tilt the picture until the secant is horizontal. The highest and lowest points now have horizontal tangents—that's where ƒ′*(c)=0= slope of secant.
Worked Example
Verify the Mean Value Theorem (MVT) for ƒ(x)=x2 on [1,3].
Average rate of change:
(ƒ(3)−ƒ(1))/(3−1)=(9−1)/2=4
Find c such that ƒ′*(c)=4.
Since ƒ′*(x)=2*x, we solve 2*c=4, giving c=2.
Check: c=2 lies in (1,3).
At x=2, the tangent line has slope 4, matching the secant slope.
Rolle's Theorem (Special Case)
If ƒ(a)=ƒ(b), the secant is horizontal, so the MVT becomes:
ƒ′*(c)=0 for some c∈(a,b)
This is Rolle's Theorem: if f starts and ends at the same height, it has a horizontal tangent somewhere in between.
Proof Sketch
Define g(x) = f(x) - [secant line through (a,f(a)) and (b,f(b))].
Then g(a) = g(b) = 0. By Rolle's Theorem, g'(c) = 0 for some c.
But g'(x) = f'(x) - (slope of secant), so f'(c) = slope of secant.
Define g(x)=ƒ(x)− [secant line through (a,ƒ(a)) to (b,ƒ(b))].
Then g(a)=g(b)=0. By Rolle's Theorem, there exists some c∈(a,b) such that g′*(c)=0.
But g′*(x)=ƒ′*(x)− (slope of secant), so at that point, ƒ′*(c)= slope of the secant line.
Key Applications
Constant Functions
If ƒ′*(x)=0 everywhere on an interval, then ƒ is constant.
Proof: by MVT, ƒ(b)-ƒ(a)=ƒ′*(c)*(b-a)=0.
Monotonicity
If ƒ′*(x)>0 on an interval, then ƒ is increasing.
Proof: ƒ(b)-ƒ(a)=ƒ′*(c)*(b-a)>0 when b>a.
Bounds on Function Change
If |ƒ′*(x)|≦M on [a,b], then |ƒ(b)-ƒ(a)|≦M*|b-a|.
The derivative bounds how fast the function can change.
Conditions Matter
The MVT requires continuity on [a,b] and differentiability on (a,b). Without these:
• A step function: not continuous, MVT fails.
Summary
The Mean Value Theorem says ƒ′*(c)=(ƒ(b)-ƒ(a))/(b-a) for some c∈(a,b), provided ƒis continuous on [a,b] and differentiable on (a,b). Geometrically: some tangent is parallel to the secant. Special case: Rolle's Theorem (when ƒ(a)=ƒ(b)). Applications: proving functions with zero derivative are constant, establishing monotonicity, bounding function changes.