Second Derivative Test

College Depth 63 in the knowledge graph I know this Set as goal
Unlocks 5185 downstream topics
derivatives applications extrema second-derivative

Core Idea

The second derivative test provides an alternative way to classify critical points: if f'(c) = 0 and f''(c) > 0, then c is a local minimum (concave up). If f'(c) = 0 and f''(c) < 0, then c is a local maximum (concave down). If f''(c) = 0, the test is inconclusive. This test is often quicker than the first derivative test when f'' is easy to compute.

How It's Best Learned

Apply to functions where f'' is easily computed. Compare results with the first derivative test to build confidence. Emphasize the inconclusive case and what to do when it arises (fall back to the first derivative test).

Common Misconceptions

Explainer

You already know two things from your prerequisites. From the first derivative test: a critical point where f'(c) = 0 is a local minimum if f' changes from negative to positive there, and a local maximum if f' changes from positive to negative. From concavity: f''(x) > 0 means the graph is concave up (curves upward like a bowl), and f''(x) < 0 means concave down (curves downward like a dome). The second derivative test combines these into a single check at the critical point itself, without examining the sign of f' on both sides.

Here is the geometric intuition. If f'(c) = 0 and f''(c) > 0, the function has zero slope at c and is concave up there — like the bottom of a valley. A valley bottom is a local minimum. If f'(c) = 0 and f''(c) < 0, the function has zero slope and is concave down — like the top of a hill. A hilltop is a local maximum. The second derivative is essentially asking: "At this zero-slope point, is the graph curving upward or downward?" Upward → minimum; downward → maximum.

The test is often faster than the first derivative test because it requires evaluating one number (f''(c)) rather than checking the sign of f' on both sides of c. The procedure: (1) find critical points by solving f'(x) = 0; (2) compute f''(c) at each critical point; (3) classify. For example, f(x) = x³ − 3x has f'(x) = 3x² − 3 = 0 at x = ±1. Then f''(x) = 6x gives f''(1) = 6 > 0 (local minimum) and f''(−1) = −6 < 0 (local maximum). No sign-checking of f' on intervals is needed.

The inconclusive case — when f''(c) = 0 — is essential to handle correctly. It does not mean there is no extremum; it means the second derivative test gives no information. The functions f(x) = x⁴ (local minimum at 0), f(x) = −x⁴ (local maximum at 0), and f(x) = x³ (neither — an inflection point) all satisfy f''(0) = 0, yet they behave completely differently. When f''(c) = 0, fall back to the first derivative test: examine the sign of f' just to the left and right of c. The two tests are complementary — use the second derivative test for speed when f'' is easy to compute and nonzero at the critical point, and rely on the first derivative test as a dependable fallback.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionLimit Definition of the DerivativePower RuleConstant Multiple and Sum/Difference RulesProduct RuleChain RuleHigher-Order DerivativesConcavity and Inflection PointsSecond Derivative Test

Longest path: 64 steps · 257 total prerequisite topics

Prerequisites (2)

Leads To (4)