Given the parametric equations $x=5 \cos t$ and $y=2 \sin t$, I want to eliminate the parameter.
So, how can we eliminate the parameter here? Supposedly, all we need to do according to the solution is to recall this trig identity: $$ \cos ^{2} t+\sin ^{2} t=1 $$ Then from the parametric equations we get, $$ \cos t=\frac{x}{5} \quad \sin t=\frac{y}{2} $$ Then, using the trig identity from above and these equations we get, $$ 1=\cos ^{2} t+\sin ^{2} t=\left(\frac{x}{5}\right)^{2}+\left(\frac{y}{2}\right)^{2}=\frac{x^{2}}{25}+\frac{y^{2}}{4} $$ and should thus conclude that we haven an ellipse.
However, I don't understand why this works. We just took some equation (trig identity) and plugged something in - how do we know that this is equal to our parametric equations? I mean we could have taken any other formula and plug in values and make a completely different conclusion - it seems very arbitrary to me.