Minimize $x^2+6y^2+4z^2$ subject to $x+2y+z-4=0$ and $2x^2+y^2=16$
My try:
By Lagrange Multiplier method we have
$$L(x,y,z,\lambda, \mu)=(x^2+6y^2+4z^2)+\lambda(x+2y+z-4)+\mu(2x^2+y^2-16)$$
For $$L_x=0$$ we get
$$2x+\lambda+4\mu x=0 \tag{1}$$
For $$L_y=0$$ we get
$$12y+2\lambda+2\mu y=0 \tag{2}$$
For $$L_z=0$$ we get
$$8z+\lambda=0 \tag{3}$$
From $(1)$ and $(2)$ we get
$$x=\frac{4 \lambda}{1-2\mu}$$
$$y=\frac{8 \lambda}{6-\mu}$$
Substituting $x$ , $y$ and $z$ above in constrainst we get
$$2 \frac{\lambda^2}{(1-2\mu)^2}+4 \frac{\lambda^2}{(6-\mu)^2}=1 \tag{4}$$
$$\frac{4 \lambda}{1-2\mu}+\frac{16 \lambda}{6-\mu}+\frac{\lambda}{8}=4 \tag{5}$$
But its tedious to solve above equations for $\lambda$ and $\mu$
Any other approach?
Hint:
Let $u=x^2+6y^2+4(4-2y-x)^2$
$\iff5x^2-16(2-y)x+22y^2-16y+16-u=0$
As $x$ is real, the discriminant will be $\ge0$
$$\implies256(y-2)^2\ge20(22y^2-16y+16-u)$$
$$\implies64(y-2)^2\ge5(22y^2-16y+16-u)$$
$$\implies5u\ge46y^2-176y+176=46\left(y-\dfrac{44}{23}\right)^2+176-46\left(\dfrac{44}{23}\right)^2$$
Now $y^2=16-2x^2\le16\implies-4\le y\le4\iff-4-\dfrac{44}{23}\le y-\dfrac{44}{23}\le4-\dfrac{44}{23}$