How to find critical points and classify them
Critical points occur where the first derivative of a function is zero or undefined. These points correspond to potential local maxima, local minima, or inflection points on the graph of the function.
This method applies to any continuous function of a single variable. Classification is done using either the First Derivative Test or the Second Derivative Test to determine the behavior of the function at these specific points.
The setup
Identify the function and explicitly state its domain. Ensure that the rules of differentiation (product, quotient, chain rule) can be applied to compute the first derivative and the second derivative .
The steps
- Compute the first derivative .
- Set and solve for to find stationary points.
- Identify any -values in the domain of where is undefined.
- Collect all -values from steps 2 and 3; these are the critical points .
- Compute the second derivative .
- Evaluate for each critical point (Second Derivative Test):
- If , is a local minimum.
- If , is a local maximum.
- If or is undefined, use the First Derivative Test by checking the sign of immediately to the left and right of .
Checking the result
Verify that every critical point is actually within the original domain of . Confirm your classification by checking the sign changes of on the intervals bounded by the critical points.
Common errors
A frequent mistake is including points where the original function is undefined (like vertical asymptotes) as critical points. Another common error is assuming that implies there is no local extremum; the test is simply inconclusive, and the First Derivative Test must be used.
Worked example
Find and classify the critical points of .
Set the first derivative to zero: The critical points are and . There are no points where is undefined. Compute the second derivative: Evaluate at : Since , there is a local maximum at . Evaluate at : Since , there is a local minimum at .
FAQ
Run your own problem
References: Stewart, Calculus: Early Transcendentals, Chapter 4 · OpenStax Calculus Volume 1, Applications of Derivatives
See also