Applications of Derivatives · Curve Analysis

Second Derivative Test

f(c)=0:f(c)>0local min;f(c)<0local maxf'(c) = 0: \quad f''(c) > 0 \Rightarrow \text{local min}; \quad f''(c) < 0 \Rightarrow \text{local max}

At a critical point where f'(c) = 0: if f''(c) > 0, c is a local minimum (concave up). If f''(c) < 0, c is a local maximum (concave down). If f''(c) = 0, the test is inconclusive.

Worked examples

Classify the critical points of f(x) = x⁴ - 4x².
  1. f'(x) = 4x³ - 8x = 4x(x²-2). Critical points: x = 0, x = ±√2
  2. f''(x) = 12x² - 8
  3. f''(0) = -8 < 0 → local max at x = 0
  4. f''(√2) = 24-8 = 16 > 0 → local min at x = √2
  5. f''(-√2) = 16 > 0 → local min at x = -√2

Answer: Local max at x = 0, local min at x = ±√2.

Related formulas

Practice this and 135 more formulas in the CalcRef workspace — quizzes, reference tables, a 16-category unit converter, and an expression evaluator.