In an exercise I'm attempting to do, I am given the focus $(0, 3)$, the directrix ($x = 6$), and the eccentricity (e = $\frac{2}{3}$) and I'm being asked to obtain the conic equation. I don't know whether the conic is an ellipse, or a parabola or what. How can I approach this problem?
What I have been able to determine is, from the eccentricity, since e < 1, then the conic is actually an ellipse, right? My next step is to calculate a, b, c, from the eccentricity. Since it's given that $e=\frac{2}{3}$, and $e=\frac{c}{a}$, it seems simple enough to say that $c=2$, $a=3$ and then determine $b$ from Pitagoras' theorem. But I am unsure, as $c=4$, $a=6$ would also give the same eccentricity value. How would be the way to continue?
Also, given that the directrix is $x=6$, and the focus given is to the left side of the directrix, I'd guess that the focus I was given is the right focus on an horizontal ellipse. Since the eccentricity is the distance between centre and foci, I'd say that the centre is located at $(0-\frac{2}{3}, 3)$ and the other focus is at $(0-\frac{2}{3}-\frac{2}{3}, 3)$. But I'm not entirely sure I'm allowed to do that, is this the correct approach?
From definition of eccentricity,
\begin{align} \frac{2}{3} &= \frac{\sqrt{(x-0)^2+(y-3)^2}}{|x-6|} \\ \frac{4}{9} &= \frac{(x-0)^2+(y-3)^2}{(x-6)^2} \\ 4(x-6)^2 &= 9x^2+9(y-3)^2 \\ 4x^2-48x+144 &= 9x^2+9y^2-54y+81 \\ 0 &= 5x^2+9y^2+48x-54y-63 \end{align}