The Mean Value Theorem and Its Applications
The Mean Value Theorem (MVT) connects a function's average rate of change over an interval to its instantaneous rate of change at some point within that interval. It builds on Rolle's Theorem and serves as the foundation for several major results in calculus, including why a zero derivative means a function is constant and why functions with equal derivatives differ by a constant.
Rolle's Theorem
Rolle's Theorem is the starting point for understanding the MVT. It applies when three conditions are met:
- The function is continuous on the closed interval
- The function is differentiable on the open interval
- The endpoint values are equal:
When all three hold, there's at least one point in where .
The geometric picture is straightforward: if the function starts and ends at the same height, it has to turn around somewhere. At that turning point (a local max or min), the tangent line is horizontal, meaning the slope is zero.
Rolle's Theorem is actually a special case of the Mean Value Theorem. The MVT relaxes the requirement that , making it applicable to a much wider range of situations.

Mean Value Theorem Statement and Application
The MVT requires only two conditions (no equal-endpoint requirement):
- is continuous on
- is differentiable on
Under these conditions, there exists at least one point in such that:
The right side is the average rate of change (the slope of the secant line between and ). The left side is the instantaneous rate of change at . So the MVT says: somewhere between and , the tangent line is parallel to the secant line.
How to apply the MVT to find :
-
Check the hypotheses. Verify that is continuous on and differentiable on . If either fails, the MVT doesn't apply.
-
Compute the average rate of change. Calculate .
-
Find . Differentiate the function.
-
Set equal to the average rate of change and solve for . Only keep solutions where is in the open interval .
Example: Let on .
- is a polynomial, so it's continuous and differentiable everywhere. Hypotheses are satisfied.
- Average rate of change:
- Set , so . Since , this confirms the MVT.

Consequences of the Mean Value Theorem
The MVT proves several results you'll use throughout calculus:
Zero derivative means constant function. If for all in , then is constant on that interval. The proof uses the MVT: for any two points in the interval, the difference equals .
Equal derivatives means functions differ by a constant. If for all in , then for some constant . This follows directly from the previous result applied to .
Sign of the derivative determines monotonicity. If for all in , then is strictly increasing on that interval. If , then is strictly decreasing. This is the theoretical justification for the first derivative test you use when analyzing function behavior.
These consequences also support broader applications: connecting integration and differentiation, estimating errors in linear approximations, and analyzing rates of change in applied problems (velocity, cost, etc.).
Related Theorems and Concepts
Two other existence theorems often come up alongside the MVT:
- The Intermediate Value Theorem says that a continuous function on takes on every value between and . This is about output values, not slopes.
- The Extreme Value Theorem guarantees that a continuous function on a closed interval attains both an absolute maximum and an absolute minimum.
Both continuity and differentiability are essential to the MVT, but they play different roles. Continuity on the closed interval ensures no breaks or jumps (including at the endpoints). Differentiability on the open interval ensures a well-defined tangent line exists at every interior point. A function can be continuous but not differentiable (think of at ), so you need to check both conditions separately.