Second derivative tests

Using the second derivative to classify local maxima and minima at critical points.
Second derivative tests

Second derivative tests: Let f:IRf:I\to\mathbb{R} be twice differentiable on an open interval II, and let cIc\in I satisfy f(c)=0f'(c)=0.

  • If f(c)>0f''(c)>0, then cc is a strict local minimum of ff.
  • If f(c)<0f''(c)<0, then cc is a strict local maximum of ff.
  • If f(c)=0f''(c)=0, no conclusion follows from this test alone.

These criteria refine the notion of a and provide a standard way to detect a using higher .