As in the title, if $\textbf{a}$ and $\textbf{b}$ are vectors in the $x-y$ plane, then the parametrised form (with parameter $t$) $\textbf{a} \cos \omega t + \textbf{b} \cos \omega t$ traces out an ellipse.
I wrote $\textbf{a} = a_x \textbf{i} + a_y \textbf{j}$ and similarly for $\textbf{b}$ and then we have $$x = a_x \cos \omega t + b_y \sin \omega t$$ and $$y = a_y \cos \omega t + b_y \sin \omega t$$
I write $\cos$ and $\sin$ as $c$ and $s$, respectively. I have to show that this can be written in the form $$Ax^2 + 2Bxy + Cy^2 = E$$ for some constants $A, B, C, E$.
I expand this out so we have $$ Ax^2 = A(a_x^2 c^2 + b_x^2s^2 + 2a_xb_x sc)$$ $$ Cy^2 = C(a_y^2 c^2 + b_y^2 c^2 + 2a_y b_y sc)$$ and $$ 2Bxy = 2B(a_x a_y c^2 + b_x b_y s^2 + a_x b_y sc + a_y b_x sc)$$ Here $E$ is not relevant. I have to eliminate the term with $sc$ and also use the identity $s^2 +c^2 =1$ the left hand side to equal a constant. The coefficient of $s^2$ has to equal that of $c^2$. So it looks like I have two equations $$ Aa_xb_x + Ca_y b_y + Ba_xb_y + Ba_yb_x = 0 $$ and $$Aa_x^2 +Ca_y^2 +2Ba_xa_y = Ab_x^2 + Cb_y^2 + 2Bb_xb_y$$
To solve for $A,B,C$ I need another equation and I'm not sure what that is.