[Physics] How to derive Kepler’s equation

celestial-mechanicsorbital-motion

The Internet lacks, so far as I know, a derivation of Kepler's equation

$$
M = E – e\text{sin}(E)
$$

where $M$ is the mean anomaly, $E$ the eccentric anomaly and $e$ the eccentricity.

Since there is a corresponding geometric picture (a circle circumscribing the ellipse will visualize both E and M) I would think there would be a geometric proof. Does anyone know how to do it?

Best Answer

I had a related question in which I basically derived that equation without me knowing.

For this I did assumed that the following relation between the radius, $r$, and the true anomaly, $\theta$, is correct, $$ r=\frac{a(1-e^2)}{1+e\cos{\theta}} $$ with $a$ the semi-major axis and $e$ the eccentricity.

By using Kepler's second and third law you can get an expression for time (since periapsis passage) as a function of the true anomaly, which looks like this: $$ t(\theta)=\sqrt{\frac{a^3}{\mu}}\left(2\tan^{-1}\left(\sqrt{\frac{1-e}{1+e}}\tan{\frac{\theta}{2}}\right)-\frac{e\sqrt{1-e^2}\sin{\theta}}{1+e\cos{\theta}}\right) $$ This equations is equivalent to Kepler's equation, because the mean and eccentric anomaly are defined as followed: $$ M=t\sqrt{\frac{\mu}{a^3}} $$ $$ \tan{\frac{\theta}{2}}=\sqrt{\frac{1+e}{1-e}}\tan{\frac{E}{2}} $$ A few substitutions are easy to see, namely how to get $M$ on the left hand side, by dividing by $\sqrt{\frac{a^3}{\mu}}$, and how to get the linear term of $E$, which allows use to get the following equation: $$ M=E-\frac{e\sqrt{1-e^2}\sin{\theta}}{1+e\cos{\theta}} $$ Proofing that the remaining term can be expressed as a product of the sine of $E$ and the eccentricity $e$ is harder, so $$ \sin{E}=\frac{\sqrt{1-e^2}\sin{\theta}}{1+e\ \cos{\theta}} $$

With the use of a temporary variable it is possible to proof this. This variable, lets call it $\alpha$, is defined as follows,

$$ \alpha = \tan \frac{\theta}{2} = \sqrt{\frac{1+e}{1-e}}\tan{\frac{E}{2}}. $$

This way the trigonometry terms in the fraction become:

$$ \sin \theta = \sin \left( 2 \tan^{-1} \alpha\right) = \frac{2\alpha}{1+\alpha^2} $$

$$ \cos \theta = \cos \left( 2 \tan^{-1} \alpha\right) = \frac{1-\alpha^2}{1+\alpha^2} $$

Substituting these back into the fraction yields:

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

Now by substituting in the expression for $\alpha$ which is an expression of $E$ gives:

$$ \frac{2\sqrt{1-e^2}\alpha}{1+e+(1-e)\alpha^2} = \frac{2\sqrt{(1+e)(1-e)}\sqrt{\frac{1+e}{1-e}}\tan{\frac{E}{2}}}{1+e+(1-e)\left(\sqrt{\frac{1+e}{1-e}}\tan{\frac{E}{2}}\right)^2} = \frac{2(1+e)\tan{\frac{E}{2}}}{(1+e)\left(1+\tan^2{\frac{E}{2}}\right)} $$

In this last expression the dependency on the eccentrically, $e$, can be removed, which yields,

$$ \frac{2\tan{\frac{E}{2}}}{1+\tan^2{\frac{E}{2}}} = \frac{2\frac{\sin(E/2)}{\cos(E/2)}}{1+\frac{\sin^2(E/2)}{\cos^2(E/2)}} = \frac{2\frac{\sin(E/2)}{\cos(E/2)}}{\frac{\cos^2(E/2)+\sin^2(E/2)}{\cos^2(E/2)}} = 2\sin\frac{E}{2}\cos\frac{E}{2}=\sin E $$

Therefore it can be shown that:

$$ \frac{\sqrt{1-e^2}\sin{\theta}}{1+e\ \cos{\theta}}=\sin{E} $$

Related Question