Let $u_1$, $u_2 \in \mathbb{R}^2$ be two linearly independent vectors. Prove that the curve given by $f(t)=\cos(t) u_1 + \sin(t)u_2$ is an ellipse.
My attempt
Let $u_1=(a_1,a_2)$, $u_2=(b_1,b_2)$, $x=a_1 \cos(t)+b_1 \sin(t)$, $y=a_2 \cos(t)+b_2 \sin(t)$
Then:
$x^2=a_1^2 \cos ^2(t) + a_1 b_1 \sin(2t) + b_1^2 \sin^2(t)$
$y^2=a_2^2 \cos ^2(t) + a_2 b_2 \sin(2t) + b_2^2 \sin^2(t)$
I'm trying to figure out what would be the two constants $\alpha, \beta$ such that $\dfrac{x^2}{\alpha^2}+ \dfrac{y^2}{\beta^2}=1$, but I'm not sure what to do next. I'm aware that the fact that $u_1$ and $u_2$ are linearly independent implies that $f(t) \neq 0$...
First you should change from parametric to implicit form$$\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}a_1&b_1\\a_2&b_2\end{bmatrix}\begin{bmatrix}\cos t\\\sin t\end{bmatrix}.$$ Let $D=a_1b_2-b_1a_2$. Then$$\frac{1}{D}\begin{bmatrix}b_2&-b1\\-a_2&a_1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}\cos t\\\sin t\end{bmatrix},$$ $$\begin{bmatrix}\cos t&\sin t\end{bmatrix}\begin{bmatrix}\cos t\\\sin t\end{bmatrix}=[1]$$ $$\frac{1}{D^2}\begin{bmatrix}x&y\end{bmatrix}\begin{bmatrix}b_2&-a_2\\-b_1&a_1\end{bmatrix}\begin{bmatrix}b_2&-b_1\\-a_2&a_1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=[1],$$ $$\begin{bmatrix}x&y\end{bmatrix}\begin{bmatrix}b_2^2+a_2^2&-b_1b_2-a_1a_2\\-b_1b_2-a_1a_2&b_1^2+a_1^2\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}D^2\end{bmatrix}.$$ Now that you have the conic in implicit form, you can rotate it into standard form and thence categorize it as an ellipse, hyperbola or parabola.