In the problem, I need to find the curve of the intersection of the plane $x+y+z=1$ and the sphere $x^2+y^2+z^2=1$.
I can visualise that the intersection would be an ellipse and when I substitute on equation into the other, I obtain $x^2+y^2+xy=1/2$. However, I don't understand what this equation represents since it's not equation for an ellipse.
In the solutions, $x^2+y^2+xy=1/2$ becomes the ellipse $\dfrac{X^2}{1/3}+\dfrac{Y^2}{1}=1$, which I'm having trouble understanding where it comes from.
What does $x^2+y^2+xy=1/2$ represent? and how we find the ellipse equation from that?
Any help is very appreciated. Thanks!
$$\begin{align}x_r^2+y_r^2+x_ry_r=2\ \Leftrightarrow (x\cos\theta-y\sin\theta)^2+(x\sin\theta+y\cos\theta)^2+ (x\cos\theta-y\sin\theta) (x\sin\theta+y\cos\theta)=2\ \Leftrightarrow \frac {x^2}{\frac 13}+\frac{y^2}1=1\end{align}$$. There is also a formula for calculating the angle straight off coefficients.
– WindSoul Apr 18 '23 at 20:24