I'm having some trouble with a question involving an ellipse tilted in 3D space. The vector equation of the ellipse is
$r(t) = (\cos (t), \sin (t), c \sin(t))$
where c is any real number. The question asks me to prove that the curve corresponding to this vector equation is an ellipse. I have only ever dealt with conic sections in the xy-plane, so I have no idea how to go about doing this.
My only idea is to use a rotation matrix to bring the ellipse back into a plane that is parallel to the xy-plane, and then show that the parametric equations of the resulting curve satisfy $((x-m)/a)^2 + ((y-n)/b)^2 = 1$. But we haven't covered rotations in $\mathbb{R}^3$, so this leads me to believe that there is a much simpler solution...
Any help is appreciated. Thanks!
Hint: Notice that $r(t) = \cos(t) \mathbf{u} + \sin(t) \mathbf{v}$, where $\mathbf{u} = (1,0,0)$, and $\mathbf{v} = (0,1,c)$, so $r(t)$ always lies in the plane spanned by $\mathbf{u}$ and $\mathbf{v}$. Any point in that plane can be represented as $x \mathbf{u} + y \mathbf{v}$ and you can find an equation for the $x$'s and $y$'s corresponding to points on your curve. Why does that equation represent an elipse? (Hint for that part: think about the angle between $\mathbf{u}$ and $\mathbf{v}$ and about the lengths of $\mathbf{u}$ and $\mathbf{v}$.)