Critical points and 2nd partials test

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
camino
Messages
42
Reaction score
0

Homework Statement



Find all critical points of f(x,y) = 12xy-x^2 y-2xy^2 and test them for relative extrema using the 2nd partials test.

Homework Equations





The Attempt at a Solution



{0=fx(x,y)=12-2x-2 10x-2 x=5
{0=fy(x,y)=12-4y y=3

Critical point: (5,3)

fxx(x,y)= -2
fyy(x,y)= -4
fxy(x,y)= 0

d(5,3)=fxx(5,3)fyy(5,3)-(fxy(5,3))^2
d=(0)(0)-(0)
d=0 no conclusion
---------------------------------------

Just wondering if I did this right?
 
Physics news on Phys.org
camino said:

Homework Statement



Find all critical points of f(x,y) = 12xy-x^2 y-2xy^2 and test them for relative extrema using the 2nd partials test.

Homework Equations





The Attempt at a Solution



{0=fx(x,y)=12-2x-2 10x-2 x=5
{0=fy(x,y)=12-4y y=3

Critical point: (5,3)

fxx(x,y)= -2
fyy(x,y)= -4
fxy(x,y)= 0

d(5,3)=fxx(5,3)fyy(5,3)-(fxy(5,3))^2
d=(0)(0)-(0)
d=0 no conclusion
---------------------------------------

Just wondering if I did this right?
fxx(5,3)fyy(5,3)= (-2)(-4), not (0)(0)!
 
Ok, so

d=(-2)(-4)-(0)
d=8

Is that right?