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 f(x)f(x) and explicitly state its domain. Ensure that the rules of differentiation (product, quotient, chain rule) can be applied to compute the first derivative f(x)f'(x) and the second derivative f(x)f''(x).

The steps

  1. Compute the first derivative f(x)f'(x).
  2. Set f(x)=0f'(x) = 0 and solve for xx to find stationary points.
  3. Identify any xx-values in the domain of f(x)f(x) where f(x)f'(x) is undefined.
  4. Collect all xx-values from steps 2 and 3; these are the critical points cc.
  5. Compute the second derivative f(x)f''(x).
  6. Evaluate f(c)f''(c) for each critical point (Second Derivative Test):
  • If f(c)>0f''(c) > 0, f(c)f(c) is a local minimum.
  • If f(c)<0f''(c) < 0, f(c)f(c) is a local maximum.
  • If f(c)=0f''(c) = 0 or is undefined, use the First Derivative Test by checking the sign of f(x)f'(x) immediately to the left and right of cc.

Checking the result

Verify that every critical point cc is actually within the original domain of f(x)f(x). Confirm your classification by checking the sign changes of f(x)f'(x) on the intervals bounded by the critical points.

Common errors

A frequent mistake is including points where the original function f(x)f(x) is undefined (like vertical asymptotes) as critical points. Another common error is assuming that f(c)=0f''(c) = 0 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 f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5.

f(x)=3x26x9f'(x) = 3x^2 - 6x - 9 Set the first derivative to zero: 3x26x9=03x^2 - 6x - 9 = 0 3(x22x3)=03(x^2 - 2x - 3) = 0 3(x3)(x+1)=03(x - 3)(x + 1) = 0 The critical points are x=3x = 3 and x=1x = -1. There are no points where f(x)f'(x) is undefined. Compute the second derivative: f(x)=6x6f''(x) = 6x - 6 Evaluate at x=1x = -1: f(1)=6(1)6=12f''(-1) = 6(-1) - 6 = -12 Since f(1)<0f''(-1) < 0, there is a local maximum at x=1x = -1. Evaluate at x=3x = 3: f(3)=6(3)6=12f''(3) = 6(3) - 6 = 12 Since f(3)>0f''(3) > 0, there is a local minimum at x=3x = 3.

FAQ

Run your own problem

References: Stewart, Calculus: Early Transcendentals, Chapter 4 · OpenStax Calculus Volume 1, Applications of Derivatives

See also