info prev up next book cdrom email home

Maximum

The largest value of a set, function, etc. The maximum value of a set of elements $A=\{a_i\}_{i=1}^N$ is denoted $\max A$ or $\max_i a_i$, and is equal to the last element of a sorted (i.e., ordered) version of $A$. For example, given the set $\{3,
5, 4, 1\}$, the sorted version is $\{1, 3, 4, 5\}$, so the maximum is 5. The maximum and Minimum are the simplest Order Statistics.


\begin{figure}\begin{center}\BoxedEPSF{Maximum.epsf scaled 700}\end{center}\end{figure}

A continuous Function may assume a maximum at a single point or may have maxima at a number of points. A Global Maximum of a Function is the largest value in the entire Range of the Function, and a Local Maximum is the largest value in some local neighborhood.


For a function $f(x)$ which is Continuous at a point $x_0$, a Necessary but not Sufficient condition for $f(x)$ to have a Relative Maximum at $x=x_0$ is that $x_0$ be a Critical Point (i.e., $f(x)$ is either not Differentiable at $x_0$ or $x_0$ is a Stationary Point, in which case $f'(x_0)=0$).


The First Derivative Test can be applied to Continuous Functions to distinguish maxima from Minima. For twice differentiable functions of one variable, $f(x)$, or of two variables, $f(x,y)$, the Second Derivative Test can sometimes also identify the nature of an Extremum. For a function $f(x)$, the Extremum Test succeeds under more general conditions than the Second Derivative Test.

See also Critical Point, Extremum, Extremum Test, First Derivative Test, Global Maximum, Inflection Point, Local Maximum, Midrange, Minimum, Order Statistic, Saddle Point (Function), Second Derivative Test, Stationary Point


References

Abramowitz, M. and Stegun, C. A. (Eds.). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, p. 14, 1972.

Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. ``Minimization or Maximization of Functions.'' Ch. 10 in Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 387-448, 1992.

Tikhomirov, V. M. Stories About Maxima and Minima. Providence, RI: Amer. Math. Soc., 1991.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-26