It is the equation of the ellipse centered at the origin.
Consider the ellipse centered at the origin and whose focal axis coincides with the axis X. The focus $F$ and $F'$ are on the x axis. $O$ as its center is a midpoint of FF' segment , the coordinates of F and F ' will for example $( c , 0 )$ and $( -c , 0 )$ , respectively , where c is a positive constant. Let p $( x , y)$ any point of the ellipse. By the definition of the curve, the point P must satisfy the condition.
$$d(FP)+d(F´P)=2a$$
where $a$ is a positive constant greater than $c$, then
$$d(FP)= \sqrt{(x-c)^2+y^2}$$
$$d(F´P)= \sqrt{(x+c)^2+y^2}$$
and remplace.
$$\sqrt{(x-c)^2+y^2}+\sqrt{(x+c)^2+y^2}=2a$$
simplifying it.
$$cx+a^2=a*\sqrt{(x+c)^2+y^2}$$, then it square
$$c^2x^2+2a^2cx+a^4=a^2x^2+2a^2cx+a^2c^2+a^2y^2$$
$$(a^2-c^2)x^2+a^2y^2=a^2(a^2-c^2)$$
how $2a>2c$ and $a^2>c^2$ then $a^2-c^2$ is positive and get $b^2=a^2-c^2$ then
$$b^2x^2+a^2y^2=a^2b^2$$
that finally it divide for $a^2b^2$
$$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$$
If I'm correct, the ellipse equation would really be the equation of a circle but reexpressing one of the coordinates as a ratio between the major axis (or the original radius) and the minor axis, as can be seen in the link. Right?
– Matt24 Oct 18 '15 at 01:56