[Math] Examine function extreme values

multivariable-calculusoptimization

I am studying for multivariable calculus exam and in homework we always had specific task regarding extreme values: find absolute minima, find local maxima, etc.

In real exam questions are more like "Examine function extreme values".

What are the steps that should be done for complete examination of function $f(x,y)$ extreme values?

Best Answer

I will assume that $f$ is "nice". This isn't comprehensive; but will allow you to find, in most cases:

1) The local extrema of $f$ in the interior of its domain.

2) The global extrema of $f$ if $f$ is defined on a "nice" region $R$ with boundary $B$.


To find local extrema in the interior of the domain of $f$:

First, find the points where the gradient of $f$ is the zero vector or does not exist. These are the candidates (and only candidates) for local extreme values in the interior of the domain of $f$.

Given one these points, the so-called "second partials test" might be used to determine if the point gives a local extreme value. I say "might" since, in some cases, this test gives no useful info. If this turns out to be the case, then you need to examine what happens near the critical point in question by looking at $f$ itself (this may be hard).


To find global extrema where $f$ is defined on a "nice" region $R$ with boundary $B$:

You will need to examine the function on the boundary. Here, you will need to find a function of one variable, $g$, that gives the same value as $f$ at any point on the boundary. Usually, you find a parameterization of $B$ , and then substitute into $f$ to obtain $g$. Then find the global extrema of $g$.

You then compare these values with the values of $f$ that are candidates for local extrema in the interior. Evaluate $f$ at each point in the interior where the gradient is the zero vector or does not exist. Compare these values with the global extreme values found on the boundary and select the largest and smallest of these values.


Candidate points ${\bf x}=(x,y)$ for local extrema:

A function of two variables $f$ can assume an extreme value only at points where
$ \nabla f({\bf x})=\bf 0 $ or does not exist. Here, $\nabla f$ is the gradient of $f$: $$ \nabla f({\bf x})=f_x({\bf x})\,{\bf i}+f_y({\bf x})\,{\bf j}. $$ We call any point where $ \nabla f({\bf x})=\bf 0 $ or does not exist a critical point of $f$.


Second partials test: Suppose $f$ has continuous second partial derivatives.

For a critical point $ {\bf x}=(x,y)$ of $f$ in the interior of the domain of $f$, set $$ D=f_{xx}({\bf x})f_{yy}({\bf x}) - f_{xy}^2({\bf x}). $$ Then $$ \eqalignno{ D\gt0 \hbox{ and } f_{xx}({\bf x})\gt0 \quad & \Longrightarrow \quad f({\bf x})\ \hbox{is a local min. value.} \cr D\gt0 \hbox{ and }f_{xx}({\bf x})\lt 0 \quad & \Longrightarrow\quad f({\bf x})\ \hbox{is a local max. value.}\cr D\lt 0 \quad & \Longrightarrow\quad f({\bf x})\ \hbox{is a saddle point.}\cr } $$


Finding Global Extrema

1) Find the critical points of $f$ contained in the interior of its domain. Evaluate $f$ at each of these points.

2) Find the global maximum and minimum value of $f$ on the boundary of the domain of $f$. If the domain of $f$ is all of $\Bbb R^2$, skip this step.

3) Compare the values found in 1) and 2) and select the largest and smallest of these to obtain, respectively, the global maximun and minimum value of $f$.