2

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.

Blue
  • 75,673
timtam
  • 848
  • well, the goal is to get rid of the parameter $t$ so you've used a trig identity to get rid of it, similarly, if you have a linear equation instead of a trig one, you do some algebra to get rid of the parameter, I don't know what is the arbitrary here? – PNT Apr 20 '21 at 21:23
  • 2
    If you know that $A$ is the same as $M$, and you know that $B$ is the same as $N$, and you know that $M$ and $N$ satisfy some relation (like, for example, $M^2+N^2=1$), then you can plug in $A$ for $M$ and $B$ for $N$ and conclude that $A$ and $B$ satisfy the same relation as $M$ and $N$ do. That is what you are doing, with $A=\frac{x}{5}$, $M=\cos(t)$, $B=\frac{y}{2}$, $C=\sin(t)$. – Arturo Magidin Apr 20 '21 at 21:25

3 Answers3

1

This is because $\left(\frac{x}{5}\right)^{2} + \left(\frac{y}{2}\right)^{2}$ matches the form of $\cos^{2}t + \sin^{2}t$. But before this, let's understand what $\cos^{2}t + \sin^{2}t = 1$ mean.


We know that the center-radius (standard) form of a circle of radius $r$ with its center at the origin has the equation $$x^{2} + y^{2} = r^{2}.$$

Dividing both sides by $r^{2}$, $$\begin{align*}\frac{x^{2}}{r^{2}} + \frac{y^{2}}{r^{2}} &= 1 \\ \left(\frac{x}{r}\right)^{2} + \left(\frac{y}{r}\right)^{2} &= 1.\end{align*}$$

But we know that $\cos t =\frac{x}{r}$ and $\sin t = \frac{y}{r}$ where $t$ is the angle from the positive $x$-axis. By substitution, we get the equation $$\cos^{2}t + \sin^{2}t = 1 \tag{1}.$$

We will now go to ellipses. Circles as special cases of ellipses where both $x$ and $y$ are scaled by a factor of $r$. However, ellipses that are not circles have different scaling factors for $x$ and $y$. If the scaling factor for $x$ and $y$ are $a$ and $b$, the equation will be $$\left(\frac{x}{a}\right)^{2} + \left(\frac{y}{b}\right)^{2} = 1 \tag{2}.$$

As $(1)$ is similar to $(2)$, we can equate the terms to each other. \begin{align*}\left(\frac{x}{a}\right)^{2} &= \cos^{2}t &\qquad \left(\frac{y}{b}\right)^{2} &= \sin^{2}t \\ \frac{x}{a} &= \cos t &\qquad \frac{y}{b} &= \sin t \\ x &= a\cos t &\qquad y &= b \sin t.\end{align*}

This is why it works. I can't think of anything aside from this.

soupless
  • 2,344
  • It should be are, not as in "Circles as special cases of ellipses where both $x$ and $y$ are scaled by a factor of $r$." – soupless Dec 17 '21 at 15:31
0

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.

Mark Saving
  • 31,855
0

A more expedite method to eliminate $t$ is to set a value of $x$, solve for $t$, and plug in $y$.

$$x=5\cos t\to t=2k\pi\pm\arccos\frac x5\to y=2\sin\left(2k\pi\pm\arccos\frac x5\right)=\pm\sin\left(\arccos\frac x5\right).$$

We can rework this by squaring, and we establish

$$\frac{y^2}{2^2}=\sin^2\left(\arccos\frac x5\right)=1-\sin^2\left(\arcsin\frac x5\right)=1-\frac{x^2}{5^2}.$$


An additional question is to kwow the ranges of $x$ and $y$ values that are reached, but as the range of $t$ was not specified, we can't say more.