Kepler's Equation
Author: Tianjiang Shuo
Website: https://cislunarspace.cn
Definition
Kepler's equation is the transcendental equation that relates flight time on an elliptical orbit to the eccentric anomaly:
where is the mean anomaly, is the eccentric anomaly, is the eccentricity, is the mean motion, and is the time of perigee passage. This equation is the key tool for determining the sixth integration constant needed to fully solve the two-body equations of motion.
Core Elements
Three Anomalies
| Anomaly | Symbol | Definition | Characteristics |
|---|---|---|---|
| True anomaly | Central angle between the spacecraft and perigee | Directly describes position; varies non-uniformly | |
| Eccentric anomaly | Central angle of the corresponding point on the auxiliary circle | Related to through the half-angle formula | |
| Mean anomaly | ; a fictitious angle that varies uniformly | Proportional to time |
Relationships among the three: when or , ; when , ; when , . The larger the eccentricity, the greater the discrepancy.
Solution Algorithms
Common methods for finding the eccentric anomaly from the elapsed time (inverse solution of Kepler's equation):
| Method | Iteration Formula | Applicable Scenario |
|---|---|---|
| Simple iteration | Low-eccentricity orbits | |
| Newton-Raphson | General purpose; fast convergence | |
| Series expansion | Low-eccentricity; analytical expression |
Orbital Period
From Kepler's equation, the orbital period is:
This is Kepler's third law: the orbital period depends solely on the semi-major axis. The minimum orbital period for an artificial Earth satellite is approximately 84.3 minutes.
Application Value
Kepler's equation is the central equation for orbit prediction. Given the time of perigee passage and the orbital elements, it allows computation of the eccentric anomaly at any time, from which the true anomaly and position can be derived. In element-based orbit prediction, solving Kepler's equation is the critical step. Analogous time equations exist for parabolic orbits (Barker's equation) and hyperbolic orbits (hyperbolic time equation).
Related Concepts
References
- 郑伟, 安雪滢, 周祥, 何睿智. 空天飞行力学[M]. 国防科技大学, 2026.
- 贾沛然, 陈克俊, 等. 远程火箭弹道学[M]. 国防科技大学出版社.
