Critical point

A point where the derivative is zero or fails to exist (one-variable context).
Critical point

Let f:IRf:I\to\mathbb{R} be defined on an IRI\subseteq\mathbb{R}, and let aIa\in I. The point aa is a critical point of ff if either:

  • f(a)=0f'(a)=0, or
  • f(a)f'(a) does not exist.

Critical points are where can occur (Fermat’s principle: interior local extrema force f(a)=0f'(a)=0 when ). They are the main inputs for optimization via tests.

Examples:

  • For f(x)=x2f(x)=x^2, a=0a=0 is a critical point since f(0)=0f'(0)=0.
  • For f(x)=xf(x)=|x|, a=0a=0 is a critical point since f(0)f'(0) does not exist.
  • For f(x)=exf(x)=e^x, there are no critical points since f(x)=ex0f'(x)=e^x\ne 0 everywhere.