3

$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.

Flip
  • 818

1 Answers1

3

It is true that $\nabla f(0,0)=(0,0)$ and that the Hessian $d^2f(0,0).(X,Y)=10X^2$ is positive semidefinite. The latter implies that the second derivative test is inconclusive in this example.

Fact is that our $f$ has an intricate zero at $(0,0)$. Writing $f$ in the form $$f(x,y)=(5-3y)\>x\left(x+{y^3\over5-3y}\right)$$ shows that near the origin we have $f(x,y)=0$ along two curves having the $y$-axis as common tangent, namely $x=0$ and $$x=-{y^3\over 5-3y}\ ,$$ the latter resembling the cubic parabola $x=-{y^3\over5}$ near the origin. Crossing either of these two curves changes the sign of $f$. This shows that $f$ assumes as well negative as positive values near $(0,0)$. It follows that we don't have a local extremum of $f$ at $(0,0)$.