Jump to content

Science:Math Exam Resources/Courses/MATH105/April 2011/Question 07/Solution 1

From UBC Wiki

The derivative of f with respect to x is

fx(x,y)=(1/x)+2bx+3ay.

Also, the derivative of f with respect to y is

fy(x,y)=(2/y)+3ax.

For a critical point at (1,3), we require that fx(1,3)=fy(1,3)=0. Using the above two equations, this gives us the following system to solve for a and b:

  1. fx(1,3)=(1/1)+2b(1)+3a(3)=1+2b+9a=0
  2. fy(1,3)=(2/3)+3a(1)=2/3+3a=0.

Equation 2 tells us that a=2/9.

Substituting this value for a into equation 1 tells us that 1+2b+9(2/9)=1+2b2=2b1=0. Therefore, we have that b=1/2.

This critical point is a saddle point. To show this, we solve for the second derivatives fxx, fxy and fyy.

First,

fxx(x,y)=(1/x)2+2b.

Therefore,

fxx(1,3)=(1)+2(1/2)=0.

Second,

fyy(x,y)=2(1/y)2.

Therefore,

fyy(1,3)=2/9

Third,

fxy(x,y)=3a.

Therefore,

fxy(1,3)=2/3.

We can classify the critical points by looking at the formula,

D=fxxfyy(fxy)2.

If D<0 then the critical point is a saddle point. If D>0 then we look to the sign of fxx. If fxx>0 then we have a local minimum and if fxx<0 then we have a local maximum. For our problem,

D(1,3)=0(29)(23)2=49<0.

Therefore since D<0 the critical point is a saddle point.

Advanced:

Using the second partial derivatives of a function f(x) we can define a general Hessian matrix as

[fxxfxyfyxfyy]

which for our specific example is

[02/32/32/9].

The eigenvalues of this matrix are given by the solving the formula (λ)(2/9λ)4/9=0 for λ.

That is,

λ2+(2/9)λ4/9=0.

Solving gives us the answer

λ=(1/9)(±371).

Because one eigenvalue is positive and one eigenvalue is negative, we conclude that the Hessian matrix is indefinite, and thus the point (1,3) is a saddle point.