I have the equation $$r(\phi) = \frac{es}{1-e \cos{\phi}}$$ with $e,s>0$, $e<1$ and want to show that the points $$ \begin{pmatrix}x(\phi)\\y(\phi)\end{pmatrix} = \begin{pmatrix}r(\phi)\cos{\phi}\\r(\phi)\sin{\phi}\end{pmatrix}$$ lie on an ellipse.
I have a basic and a specific problem which may be related. The basic problem is that I don't see how to get to the goal.
I want to arrive at an ellipse equation $(x/a)^2 + (y/b)^2 = 1$ and am confused that we already have
$$\left(\frac{x(\phi)}{r(\phi))}\right)^2 + \left(\frac{y(\phi)}{r(\phi))}\right)^2 = 1$$
This can't be the right ellipse equation because it has the form of a circle equation and obviously, we don't have a circle here. But how should the equation I aim for look like then?
I started calculating anyway and arrived at a specific problem. Substituting $x(\phi)$ into $r(\phi)$, I got $r(\phi)=e(s+x(\phi))$ and using $r(\phi)^2 = x(\phi)^2 + y(\phi)^2$ I got an equation which doesn't involve $r(\phi)$ anymore but has $x(\phi)$ in addition to $x(\phi)^2, y(\phi)^2$.
If I could eliminate the linear term somehow, the resulting equation is an ellipse equation. But I don't see a way how to accomplish this.
Hints: Your ellipse is not centered at the origin. Substitute $\phi=0$ and $\phi=\pi$ to get the ends of the major axis. You get $\left(-\frac{es}{1+e},0\right)$ and $\left(\frac{es}{1-e},0\right)$ as the left and right axis ends.
The center of the ellipse is halfway between those two points.
The standard equation of an ellipse centered at point $(h,k)$ is
$$\frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1$$
The semi-major axis value $a$ is half the distance between the two ends of the major axis.
So find point $(h,k)$ and value $a$. Then find $b$ and show the equation works.
Note: The linear term in $x$ should not be "removed" but is involved in completing the square so you get $(x-h)^2$.