Continuing from Confounding Lagrange multiplier problem:
I'm having trouble solving the system of equations below arisen from a Lagrange multiplier problem where we are to optimize $f(x,y,z) = 4x^2 + 3y^2 + 5z^2$ over $g(x,y,z) = xy + 2yz + 3xz = 6$.
$$ \begin{cases} 8x = \lambda (y + 3z) \\ 6y = \lambda (x + 2z) \\ 10 z = \lambda (2y + 3x) \\ xy + 2yz + 3xz = 6 \end{cases} $$
One suggestion I have got is to eliminate the terms $xy$, $yz$ and $xz$, however I have been unable to figure out how to do so. Help much appreciated!
Adding the equations $8x=\lambda(y+3z)$, $6y=\lambda(x+2z)$, and $10z=\lambda(2y+3x)$ gives
$\lambda(4x+3y+5z)=8x+6y+10z$, so either $\lambda=2$ or $4x+3y+5z=0$.
$\textbf{1)}$ If $\lambda=2$, we have $8x=y+6z$ and $6y=2x+4z$, so $4x-y-3z=0$ and $x-3y+2z=0$.
Then $3(4x-y-3z)-(x-3y+2z)=0\implies 11x-11z=0\implies z=x$, and then
$x-3y+2z=0\implies y=x$.
Substituting into the constraint gives $6x^2=6$, so $x^2=1$ and $x=\pm1$.
Thus points where extrema can occur are $(1,1,1)$ and $(-1,-1,-1)$.
$\textbf{2)}$ If $4x+3y+5z=0$, then $z=-\frac{1}{5}(4x+3y)\implies xy-\frac{2}{5}y(4x+3y)-\frac{3}{5}x(4x+3y)=6$ $\implies 5xy-8xy-6y^2-12x^2-9xy=30\implies -12x^2-12xy-6y^2=30\implies$ $2x^2+2xy+y^2=-5\implies(y+x)^2+x^2=-5,$ so there is no solution in this case.