$f(x,y)=5x^2+xy^3-3x^2y$
Is $(0,0)$ a local minima,local maxima or the saddle point?
My attempt:I calculated
$$f_{xx}(0,0)=10, \hspace{0.3cm}f_{xy}(0,0)=0, \hspace{0.3cm}f_{yy}(0,0)=0$$
So $$f_{xx}(0,0)f_{yy}(0,0)-(f_{xy}(0,0))^2=0$$
I concluded nothing from this test.I do not know other method to solve this problem.Please help me.
Thanks.