Maximize $f(x,y,z) = x^4 + y^4 + z^4$ subject to $g(x,y,z) = x^2 + y^2 + z^2 = 1$
it is required that $$\partial_xf = \lambda \partial_xg$$
$$4x^3 = (2x) \lambda \implies x^2 = y^2 = z^2 = \frac{\lambda}{2}$$
$$x^2 + y^2 + z^2 = \frac{ 3 \lambda}{2} = 1 \implies \lambda = \frac{2}{3}$$
$$\therefore x^2 = y^2 = z^2 = \frac{1}{3}$$
and my maximum value is: $\dfrac{3}{81}$
My question is why do I only have one extrema? Also, How do I show this is a max or min.