Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
5.1 Important theorems
5.2 1st derivative test
5.3 2nd derivative test
5.4 Graphs & curve sketching
5.5 Optimization
6. Integration
7. Differential equations
8. Applications of integrals
9. Testing details tag
10. test
Wrapping up
Achievable logoAchievable logo
5.1 Important theorems
Achievable AP Calculus AB
5. Analytical uses
Our AP Calculus AB course is currently in development and is a work-in-progress.

Important theorems

8 min read
Font
Discuss
Share
Feedback

What you’ll learn:

3 more big theorems in calculus

  1. Mean value theorem (MVT): instantaneous rate = average rate somewhere on the interval
  2. Rolle’s theorem: special case of the MVT
  3. Extreme value theorem: finding absolute max and min on closed interval

In addition to the Intermediate value theorem (from section 1.6 on Continuity), there are two other main existence theorems in calculus - the Mean value theorem (with Rolle’s theorem as a special case) and the Extreme value theorem.

Mean value theorem

Mean value theorem:

If a function f(x) satisfies these 2 conditions

  1. Continuity: f(x) is continuous on the closed interval [a,b]
  2. Differentiability: f(x) is continuous on the open interval (a,b)

Then there exists at least one point c in (a,b) such that

f′(c)=b−af(b)−f(a)​

All this means is that if the 2 conditions of continuity and differentiability have been satisfied, then the instantaneous rate of change will equal the average rate of the change somewhere in the interval.

Examples

1. Determine if the Mean value theorem can be applied to f(x) on the interval given and if so, find the values of c that satisfy the theorem.

a) f(x)=x2,[1,4]
b) f(x)=x3−3x2+2x,[0,3]
c) f(x)=1−x2​,[−1,0]

Solutions

a) f(x)=x2,[1,4]

f(x) is a polynomial so it’s continuous and differentiable everywhere.

The average rate of change over [1,4] is:

4−1f(4)−f(1)​

=316−1​

=5

The derivative of f(x) is

f′(x)=2x

At some point in the interval, f′(x)=5.

2x=5

x=25​

This is the value of c where the instantaneous rate of change is equal to the average rate of change.

b) f(x)=x3−3x2+2x,[0,3]

(spoiler)

f(x) is a polynomial so it’s continuous and differentiable everywhere.

The average rate of change over [0,3] is:

3−0f(3)−f(0)​

=36−0​

=2

The derivative of f(x) is

f′(x)=3x2−6x+2

At some point in the interval, f′(x)=2.

3x2−6x+2=2

3x2−6x=0

3x(x−2)=0

x=0,2

Because x=0 is an endpoint and not included in the open interval (0,3), it must be eliminated. So c=2​ is the only value that satisfies the MVT.

c) f(x)=1−x2​,[−1,0]

(spoiler)

f(x) is the top half of the unit circle. It is continuous on the interval [−1,0] even though at the endpoint x=−1, it doesn’t have a two-sided limit.

This isn’t a problem because continuity on a closed interval [a,b] only requires the function to be continuous from the right at the left endpoint i.e. x→a+lim​f(x)=f(a), and continuous from the left and the right endpoint i.e. x→b−lim​f(x)=f(b).

While the derivative does not exist at the endpoint x=−1, differentiability over the open interval is sufficient for the MVT to apply. Since f(x) is differentiable over (−1,0), both conditions of the MVT have been met.

The average rate of change over [−1,0] is

0−(−1)f(0)−f(−1)​

=11−0​

=1

The derivative of f(x) is

f′(x)=−1−x2​x​

At some point in the interval, f′(x)=1.

−1−x2​x​=1

−x=1−x2​

x2=1−x2

2x2=1

x=±22​​

During the equation-solving process, both sides were squared, which introduced an extraneous solution. Plugging in both values yields x=−22​​​ as the only solution, or the value of c, that satisfies the MVT.

2. A car drives 100 miles between 9 AM and 11 AM on a long stretch of road with a posted speed limit of 35 mph. Has the driver broken the speed limit laws at any point?

Solution

(spoiler)

The average speed is the distance divided by the change in time, or

2 hours100 miles​=50 mph

Assuming the car’s position is a continuous and differentiable function of time (reasonable for real-life driving), then the MVT guarantees that at some point, the car’s instantaneous speed was 50 mph, which exceeds the posted speed limit.

Rolle’s theorem

Rolle’s theorem is a special case of the Mean value theorem when f(a)=f(b). If a function starts and ends at the same value, Rolle’s theorem guarantees a horizontal tangent line (where the derivative is 0) at some point in the interval.

Rolle’s theorem:

If a function f(x) satisfies these 3 conditions:

  1. Continuity: f(x) is continuous on the closed interval [a,b]
  2. Differentiability: f(x) is continuous on the open interval (a,b)
  3. f(a)=f(b)

Then there exists at least one point c in (a,b) such that

f′(c)=0

Examples

Determine if Rolle’s theorem can be applied to f(x) on the closed interval given and if so, find the values of c that satisfy the theorem.

a) f(x)=x2−5x+1,[0,5]
b) f(x)=x−3x2+9​,[−1,6]
c) f(x)=∣x∣,[−2,2]

Solutions

a) f(x)=x2−5x+1,[0,5]

f(x) is a polynomial so it’s continuous and differentiable everywhere.

Also, f(0)=f(5)=1. So Rolle’s theorem can be applied.

The derivative is f′(x)=2x−5 and the value of c that satisfies the theorem is

2c−5=0

c=25​

As can be seen from the graph, there is a horizontal tangent at x=25​.

b) f(x)=x−3x2+9​,[−1,6]

(spoiler)

f(x) is a rational function and discontinuous at x=3, which is in the given interval. So Rolle’s theorem can’t be applied. Even though a horizontal tangent may exist within the interval, the theorem does not guarantee this.

c) f(x)=∣x∣,[−2,2]

(spoiler)

f(x) is continuous but not differentiable at x=0, which is in the given interval. So Rolle’s theorem does not apply and indeed, there’s no point on the graph where the tangent line is horizontal.

Extreme value theorem

The extreme value theorem guarantees that a function will have a highest and a lowest value on a closed interval, whether within the interval or at an endpoint.

Extreme value theorem

If f(x) is continuous on a closed interval [a,b], then it must attain both an absolute maximum and an absolute minimum value on that interval.

  • These extrema occur at either critical points (where f′(x)=0 or is undefined) or at the endpoints (a and b) of the interval.

To use the extreme value theorem to find the absolute maximum and minimum on an interval:

  1. Verify continuity on the interval. If there are any breaks, jumps, or asymptotes, the EVT is not applicable.

  2. Find critical points: Solve f′(x)=0 or determine where it is undefined within [a,b].

  3. Evaluate function values: Compute f(x) at the critical points and at the endpoints - f(a) and f(b).

  4. Compare function values: the largest function value is the absolute maximum and the smallest is the absolute minimum on that interval.

Examples

1. Find the absolute extrema of f(x)=x2−4x+3 on [0,5].

Solution

(spoiler)

1. Verify continuity

f(x) is a polynomial and continuous.

2. Find critical points

f′(x)=2x−4

Solving for f′(x)=0,

2x−4=0

x=2

3. Evaluate function values

At the critical point x=2,

f(2)=22−4(2)+3=−1

At the two endpoints,

f(0)=02−4(0)+3=3

f(5)=52−4(5)+3=8

4. Compare function values

The absolute maximum is 8 which occurs at the point x=5.

The absolute minimum is −1 at x=2.

2. Find the absolute extrema of

f(x)=x+1x​

on [0,3].

Solution

(spoiler)

1. Verify continuity

The rational function has an asymptote at x=−1 only but is continuous on the given interval.

2. Find critical points

f′(x)=(x+1)2(x+1)(1)−(x)(1)​

=(x+1)21​

Since f′(x)>0 everywhere, there are no critical points. Not every function has to have critical points!

3. Evaluate function values

Only the values at the endpoints need to be evaluated.

f(0)=0+10​

=0

f(3)=3+13​

=43​

4. Compare function values.

The absolute minimum is 0 at x=0.

The absolute maximum is 43​ at x=3.

Sign up for free to take 6 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.