Elliptical Orbit and Kepler's equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
DuckAmuck
Messages
238
Reaction score
40
TL;DR
Trying to make sense of the math here.
It is easy to find that the equation for an ellipse is:
$$1 = x^2/a^2 + y^2/b^2$$
Then according to Kepler's equation:
$$x = a(\cos(E)-e)$$
$$y = b\sin(E)$$
where E is the eccentric anomaly and e is the eccentricity.

If you plug the Kepler's equations' x and y into the equation for the ellipse, you get a relationship that does not hold:
$$\cos(E) = e/2$$
Are the Kepler's equations approximate? I thought they were exact. What is wrong here?
 
Astronomy news on Phys.org
Try reading the Wiki entry on Eccentric anomaly and studying the diagram. When you write:
[tex]\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1[/tex]
You are implicitly assuming that the (0,0) point is at the center of the ellipse, not at the focus. In this coordinate system, [itex]x = a \cos(E)[/itex], and [itex]y = b \sin(E)[/itex]. The formulas you gave for x and y are in the coordinate system where (0,0) is at the focus of the ellipse (i.e. at the sun). In this coordinate system:
[tex]\frac{(x + a e)^2}{a^2} + \frac{y^2}{b^2} = 1[/tex]
Then everything works out. Note that the diagram in the Wiki page on Eccentric Anomaly is wrong. The distance from the center to the focus is a*e, not e.
 
  • Like
Likes   Reactions: PeterDonis, vanhees71, DuckAmuck and 2 others