Mean Value Theorem Formula

The Formula

f'(c) = \frac{f(b) - f(a)}{b - a} \quad \text{for some } c \in (a, b)

When to use: If you drive 150 miles in 2 hours, your average speed is 75 mph. The MVT says at some instant during the trip, your speedometer read exactly 75 mph. The instantaneous rate must equal the average rate at least once.

Quick Example

f(x) = x^2 on [1, 3]. Average rate: \frac{9-1}{3-1} = 4.
f'(x) = 2x = 4 \Rightarrow x = 2. Indeed, c = 2 \in (1, 3).
At x = 2, the tangent line is parallel to the secant line through (1, 1) and (3, 9).

Notation

MVT. \frac{f(b) - f(a)}{b - a} is the average rate of change (secant slope); f'(c) is the instantaneous rate (tangent slope).

What This Formula Means

If f is continuous on [a, b] and differentiable on (a, b), then there exists at least one point c in (a, b) where f'(c) = \frac{f(b) - f(a)}{b - a}

If you drive 150 miles in 2 hours, your average speed is 75 mph. The MVT says at some instant during the trip, your speedometer read exactly 75 mph. The instantaneous rate must equal the average rate at least once.

Formal View

If f is continuous on [a, b] and differentiable on (a, b), then \exists\, c \in (a, b) such that f'(c) = \frac{f(b) - f(a)}{b - a}. Equivalently: f(b) - f(a) = f'(c)(b - a).

Worked Examples

Example 1

easy
Verify the MVT for f(x) = x^2 on [1, 3] by finding the value of c.

Solution

  1. 1
    Check hypotheses: f is a polynomial, so continuous on [1,3] and differentiable on (1,3). βœ“
  2. 2
    Average rate of change: \frac{f(3)-f(1)}{3-1} = \frac{9-1}{2} = 4.
  3. 3
    Find c: f'(x) = 2x. Set 2c = 4 \Rightarrow c = 2.
  4. 4
    Check: c = 2 \in (1, 3). βœ“

Answer

c = 2 \in (1, 3), confirming the MVT.
The MVT guarantees a c where the instantaneous rate equals the average rate. Here c=2 is where the tangent to y = x^2 is parallel to the secant through (1,1) and (3,9).

Example 2

hard
Use the MVT to prove: if f'(x) = 0 for all x in (a, b), then f is constant on (a, b).

Common Mistakes

  • Applying MVT without checking hypotheses: the function must be continuous on the CLOSED interval [a, b] AND differentiable on the OPEN interval (a, b). f(x) = |x| on [-1, 1] fails because f'(0) doesn't exist.
  • Confusing MVT with IVT: MVT is about derivatives equaling the average rate; IVT is about function values hitting intermediate values. They are different theorems with different hypotheses.
  • Thinking c must be the midpoint: c is NOT necessarily \frac{a+b}{2}. It's wherever f' equals the average slope, which depends on the function's shape.

Why This Formula Matters

The MVT is a workhorse of theoretical calculus. It's used to prove that functions with positive derivatives are increasing, that two functions with the same derivative differ by a constant, and to establish error bounds for approximations.

Frequently Asked Questions

What is the Mean Value Theorem formula?

If f is continuous on [a, b] and differentiable on (a, b), then there exists at least one point c in (a, b) where f'(c) = \frac{f(b) - f(a)}{b - a}

How do you use the Mean Value Theorem formula?

If you drive 150 miles in 2 hours, your average speed is 75 mph. The MVT says at some instant during the trip, your speedometer read exactly 75 mph. The instantaneous rate must equal the average rate at least once.

What do the symbols mean in the Mean Value Theorem formula?

MVT. \frac{f(b) - f(a)}{b - a} is the average rate of change (secant slope); f'(c) is the instantaneous rate (tangent slope).

Why is the Mean Value Theorem formula important in Math?

The MVT is a workhorse of theoretical calculus. It's used to prove that functions with positive derivatives are increasing, that two functions with the same derivative differ by a constant, and to establish error bounds for approximations.

What do students get wrong about Mean Value Theorem?

The MVT is an existence theoremβ€”it guarantees some c exists but doesn't specify which one (or how many). Finding c explicitly is a computation exercise, but the theorem's power is in the guarantee.

What should I learn before the Mean Value Theorem formula?

Before studying the Mean Value Theorem formula, you should understand: derivative, limit, intermediate value theorem.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Derivatives Explained: Rules, Interpretation, and Applications β†’