# Mean Value Theorem (MVT)

> AP Calculus AB · Analytical Applications of Differentiation
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u5-mean-value-theorem/

This guide covers the formal statement, hypotheses, and applications of the Mean Value Theorem (MVT) for AP Calculus AB, including Rolle's Theorem, finding guaranteed points, and FRQ justification practice.

**Prerequisites:** Checking continuity on closed intervals; Checking differentiability on open intervals; Computing derivatives of common functions

## Learning objectives

- State the formal statement and hypotheses of the Mean Value Theorem (MVT)
- Verify when MVT can be applied to a function on an interval
- Find all values of c guaranteed by MVT
- Apply MVT to justify function bounds and real-world conclusions
- Recognize Rolle's Theorem as a special case of MVT

## What is the Mean Value Theorem (MVT)?

The Mean Value Theorem (MVT) is a core theoretical result in differential calculus, regularly tested on the AP Calculus AB exam. It accounts for approximately 4-7% of total exam points, appearing in both multiple-choice and free-response sections, often paired with other topics like justifying function behavior.

**Mean Value Theorem (MVT)** — If a function $f$ satisfies two hypotheses: (1) $f$ is continuous on the closed interval $[a,b]$, and (2) $f$ is differentiable on the open interval $(a,b)$, then there exists at least one number $c$ in $(a,b)$ such that the instantaneous rate of change at $c$ equals the average rate of change over the full interval.

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

> **tip**
>
> On AP FRQs, you must explicitly state and verify both hypotheses of MVT to earn full justification credit.

## Hypotheses of MVT and Rolle's Theorem (Special Case)

MVT is a conditional theorem: it only guarantees a point $c$ exists if both of its hypotheses are satisfied. If either hypothesis fails, no such $c$ is guaranteed. The first requirement is continuity on the *closed* interval $[a,b]$ (no discontinuities anywhere including endpoints), and the second is differentiability on the *open* interval $(a,b)$ (differentiability at endpoints is not required, as two-sided derivatives cannot be defined at interval edges).

**Rolle's Theorem** — A special case of the Mean Value Theorem that adds the extra condition $f(a) = f(b)$. If all MVT hypotheses hold and $f(a)=f(b)$, then there exists at least one $c \in (a,b)$ where $f'(c) = 0$, meaning there is a horizontal tangent at an interior point.

**Worked example:** Does the Mean Value Theorem apply to $f(x) = \frac{x^2}{x-2}$ on the interval $[-1, 3]$? Justify your answer.

1. First check the first MVT hypothesis: continuity on the closed interval $[-1, 3]$.
2. $f(x)$ is a rational function, so it is continuous at all $x$ where its denominator is non-zero. The denominator equals 0 at $x=2$, which lies strictly inside $[-1, 3]$, so $f$ has an infinite discontinuity at $x=2$.
3. Because the continuity hypothesis fails, we do not need to check the differentiability hypothesis: if any hypothesis fails, the theorem does not apply.
4. Conclusion: MVT does not apply to $f$ on $[-1, 3]$.

> **exam_tip**
>
> You will lose points on FRQs if you skip verifying both hypotheses before applying MVT.

## Finding the MVT-Guaranteed Point $c$

Once you have confirmed MVT applies to a function on an interval, follow this 4-step process to find all valid values of $c$ guaranteed by the theorem:

1. Calculate the average rate of change $\frac{f(b) - f(a)}{b-a}$ over the interval
2. Compute the first derivative $f'(x)$ of the function
3. Set $f'(c)$ equal to the average rate of change, then solve for $c$
4. Discard any solutions for $c$ that do not lie strictly inside the open interval $(a,b)$

**Worked example:** Let $f(x) = x^3 - 2x$ on $[0, 3]$. Confirm MVT applies, then find all values of $c$ guaranteed by the theorem.

1. Verify hypotheses: $f(x)$ is a polynomial, so it is continuous on $[0,3]$ and differentiable on $(0,3)$, so MVT applies.
2. Calculate average rate of change:
3. $$f(3) = 3^3 - 2(3) = 21, f(0) = 0, \frac{f(3)-f(0)}{3-0} = 7$$
4. Compute derivative and set equal to 7, then solve for $c$:
5. $$f'(x) = 3x^2 - 2, 3c^2 - 2 = 7 \implies 3c^2 = 9 \implies c^2 = 3 \implies c = \sqrt{3}, -\sqrt{3}$$
6. Filter solutions by interval: $-\sqrt{3} \approx -1.73$ is outside $(0,3)$, so the only valid solution is $c = \sqrt{3}$.

> **tip**
>
> AP exam questions almost always include one extraneous solution for $c$ outside the interval. You must explicitly discard it to earn full credit.

## Applying MVT to Justify Function Behavior and Problems

Beyond routine calculation, MVT is used to justify higher-order conclusions about function behavior, a common FRQ skill. If you know $m \leq f'(x) \leq M$ for all $x$ in $[a,b]$, MVT tells you $m(b-a) \leq f(b) - f(a) \leq M(b-a)$. This is also the theoretical foundation for the rule that a positive derivative everywhere on an interval implies the function is increasing on that interval.

**Worked example:** Let $f$ be differentiable for all real numbers, with $f(2) = 5$ and $f'(x) \leq 3$ for all $x$. What is the maximum possible value of $f(5)$? Justify your answer with MVT.

1. Apply MVT to $f$ on $[2,5]$: since $f$ is differentiable everywhere, it is continuous everywhere, so both MVT hypotheses are satisfied.
2. By MVT, there exists a $c \in (2,5)$ such that:
3. $$f'(c) = \frac{f(5) - f(2)}{5-2} = \frac{f(5) - 5}{3}$$
4. Substitute the bound $f'(c) \leq 3$ and solve:
5. $$\frac{f(5) - 5}{3} \leq 3 \implies f(5) - 5 \leq 9 \implies f(5) \leq 14$$
6. Conclusion: the maximum possible value of $f(5)$ is 14.

**Worked example:** A car entered a 62-mile highway stretch at 1:15 PM and exited at 2:00 PM. The speed limit is 70 mph. Use MVT to prove the car was speeding at some point.

1. Let $d(t)$ = distance traveled $t$ hours after 1:15 PM. Total elapsed time is 45 minutes = $\frac{3}{4}$ hours. $d(t)$ is continuous on $[0, 3/4]$ and differentiable on $(0, 3/4)$, so MVT applies.
2. By MVT, there exists a time $c \in (0, 3/4)$ where:
3. $$d'(c) = \frac{62 - 0}{\frac{3}{4} - 0} \approx 82.67 \text{ mph}$$
4. The car's instantaneous speed at $c$ is ~82.67 mph, which exceeds the 70 mph speed limit, so the car must have been speeding at some point.

**Check your understanding**

For which of the following functions on the given interval does the Mean Value Theorem NOT apply?

1. Select the correct answer

   - A) $f(x) = \sin x$ on $\left[0, \frac{\pi}{2}\right]$
   - B) $f(x) = x^3 + 2x^2$ on $[-2, 1]$
   - C) $f(x) = \frac{x}{x+1}$ on $[-2, 0]$
   - D) $f(x) = (x + 3) e^x$ on $[0, 2]$

   *Why:* Sine, polynomials, and products of polynomials and exponentials are continuous and differentiable everywhere. Option C has an infinite discontinuity at $x=-1$, which lies inside $[-2, 0]$, so the continuity hypothesis fails and MVT does not apply.

> **exam_tip**
>
> When using MVT for justification on FRQs, you must explicitly name the theorem and confirm its hypotheses to earn full credit.

## Common pitfalls

- **Wrong:** Writing MVT hypotheses as 'continuous on $(a,b)$ and differentiable on $[a,b]$' (swapping open/closed intervals)
  - Why it fails: Students mix up interval requirements because derivatives are rarely discussed at endpoints.
  - Correct: Always state explicitly: 'continuous on the closed interval $[a,b]$, differentiable on the open interval $(a,b)$'.
- **Wrong:** Applying MVT to a function with a corner, cusp, or vertical tangent inside $(a,b)$
  - Why it fails: Students only check continuity and forget that non-differentiability at an interior point violates the second hypothesis.
  - Correct: After checking continuity, explicitly verify differentiability at all interior points before applying MVT.
- **Wrong:** Keeping solutions for $c$ that are at endpoints or outside $(a,b)$
  - Why it fails: Students misremember MVT as guaranteeing $c$ in $[a,b]$ instead of $(a,b)$.
  - Correct: After solving for $c$, discard any solution that is $\leq a$ or $\geq b$, only keep values strictly between $a$ and $b$.
- **Wrong:** Claiming MVT guarantees exactly one $c$ in $(a,b)$
  - Why it fails: Students misread 'at least one' as 'exactly one'.
  - Correct: Find all solutions of $f'(c) = \frac{f(b)-f(a)}{b-a}$ in $(a,b)$, and list all valid solutions.
- **Wrong:** Applying Rolle's Theorem when $f(a)=f(b)$ but core MVT hypotheses are violated
  - Why it fails: Students focus on the extra $f(a)=f(b)$ condition and forget to check core hypotheses first.
  - Correct: Always check continuity and differentiability first, even when applying Rolle's Theorem.

## Cheatsheet

| Category | Formula / Rule | Notes |
| --- | --- | --- |
| MVT Core Hypotheses | Continuous on closed $[a,b]$, differentiable on open $(a,b)$ | Both must be satisfied to apply the theorem |
| MVT Core Formula | $\displaystyle f'(c) = \frac{f(b)-f(a)}{b-a}$ for some $c \in (a,b)$ | $f'(c)$ = instantaneous rate, RHS = average rate |
| Rolle's Theorem | If MVT hypotheses hold *and* $f(a)=f(b)$, then $\exists c \in (a,b)$ with $f'(c)=0$ | Special case of MVT, same core hypotheses |
| Step Process to Find $c$ | 1. Calculate average rate<br>2. Compute $f'(x)$<br>3. Set $f'(c) = $ average rate<br>4. Keep only $c \in (a,b)$ | Discard all solutions outside the open interval |
| Bounding Function Values | $m \leq f'(x) \leq M \implies m(b-a) \leq f(b)-f(a) \leq M(b-a)$ | Used to find maximum/minimum possible function values |
| AP Justification Rule | Always name MVT and verify hypotheses before use | Required for full credit on FRQs |

## What's next

The Mean Value Theorem is the foundational theoretical result for all of Unit 5, Analytical Applications of Differentiation. Immediately after mastering MVT, you will apply it to justify conclusions about intervals of increase and decrease, the First Derivative Test for local extrema, and the identification of critical points for absolute extrema. Without understanding how MVT connects the sign of the derivative to overall function behavior, you cannot earn full credit for FRQ justifications, which make up a large share of AP Calculus AB exam points. Long-term, MVT also underpins core results like the Fundamental Theorem of Calculus Part 1 and error bounds for linear approximation.

- [Extreme Value Theorem, Global vs Local Extrema, Critical Points](https://www.owlsprep.com/study/ap-calculus-ab-u5-extreme-value-theorem-global-vs/)
- [Determining intervals where a function is increasing/decreasing](https://www.owlsprep.com/study/ap-calculus-ab-u5-determining-intervals-where-a-function/)
- [First Derivative Test for Relative Extrema](https://www.owlsprep.com/study/ap-calculus-ab-u5-first-derivative-test-for-relative/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-ab-u5-mean-value-theorem/
