In orbital mechanics, Kepler's equation relates various geometric properties of the orbit of a body subject to a central force.
It was first derived by Johannes Kepler in 1609 in Chapter 60 of his Astronomia nova, and in book V of his Epitome of Copernican Astronomy (1621) Kepler proposed an iterative solution to the equation. The equation has played an important role in the history of both physics and mathematics, particularly classical celestial mechanics.
Video Kepler's equation
Equation
Kepler's equation is
where M is the mean anomaly, E is the eccentric anomaly, and e is the eccentricity.
The 'eccentric anomaly' E is useful to compute the position of a point moving in a Keplerian orbit. As for instance, if the body passes the periastron at coordinates x = a(1 - e), y = 0, at time t = t0, then to find out the position of the body at any time, you first calculate the mean anomaly M from the time and the mean motion n by the formula M = n(t - t0), then solve the Kepler equation above to get E, then get the coordinates from:
Kepler's equation is a transcendental equation because sine is a transcendental function, meaning it cannot be solved for E algebraically. Numerical analysis and series expansions are generally required to evaluate E.
Maps Kepler's equation
Alternate forms
There are several forms of Kepler's equation. Each form is associated with a specific type of orbit. The standard Kepler equation is used for elliptic orbits (0 <= e < 1). The hyperbolic Kepler equation is used for hyperbolic trajectories (e >> 1). The radial Kepler equation is used for linear (radial) trajectories (e = 1). Barker's equation is used for parabolic trajectories (e = 1).
When e = 0, the orbit is circular. Increasing e causes the circle to become elliptical. When e = 1, there are three possibilities:
- a parabolic trajectory,
- a trajectory going in or out along an infinite ray emanating from the centre of attraction,
- or a trajectory that goes back and forth along a line segment from the centre of attraction to a point at some distance away.
A slight increase in e above 1 results in a hyperbolic orbit with a turning angle of just under 180 degrees. Further increases reduce the turning angle, and as e goes to infinity, the orbit becomes a straight line of infinite length.
Hyperbolic Kepler equation
The Hyperbolic Kepler equation is:
where H is the hyperbolic eccentric anomaly. This equation is derived by redefining M to be the square root of -1 times the right-hand side of the elliptical equation:
(in which E is now imaginary) and then replacing E by iH.
Radial Kepler equation
The Radial Kepler equation is:
where t is proportional to time and x is proportional to the distance from the centre of attraction along the ray. This equation is derived by multiplying Kepler's equation by 1/2 and setting e to 1:
and then making the substitution
Inverse problem
Calculating M for a given value of E is straightforward. However, solving for E when M is given can be considerably more challenging. There is no closed-form solution.
One can write an infinite series expression for the solution to Kepler's equation using Lagrange inversion, but the series does not converge for all combinations of e and M (see below).
Confusion over the solvability of Kepler's equation has persisted in the literature for four centuries. Kepler himself expressed doubt at the possibility of finding a general solution.
Inverse Kepler equation
The inverse Kepler equation is the solution of Kepler's equation for all real values of :
Evaluating this yields:
These series can be reproduced in Mathematica with the InverseSeries operation.
InverseSeries[Series[M - Sin[M], {M, 0, 10}]]
InverseSeries[Series[M - e Sin[M], {M, 0, 10}]]
These functions are simple Maclaurin series. Such Taylor series representations of transcendental functions are considered to be definitions of those functions. Therefore, this solution is a formal definition of the inverse Kepler equation. However, E is not an entire function of M at a given non-zero e. The derivative
goes to zero at an infinite set of complex numbers when e<1. There are solutions at and at those values
(where inverse cosh is taken to be positive), and dE/dM goes to infinity at these points. This means that the radius of convergence of the Maclaurin series is and the series will not converge for values of M larger than this. The series can also be used for the hyperbolic case, in which case the radius of convergence is The series for when e = 1 converges when m < 2?.
While this solution is the simplest in a certain mathematical sense,, other solutions are preferable for most applications. Alternatively, Kepler's equation can be solved numerically.
The solution for e ? 1 was found by Karl Stumpff in 1968, but its significance wasn't recognized.
One can also write a Maclaurin series in e. This series does not converge when e is larger than the Laplace limit (about 0.66), regardless of the value of M (unless M is a multiple of 2?), but it converges for all M if e is less than the Laplace limit. The coefficients in the series, other than the first (which is simply M), depend on M in a periodic way with period 2?.
Algorithm for the inverse Kepler equation
Note that . Repeatedly substituting the expression on the right for the on the right yields a simple fixed point iteration algorithm for evaluating .
The number of iterations, , depends on the value of .
Using Newton's method to find the zero of one gets,
to first order in the small quantities and , or,
- .
The algorithm actually uses a simplified version of Newton's method to improve on a value for E. Although Newton's method usually converges faster to the correct value for E there are situations where it requires division by 0 and the method above is then preferred.
Inverse radial Kepler equation
The inverse radial Kepler equation (e = 1) can also be written as:
Evaluating this yields:
To obtain this result using Mathematica:
InverseSeries[Series[ArcSin[Sqrt[t]] - Sqrt[(1 - t) t], {t, 0, 15}]]
Numerical approximation of inverse problem
For most applications, the inverse problem can be computed numerically by finding the root of the function:
This can be done iteratively via Newton's method:
Note that E and M are in units of radians in this computation. This iteration is repeated until desired accuracy is obtained (e.g. when f(E) < desired accuracy). For most elliptical orbits an initial value of E0 = M(t) is sufficient. For orbits with e > 0.8, an initial value of E0 = ? should be used. A similar approach can be used for the hyperbolic form of Kepler's equation. In the case of a parabolic trajectory, Barker's equation is used.
See also
- Kepler's laws of planetary motion
- Kepler problem
- Kepler problem in general relativity
- Radial trajectory
References
External links
- Danby, J. M.; Burkardt, T. M. (1983). "The solution of Kepler's equation. I". Cel. Mech. 31: 95-107. Bibcode:1983CeMec..31...95D.
- Conway, B. A. (1986). An improved algorithm due to Laguere for the solution of Kepler's equation. doi:10.2514/6.1986-84.
- Mikkola, Seppo (1987). "A cubic approximation for Kepler's equation". Cel. Mech. 40 (3). doi:10.1007/BF01235850.
- Fukushima, Toshio (1996). "A method solving kepler's equation without transcendental function evaluations". Cel. Mech. Dyn. Astron. 66 (3): 309-319. doi:10.1007/BF00049384.
- Charles, E. D.; Tatum, J. B. (1997). "The convergence of Newton-Raphson iteration with Kepler's equation". Cel. Mech. Dyn. Astr. 69 (4): 357-372. doi:10.1023/A:1008200607490.
- Stumpf, Laura (1999). "Chaotic behaviour in the newton iterative function associated with kepler's equation". Cel. Mech. Dyn. Astr. 74 (2): 95-109. doi:10.1023/A:1008339416143.
- Palacios, M. (2002). "Kepler equation and accelerated Newton method". J. Comp. Appl. Math. 138: 335-346. doi:10.1016/S0377-0427(01)00369-7.
- Boyd, John P. (2007). "Rootfinding for a transcendental equation without a first guess: Polynomialization of Kepler's equation through Chebyshev polynomial equation of the sine". Appl. Num. Math. 57 (1): 12-18. doi:10.1016/j.apnum.2005.11.010.
- Kepler's Equation at Wolfram Mathworld
Source of the article : Wikipedia