Computing Extreme Values over a region

If f(x,y) is continuous in some closed, bounded set D in R2 then there are points in D(x1,y1) and (x2,y2) so that f(x1,y1) is the absolute maximum and f(x2,y2) is the absolute minimum of the function in D

.

3 Step Way to Find Extreme Values

  1. Find all the critical points of the function that lie in the region D and determine the function value at each of these points.

  2. Find all extrema of the function on the boundary. This usually involves the Calculus I approach for this work.

  3. The largest and smallest values found in the first two steps are the absolute minimum and the absolute maximum of the function.

Example

Find the absolute minimum and absolute maximum of f(x,y)=2x2y2+6y on the disk of radius 4, 

First note that a disk of radius 4 is given by the inequality in the problem statement. The “less than” inequality is included to get the interior of the disk and the equal sign is included to get the boundary. Of course, this also means that the boundary of the disk is a circle of radius 4.

Let’s first find the critical points of the function that lies inside the disk. This will require the following two first order partial derivatives.

fx=4xfy=2y+6

To find the critical points we’ll need to solve the following system.

4x=02y+6=0

This is actually a fairly simple system to solve however. The first equation tells us that x=0 and the second tells us that y=3. So, the only critical point for this function is (0,3) and this is inside the disk of radius 4. The function value at this critical point is,

f(0,3)=9y=4:x2=1616=0x=0y=4:x2=1616=0x=0y=1:x2=161=15x=±15=±3.87

The function values for g(y) then correspond to the following function values for f(x,y).

g(4)=40f(0,4)=40g(4)=8f(0,4)=8g(1)=35f(15,1)=35andf(15,1)=35

Note that the third one actually corresponded to two different values for f(x,y) since that y also produced two different values of x.

So, comparing these values to the value of the function at the critical point of f(x,y) that we found earlier we can see that the absolute minimum occurs at (0,4) while the absolute maximum occurs twice at (15,1) and (15,1).

Comments