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!