If $f$ is continuous on $[a,b]$ and differentiable on $(a,b)$, then there exists $c \in (a,b)$ such that $f'(c) = \frac{f(b)-f(a)}{b-a}$
The Mean Value Theorem (MVT) is one of the most important theorems in calculus. It guarantees that for a smooth function on an interval, there is at least one point where the instantaneous rate of change equals the average rate of change over the entire interval. In other words, somewhere between $a$ and $b$, the tangent line is parallel to the secant line.
🎯 In this section you will learn
The statement of the Mean Value Theorem
The geometric interpretation: at some point, the tangent line is parallel to the secant line
How to find the $c$ values guaranteed by the MVT
Applications of the MVT (proving inequalities, function behavior)
📌 The Mean Value Theorem (MVT)
$$ \text{If } f \text{ is continuous on } [a,b] \text{ and differentiable on } (a,b), \text{ then there exists } c \in (a,b) \text{ such that} $$
$$ f'(c) = \frac{f(b) - f(a)}{b - a} $$
The instantaneous rate of change equals the average rate of change at some point $c$
💡 Geometric Interpretation
The secant line connecting $(a, f(a))$ and $(b, f(b))$ has slope $\frac{f(b)-f(a)}{b-a}$. The MVT says there is at least one point $c$ where the tangent line has the same slope — so the tangent line is parallel to the secant line.
📊 Visualizing the MVT
Interactive graph below. The blue curve is the function, the orange line is the secant line between the endpoints, and the green line is the tangent line at the point where slopes match:
Example 1Applying the MVT
Verify that $f(x) = x^2$ satisfies the MVT on $[-1, 3]$. Find all $c$ values that satisfy the theorem.
①
Check conditions
$f(x)=x^2$ is a polynomial → continuous on $[-1,3]$ and differentiable on $(-1,3)$.