Extrema
In the previous section, you learned how to find the highest and lowest values of a function on a closed interval using the extreme value theorem. The method was to compare the function values at:
- the endpoints of the interval, and
- any critical points inside the interval.
The 1st derivative test gives you a different tool: it helps you classify critical points (anywhere in the domain) as relative/local maxima, relative/local minima, or neither.
Absolute vs. relative extrema
A global (absolute) extremum is the highest or lowest value a function attains over its entire domain.
For example, consider .
The vertex is the global/absolute minimum because it’s the lowest point on the entire domain of all real numbers. It’s also a relative/local minimum because, compared to nearby points, it’s still lower.
On the other hand, has no absolute maximum on its full domain, because as , .
First derivative test
Here’s how to find and classify extrema using the 1st derivative test:
1. Find critical points by setting or by finding where is undefined.
- Important: is only a critical point if it’s in the domain of (so must be defined). The next page will discuss this in more detail, but it’s worth keeping in mind now.
2. Create a sign diagram or chart for using intervals around each critical point. Determine the sign of before and after each critical point by testing a point in each interval.
3. Interpret each critical point
- If changes from positive to negative at a critical point, then increases () and then decreases (). The critical point is a local/relative maximum (a peak).
- If changes from negative to positive at a critical point, then decreases () and then increases (). The critical point is a local/relative minimum (a valley).
- If there is no sign change, the critical point is not an extremum. For example, is flat at , but the function keeps increasing through that point.
Examples
We’ll start with a basic polynomial.
- Classify the extrema on
Solution
1. Find critical points
Using the product rule,
Since is a polynomial, it’s defined for all real . To find critical points, solve :
2. Create a sign diagram or chart
Here it’ll be displayed as a sign chart, but a sign diagram with the intervals displayed left to right is usually easier to read (especially when you graph later).
| Interval | Test point | Sign of | behavior |
|---|---|---|---|
3. Interpret
From , is positive, so is increasing.
From , is still positive, so continues increasing. Since there’s no sign change at , there is no relative maximum or minimum at .
Around , changes from positive to negative. So increases and then decreases, which means there is a relative maximum at .
Around , changes from negative to positive. So decreases and then increases, which means there is a relative minimum at .
Because is a polynomial with an odd degree, it has no absolute extrema. As , , and as , .
Next, let’s work with a rational function.
- Classify the extrema on
Solution
1. Find critical points
A rational function is undefined where its denominator is zero. Here, the denominator of is , and since for all real , is defined everywhere.
So the critical points come only from , which happens when the numerator is zero. The critical points are .
2. Sign chart
| Interval | Test point | Sign of | behavior |
|---|---|---|---|
3. Interpret
Around , changes from negative to positive. So decreases and then increases, and there is a relative minimum at .
Around , changes from positive to negative. So increases and then decreases, and there is a relative maximum at .
Next, we’ll look at a function where is undefined.
- Classify the extrema on
Solution
Rewriting as a piecewise function,
This means the derivative is
when .
To find where is undefined (where is not differentiable), focus on the breakpoints of the piecewise definition: and . At a breakpoint, the derivative exists only if the left-hand derivative and right-hand derivative match.
For :
The two one-sided values don’t agree, so the derivative doesn’t exist at (so is undefined there). But exists (it equals 0), so is a critical point.
Similarly, for ,
Since the two sides don’t agree, is undefined and is also a critical point.
We have three critical points: , so there are 4 intervals where we can test the sign of .
2. Sign chart
| Interval | Test point | Sign of | behavior |
|---|---|---|---|
3. Interpret
Around , changes from negative to positive relative minimum.
Around , changes from positive to negative relative maximum.
Around , changes from negative to positive relative minimum.
Lastly, we’ll discuss critical points that occur periodically. Trig functions often behave this way.
- Classify all extrema on
Solution
1. Find critical points
To solve , we need
- or
- .
Since for all real inputs, is never 0. So the only way for is .
when These critical points repeat every .
2. Sign chart
Although repeats forever, we’ll limit the sign chart to these intervals: .
Instead of testing points, we can determine the sign of by reasoning:
- is always positive.
- So the sign of is the same as the sign of .
On , (quadrants I and IV), so .
On , (quadrants II and III), so .
On , again, so .
Here is the organized sign chart:
| Interval | Sign of | behavior |
|---|---|---|
3. Interpret
Around , increases and then decreases relative max.
Around , decreases and then increases relative min.
Around , increases and then decreases relative max.
The critical points will continue to alternate between relative maxima and minima.