Important theorems
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
Here’s the idea in plain language: if is continuous on and differentiable on , then somewhere between and the instantaneous rate of change (the derivative) matches the average rate of change over the whole interval.
Examples
- Determine if the Mean value theorem can be applied to on the interval given and if so, find the values of that satisfy the theorem.
a)
b)
c)
Solutions
a)
is a polynomial, so it’s continuous and differentiable everywhere. The MVT applies.
The average rate of change over is:
The derivative of is
Set the derivative equal to the average rate of change:
So is the point where the instantaneous rate of change equals the average rate of change.
b)
is a polynomial, so it’s continuous and differentiable everywhere. The MVT applies.
The average rate of change over is:
The derivative of is
Set the derivative equal to the average rate of change:
Because must be in the open interval , we eliminate . So is the only value that satisfies the MVT.
c)
is the top half of the unit circle. It is continuous on the interval even though at the endpoint , it doesn’t have a two-sided limit.
This is still fine, because continuity on a closed interval only requires:
- continuity from the right at the left endpoint:
- continuity from the left at the right endpoint:
Also, while the derivative does not exist at the endpoint , the MVT only requires differentiability on the open interval . Since is differentiable on , the MVT applies.
The average rate of change over is
The derivative of is
Set the derivative equal to the average rate of change:
Because we squared both sides, we may have introduced an extraneous solution. Checking both values in the original equation shows that is the only solution that satisfies the MVT.
- 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
The average speed is distance divided by time:
If the car’s position is a continuous and differentiable function of time (a reasonable model for real driving), then the MVT guarantees that at some point the car’s instantaneous speed was 50 mph. Since , the driver must have exceeded the speed limit at some point.
Rolle’s theorem
Rolle’s theorem is a special case of the Mean value theorem where the function starts and ends at the same value, meaning . In that situation, Rolle’s theorem guarantees at least one point in the interval where the tangent line is horizontal (so the derivative is ).
Examples
Determine if Rolle’s theorem can be applied to on the closed interval given and if so, find the values of that satisfy the theorem.
a)
b)
c)
Solutions
a)
is a polynomial, so it’s continuous and differentiable everywhere.
Also,
so . Rolle’s theorem applies.
The derivative is
Set :
So . This matches the graph: there is a horizontal tangent at .
b)
is a rational function and is discontinuous at , which lies in the interval . Since the continuity condition fails, Rolle’s theorem cannot be applied. A horizontal tangent might still exist, but the theorem does not guarantee one.
c)
is continuous on , but it is not differentiable at , which is inside the interval. Since differentiability on fails, Rolle’s theorem does not apply. In fact, there is no point where the tangent line is horizontal.
Extreme value theorem
The extreme value theorem guarantees that a continuous function has both a highest value and a lowest value on a closed interval. These absolute extrema can occur at interior points or at the endpoints.
To use the extreme value theorem to find the absolute maximum and minimum on an interval:
-
Verify continuity on the interval. If there are any breaks, jumps, or asymptotes, the EVT is not applicable.
-
Find critical points: Solve or determine where it is undefined within .
-
Evaluate function values: Compute at the critical points and at the endpoints - and .
-
Compare function values: the largest function value is the absolute maximum and the smallest is the absolute minimum on that interval.
Examples
- Find the absolute extrema of on .
Solution
1. Verify continuity
is a polynomial, so it’s continuous.
2. Find critical points
Solve :
3. Evaluate function values
At the critical point ,
At the endpoints,
4. Compare function values
The absolute maximum is , which occurs at .
The absolute minimum is , which occurs at .
- Find the absolute extrema of
on .
Solution
1. Verify continuity
This rational function has a vertical asymptote at , but is not in . So is continuous on the given interval.
2. Find critical points
Since for all in , there are no critical points in the interval.
3. Evaluate function values
With no critical points, only evaluate the endpoints:
4. Compare function values.
The absolute minimum is at .
The absolute maximum is at .