---
title: "AP Calculus 5.1: Using the Mean Value Theorem"
description: "Review AP Calc 5.1 Mean Value Theorem, including continuity on [a,b], differentiability on (a,b), average rate of change, f'(c), and AP free-response justification."
canonical: "https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 5 – Analytical Applications of Differentiation"
lastUpdated: "2026-06-09"
---

# AP Calculus 5.1: Using the Mean Value Theorem

## Summary

Review AP Calc 5.1 Mean Value Theorem, including continuity on [a,b], differentiability on (a,b), average rate of change, f'(c), and AP free-response justification.

## Guide

The Mean Value Theorem (MVT) says that if a function is [continuous](/ap-calc/key-terms/continuous "fv-autolink") on a [closed interval](/ap-calc/key-terms/closed-interval "fv-autolink") $$[a,b]$$ and differentiable on the open interval $$(a,b)$$, then at least one point $$c$$ has an instantaneous rate of change equal to the average rate of change. In symbols, $$f'(c)=\frac{f(b)-f(a)}{b-a}$$.

## Why This Matters for the AP Calculus Exam

MVT is a justification tool. AP questions often ask you to confirm the conditions (continuity and differentiability), apply the formula, and explain why a certain $f'(c)$ value is guaranteed. This connects directly to later [Unit 5](/ap-calc/unit-5 "fv-autolink") ideas like increasing/decreasing behavior and the [first derivative](/ap-calc/key-terms/first-derivative "fv-autolink") test, since MVT is the reasoning that links average rates to instantaneous rates. Showing the conditions and the setup clearly is important for full credit on free-response work and for choosing the right answer on multiple choice.

## Key Takeaways

- MVT requires two conditions: $f$ continuous on $[a, b]$ and differentiable on $(a, b)$. If either fails, you cannot apply it.
- The conclusion guarantees at least one point $c$ where $f'(c) = \frac{f(b) - f(a)}{b - a}$.
- Geometrically, MVT means the [tangent line](/ap-calc/key-terms/tangent-line "fv-autolink") at $c$ is parallel to the [secant line](/ap-calc/key-terms/secant-line "fv-autolink") connecting $(a, f(a))$ and $(b, f(b))$.
- To answer "does a [solution](/ap-calc/unit-7/verifying-solutions-for-differential-equations/study-guide/s2nX7AhIBDxGIWwlL82x "fv-autolink") exist" questions, compute the average rate of change and compare it to the target value.
- When solving for $c$, differentiate, set $f'(x)$ equal to the average rate, and keep only the solutions inside $(a, b)$.
- Always state that the conditions are met before applying the theorem.

## The Mean Value Theorem

The Mean Value Theorem states that if a function $f$ is continuous over the interval $[a, b]$ and differentiable over the interval $(a, b)$, then there exists a point $c$ within that open interval $(a, b)$ where the instantaneous rate of change of the function at $c$ equals the average rate of change of the function over the interval.

In other words, if $f$ is continuous over $[a, b]$ and differentiable over $(a, b)$, there exists some $c$ on $(a, b)$ such that:

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

Another way to phrase this: when the conditions of continuity and differentiability are satisfied, there is a point where the [slope of the tangent line](/ap-calc/key-terms/slope-of-the-tangent-line "fv-autolink") equals the [slope](/ap-calc/key-terms/slope "fv-autolink") of the secant line between $a$ and $b$.

### What the Conditions Mean

To be **continuous** over $[a, b]$ means there are no holes, asymptotes, or jump discontinuities between $a$ and $b$. Because the interval uses closed brackets, the graph must also be continuous at $a$ and $b$.

To be **differentiable** over $(a, b)$ means the function is continuous over the interval and that for any point $c$ in the interval, $\lim_{x \to c} \frac{f(x) - f(c)}{x - c}$ exists. A common spot where differentiability fails is a sharp [corner](/ap-calc/key-terms/corner "fv-autolink"), like the point at the bottom of $|x|$.

## How to Use This on the AP Calculus Exam

### Free Response

When a question hands you a [differentiable function](/ap-calc/key-terms/differentiable-function "fv-autolink") or a table of values and asks whether a certain derivative value is guaranteed, follow this pattern:

1. State that the conditions are met (continuous on the closed interval, differentiable on the open interval).
2. Apply MVT: there exists a $c$ such that $f'(c) = \frac{f(b) - f(a)}{b - a}$.

3. Compute the average rate of change.
4. Compare it to the target value to draw your conclusion.

**Walkthrough.** Let $f$ be a differentiable function with these selected values:

| x | 3 | 9 | 11 |
|---|---|---|---|
| f(x) | 20 | 44 | 67 |

Can we use the Mean Value Theorem to say the equation $f'(x) = 5$ has a solution where $3 < x < 9$?

Since $f$ is differentiable, it is also continuous, so MVT applies on $(3, 9)$. The theorem guarantees a $c$ on $(3, 9)$ such that:

$$f'(c) = \frac{f(9) - f(3)}{9 - 3} = \frac{44 - 20}{9 - 3} = \frac{24}{6} = 4$$

Since $4 \neq 5$, MVT cannot be used to guarantee that $f'(x) = 5$ has a solution on that interval.

### Problem Solving

When you need to find the actual value of $c$ for a given function, set the derivative equal to the average rate of change and solve, then discard any solutions outside the open interval.

### Common Trap

Saying a value of $c$ "exists" without confirming continuity and differentiability first. If a function has a corner or break in the interval, MVT does not apply, even if a matching slope happens to exist.

## Practice Problems

### Question 1

Let $h(x) = x^3 + 3x^2$ and let $c$ be the number that satisfies the Mean Value Theorem for $h$ on the interval $[-3, 0]$. What is $c$?

### Question 2

Let $f$ be a differentiable function with these selected values:

| x | 2 | 7 | 9 |
|---|---|---|---|
| f(x) | 14 | 43 | 35 |

Can we use the Mean Value Theorem to say the equation $f'(x) = 2$ has a solution where $2 < x < 9$?

### Answers and Solutions

#### Question 1

Since $h$ is a polynomial, it is continuous on $[-3, 0]$ and differentiable on $(-3, 0)$, so MVT applies. By the theorem, there exists a $c$ on $(-3, 0)$ such that:

$$h'(c) = \frac{h(0) - h(-3)}{0 - (-3)} = \frac{0 - 0}{3} = 0$$

To find $c$, differentiate and set $h'(x) = 0$:

$$h'(x) = 3x^2 + 6x$$

$$3x^2 + 6x = 0$$

This gives $x = -2$ and $x = 0$. Since only $x = -2$ is inside $(-3, 0)$, $c = -2$. Always check that your value lands inside the given interval.

#### Question 2

Since $f$ is differentiable, MVT applies on $(2, 9)$. The theorem guarantees a $c$ on $(2, 9)$ such that:

$$f'(c) = \frac{f(9) - f(2)}{9 - 2} = \frac{35 - 14}{9 - 2} = \frac{21}{7} = 3$$

Since $3 \neq 2$, MVT cannot be used to guarantee that $f'(x) = 2$ has a solution on that interval.

## Common Misconceptions

- **MVT gives the exact location of $c$.** The theorem only guarantees that at least one such $c$ exists. There can be more than one, and finding the value takes extra work.
- **Continuity alone is enough.** You also need differentiability on the open interval. A [continuous function](/ap-calc/key-terms/continuous-function "fv-autolink") with a corner does not satisfy the conditions.
- **The target value must be achievable.** If the average rate of change does not equal the value you are testing, MVT does not guarantee that value occurs. A different value of the derivative may still happen, but MVT alone cannot confirm it.
- **You can apply MVT on an interval where the function has a break.** A hole, jump, or [asymptote](/ap-calc/key-terms/asymptote "fv-autolink") inside the interval means MVT does not apply.
- **The [endpoints](/ap-calc/unit-5/using-candidates-test-to-determine-absolute-global-extrema/study-guide/2ONEsyKKR6nyMs3UOpOZ "fv-autolink") count as possible locations for $c$.** The guaranteed point lies strictly inside the open interval $(a, b)$, not at $a$ or $b$.

## Related AP Calculus Guides

- [Unit 5 Overview: Analytical Applications of Differentiation](/ap-calc/unit-5/review/study-guide/22AdFpcITnvM0bXKRl55)
- [5.2 Extreme Value Theorem, Global vs Local Extrema, and Critical Points](/ap-calc/unit-5/extreme-value-theorem-global-vs-local-extrema-critical-points/study-guide/xcQI1ZzNbmWJ5uRNiFCo)
- [5.3 Determining Intervals on Which a Function is Increasing or Decreasing](/ap-calc/unit-5/determining-intervals-on-which-function-is-increasing-or-decreasing/study-guide/Y2fgjyl7H1dKPI2YsB4Y)
- [5.4 Using the First Derivative Test to Determine Relative (Local) Extrema](/ap-calc/unit-5/using-first-derivative-test-to-determine-relative-local-extrema/study-guide/BjnQNCShz0uQiZGhSl2g)
- [5.11 Solving Optimization Problems](/ap-calc/unit-5/solving-optimization-problems/study-guide/u2Y3MpOG6kkTtbLH38S7)
- [5.10 Introduction to Optimization Problems](/ap-calc/unit-5/optimization-problems/study-guide/oepM07k8kwGY8zXZExoV)

## Vocabulary

- **Mean Value Theorem**: A theorem stating that if a function is continuous on a closed interval and differentiable on the open interval, there exists at least one point where the instantaneous rate of change equals the average rate of change over that interval.
- **average rate of change**: The change in the value of a function divided by the change in the input over an interval [a, b], calculated as (f(b) - f(a))/(b - a).
- **continuous**: A function that has no breaks, jumps, or holes in its graph over a given interval.
- **differentiable**: A property of a function that has a derivative at every point in an interval, meaning the function is smooth with no sharp corners or cusps.
- **instantaneous rate of change**: The rate at which a function is changing at a specific point, represented by the derivative at that point.

## FAQs

### What is the Mean Value Theorem in AP Calculus?

The Mean Value Theorem says that if a function is continuous on [a,b] and differentiable on (a,b), then at least one point inside the interval has an instantaneous rate of change equal to the average rate of change.

### What conditions are required for the Mean Value Theorem?

The function must be continuous on the closed interval [a,b] and differentiable on the open interval (a,b). You need both conditions before applying the theorem.

### What does the Mean Value Theorem guarantee?

It guarantees at least one value c in the open interval (a,b) where f'(c) = (f(b) - f(a)) / (b - a). The point c is not allowed to be an endpoint.

### How do you use the Mean Value Theorem on AP Calc FRQs?

State the continuity and differentiability conditions, calculate the average rate of change, then use the theorem to justify that a matching derivative value must occur somewhere in the open interval.

### What is the geometric meaning of the Mean Value Theorem?

Geometrically, the theorem says there is a tangent line inside the interval that is parallel to the secant line connecting the two endpoints.

### How is AP Calc 5.1 tested?

AP Calc 5.1 is tested through justification questions, tables, graphs, and functions. The key is to verify the hypotheses, compute the average rate, and make a precise conclusion about f'(c).

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq#what-is-the-mean-value-theorem-in-ap-calculus","name":"What is the Mean Value Theorem in AP Calculus?","acceptedAnswer":{"@type":"Answer","text":"The Mean Value Theorem says that if a function is continuous on [a,b] and differentiable on (a,b), then at least one point inside the interval has an instantaneous rate of change equal to the average rate of change."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq#what-conditions-are-required-for-the-mean-value-theorem","name":"What conditions are required for the Mean Value Theorem?","acceptedAnswer":{"@type":"Answer","text":"The function must be continuous on the closed interval [a,b] and differentiable on the open interval (a,b). You need both conditions before applying the theorem."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq#what-does-the-mean-value-theorem-guarantee","name":"What does the Mean Value Theorem guarantee?","acceptedAnswer":{"@type":"Answer","text":"It guarantees at least one value c in the open interval (a,b) where f'(c) = (f(b) - f(a)) / (b - a). The point c is not allowed to be an endpoint."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq#how-do-you-use-the-mean-value-theorem-on-ap-calc-frqs","name":"How do you use the Mean Value Theorem on AP Calc FRQs?","acceptedAnswer":{"@type":"Answer","text":"State the continuity and differentiability conditions, calculate the average rate of change, then use the theorem to justify that a matching derivative value must occur somewhere in the open interval."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq#what-is-the-geometric-meaning-of-the-mean-value-theorem","name":"What is the geometric meaning of the Mean Value Theorem?","acceptedAnswer":{"@type":"Answer","text":"Geometrically, the theorem says there is a tangent line inside the interval that is parallel to the secant line connecting the two endpoints."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-5/using-mean-value-theorem/study-guide/79sP2PXcyvRvBsjb3HRq#how-is-ap-calc-51-tested","name":"How is AP Calc 5.1 tested?","acceptedAnswer":{"@type":"Answer","text":"AP Calc 5.1 is tested through justification questions, tables, graphs, and functions. The key is to verify the hypotheses, compute the average rate, and make a precise conclusion about f'(c)."}}]}
```
