I'm looking at the solution for finding maximum and minimum of
$f(x,y) = xye^{-x² -y^2}$
To do so, it first finds the critical points using the second derivative, and these points are $(0,0),({\pm {1\over\sqrt[]{2}}},{1\over\sqrt[]{2}}),({\pm {1\over\sqrt[]{2}}},{-{1\over\sqrt[]{2}}}) $
By inspection it finds that
$ f(0,0)=0 $
$ f({\ {1\over\sqrt[]{2}}},{1\over\sqrt[]{2}})=({-{1\over\sqrt[]{2}}},-{1\over\sqrt[]{2}})={e^{-1}\over 2} > 0 $
$ f(-{{1\over\sqrt[]{2}}},{1\over\sqrt[]{2}})=({{1\over\sqrt[]{2}}},-{1\over\sqrt[]{2}})={-{e^{-1}\over 2}} < 0 $
And it reasons that ${e^{-1}\over 2}, -{e^{-1}\over 2}$ are maximum and minimum.
It also uses the Hessian matrix to find out about $(0,0)$.
The determinant of $det(H(f)(0,0))=1$ but $f_{xx}=0$.
It then claims that because because the matrix is undefined but it also claims that $(0,0)$ is a saddle point.
So I have two questions:
Is it correct that if $det(H(f)(a,b)) > 0$ and $f_{xx}=0$ the second partial derivative test is inconclusive?
How can we claim that $(0,0)$ is a saddle point if the second derivative test shows that it is inconclusive?
