Herrero - Absolute Extrema of Two Variables Function
Herrero - Absolute Extrema of Two Variables Function
variables functions
2. Introduction
For many problems it is interesting to know in which points a function
reaches the biggest or smallest value in a determined region. For example, it
can be useful to know in which point the temperature is smallest or biggest....
First of all, we recall that for a function the concept of maxima and
minima values consists on those points for which the value of the function is
bigger or smaller than any other point near them. But may be those points
are not in the region we are considering or even the value of the function
at a point in the boundary of the region can be bigger or smaller too. Then
the idea of maxima and minima of the function in the region considered is
different.
When we talk about absolute extrema in a compact region D we are
talking about those points for which the value of the function is bigger or
smaller than for any other point of D. So, our problem consists on determine
the maximum and minimum value of a function in a given plane region D.
That is to obtain the absolute extrema of f (x, y) in D. But this kind of
extrema does not always exist, the existence is related to the function and
the region considered. What we can assure is that these extrema exist if the
region is closed and bounded and the function is continuous in it. So, we are
going to work in this situation and to study how to obtain the extrema in
this case.
1
3. Absolute extrema of a function of two va-
riables in a compact region
First of all, we recall that for a function the concept of maxima and
minima values consist on those points for which the value of the function is
bigger or smaller than any other point near them. That is,
f (x, y) ≤ f (x0 , y0 )
f (x, y) ≥ f (x0 , y0 )
These extrema are also called free or local extrema of the function. But when
we consider a region D ∈ R2 and study the maximum and minimum value of
the function in this region, we are talking about absolute or global extrema.
That is,
f (x, y) ≤ f (x0 , y0 )
f (x, y) ≥ f (x0 , y0 )
2
These definitions are the same concepts of maximum and minumim value
for a one variable function in R, both relative and absolute extrema. As we
know, with respect to absolute extrema, a one variable function f (x) reaches
a maximum and a minimum value in [a, b] if f (x) is continuous in the interval.
What happens for two varaible functions?
For a function of two variable, these absolute extrema do not always
exist, it depends on the region and the function considered. To guarantee
the existence of absolute extrema we need to generalize the idea of closed
interval in R for regions in R2 . In fact, we need that the plane region D be
bounded and closed. What is the meaning of these concepts?
A domain D in R2 is bounded if there exist M > 0 such that D is a
subset of the disk centered in the origin and with radius M . This means that
any point of D is at a distance to the origin smaller than M . Then, one has
that a point P is
an interior point of D if there exists an open ball centered at P which
is completely contained in D.
a boundary point of D if every ball centered at P has points of D
and points from the outside of P .
On the other hand, a domain D in R2 is closed if it contains all its interior
and boundary points.
As we have mentioned above, these concepts are similar to the concepts
of closed and bounded interval in R, [a, b], and the idea of maximum and
minumim value of a one variable function in R. A one variable function f (x)
has a maximum and a minimum value in [a, b] if f (x) is continuous in the
interval. Moreover these extreme values are reached at the critical points of
f (x) that are in ]a, b[ or at the extrema of the interval. Analogously, for a
two variables function we have the following result:
Theorem 1 Let f (x, y) be a continuous function in a closed and bounded
plane region D. Then,
(a) f (x, y) has a maximum and a minimum in D.
(b) The absolute extrema must occur at critical points inside D or at boun-
dary points of D.
Using this result, the method to calculate the absolute extrema of f (x, y)
on D is:
3
Step 1: Obtain the critical points of f (x, y) and select those that are
in D.
Step 2: Obtain the constrained extrema of f (x, y) under the condition
given by the boundary of the region D.
• If the boundary is given by g(x, y) = 0, then we apply the Lagran-
ge multipliers method.
• If the boundary is a polygonal, then we choose the vertex and the
critical points at each line.
Step 3: Choose the maximum and the minimum between all the points
obtained in Steps 1 and 2.
4
1 4
So, the point , is a critical point of z. Clearly, this point is inside
3 9
the region D.
Step 2: Analize the boundary points of D.
The vertices of the figure are the points (1, 0), (0, 1), (−1, 0) and (0, −1).
So, they must be considered as possible maxima or minima.
Moreover, one has to consider also the constraint extrema of z at each
line. For the first line y = 1 − x, one has:
For y = −1 − x, it results
1
g(x) = f (x, −1 − x) = 5x2 + 2x − 1 ⇒ g 0 (x) = 10x + 2 = 0 ⇒ x = − ⇒
5
1 4
⇒ − ,−
5 5
Finally, for y = −1 + x, the point is obtained by
5
Critical
point (x, y) f (x, y) = 2x2 + y − 3xy
1 4 2
,
3 9 9
(1, 0) 2
(0, 1) 1
(−1, 0) 2
(0, −1)
−1
2 3 1
,
5 5 5
1 4 30
− ,− −
5 5 25
(2, 1) 3
Then, the absolute maximum of f (x, y) is 3 and occurs at the point
30
(2, 1). And the absolute minimum of f (x, y) is − and occurs at the point
25
1 4
− ,− .
5 5
Example 2 Find the absolute extrema of the function
f (x, y) = x2 + 3y 2
in the circle D = {(x, y) ∈ R2 / (x − 1)2 + y 2 ≤ 4}.
Solution: The region D represents a circle centered at the point (1, 0) and
with radius 2.
Step 1: Determine the critical points of z in D.
The system given by the nullity of the first partial derivatives of z is
∂f
(x, y) = 2x = 0
∂x
⇒ x = 0 and y = 0
∂f
(x, y) = 6y = 0
∂y
So, the point (0, 0) is a critical point of z. Clearly, this point is in D.
Step 2: Analize the boundary points of D.
In this case we do not have vertices. Then, we only analize the constraint
extrema of f (x, y) at the circumference (x − 1)2 + y 2 = 4, which can be
calculated using Lagrange multiplyers. The lagrangian function is
L(x, y, λ) = x2 + 3y 2 + λ((x − 1)2 + y 2 − 4)
6
and its critical points are given by the system
∂L
(x, y, λ) = 2x + 2λ(x − 1) = 0
∂x
∂f
(x, y, λ) = 6y + 2λy = 0
∂y
∂f (x, y, λ) = (x − 1)2 + y 2 − 4 = 0.
∂λ
From the second equation one gets that y = 0 or λ = −3. If y = 0 then the
third equation gives x = 3 or x = −1; and if λ = −3, the first
√ equation gives
3 15
x = and then, the third equation allows to obtain y = ± .
2 2 √ !
3 15
Then, the critical points on the boundary are (3, 0), (−1, 0), ,
2 2
√ !
3 15
and ,− .
2 2
Step 3: Choose the maximum and minimum values.
Compare the value of the function at each point obtained in Steps 1 and
2:
27
Then, the absolute maximum of f (x, y) is and occurs at the points
√ ! 2
3 15
,± . And the absolute minimum of f (x, y) is 0 and occurs at the
2 2
point (0, 0).
7
Example 3 Find the absolute extrema of the function
So, every point of the form (x, 2x), with x ∈ R is a critical point of
f (x, y). But only the points with x ∈ [0, 2] are in D.
Step 2: Analize the boundary points of D.
In this case we have a combination of a polygonal and a curve defined by
an equation. We have to consider the vertices of the figure, that is, the points
(−2, 4) and (2, 4).
Moreover, we have to consider the constraint extrema of z at each curve
too. For the first curve y = x2 , one has:
8
For the other line, y = 4, one has
Note that the point (2, 4) is included in the poins (x, 2x) for x = 2.
Then, the absolute maximum of f (x, y) is 64 and occurs at the point
(−2, 4). And the absolute minimum of f (x, y) is 0 and occurs at all the points
of the form (x, 2x) with x ∈ [0, 2].
4. Closing
We have studied that a function f (x, y) that is continuous in a compact
region D reaches a maximum and a minimum values in this region. These
extrema values are obtained between the critical points of the function that
are inside D and the points of the boundary of D. The method to find these
absolute extrema consists on the obtaining of all the points that can be
possible extrema and the comparison between the value of the function on
them to finally choose the maximum and minimum value of f (x, y) and the
points where they are reached.
The examples presented illustrate the method in compact regions with
different characteristics: defined by a function (g(x, y) = 0), defined by a
polygonal and defined by a combination of both. Depending on the case we
will have to consider the critical points of the function in the region D, the
vertices of the region and the constrained extrema of f (x, y) in the boundary
of the region.
9
5. Bibliography
There are many books studying several variables functions. Some of them
are:
10