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.
There are two questions here.
Question 1: is every point that can be written as $x = 5 \cos t$, $y = 2 \sin t$ on the ellipse $x^2 / 25 + y^2 / 4 = 1$?
The answer to this question is "yes". This is clearly true by the trigonometric identity.
Question 2: can every point $(x, y)$ such that $x^2 / 25 + y^2 / 4 = 1$ be written as $x = 5 \cos t$ and $y = 2 \sin t$?
The answer to this question is also "yes", but it's less obvious (and you haven't yet proved it).
So you currently know that every point on your parametrized curve is on this ellipse, but you haven't yet proved that every point on the ellipse is on your curve.