






Second Derivative Test FAQs
What is the Second Derivative Test? What is it used for?
The Second Derivative Test is a method used in calculus to classify critical points of a function as local maximums, local minimums, or neither. It utilizes the value of the function's second derivative at a critical point.
Its main purpose is to help identify and distinguish between local extrema.
How does the Second Derivative Test work? What does it tell you?
The test works by examining the concavity of the function at a critical point:
- If the second derivative
f''(x) > 0
at a critical point, the function is concave up at that point, indicating a local minimum. - If the second derivative
f''(x) < 0
at a critical point, the function is concave down at that point, indicating a local maximum.
It relates the rate of change of the slope (concavity) to whether the function is at a "bottom" (concave up) or a "top" (concave down) in that vicinity.
How do you use the Second Derivative Test to find local extrema?
Follow these steps to use the Second Derivative Test:
- 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 function is defined). *Note: The Second Derivative Test typically works best for critical points where f'(c) = 0.* - Find the second derivative,
f''(x)
. - Evaluate the second derivative at each critical point 'c' found in step 2.
- Apply the Second Derivative Test conclusion based on the sign of
f''(c)
:- If
f''(c) > 0
, thenf(c)
is a **local minimum**. - If
f''(c) < 0
, thenf(c)
is a **local maximum**. - If
f''(c) = 0
, the test is **inconclusive**.
- If
- If the test is inconclusive, you must use the First Derivative Test to classify that critical point.
- Evaluate the original function
f(x)
at the critical points identified as local extrema to find the actual local maximum or minimum *values*.
When does the Second Derivative Test fail or is inconclusive?
The Second Derivative Test is inconclusive when you evaluate the second derivative at a critical point 'c' and find that f''(c) = 0
. In this situation, the test does not provide enough information to determine if the point is a local maximum, a local minimum, or neither (it could be an inflection point, for example).
The test also doesn't apply directly to critical points where the first derivative f'(x)
is undefined. For these points, you must rely on the First Derivative Test.
What is the difference between the First and Second Derivative Tests? When do you use each?
Both tests classify critical points, but they use different information:
- **First Derivative Test:** Looks at the *sign change* of
f'(x)
*around* a critical point. It tells you whether the function is switching from increasing to decreasing (max) or decreasing to increasing (min). It works for all critical points (wheref'(x) = 0
or is undefined). - **Second Derivative Test:** Looks at the *sign* of
f''(x)
*at* a critical point (specifically wheref'(c) = 0
). It tells you about the concavity, which implies whether it's a local max or min. It's often quicker computationally iff''(c) ≠ 0
but is inconclusive iff''(c) = 0
or iff'(c)
was undefined.
You can use either test. Many prefer the First Derivative Test as it is universally applicable to all critical points. However, if the second derivative is easy to calculate and non-zero at the critical points, the Second Derivative Test can be faster.