Finding maxima and minima of $$f(x,y) = x^{4} + y^{4} - x^{3}$$ I tried solving this question but need help. In this question, I calculated the partial derivatives of first and second order. I found $$f_{x} = 4x^{3} - 3x^{2}\\ f_{y}= 4y^{3} \\ f_{xx} = 12x^{2}-6x \\ f_{yy}= 0$$ On equating $$f_{x} = 0 \hspace{0.5cm} and\hspace{0.5cm} f_{y} = 0 $$ I get the critical points as (0,0) and (0.75,0) but I am not able to understand whether these points constitute a maxima or minima because $$f_{xx}f_{yy} - f_{xy}f_{yx}=0$$
Can somebody please guide?
The function does not have a global maximum because $y^4$ grows without bound as $y\to\pm\infty$; the same holds for the $x$ variable. This can be shown by just taking the limits separately, because $f$ splits nicely between $x$ and $y$. However, because of this behavior at infinity and due to its continuity, it must have a global minimum thanks to a variant of Weierstrass' theorem.
As for $(0,0)$ and $(3/4,0)$, which annihilate the gradient, the Hessian-determinant condition you mention implies that they are degenerate points (which means analyzing the Hessian is not sufficient to conclude that they are local maxima, local minima, or saddle points). Indeed, the Hessian is $$\mathbf D^2f(x,y) = \left(\begin{array}{cc} 12 x^{2}-6 x & 0 \\ 0 & 12 y^{2} \end{array}\right), $$ so at those points $$\mathbf D^2f(0,0) = \left(\begin{array}{cc} 0 & 0 \\ 0 & 0 \end{array}\right), \qquad \mathbf D^2f(3/4,0) = \left(\begin{array}{cc} 9/4 & 0 \\ 0 & 0 \end{array}\right). $$ To decide their nature as critical points, we must take restrictions of the function near those points, for example along lines. Take $(0,0)$: we know $f(0,y) \geqslant 0$ in a neighborhood of $y=0$, whereas $f(x,0)\geqslant 0$ in a left-neighborhood of $x=0$ and $f(x,0) \leqslant 0$ in a right-neighborhood of $x=0$, so $f$ must have a (generalized?) saddle point at the origin.
As for $(3/4,0)$, it is sufficient to observe that $f(x,y) = g(x) + h(y)$ with $g(x)=x^4-x^3$ and $h(y)= y^4$, and the degeneracy of the Hessian at that point is only due to the fact that $h''(0) = 0$. Since we know $h \geqslant 0$ for all $y$, and $g''(3/4) > 0$ (it is the positive eigenvalue of $\mathbf D^2 f(3/4,0)$ that was written before), we obtain that $f$ has a local minimum at $(3/4,0)$. This is also a global minimum because there are no other options.