Derivative ApplicationsTopic #14 of 32

Mean Value Theorem

The relationship between average and instantaneous rates of change.

Statement of the Theorem

If ff is:

  1. Continuous on the closed interval [a,b][a, b]
  2. Differentiable on the open interval (a,b)(a, b)

Then there exists at least one cc in (a,b)(a, b) such that:

f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

Geometric Interpretation

The slope of the tangent line at some point cc equals the slope of the secant line connecting (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

In other words: At some point, the instantaneous rate of change equals the average rate of change.

Related Theorems

Rolle's Theorem (Special Case)

If ff is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and f(a)=f(b)f(a) = f(b), then there exists cc in (a,b)(a, b) where:

f(c)=0f'(c) = 0

Cauchy's Mean Value Theorem (Generalization)

If ff and gg are continuous on [a,b][a, b] and differentiable on (a,b)(a, b), with g(x)0g'(x) \neq 0, then there exists cc in (a,b)(a, b) such that:

f(c)g(c)=f(b)f(a)g(b)g(a)\frac{f'(c)}{g'(c)} = \frac{f(b) - f(a)}{g(b) - g(a)}

Consequences

Constant Functions

If f(x)=0f'(x) = 0 for all xx in an interval, then ff is constant on that interval.

Increasing/Decreasing

  • If f(x)>0f'(x) > 0 on (a,b)(a, b), then ff is increasing on [a,b][a, b]
  • If f(x)<0f'(x) < 0 on (a,b)(a, b), then ff is decreasing on [a,b][a, b]

Equal Derivatives

If f(x)=g(x)f'(x) = g'(x) for all xx in an interval, then f(x)=g(x)+Cf(x) = g(x) + C for some constant CC.

Examples

Example 1: Finding c

For f(x)=x2f(x) = x^2 on [1,3][1, 3], find cc guaranteed by MVT.

f(x)=2xf'(x) = 2x

f(c)=f(3)f(1)31=912=4f'(c) = \frac{f(3) - f(1)}{3 - 1} = \frac{9 - 1}{2} = 4

2c=42c = 4

c=2c = 2

So at x=2x = 2, the tangent slope equals the secant slope.

Example 2: Rolle's Theorem

For f(x)=x33xf(x) = x^3 - 3x on [3,3][-\sqrt{3}, \sqrt{3}], verify Rolle's and find cc.

Check: f(3)=33+33=0f(-\sqrt{3}) = -3\sqrt{3} + 3\sqrt{3} = 0f(3)=3333=0f(\sqrt{3}) = 3\sqrt{3} - 3\sqrt{3} = 0

f(x)=3x23=0f'(x) = 3x^2 - 3 = 0

x2=1x^2 = 1

x=±1x = \pm 1

Both c=1c = 1 and c=1c = -1 satisfy Rolle's Theorem.

Example 3: Proving an Inequality

Prove that sin(x)<x\sin(x) < x for x>0x > 0.

Let f(x)=xsin(x)f(x) = x - \sin(x) on [0,x][0, x].

f(0)=0f(0) = 0, f(t)=1cos(t)0f'(t) = 1 - \cos(t) \geq 0 for all tt.

By MVT, for some cc in (0,x)(0, x):

f(x)f(0)=f(c)(x0)f(x) - f(0) = f'(c)(x - 0)

f(x)=f(c)x0f(x) = f'(c) \cdot x \geq 0

Since f(c)0f'(c) \geq 0 and x>0x > 0, we have f(x)0f(x) \geq 0, so xsin(x)x \geq \sin(x).

Moreover, f(t)=0f'(t) = 0 only at isolated points, so f(x)>0f(x) > 0 for x>0x > 0.

Example 4: Speed Limit

A car travels 150 miles in 2 hours. Prove the car exceeded 70 mph at some point.

Let s(t)s(t) = position at time tt.

By MVT:

s(c)=s(2)s(0)20=1502=75 mphs'(c) = \frac{s(2) - s(0)}{2 - 0} = \frac{150}{2} = 75 \text{ mph}

At some time cc, the instantaneous speed was exactly 75 mph > 70 mph.

Example 5: Uniqueness of Roots

Show f(x)=x3+x1f(x) = x^3 + x - 1 has exactly one real root.

f(0)=1<0f(0) = -1 < 0, f(1)=1>0f(1) = 1 > 0, so by IVT, at least one root exists in (0,1)(0, 1).

f(x)=3x2+1>0f'(x) = 3x^2 + 1 > 0 for all xx, so ff is strictly increasing.

By MVT, if f(a)=f(b)=0f(a) = f(b) = 0 with a<ba < b, then f(c)=0f'(c) = 0 for some cc, contradiction!

Therefore, exactly one root exists.