Local extremum

A point where a function attains a local maximum or local minimum.
Local extremum

A local extremum of a function f:IRf:I\to\mathbb{R} at a point aIa\in I means either a local maximum or a local minimum: aa is a local maximum if there exists δ>0\delta>0 such that f(a)f(x)f(a)\ge f(x) for all xIx\in I with xa<δ|x-a|<\delta, and a local minimum if there exists δ>0\delta>0 such that f(a)f(x)f(a)\le f(x) for all such xx.

Local extrema are closely connected to and the (when it exists). Criteria such as the help distinguish maxima from minima.

Examples:

  • For f(x)=x2f(x)=x^2, the point a=0a=0 is a local minimum.
  • For f(x)=x2f(x)=-x^2, the point a=0a=0 is a local maximum.