Parameterizing an ellipse

3.4k Views Asked by At

Given the ellipse $(x-1)^2 + \frac{y^2}{4}= 1$, parametrize the curve in polar coordinates.

I've forgotten something very basic here. Can someone help get me started?

1

There are 1 best solutions below

1
On

HINT:

$$(x-1)^2 + \frac{y^2}{4}= 1$$

$$(x-1)^2 + (\frac{y}{2})^2= 1 \tag 1$$

$$x=r\cos \theta \tag 2$$

$$y=r\sin \theta \tag 3$$

Put in Equation 1

$$(x-1)^2 + (\frac{y}{2})^2= 1$$

$$(r\cos \theta-1)^2 + (\frac{r\sin \theta}{2})^2= 1$$

Find r as function of $\theta$