Study Guide

Mean Value Theorem (MVT)

AP Calculus ABΒ· AP Calculus AB CED β€” Analytical Applications of DifferentiationΒ· 14 min read

1. What is the Mean Value Theorem (MVT)?β˜…β˜…β˜†β˜†β˜†β± 3 min

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.

πŸ“˜ Definition

Mean Value Theorem (MVT)

If a function satisfies two hypotheses: (1) is continuous on the closed interval , and (2) is differentiable on the open interval , then there exists at least one number in such that the instantaneous rate of change at equals the average rate of change over the full interval.

fβ€²(c)=f(b)βˆ’f(a)bβˆ’af'(c) = \frac{f(b) - f(a)}{b - a}

2. Hypotheses of MVT and Rolle's Theorem (Special Case)β˜…β˜…β˜†β˜†β˜†β± 4 min

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

πŸ“˜ Definition

Rolle's Theorem

A special case of the Mean Value Theorem that adds the extra condition . If all MVT hypotheses hold and , then there exists at least one where , meaning there is a horizontal tangent at an interior point.

πŸ“ Worked Example

Does the Mean Value Theorem apply to on the interval ? Justify your answer.

  1. 1

    First check the first MVT hypothesis: continuity on the closed interval .

  2. 2

    is a rational function, so it is continuous at all where its denominator is non-zero. The denominator equals 0 at , which lies strictly inside , so has an infinite discontinuity at .

  3. 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. 4

    Conclusion: MVT does not apply to on .

3. Finding the MVT-Guaranteed Point $c$β˜…β˜…β˜…β˜†β˜†β± 4 min

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

  1. Calculate the average rate of change over the interval

  2. Compute the first derivative of the function

  3. Set equal to the average rate of change, then solve for

  4. Discard any solutions for that do not lie strictly inside the open interval

πŸ“ Worked Example

Let on . Confirm MVT applies, then find all values of guaranteed by the theorem.

  1. 1

    Verify hypotheses: is a polynomial, so it is continuous on and differentiable on , so MVT applies.

  2. 2

    Calculate average rate of change:

  3. 3
    f(3)=33βˆ’2(3)=21,f(0)=0,f(3)βˆ’f(0)3βˆ’0=7f(3) = 3^3 - 2(3) = 21, f(0) = 0, \frac{f(3)-f(0)}{3-0} = 7
  4. 4

    Compute derivative and set equal to 7, then solve for :

  5. 5
    fβ€²(x)=3x2βˆ’2,3c2βˆ’2=7β€…β€ŠβŸΉβ€…β€Š3c2=9β€…β€ŠβŸΉβ€…β€Šc2=3β€…β€ŠβŸΉβ€…β€Šc=3,βˆ’3f'(x) = 3x^2 - 2, 3c^2 - 2 = 7 \implies 3c^2 = 9 \implies c^2 = 3 \implies c = \sqrt{3}, -\sqrt{3}
  6. 6

    Filter solutions by interval: is outside , so the only valid solution is .

4. Applying MVT to Justify Function Behavior and Problemsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Beyond routine calculation, MVT is used to justify higher-order conclusions about function behavior, a common FRQ skill. If you know for all in , MVT tells you . 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 be differentiable for all real numbers, with and for all . What is the maximum possible value of ? Justify your answer with MVT.

  1. 1

    Apply MVT to on : since is differentiable everywhere, it is continuous everywhere, so both MVT hypotheses are satisfied.

  2. 2

    By MVT, there exists a such that:

  3. 3
    fβ€²(c)=f(5)βˆ’f(2)5βˆ’2=f(5)βˆ’53f'(c) = \frac{f(5) - f(2)}{5-2} = \frac{f(5) - 5}{3}
  4. 4

    Substitute the bound and solve:

  5. 5
    f(5)βˆ’53≀3β€…β€ŠβŸΉβ€…β€Šf(5)βˆ’5≀9β€…β€ŠβŸΉβ€…β€Šf(5)≀14\frac{f(5) - 5}{3} \leq 3 \implies f(5) - 5 \leq 9 \implies f(5) \leq 14
  6. 6

    Conclusion: the maximum possible value of 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. 1

    Let = distance traveled hours after 1:15 PM. Total elapsed time is 45 minutes = hours. is continuous on and differentiable on , so MVT applies.

  2. 2

    By MVT, there exists a time where:

  3. 3
    dβ€²(c)=62βˆ’034βˆ’0β‰ˆ82.67 mphd'(c) = \frac{62 - 0}{\frac{3}{4} - 0} \approx 82.67 \text{ mph}
  4. 4

    The car's instantaneous speed at is ~82.67 mph, which exceeds the 70 mph speed limit, so the car must have been speeding at some point.

βœ“ Quick check

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

  1. Select the correct answer

    • A) on

    • B) on

    • C) on

    • D) on

    Reveal answer
    C β€”

    Sine, polynomials, and products of polynomials and exponentials are continuous and differentiable everywhere. Option C has an infinite discontinuity at , which lies inside , so the continuity hypothesis fails and MVT does not apply.

5. Common Pitfalls

Wrong move:

Writing MVT hypotheses as 'continuous on and differentiable on ' (swapping open/closed intervals)

Why:

Students mix up interval requirements because derivatives are rarely discussed at endpoints.

Correct move:

Always state explicitly: 'continuous on the closed interval , differentiable on the open interval '.

Wrong move:

Applying MVT to a function with a corner, cusp, or vertical tangent inside

Why:

Students only check continuity and forget that non-differentiability at an interior point violates the second hypothesis.

Correct move:

After checking continuity, explicitly verify differentiability at all interior points before applying MVT.

Wrong move:

Keeping solutions for that are at endpoints or outside

Why:

Students misremember MVT as guaranteeing in instead of .

Correct move:

After solving for , discard any solution that is or , only keep values strictly between and .

Wrong move:

Claiming MVT guarantees exactly one in

Why:

Students misread 'at least one' as 'exactly one'.

Correct move:

Find all solutions of in , and list all valid solutions.

Wrong move:

Applying Rolle's Theorem when but core MVT hypotheses are violated

Why:

Students focus on the extra condition and forget to check core hypotheses first.

Correct move:

Always check continuity and differentiability first, even when applying Rolle's Theorem.

6. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

MVT Core Hypotheses

Continuous on closed , differentiable on open

Both must be satisfied to apply the theorem

MVT Core Formula

for some

= instantaneous rate, RHS = average rate

Rolle's Theorem

If MVT hypotheses hold and , then with

Special case of MVT, same core hypotheses

Step Process to Find

  1. Calculate average rate
    2. Compute
    3. Set average rate
    4. Keep only

Discard all solutions outside the open interval

Bounding Function Values

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

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Identify when MVT applies

  • 2022 Β· FRQ

    Use MVT to bound function value

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.