MATH 251 Lecture 14

From Notes
Jump to navigation Jump to search

« previous | Monday, February 20, 2012 | next »


Maxima and Minima

From Calculus 1, critical points on a graph of y=f(x) are given by y=f(x)=0.

For z=f(x,y), we do the same thing, only in both the x and y direction.

df(x0,y0)=0{fx(x0,y0)=0fy(x0,y0)=0

Take the partial derivatives and set them both to 0.

Also remember to check the boundary of domain.

Example

Find z=9x2y2 on the domain [3,3]×[4,4]={(x,y)|3x3, 4y4}

The domain of this function in the xy plane is a rectangle.


Step 1: Find the Critical points

We need to find fx=0

zx=2x=0zy=2y=0

Solving this system of equations simultaneously is simple: (x,y)=(0,0), so the critical point is at the origin.

Step 2: Check Boundaries

y=4, x[3,3]

therefore, f(x,4)=9x216=x27. Take its derivative (2x) to calculate any critical points on the boundary ((x,y)=(0,4))

Do the same for the other three boundaries, and the critical points along the boundaries are:

(0,4), (0,−4), (3,0), (−3,0)

Also check the corners of the boundaries:

(3,4), (−3,4), (−3,−4), (3,−4)

Step 3: Check All values

  1. f(0,0)=9
  2. f(±3,0)=0
  3. f(±3,±4)=16
  4. f(0,±4)=7

Therefore, the global maximum is 9 @ (0,0) and the global minimum is -16 @ (±3, ±4)

Example

z=xysin(π(xy)) over the region bounded by y|x2|, x0, and x2y2=1

So y=0 or tan(π(xy))=πx
and x=0 or tan(π(xy))=πy

Check (0,0), (1,0), and solution of above simultaneously.