The Mean Value Theorem (MVT) is one of the most important theoretical results in calculus. It connects the average rate of change over an interval to the instantaneous rate of change at some point.
💡 Key Idea: If you drive 100 miles in 2 hours (average 50 mph), at some moment you were going exactly 50 mph!
The Theorem (Formal Statement)
Let f be a function that is:
Continuous on the closed interval
📚 Practice Problems
1Problem 1medium
❓ Question:
Verify that f(x)=x3− satisfies the hypotheses of the Mean Value Theorem on , then find all values of that satisfy the conclusion.
Explain using:
📋 AP Calculus AB — Exam Format Guide
⏱ 3 hours 15 minutes📝 51 questions📊 4 sections
Section
Format
Questions
Time
Weight
Calculator
Multiple Choice (No Calculator)
MCQ
30
60 min
33.3%
🚫
Multiple Choice (Calculator)
MCQ
15
45 min
16.7%
✅
Free Response (Calculator)
FRQ
2
30 min
16.7%
✅
Free Response (No Calculator)
FRQ
4
60 min
33.3%
🚫
📊 Scoring: 1-5
5
Extremely Qualified
~20%
4
Well Qualified
~17%
3
Qualified
~19%
2
Possibly Qualified
~22%
1
No Recommendation
~22%
💡 Key Test-Day Tips
✓Show all work on FRQs
✓Use proper notation
✓Check units
✓Manage your time
⚠️ Common Mistakes: Mean Value Theorem
Avoid these 4 frequent errors
🌍 Real-World Applications: Mean Value Theorem
See how this math is used in the real world
📝 Worked Example: Related Rates — Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
Understanding the theoretical foundation connecting average and instantaneous rates
How can I study Mean Value Theorem effectively?▾
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Mean Value Theorem study guide free?▾
Yes — all study notes, flashcards, and practice problems for Mean Value Theorem on Study Mondo are 100% free. No account is needed to access the content.
What course covers Mean Value Theorem?▾
Mean Value Theorem is part of the AP Calculus AB course on Study Mondo, specifically in the Applications of Derivatives section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Mean Value Theorem?
[
a
,
b
]
Differentiable on the open interval (a,b)
Then there exists at least one number c in (a,b) such that:
f′(c)=b−af(b)−f(a)
In Words
There is at least one point where the instantaneous rate of change (derivative) equals the average rate of change (slope of secant line).
Visual Understanding
The Secant Line
The secant line connects (a,f(a)) to (b,f(b)).
Its slope is: b−af(b)−f(a)
The Tangent Line
The MVT says there's a point c where the tangent line is parallel to the secant line.
Geometric interpretation: Somewhere between a and b, the curve has a tangent line with the same slope as the overall average slope.
Rolle's Theorem (Special Case)
Rolle's Theorem is a special case of MVT when f(a)=f(b).
Statement
If f is continuous on [a,b], differentiable on (a,b), and f(a)=f(b), then there exists c in (a,b) such that:
f′(c)=0
In Words
If a function starts and ends at the same height, somewhere in between it has a horizontal tangent!
Example: If you hike up and back down to your starting elevation, at some point you reached the top (where slope = 0).
How to Apply the MVT
Step-by-Step Process
Step 1: Verify the hypotheses
Is f continuous on [a,b]?
Is f differentiable on (a,b)?
Step 2: Calculate the average rate of change
m=b−af(b)−f(a)
Step 3: Find f′(x)
Step 4: Solve f′(c)=m for c
Step 5: Verify that c is in (a,b)
Example 1: Finding the Point
Find all values of c that satisfy the MVT for f(x)=x2 on [1,3].
Step 1: Check hypotheses
f(x)=x2 is a polynomial:
Continuous everywhere ✓
Differentiable everywhere ✓
MVT applies!
Step 2: Average rate of change
3−1f(3)−f(1)=29−1=28=4
Step 3: Find derivative
f′(x)=2x
Step 4: Solve f′(c)=4
2c=4c=2
Step 5: Verify
Is c=2 in (1,3)? Yes! ✓
Answer: c=2 satisfies the MVT.
At x=2, the instantaneous rate equals the average rate!
Example 2: MVT Doesn't Apply
Why doesn't MVT apply to f(x)=∣x∣ on [−1,1]?
f is continuous on [−1,1] ✓
But f is NOT differentiable at x=0 (corner/cusp) ✗
Since 0 is in (−1,1), the MVT does not apply.
Why the Hypotheses Matter
Continuity Required
If f has a jump discontinuity, there may be no point where the tangent slope equals the average slope.
Differentiability Required
If f has a corner (like ∣x∣ at x=0), the derivative doesn't exist there, so we can't apply MVT.
On (a,b), not [a,b]
The function only needs to be differentiable on the open interval. It's okay if f′(a) or f′(b) don't exist!
Applications of MVT
Application 1: Proving Functions are Equal
If f′(x)=g′(x) for all x in an interval, then:
f(x)=g(x)+C
for some constant C.
Why: If h(x)=f(x)−g(x), then h′(x)=0 everywhere. By MVT, h must be constant!
Application 2: Estimating Values
If we know f′(x) is bounded, we can estimate how much f can change.
Example: If ∣f′(x)∣≤2 for all x in [0,5], then:
∣f(5)−f(0)∣≤2⋅5=10
Application 3: Speed Limits
If a car travels 120 miles in 2 hours (average 60 mph), by MVT the car must have been going exactly 60 mph at some instant!
If the speed limit is 55 mph, the driver was definitely speeding at some point. 🚗
Increasing and Decreasing Functions
Important Corollary
Let f be continuous on [a,b] and differentiable on (a,b).
Increasing Function Test:
If f′(x)>0 for all x in (a,b), then f is increasing on [a,b]
Decreasing Function Test:
If f′(x)<0 for all x in (a,b), then f is decreasing on [a,b]
Constant Function Test:
If f′(x)=0 for all x in (a,b), then f is constant on [a,b]
Proof idea: Uses MVT repeatedly!
⚠️ Common Mistakes
Mistake 1: Wrong Interval
The value c must be in the open interval (a,b), not including endpoints!
Mistake 2: Not Checking Hypotheses
Always verify continuity and differentiability before applying MVT!
Mistake 3: Expecting Unique c
MVT says "at least one" c exists. There might be multiple values!
Mistake 4: Confusing with Extreme Value Theorem
EVT: Guarantees max and min exist
MVT: Guarantees a point where instantaneous rate = average rate
MVT vs. Other Theorems
Extreme Value Theorem (EVT)
EVT: Continuous function on [a,b] has absolute max and min
MVT: Connects average and instantaneous rates
Intermediate Value Theorem (IVT)
IVT: Continuous function takes all values between f(a) and f(b)
MVT: About derivatives, not function values
Extended Mean Value Theorem (Cauchy)
There's a more general version for two functions:
If f and g are continuous on [a,b] and differentiable on (a,b), then there exists c in (a,b) such that:
g′(c)f′(c)=g(b)−g(a)f(b)−f(a)
This is used in proving L'Hôpital's Rule!
Proof Sketch of MVT
Idea: Create a function that measures the vertical distance from the curve to the secant line, then apply Rolle's Theorem.
Define:
h(x)=f(x)−[f(a)+b−af(b)−f(a)(x−a)]
Then h(a)=h(b)=0, so by Rolle's Theorem, there exists c where h′(c)=0.
Working out h′(c)=0 gives f′(c)=b−af(b)−f(a) ✓
📝 Key Takeaways
MVT connects average and instantaneous rates - somewhere the tangent is parallel to the secant
Requires continuity on [a,b] and differentiability on (a,b)
Guarantees existence of at least one c, but doesn't tell you how many
Applications: Proving functions equal, bounding changes, theoretical foundation
Geometric meaning: Tangent line parallel to secant line
Rolle's Theorem is the special case when f(a)=f(b)
Practice Tips
Always check hypotheses before applying MVT
Calculate average rate first: b−af(b)−f(a)
Set f′(c) equal to the average rate and solve
Verifyc is in the open interval (a,b)
Understand geometrically - it's about parallel slopes!
3
x
+
1
[0,2]
c
💡 Show Solution
Step 1: Verify hypotheses
f(x)=x3−3x+1 is a polynomial.
Polynomials are continuous everywhere ✓
Polynomials are differentiable everywhere ✓
MVT applies on [0,2] ✓
Step 2: Calculate average rate of change
f(0)=03−3(0)+1=1
f(2)=23−3(2)+1=8−6
Average rate:
2−0f(2)−f(0)=
Step 3: Find f′(x)
f′(x)=3x2−3
Step 4: Solve f′(c)=1
3c2−3=1
3c2=4
c2=34
c=±3
Step 5: Check which values are in (0,2)
c=323 ✓ (in )
c=−323 ✗ (not in )
Answer: c=323 satisfies the Mean Value Theorem.
2Problem 2easy
❓ Question:
Explain why the Mean Value Theorem does not apply to f(x)=x1 on [−1,1].
💡 Show Solution
Check Hypothesis 1: Continuity on [−1,1]
f(x)=x has a vertical asymptote at .
3Problem 3medium
❓ Question:
A car travels 180 miles in 3 hours. Use the Mean Value Theorem to prove that at some time during the trip, the car was traveling exactly 60 mph.
💡 Show Solution
Step 1: Set up the problem
Let s(t) = position at time t (in miles)
We know:
s(0)=0 (starting position)
s(3)=180 (ending position after 3 hours)
Step 2: Apply Mean Value Theorem
Assume s(t) is continuous on [0,3] and differentiable on (0,3).
(Reasonable assumption for position function)
By MVT, there exists a time c in (0,3) such that:
s′(c)=3−0s(3)−s(
Step 3: Interpret
s′(c) is the instantaneous velocity at time c
s′(c)=3180−0=
Conclusion
By the Mean Value Theorem, there exists a time c (somewhere between 0 and 3 hours) where the instantaneous velocity was exactly 60 mph.
Real-world interpretation:
The average speed was 3 hours180 miles=60 mph.
MVT guarantees that at some moment, the speedometer read exactly 60 mph!
Answer: By the Mean Value Theorem, at some time c in (0,3) hours, the car's instantaneous speed s′(c)=60 mph.
4Problem 4medium
❓ Question:
Verify that f(x) = x² satisfies the conditions of the MVT on [1, 3], then find the value of c.
💡 Show Solution
Step 1: Check MVT conditions:
f(x) = x² is a polynomial → continuous on [1, 3] ✓
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
+
1=
3
23−1
=
22=
1
2
=
±323
≈
1.155
(0,2)
≈
−1.155
(0,2)
1
x=0
f is NOT continuous at x=0 ✗
Since 0∈[−1,1], the function is not continuous on the entire interval.
Conclusion
The Mean Value Theorem does not apply because f is not continuous on [−1,1].
Additional observation:
Even if we tried to apply it:
f(−1)=−1 and f(1)=1
Average rate: 1−(−1)1−(−1)=22=1
f′(x)=−x21
Setting −c21=1 gives c2=−1, which has no real solution!
This makes sense because the function is discontinuous - there's no point where the tangent slope equals the average slope.
Answer: MVT does not apply because f is not continuous on [−1,1] (discontinuity at x=0).