I want to find the intersection of the sphere $x^2+y^2+z^2 = 1$ and the plane $x+y+z=0$.
$z=-(x+y)$ that gives $x^2+y^2+xy= \frac 12$
How do I represent this in the standard form of ellipse? Any help is appreciated to proceed further. Thanks in advance.
$$x^2+y^2+xy=1/2 \implies \frac{(x+y)^2+(x-y)^2}{2}+\frac{(x+y)-(x-y)^2}{4}=\frac{1}{2}$$ $$\implies \frac{3}{2}(x+y)^2+\frac{(x-y)^2}{2}=1$$ $$\implies \frac{(\frac{x+y}{\sqrt{2}})^2}{1/3}+\frac{(\frac{x-y}{\sqrt{2}})^2}{1}=1,$$ which is an ellipse.