The Mean Value Theorem for MATH 139
Exam Relevance for MATH 139
Coverage varies. If tested, know the statement and how to find c where f prime c equals average rate of change.
This skill appears on:
What Is the Mean Value Theorem?
The Mean Value Theorem (MVT) says that for a "nice" function on a closed interval, there's at least one point where the instantaneous rate of change equals the average rate of change.
In plain English: If you drive 100 miles in 2 hours (average speed 50 mph), then at some moment during the trip, your speedometer read exactly 50 mph.
The Theorem
If $f$ is:
- Continuous on $[a, b]$
- Differentiable on $(a, b)$
Then there exists at least one $c$ in $(a, b)$ such that:
$$f'(c) = \frac{f(b) - f(a)}{b - a}$$
Geometrically: There's a point where the tangent line is parallel to the secant line connecting $(a, f(a))$ and $(b, f(b))$.
MVT vs. Intermediate Value Theorem
These two theorems are often confused but do very different things:
| Intermediate Value Theorem (IVT) | Mean Value Theorem (MVT) | |
|---|---|---|
| About | Function values $f(x)$ | Derivative values $f'(x)$ |
| Says | $f$ hits every value between $f(a)$ and $f(b)$ | $f'$ hits the average slope at some point |
| Requires | Continuous on $[a,b]$ | Continuous on $[a,b]$ AND differentiable on $(a,b)$ |
| Used for | Proving roots exist | Proving at most one root, bounding growth |
Key Applications
The MVT is used to:
- Find a specific $c$ that satisfies the theorem
- Prove an equation has at most one solution
- Prove inequalities involving functions
- Bound how much a function can change
Let $f(x) = x^2$ on $[1, 3]$. Find all values of $c$ guaranteed by the MVT.
Step 1: Verify the conditions
$f(x) = x^2$ is a polynomial, so it's continuous on $[1, 3]$ and differentiable on $(1, 3)$. ✓
Step 2: Calculate the average rate of change
$$\frac{f(3) - f(1)}{3 - 1} = \frac{9 - 1}{2} = \frac{8}{2} = 4$$
Step 3: Find $c$ where $f'(c) = 4$
$$f'(x) = 2x$$ $$2c = 4$$ $$c = 2$$
Step 4: Verify $c$ is in the interval
$c = 2$ is in $(1, 3)$ ✓
$$\boxed{c = 2}$$
Prove that $x^3 + 3x + 1 = 0$ has at most one real solution.
Step 1: Assume (for contradiction) there are two solutions
Suppose $f(x) = x^3 + 3x + 1 = 0$ has two solutions $a$ and $b$ with $a < b$.
Then $f(a) = 0$ and $f(b) = 0$.
Step 2: Apply the Mean Value Theorem
Since $f$ is a polynomial, it's continuous on $[a, b]$ and differentiable on $(a, b)$.
By MVT, there exists $c$ in $(a, b)$ such that: $$f'(c) = \frac{f(b) - f(a)}{b - a} = \frac{0 - 0}{b - a} = 0$$
Step 3: Check if $f'(x) = 0$ is possible
$$f'(x) = 3x^2 + 3 = 3(x^2 + 1)$$
Since $x^2 + 1 \geq 1 > 0$ for all $x$, we have $f'(x) > 0$ always.
Step 4: Contradiction!
We needed $f'(c) = 0$, but $f'(x) > 0$ everywhere. This is impossible!
$$\boxed{\text{Therefore, } x^3 + 3x + 1 = 0 \text{ has at most one solution}}$$
Prove that $x^3 + 3x + 1 = 0$ has exactly one real solution.
Step 1: We already know "at most one" from Example 2
Step 2: Show "at least one" using the Intermediate Value Theorem
$f(x) = x^3 + 3x + 1$
$f(-1) = -1 - 3 + 1 = -3 < 0$
$f(0) = 0 + 0 + 1 = 1 > 0$
Since $f$ is continuous and changes sign, by IVT there's at least one root in $(-1, 0)$.
$$\boxed{\text{Exactly one solution (at most one + at least one)}}$$
Suppose $f'(x) \leq 2$ for all $x$, and $f(0) = 5$. What's the largest $f(3)$ can be?
Step 1: Apply MVT to $[0, 3]$
By MVT, there exists $c$ in $(0, 3)$ such that: $$f'(c) = \frac{f(3) - f(0)}{3 - 0} = \frac{f(3) - 5}{3}$$
Step 2: Use the bound on $f'$
Since $f'(c) \leq 2$: $$\frac{f(3) - 5}{3} \leq 2$$ $$f(3) - 5 \leq 6$$ $$f(3) \leq 11$$
$$\boxed{f(3) \leq 11}$$
Interpretation: If your "speed" is at most 2, and you start at height 5, then after 3 units of time, you can be at most at height 11.
A car enters a toll road at 2:00 PM and exits 100 miles later at 3:00 PM. The speed limit is 70 mph. Can the driver be proven to have exceeded the speed limit?
Step 1: Set up the problem
Let $s(t)$ = position at time $t$ (in hours after 2:00 PM)
$s(0) = 0$ miles (entered toll road)
$s(1) = 100$ miles (exited after 1 hour)
Step 2: Apply MVT
By MVT, there exists some time $c$ in $(0, 1)$ where: $$s'(c) = \frac{s(1) - s(0)}{1 - 0} = \frac{100 - 0}{1} = 100 \text{ mph}$$
Step 3: Conclusion
At some moment, the instantaneous speed was exactly 100 mph.
Since $100 > 70$, the driver definitely exceeded the speed limit.
$$\boxed{\text{Yes, the driver can be proven to have sped}}$$
Prove that $\sin x < x$ for all $x > 0$.
Step 1: Let $f(x) = x - \sin x$ and show $f(x) > 0$ for $x > 0$
$f(0) = 0 - 0 = 0$
Step 2: Apply MVT to $[0, x]$ for any $x > 0$
By MVT, there exists $c$ in $(0, x)$ such that: $$f'(c) = \frac{f(x) - f(0)}{x - 0} = \frac{f(x)}{x}$$
Step 3: Analyze $f'$
$$f'(t) = 1 - \cos t$$
Since $\cos t \leq 1$ for all $t$, we have $f'(t) \geq 0$ for all $t$.
For $c \in (0, x)$, we have $\cos c < 1$ (since $c \neq 0$), so $f'(c) > 0$.
Step 4: Conclude
$$\frac{f(x)}{x} = f'(c) > 0$$
Since $x > 0$, we get $f(x) > 0$, meaning: $$x - \sin x > 0$$ $$\boxed{\sin x < x \text{ for all } x > 0}$$
The Strategy for "At Most One Solution"
To prove $f(x) = 0$ has at most one solution:
- Assume there are two solutions $a < b$
- Apply MVT: there exists $c$ with $f'(c) = 0$
- Show $f'(x) \neq 0$ for all $x$ (always positive or always negative)
- Contradiction → at most one solution
Common Mistakes and Misunderstandings
❌ Mistake: Forgetting to check the hypotheses
Wrong: "By MVT, there exists $c$..." (without checking continuity/differentiability)
Why it's wrong: MVT requires continuity on $[a,b]$ AND differentiability on $(a,b)$.
Example: $f(x) = |x|$ on $[-1, 1]$ doesn't satisfy MVT because $f'(0)$ doesn't exist.
❌ Mistake: Confusing "at most one" with "exactly one"
Wrong: "I showed the equation has at most one solution, so it has exactly one."
Why it's wrong: "At most one" means zero or one. You still need to show at least one exists!
Correct: Use IVT (sign change) to prove at least one solution exists, then combine.
❌ Mistake: Looking for $c$ outside the interval
Wrong: Finding $c = 5$ when the interval is $[0, 2]$.
Why it's wrong: MVT guarantees $c$ is in the open interval $(a, b)$.
Correct: Only accept solutions for $c$ that are strictly between $a$ and $b$.
Mean Value Theorem
If f is continuous on [a, b] and differentiable on (a, b), then there exists at least one c in (a, b) where the instantaneous rate of change equals the average rate of change over the interval.
Variables:
- $f$:
- A function that is continuous on [a,b] and differentiable on (a,b)
- $a$:
- Left endpoint of the interval
- $b$:
- Right endpoint of the interval
- $c$:
- A point in (a, b) where the tangent line is parallel to the secant line
- $f'(c)$:
- The instantaneous rate of change at c
- $\frac{f(b)-f(a)}{b-a}$:
- The average rate of change over [a, b]
This skill is taught in the following courses. Create an account to access practice exercises and full course materials.