[Math] Extrema test in Multivariable calculus

multivariable-calculus

I'm trying to find extrema for a two variable problem:

$$g(x,y) = x^3+(x+y)^2.$$

After finding the critical point $(0, 0)$ using the gradient function, I found the Hessian matrix which has determinant zero and hence the test is inconclusive.

How shall I find whether the critical point is local or isolated or global extrema or a saddle point?

Best Answer

If we look at the 3D-plot, we have:

enter image description here

You are correct, using the typical tests (Find all critical points of $f(x,y) = x^3 - 12xy + 8y^3$ and state maximum, minimum, or saddle points.), the results are inconclusive and you do not have a local or global minimum or maximum at the single critical point $(0,0)$.