Using Lagrange multipliers, I need to calculate all points $(x,y,z)$ such that $$x^4y^6z^2$$ has a maximum or a minimum subject to the constraint that $$x^2 + y^2 + z^2 = 1$$
So, $f(x,y,z) = x^4y^6z^2 $
and $g(x,y,z) = x^2 + y^2 + z^2 - 1$
then i've done the partial derivatives
$$\frac{\partial f}{\partial x}(x,y,z)=\lambda\frac{\partial g}{\partial x}$$
which gives
$$4x^3y^6z^2 = 2xλ$$
$$6x^4y^5z^2 = 2yλ$$
$$2x^4y^6z = 2zλ$$
which i subsequently go on to find that
$3x^2 = 2y^2 = 6z^2 $
This is where i've hit a dead end. Where do i go from here? or am i doing it all wrong?
Thanks.
You can now express $y^2$ and $z^2$ as functions of $x$ -- for example, $y^2=\frac32 x^2$.
Then, use the last equation you didn't use yet, which is
$$x^2+y^2+z^2=1$$
and plug in $y^2$ and $z^2$. You should get one single equation for $x$.