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 of a function as relative/local maxima, 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 absolute minimum because it’s the lowest point on the entire domain of all real numbers. It’s also a relative minimum because it’s lower than the points on either side of it.
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
Set and solve for or by finding where is undefined.
- Important: is only a critical point if it’s in the domain of (meaning 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 plugging a test point in each interval into .
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 relative maximum (a peak).
-
If changes from negative to positive at a critical point, then decreases () and then increases (). The critical point is a 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
Let’s start with a polynomial.
- Classify the extrema on
Solution
1. Find critical points
Using the product rule,
Simplify by factoring out :
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
-
On , is positive, so is increasing. On , is still positive, so continues increasing.
- Since no sign change occurs at , the point is neither a relative maximum nor a minimum.
-
At :
changes from positive to negative. Since increases and then decreases, there is a relative maximum at .
- At :
changes from negative to positive. Since decreases and then increases, 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
is defined for all real numbers because the denominator never equals .
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
- At :
changes from negative to positive. Since decreases and then increases, there is a relative minimum at .
- At :
changes from positive to negative. Since increases and then decreases, 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
First, is a critical point of because .
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 :
- Left:
- Right:
The two values don’t agree, so the derivative doesn’t exist at , meaning is undefined there.
Similarly, for ,
- Left:
- Right:
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
- At :
changes from negative to positive relative minimum.
- At :
changes from positive to negative relative maximum.
- At :
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 , . So only when .
when These critical points repeat every in either direction.
2. Sign chart
Although repeats forever, we’ll limit the sign chart to these intervals: .
Since
and is always positive, the sign of is the same as the sign of .
Here is the organized sign chart:
| Interval | Sign of | behavior |
|---|---|---|
3. Interpret
- At :
increases and then decreases relative max.
- At :
decreases and then increases relative min.
- At :
increases and then decreases relative max.
The critical points will continue to alternate between relative maxima and minima.