I'm asked to prove that the system of equations: $x^2+y^2=1, y=z$ represents an ellipse. I understand that the shadow of this shape on the plane $xy$ is a circle. Now letting $z=y$ seems to me that it is a circle that was stretched along the $z-axis$ to form an ellipse. Other than this, I have no idea where to start.
As a hint, I get that i need to picture these equations on the coordinate system where the plane $0xy$ is the plane $y=z$. So I'm guessing this can be proved with a system change?
Let's look at a local to global rotation $$ \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{vmatrix} 1 & 0 & 0 \\ 0 & \cos \theta & -\sin \theta \\ 0 & \sin \theta & \cos \theta \end{vmatrix} \begin{pmatrix} x \\ u \\ v \end{pmatrix} $$
If the curve can be described in local coordinates with $v=0$ it means it lies on a plane (as the local $v$ direction is away from the plane). Using $y=z$ translates to $u \cos\theta = v \sin \theta$ or $\theta = \frac{\pi}{4}$.
So now we have $$\begin{align} y &= \frac{u}{\sqrt{2}} \\ z &=\frac{u}{\sqrt{2}} \end{align}$$
and the given curve is
$$ \left. x^2 + \left( \frac{u}{\sqrt{2}} \right)^2 = 1 \right\} x^2 + \frac{1}{2} u^2 = 1 $$
which is an ellipse on the plane with semi radii $1$ and $\sqrt{2}$.