Mean Value Theorem
Also known as: MVT · Lagrange's mean value theorem · Law of the mean
The average rate of change over an interval is the slope of the secant. If the curve is smooth, its instantaneous slope must equal that average at least once — the tangent runs parallel to the secant somewhere inside.
A fixed smooth curve with a secant line through two endpoints; the right endpoint b is slider-controlled. A tangent line slides along the curve and locks onto the point c where it runs exactly parallel to the secant, marked with a dot. A gentle sweeping motion keeps the search visible.
Equivalent forms
The workhorse behind error bounds, Taylor's remainder, and the proof that a zero derivative means a constant function.
Unit systems
Where it holds
Dimensional analysis
Rolle stated the flat special case in 1691; Lagrange gave the general theorem in his 1797 Théorie des fonctions analytiques. Cauchy later made it rigorous. It is the bridge that turns local derivative information into global statements about functions.
Drive from A to B averaging 60 mph and, at some instant, your speedometer read exactly 60. The Mean Value Theorem guarantees that moment exists — no matter how you sped up and slowed down.
Move the endpoints of a secant line; somewhere between them a tangent runs exactly parallel to it. Watch the parallel-tangent point track the pair.
- Average-speed traffic enforcement
- Error bounds in numerical methods (Taylor remainder)
- Proving monotonicity from the sign of f'
- Establishing Lipschitz bounds for differential equations
- The point c is unique — there may be several.
- MVT gives you c explicitly — it only guarantees existence.
- Continuity alone suffices — you also need differentiability on the open interval.
Limiting cases
What if…
Differentiability fails and the guarantee can break — |x| on [-1,1] has secant slope 0 but no interior point with zero derivative.
MVT gives |f(b)-f(a-a| — the standard Lipschitz estimate.
Find c for f(x)=x² on [0,2]
- f:
- a:
- 0
- b:
- 2
- Secant slope
Speedometer guarantee
- avg:
- 60 mph
- Position is differentiable in time
- Average velocity = secant slope
- MVT: some instant matches it exactly