Simple Definition
The Mean Value Theorem (MVT) says: if a function is continuous on \([a, b]\) and differentiable on \((a, b)\), then somewhere between \(a\) and \(b\) there is a point \(c\) where the instantaneous rate of change equals the average rate of change over the whole interval.
In other words, the slope of the tangent line at \(c\) equals the slope of the line connecting the two endpoints \((a, f(a))\) and \((b, f(b))\). The tangent line at that special point is parallel to the secant line.
This might sound abstract, but it has a beautiful real-world interpretation — and it underpins many of calculus's most important results.
Formal Statement
1
\(f\) is continuous on the closed interval \([a, b]\)
2
\(f\) is differentiable on the open interval \((a, b)\)
The right side \(\dfrac{f(b)-f(a)}{b-a}\) is the average rate of change — the slope of the secant line. The left side \(f'(c)\) is the instantaneous rate of change at some interior point. The MVT guarantees these are equal somewhere.
Intuition
🚗
The speeding ticket argument
You enter a motorway at 9:00 AM and exit 100 km later at 9:45 AM. Your average speed was \(\frac{100}{0.75} \approx 133\) km/h — above the 120 km/h limit. The MVT guarantees that at some exact moment during that journey, your speedometer read exactly 133 km/h. You were speeding — no radar needed to prove it.
📐
The geometric picture
Draw a secant line between two points on a smooth curve. Now imagine sliding a parallel line across the curve — at some point it will just touch the curve as a tangent. That touching point is \(c\). The MVT says this always happens for smooth functions — the tangent parallel to the secant always exists somewhere in between.
Visual — Drag to See the MVT Point
Quick Examples
Example 1
\(f(x) = x^2\) on \([1, 3]\)
Avg rate: \(\frac{9-1}{3-1} = 4\)
Set \(f'(c) = 2c = 4\)
→ \(c = 2\) ✓ (between 1 and 3)
Example 2
\(f(x) = x^3\) on \([0, 2]\)
Avg rate: \(\frac{8-0}{2-0} = 4\)
Set \(f'(c) = 3c^2 = 4\)
→ \(c = \frac{2}{\sqrt{3}} \approx 1.15\) ✓
Example 3 — MVT fails
\(f(x) = |x|\) on \([-1, 1]\)
Not differentiable at \(x=0\) (in the open interval)
→ MVT conditions not met
No guarantee of \(c\)
Example 4 — Speed
Trip: 180 km in 1.5 hours
Avg speed = 120 km/h
MVT: at some moment, speedometer read exactly 120 km/h
Important Corollaries
Zero derivative → constant function
If \(f'(x) = 0\) for all \(x\) in an interval, then \(f\) is constant on that interval. Proof: apply MVT to any two points — the average rate is zero, so \(f(b) = f(a)\) for any \(a, b\).
Equal derivatives → functions differ by a constant
If \(f'(x) = g'(x)\) for all \(x\), then \(f(x) = g(x) + C\) for some constant \(C\). This justifies the \(+C\) in antiderivatives — all antiderivatives of the same function differ only by a constant.
Positive derivative → increasing function
If \(f'(x) > 0\) on \((a,b)\), then \(f\) is strictly increasing on \([a,b]\). MVT shows: for \(a < x_1 < x_2 < b\), \(f(x_2) - f(x_1) = f'(c)(x_2-x_1) > 0\).
Common Mistakes
✗ Applying MVT without checking conditions
The MVT requires continuity on \([a,b]\) AND differentiability on \((a,b)\). If the function has a jump, hole, or sharp corner inside the interval, the theorem does not apply and the conclusion may be false.
✗ Thinking c is unique
The MVT only guarantees that at least one such \(c\) exists. There could be multiple points where the tangent is parallel to the secant. The theorem says "there exists" — not "there exists exactly one."
✗ Confusing MVT with Rolle's Theorem
Rolle's Theorem is a special case of the MVT where \(f(a) = f(b)\), making the average rate zero, guaranteeing \(f'(c) = 0\) somewhere. The MVT is the general version — Rolle's is what you get when the secant line is horizontal.