








First Derivative Test and Extreme Values FAQs
What are Extreme Values of a function?
Extreme values of a function are the maximum or minimum values that the function attains. They can be:
- **Absolute (or Global) Extrema:** The single highest and lowest values of the function over its entire domain or a specified interval.
- **Local (or Relative) Extrema:** The highest or lowest values of the function within a specific "neighborhood" or open interval around a point. A point is a local maximum if the function value there is greater than or equal to the values at all nearby points; similarly for a local minimum.
What is the function or purpose of the First Derivative Test?
The First Derivative Test is used to determine the local maximum and local minimum values of a function. It does this by analyzing the sign of the function's first derivative around its critical points (points where the derivative is zero or undefined).
How does the First Derivative Test work?
The test is based on the fact that the first derivative tells us whether a function is increasing or decreasing:
- If
f'(x) > 0
on an interval, the functionf(x)
is increasing on that interval. - If
f'(x) < 0
on an interval, the functionf(x)
is decreasing on that interval.
At a local extremum (a peak or valley), the function typically changes from increasing to decreasing (local maximum) or decreasing to increasing (local minimum). This change occurs at a critical point.
How do you use the First Derivative Test to find local extreme values?
Follow these steps:
- Find the first derivative,
f'(x)
. - Find the critical points by setting
f'(x) = 0
or finding points wheref'(x)
is undefined (but the original functionf(x)
is defined). - Create a sign chart for
f'(x)
, using the critical points (and any points where the original function is undefined) to divide the number line into intervals. - Choose a test value within each interval and plug it into
f'(x)
to determine the sign (+ or -) of the derivative in that interval. - Apply the First Derivative Test conclusion:
- If the sign of
f'(x)
changes from **positive to negative** as you move from left to right across a critical point 'c', thenf(c)
is a **local maximum**. - If the sign of
f'(x)
changes from **negative to positive** as you move from left to right across a critical point 'c', thenf(c)
is a **local minimum**. - If the sign of
f'(x)
does **not change** across a critical point, then 'c' is neither a local maximum nor a local minimum (it might be an inflection point or just a point where the graph flattens out).
- If the sign of
- Evaluate the original function
f(x)
at the critical points identified as local extrema to find the actual local maximum or minimum *values*.
How do you find the absolute extreme values of a function on a closed interval?
To find the absolute extreme values of a continuous function f(x)
on a closed interval [a, b]
, use the **Extreme Value Theorem** and these steps:
- Verify that the function is continuous on the closed interval
[a, b]
. - Find the critical points of
f(x)
within the open interval(a, b)
. (These are points wheref'(x) = 0
orf'(x)
is undefined within the interval). - Evaluate the original function,
f(x)
, at the critical points found in step 2. - Evaluate the original function,
f(x)
, at the endpoints of the interval,f(a)
andf(b)
. - Compare all the values found in steps 3 and 4. The largest value is the absolute maximum, and the smallest value is the absolute minimum on the interval
[a, b]
.
The First Derivative Test helps you find the critical points in step 2, which are candidates for local extrema, but for absolute extrema on a closed interval, you must also check the endpoints.