PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 13 of 'extremum'
[ view 'extremum' | back to history ]

Title of object: extremum
Canonical Name: Extremum
Type: Definition

Created on: 2002-08-28 02:17:11
Modified on: 2006-08-05 16:50:21

Creator: bshanks
Modifier: Mathprof
Author: Mathprof
Author: yark
Author: bshanks
Author: bbukh

Classification: msc:26B12
Defines: global minima, global maxima, local minima, local maxima, global minimum, global maximum, local minimum, local maximum, strict local minima, strict local maxima, strict local minimum, strict local maximum, saddle point
Synonyms: extremum=extrema

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

Extrema are minima and maxima. The \PMlinkescapetext{singular} forms of these words are extremum, minimum, and maximum.

Extrema may be ``global'' or ``local''. A global minimum of a function $f$ is the lowest value that $f$ ever achieves. If you imagine the function as a surface, then a global minimum is the lowest point on that surface. Formally, it is said that $f\colon U \to V$ has a global minimum at $x$ if $\forall u \in U, f(x) \leq f(u)$.

A local minimum of a function $f$ is a point $x$ which has less value than all points ``next to'' it. If you imagine the function as a surface, then a local minimum is the bottom of a ``valley'' or ``bowl'' in the surface somewhere. Formally, it is said that $f\colon U \to V$ has a local minimum at $x$ if $\exists$ a neighborhood N of $x$ such that $\forall y \in N$, $f(x) \leq f(y)$.

If you flip the $\leq$ signs above to $\geq$, you get the definitions of global and local maxima.

A ``strict local minima'' or ``strict local maxima'' means that nearby points are strictly less than or strictly greater than the critical point, rather than $\leq$ or $\geq$. For instance, a strict local minima at $x$ has a neighborhood N such that $\forall y \in N$, $(f(x) < f(y) \textrm{ or } y = x)$.

A \emph{saddle point} is a critical point which is not a local extremum.

A related concept is plateau.

Finding minima or maxima is an important task which is part of the \PMlinkescapetext{field} of optimization.