MATH 251 Lecture 17

From Notes
Jump to navigation Jump to search

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


Second Derivative Test

The second derivative depends partially on the Taylor series of the function. Given f(x,y),

T1(x0+h,y0+k)=f(x0,y0)+fx(x0,y0)h+fy(x0,y0)k

T2(x0+h,y0+k)=T1(x,y)+12(2fx2(x0,y0)h2+22fxy(x0,y0)hk+2fy2(x0,y0)k2)

The partial derivatives of the stuff in "()" are coefficients for variation in x and y

From linear algebra, ah2+2bhk+ck2 is equal to the following matrix multiplication:

(hk)(abbc)(hk)

For small variations in h and k, we find the directions in which f(x,y) curves around critical points:

Q(h,k)=12(λh2+μk2), where λ=fxx and μ=fyy, assuming fxy=fyx=0

Consider the hessian matrix (λ00μ)

Conclusive

  1. Minimum: (determinant is positive) λ,μ>0
  2. Maximum: (determinant is positive) λ,μ<0
  3. Saddle Surface: (determinant is negative) λ>0,μ<0 or λ<0,μ>0

Inconclusive (if determinant of matrix is 0)

  1. cylinder: λ0,μ=0 or λ=0,μ0
  2. plane: λ=μ=0

By the way, in almost all cases, fxy=fyx.

Linear Algebra Stuff

If fxy0, then by a rotation of coordinates x=cosθx+sinθy,y=, f_{x'y'} = 0


Example

Find and classify any Critical points of the function f(x,y)=2x3+xy4+5x2+y2+4

fx=6x2+y4+10x=0fy=2xy+2y=0y=0 or x=1if y=0, x=0,53if x=1, y=±2

So the critical points are (-5/3, 0), (0, 0), (-1, 2), (-1, -2)

fxx=12x+10fxy=2yfyy=2x+2

So the Hessian matrix is (12x+102y2y2x+2), and the determinant at critical points are:

  1. 10/3>0 (min/max); (max since fxx(53,0)<0)
  2. 20>0 (min/max); (min since fxx(0,0)>0)
  3. 16<0 (Saddle)
  4. 16<0 (Saddle)

The values at each of the critical points are:

  1. 233/27
  2. 4
  3. 7
  4. 7