Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The second derivative test is a calculus tool used to classify critical points of a function as local maxima, local minima, or inconclusive cases. It matters because many optimization problems depend on knowing whether a point gives the highest value nearby, the lowest value nearby, or neither. This test connects algebraic derivatives to the visual shape of a graph.

It gives a fast way to interpret how a curve bends near a critical point.

To use the test, first find critical points where f(x)=0f'(x) = 0 or where f(x)f'(x) is undefined. Then evaluate the second derivative at those points. If f(c)>0f''(c) > 0, the graph is concave up near x=cx = c, so f(c)f(c) is a local minimum.

If f(c)<0f''(c) < 0, the graph is concave down near x=cx = c, so f(c)f(c) is a local maximum, and if f(c)=0f''(c) = 0, the test does not decide and more analysis is needed.

Understanding Second Derivative Test

The key idea is that the first derivative describes slope, while the second derivative describes how that slope changes. Imagine walking along a hill. A slope of zero means the ground is level at that instant.

It could be the bottom of a valley, the top of a hill, or a flat stretch that keeps going. The changing slope reveals which situation you have. Near a valley bottom, slopes usually change from negative to positive.

Near a hilltop, they change from positive to negative. The second derivative summarizes this trend by measuring whether slopes are increasing or decreasing.

For example, consider the function x squared minus four x plus one. Its first derivative is two x minus four, so the horizontal tangent occurs when x equals two. Its second derivative is two, which stays positive everywhere.

This tells you that the curve opens upward, like a bowl. The point at x equals two is therefore the lowest nearby point. In contrast, the function negative x squared plus six x has first derivative negative two x plus six.

The horizontal tangent is at x equals three. Its second derivative is negative two, so the graph bends downward. That point is the highest nearby point.

A second derivative of zero needs special care because several different graph shapes can produce it. The function x cubed has a horizontal tangent at zero, and its second derivative is zero there. But zero is not a maximum or minimum.

The graph passes through the point while changing from concave down to concave up. The function x to the fourth power gives a different result. Its first and second derivatives are both zero at zero, yet zero is a local minimum because values on both sides are positive.

This is why zero does not mean that there is no extremum. It only means the shortcut has not supplied enough evidence.

When the test is inconclusive, use the first derivative test. Check the sign of the first derivative just left and right of the critical number. A change from negative to positive means the function changes from falling to rising, so there is a local minimum.

A change from positive to negative means a local maximum. No sign change means neither. Students should keep local and absolute results separate.

A local maximum only beats nearby values. An absolute maximum beats every value in the stated interval. On a closed interval, endpoints must be checked directly because the second derivative test does not classify them in the same way.

Careful algebra matters too. A small error in the first derivative can create a false critical point, and evaluating the second derivative at the wrong input gives the wrong classification.

Key Facts

  • A critical point occurs where f(c)=0f'(c) = 0 or f(c)f'(c) is undefined, provided cc is in the domain of ff.
  • Second derivative test: if f(c)=0f'(c) = 0 and f(c)>0f''(c) > 0, then f(c)f(c) is a local minimum.
  • Second derivative test: if f(c)=0f'(c) = 0 and f(c)<0f''(c) < 0, then f(c)f(c) is a local maximum.
  • If f(c)=0f'(c) = 0 and f(c)=0f''(c) = 0, the second derivative test is inconclusive.
  • Concavity rule: f(x)>0f''(x) > 0 means the graph is concave up, and f(x)<0f''(x) < 0 means the graph is concave down.
  • At a local maximum the tangent is horizontal and the curve bends downward nearby, while at a local minimum the tangent is horizontal and the curve bends upward nearby.

Vocabulary

Critical point
A point on the graph where the first derivative is zero or undefined and the function is defined there.
Second derivative
The derivative of the first derivative, which describes how the slope is changing.
Concavity
The direction a graph bends, either upward or downward, over an interval.
Local maximum
A point where the function value is greater than nearby function values.
Local minimum
A point where the function value is less than nearby function values.

Common Mistakes to Avoid

  • Using the second derivative test at a point that is not critical, which is wrong because the test only applies after verifying f(c)=0f'(c) = 0.
  • Concluding that f(c)=0f''(c) = 0 means there is no maximum or minimum, which is wrong because the test is only inconclusive there and the point could still be a max, min, or neither.
  • Mixing up the sign of f(c)f''(c), which is wrong because f(c)>0f''(c) > 0 indicates concave up and a local minimum, while f(c)<0f''(c) < 0 indicates concave down and a local maximum.
  • Forgetting to check that the function is defined at the point, which is wrong because an undefined point cannot be classified as a local maximum or minimum.

Practice Questions

  1. 1 For f(x)=x24x+1f(x) = x^2 - 4x + 1, find the critical point and use the second derivative test to classify it.
  2. 2 For f(x)=x33x2+2f(x) = x^3 - 3x^2 + 2, find all critical points and use the second derivative test on each one.
  3. 3 A function has f(2)=0f'(2) = 0 and f(2)=0f''(2) = 0. Explain why the second derivative test does not classify x=2x = 2 and describe what other information you could check next.