RELATIVE MAXIMUM AND MINIMUM OF MULTI-VARIABLE FUNCTION

Please follow this blog and share......


DEFINITION:
  1. A function f(x,y) has a relative minimum at the point (a,b) if f(x,y)f(a,b) for all points(x,y) in some region around (a,b).

  2. A function f(x,y) has a relative maximum at the point (a,b) if f(x,y)f(a,b) for all points(x,y) in some region around (a,b).
  3. The point (a,b) is a critical point (or a stationary point) of f(x,y) if  

    fx(a,b)=0 and 

WORKING RULE

Suppose that (a,b) is a critical point of f(x,y) and that the second order partial derivatives are continuous in some region that contains (a,b). Next define,

D=D(a,b)=fxx(a,b)fyy(a,b)[fxy(a,b)]2

We then have the following classifications of the critical point.

  1. If D>0 and fxx(a,b)>0 then there is a relative minimum at (a,b).
  2. If D>0 and fxx(a,b)<0 then there is a relative maximum at (a,b).
  3. If D<0 then the point (a,b) is a saddle point.
  4. If D=0 then the point (a,b) may be a relative minimum, relative maximum or a saddle point. Other techniques would need to be used to classify the critical point.

EXAMPLE:  

Find and classify all the critical points for 


Solution: we will first need to get all the first and second order derivatives.
fx=6xy6xfy=3x2+3y26yfxx=6y6fyy=6y6fxy=6x

We’ll first need the critical points. for critical point we know 

fx=0=6xy6x


fy=0=3x2+3y26y
so,

6xy6x=03x2+3y26y=0

These equations are a little trickier to solve than the first set, but once you see what to do they really aren’t terribly bad.

First, let’s notice that we can factor out a 6x from the first equation to get,

6x(y1)=0

So, we can see that the first equation will be zero if x=0 or y=1. Be careful to not just cancel the x from both sides. If we had done that we would have missed x=0.

To find the critical points we can plug these (individually) into the second equation and solve for the remaining variable.

x=0 :3y26y=3y(y2)=0y=0,y=2y=1 :3x23=3(x21)=0x=1,x=1

So, if x=0 we have the following critical points,

(0,0)(0,2)

and if y=1 the critical points are,

(1,1)(1,1)

Now all we need to do is classify the critical points. To do this we’ll need the general formula for D.

D(x,y)=(6y6)(6y6)(6x)2=(6y6)236x2(0,0) :D=D(0,0)=36>0fxx(0,0)=6<0(0,2) :D=D(0,2)=36>0fxx(0,2)=6>0(1,1) :D=D(1,1)=36<0(1,1) :D=D(1,1)=36<0

So, it looks like we have the following classification of each of these critical points.





HOMEWORK:

Find the critical points for each of the following functions, and use the second derivative test to find the local extrema:







Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.