Solve the following system. $$\left\{\begin{aligned} x^2+4 x y+6 y^2 &= 11 \\ y^2+3 y z+2 z^2 &= 0 \\ z^2+4 z x+12 x^2 &= 9 \end{aligned} .\right.$$
I have tried several tricks with this system but I am getting nowhere. Can someone please help me with just an idea?
The trick is noticing that the second equation can be written as $$(y+z)(y+2x)=0$$ $$\Rightarrow y=-z \text{ or } y=-2z$$
Case 1: If $y=-z$, the system of equation becomes $$\begin{cases} x^2-4xz+6z^2=11\\ 12x^2+4xz+x^2=9\\ \end{cases}$$
which simplifies to $$\Rightarrow 13x^2+7z^2=20$$ $$\Rightarrow x=\frac{\sqrt{13(20-7z^2)}}{13}\text{ or } x=-\frac{\sqrt{13(20-7z^2)}}{13}$$
Case 2: If $y=-2z$, the system of equation becomes $$\begin{cases} x^2-4xz+6z^2=11\\ 12x^2+4xz+x^2=9\\ \end{cases}$$ $$\Rightarrow\begin{cases} x^2-8xz+24z^2=11\\ 24x^2+8xz+2x^2=18\\ \end{cases}$$ which simplifies to $$\Rightarrow 25x^2+26z^2=29$$ $$\Rightarrow x=\frac{\sqrt{29-26z^2}}{5}\text{ or } x=-\frac{\sqrt{29-26z^2}}{5}$$ and you can take it from there.