I am given two parametric equations as-
$ x= g\sin^2(t) - f\sin(t)\cos(t) $
$ y = f\cos^2(t) - g\sin(t)\cos(t) $
and I have to eliminate the parameter $t$.
I tried taking $\sin(t)$ common from the first equation and $\cos(t)$ from the second, and divided the two to get $ x/y = -\tan(t) $ but I couldn't proceed from there.
Hint: using $\sin(2t)=2 \sin(t)\cos(t)$ and $\cos(2t)=2 \cos^2(t)-1=1-2\sin^2(2t)\,$: $$ f x + g y = fg - \frac{f^2+g^2}{2} \sin(2t) \\ g x - f y = \frac{g^2-f^2}{2}-\frac{f^2+g^2}{2}\cos(2t) $$
Then use $\sin^2(2t)+\cos^2(2t)=1$ to eliminate $t$ between the two equations.