Jump to content

Keplerian problem: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m links to internal pages, ellipse and orbit
Line 72: Line 72:


== Also See ==
== Also See ==
[[Ellipse]]
*[[Ellipse]]
[[Orbit]]
*[[Orbit]]

Revision as of 20:39, 29 November 2006

To compute the position of a satellite at a given time using Kepler's laws of planetary motion (the Keplerian problem, or Kepler problem) is a difficult problem. The opposite problem—to compute the time-of-flight given the starting and ending positions—is simpler. We present a derivation for the time-of-flight equation, also called Kepler's equation here.

Kepler's construction for deriving the time-of-flight equation. The bold ellipse is the satellite's orbit, with the star or planet at one focus Q. The goal is to compute the time required for a satellite to travel from periapsis P to a given point S. Kepler circumscribed the blue circle around the ellipse, and used it to derive his time-of-flight equation in terms of eccentric anomaly.

The problem is as follows: We are given that the semimajor axis of the orbit is , and the semiminor axis is . The eccentricity is , and the planet is at , at a distance of from the center of the ellipse. The satellite is at periapsis at time . The goal is to find the time at which the satellite reaches point .

The key construction that will allow us to analyse this situation is the circle (shown in blue) circumscribed on the orbital ellipse. This circle is taller than the ellipse by a factor of in the direction of the minor axis, so all area measures on the circle are magnified by a factor of with respect to the analogous area measures on the ellipse.

Any given point on the ellipse can be mapped to the corresponding point on the circle that is further from the ellipse's major axis. If we do this mapping for the position of the satellite at time , we arrive at a point on the circumscribed circle. Kepler defines the angle to be the eccentric anomaly angle . (Kepler's terminology often refers to angles as "anomalies.") This definition makes the time-of-flight equation easier to derive than it would be using the true anomaly angle .

To compute the time-of-flight from this construction, we note that Kepler's second law allows us to compute time-of-flight from the area swept out by the satellite, and so we will set about computing the area swept out by the satellite. First, the area is a magnified version of the area :

Furthermore, area is the area swept out by the satellite in time . We know that, in one orbital period , the satellite sweeps out the whole area of the orbital ellipse. is the fraction of this area, and substituting, we arrive at this expression for :

Another expression for is found by a simple conglomeration of adjacent areas:

Area is a fraction of the circumscribed circle, whose total area is . The fraction is , thus:

Meanwhile, area is a triangle whose base is the line segment of length , and whose height is :

Combining all of the above:

Dividing through by :

To understand the significance of this formula, consider an analogous formula giving an angle during circular motion with constant angular velocity :

Setting and gives us Kepler's equation. Kepler referred to as the mean motion, and as the mean anomaly. The term "mean" in this case refers to the fact that we have "averaged" the satellite's non-constant angular velocity over an entire period to make the satellite's motion amenable to analysis. All satellites traverse an angle of per orbital period , so the mean angular velocity is always .

Substituting into the formula we derived above gives this:

This formula is commonly referred to as Kepler's equation.

Application

With Kepler's formula, finding the time-of-flight to reach an angle (true anomaly) of from periapsis is broken into two steps:

  1. Compute the eccentric anomaly from true anomaly
  2. Compute the time-of-flight from the eccentric anomaly

Finding the angle at a given time is harder. Kepler's equation cannot be solved for analytically, and so a numerical root-finding algorithm must be used.

The main difficulty with this approach is that it can take prohibitively long to converge for the extreme elliptical orbits. For near-parabolic orbits, eccentricity is nearly 1, and plugging into the formula for mean anomaly, , we find ourselves subtracting two nearly-equal values, and so accuracy suffers. For near-circular orbits, it is hard to find the periapsis in the first place (and truly circular orbits have no periapsis at all). Furthermore, the equation was derived on the assumption of an elliptical orbit, and so it doesn't hold for parabolic or hyperbolic orbits at all. These difficulties are what led to the development of the universal variable formulation.


Also See