Find all critical points of the following function and class
Solution
1)
f(x,y)=(1/2)x2 +2xy -7x +(3/2)y2 -11y +8
fx =x +2y -7 +0-0+0,fy=0+2x -0 +3y -11 +0
fx =x +2y -7 ,fy=2x +3y -11
for critical points fx =0 ,fy=0
x +2y -7=0 ,2x +3y -11=0
=>x +2y =7 ,2x +3y =11
=>2(x+2y) -(2x+3y) =(2*7) -11
=>2x+4y -2x-3y =14-11
=>y=3
x +2y =7 ,y=3
=>x +(2*3) =7
=>x+6=7
=>x=1
(x,y)=(1,3) is the critical point
fx =x +2y -7 ,fy=2x +3y -11
fxx =1 ,fyy=3,fxy =2 ,D=fxxfyy-fxy2
D=(1*3)-22 =-1 <0
f(1,3)=-12
so saddle point at (1,3,-12)
-----------------------------------------------------------------------------------------------------------
1)
f(x,y)=-3x2 +4xy -32x -(3/2)y2 +23y +9
fx =-6x +4y -32 -0+0+0,fy=0+4x -0 -3y +23 +0
fx =-6x +4y -32 ,fy=4x-3y+23
for critical points fx =0 ,fy=0
-6x +4y -32=0 ,4x-3y+23 =0
-3x +2y =16 ,4x-3y=-23
on solving x=-2, y=5
(x,y)=(-2,5) is the critical point
fx =-6x +4y -32 ,fy=4x-3y+23
fxx =-6 ,fyy=-3,fxy =4 ,D=fxxfyy-fxy2
D=(-6*-3)-42 = 2>0
D>0,fxx<0
f(-2,5)=197/2
so local maximum at (-2,5,197/2)

