Fiveable

โˆซCalculus I Unit 4 Review

QR code for Calculus I practice questions

4.4 The Mean Value Theorem

4.4 The Mean Value Theorem

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

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 ff is continuous on the closed interval [a,b][a, b]
  • The function ff is differentiable on the open interval (a,b)(a, b)
  • The endpoint values are equal: f(a)=f(b)f(a) = f(b)

When all three hold, there's at least one point cc in (a,b)(a, b) where fโ€ฒ(c)=0f'(c) = 0.

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 f(a)=f(b)f(a) = f(b), making it applicable to a much wider range of situations.

Rolle's theorem interpretation, The Mean Value Theorem ยท Calculus

Mean Value Theorem Statement and Application

The MVT requires only two conditions (no equal-endpoint requirement):

  • ff is continuous on [a,b][a, b]
  • ff is differentiable on (a,b)(a, b)

Under these conditions, there exists at least one point cc in (a,b)(a, b) such that:

fโ€ฒ(c)=f(b)โˆ’f(a)bโˆ’af'(c) = \frac{f(b) - f(a)}{b - a}

The right side is the average rate of change (the slope of the secant line between (a,f(a))(a, f(a)) and (b,f(b))(b, f(b))). The left side is the instantaneous rate of change at cc. So the MVT says: somewhere between aa and bb, the tangent line is parallel to the secant line.

How to apply the MVT to find cc:

  1. Check the hypotheses. Verify that ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b). If either fails, the MVT doesn't apply.

  2. Compute the average rate of change. Calculate f(b)โˆ’f(a)bโˆ’a\frac{f(b) - f(a)}{b - a}.

  3. Find fโ€ฒ(x)f'(x). Differentiate the function.

  4. Set fโ€ฒ(c)f'(c) equal to the average rate of change and solve for cc. Only keep solutions where cc is in the open interval (a,b)(a, b).

Example: Let f(x)=x2f(x) = x^2 on [1,3][1, 3].

  • ff is a polynomial, so it's continuous and differentiable everywhere. Hypotheses are satisfied.
  • Average rate of change: f(3)โˆ’f(1)3โˆ’1=9โˆ’12=4\frac{f(3) - f(1)}{3 - 1} = \frac{9 - 1}{2} = 4
  • fโ€ฒ(x)=2xf'(x) = 2x
  • Set 2c=42c = 4, so c=2c = 2. Since 2โˆˆ(1,3)2 \in (1, 3), this confirms the MVT.
Rolle's theorem interpretation, Mean value theorem - Wikipedia

Consequences of the Mean Value Theorem

The MVT proves several results you'll use throughout calculus:

Zero derivative means constant function. If fโ€ฒ(x)=0f'(x) = 0 for all xx in (a,b)(a, b), then ff is constant on that interval. The proof uses the MVT: for any two points in the interval, the difference f(x2)โˆ’f(x1)f(x_2) - f(x_1) equals fโ€ฒ(c)(x2โˆ’x1)=0f'(c)(x_2 - x_1) = 0.

Equal derivatives means functions differ by a constant. If fโ€ฒ(x)=gโ€ฒ(x)f'(x) = g'(x) for all xx in (a,b)(a, b), then f(x)=g(x)+Cf(x) = g(x) + C for some constant CC. This follows directly from the previous result applied to fโˆ’gf - g.

Sign of the derivative determines monotonicity. If fโ€ฒ(x)>0f'(x) > 0 for all xx in (a,b)(a, b), then ff is strictly increasing on that interval. If fโ€ฒ(x)<0f'(x) < 0, then ff 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.).

Two other existence theorems often come up alongside the MVT:

  • The Intermediate Value Theorem says that a continuous function on [a,b][a, b] takes on every value between f(a)f(a) and f(b)f(b). 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 [a,b][a, b] ensures no breaks or jumps (including at the endpoints). Differentiability on the open interval (a,b)(a, b) ensures a well-defined tangent line exists at every interior point. A function can be continuous but not differentiable (think of f(x)=โˆฃxโˆฃf(x) = |x| at x=0x = 0), so you need to check both conditions separately.