Solve for y within a parametric equation

4k Views Asked by At

The ellipse

$$\frac{x^2}{2^2} + \frac{y^2}{3^2} = 1$$

can be drawn with parametric equations. Assume the curve is traced clockwise as the parameter increases.

If $x=2\cos t $

then $y =$ _____

I got $y=(9-(9x^2)/4)^{1/2}$ and then substitute $x$ for $2\cos t$ and got $y=(9-(9(2\cos t)^2)/4)^{1/2}$. What am I doing wrong?

2

There are 2 best solutions below

1
On BEST ANSWER

you are doing nothing wrong. Just try to simplify your "final" expression you would find it is $3\sin(t)$ or $-3\sin(t)$.

0
On

Hint $:$ Plug the value $x=2 \cos t$ in the equation $\frac {x^2} {2^2} + \frac {y^2} {3^2} =1.$

You will end up with

$$\cos^2 t + \frac {y^2} {3^2} = 1 \implies \frac {y^2} {3^2} = 1 - \cos^2 t \implies y^2 = 3^2 \sin^2 t \implies y = \pm 3 \sin t.$$