Universal Variable Formulation
   HOME

TheInfoList



OR:

In
orbital mechanics Orbital mechanics or astrodynamics is the application of ballistics and celestial mechanics to the practical problems concerning the motion of rockets and other spacecraft. The motion of these objects is usually calculated from Newton's laws of ...
, the universal variable formulation is a method used to solve the two-body
Kepler problem In classical mechanics, the Kepler problem is a special case of the two-body problem, in which the two bodies interact by a central force ''F'' that varies in strength as the inverse square of the distance ''r'' between them. The force may be ei ...
. It is a generalized form of
Kepler's Equation 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 '' Epi ...
, extending them to apply not only to
elliptic orbits In astrodynamics or celestial mechanics, an elliptic orbit or elliptical orbit is a Kepler orbit with an eccentricity of less than 1; this includes the special case of a circular orbit, with eccentricity equal to 0. In a stricter sense, it ...
, but also parabolic and
hyperbolic orbit In astrodynamics or celestial mechanics, a hyperbolic trajectory or hyperbolic orbit is the trajectory of any object around a central body with more than enough speed to escape the central object's gravitational pull. The name derives from the fa ...
s. It thus is applicable to many situations in the
Solar System The Solar SystemCapitalization of the name varies. The International Astronomical Union, the authoritative body regarding astronomical nomenclature, specifies capitalizing the names of all individual astronomical objects but uses mixed "Solar S ...
, where orbits of widely varying eccentricities are present.


Introduction

A common problem in orbital mechanics is the following: given a body in an
orbit In celestial mechanics, an orbit is the curved trajectory of an object such as the trajectory of a planet around a star, or of a natural satellite around a planet, or of an artificial satellite around an object or position in space such as a p ...
and a time ''t0'', find the position of the body at any other given time ''t''. For
elliptical orbit In astrodynamics or celestial mechanics, an elliptic orbit or elliptical orbit is a Kepler orbit with an eccentricity of less than 1; this includes the special case of a circular orbit, with eccentricity equal to 0. In a stricter sense, it ...
s with a reasonably small
eccentricity Eccentricity or eccentric may refer to: * Eccentricity (behavior), odd behavior on the part of a person, as opposed to being "normal" Mathematics, science and technology Mathematics * Off-center, in geometry * Eccentricity (graph theory) of a v ...
, solving
Kepler's Equation 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 '' Epi ...
by methods like
Newton's method In numerical analysis, Newton's method, also known as the Newton–Raphson method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real-valu ...
gives adequate results. However, as the orbit becomes more and more eccentric, the numerical iteration may start to
converge Converge may refer to: * Converge (band), American hardcore punk band * Converge (Baptist denomination), American national evangelical Baptist body * Limit (mathematics) * Converge ICT, internet service provider in the Philippines *CONVERGE CFD s ...
slowly or not at all. Furthermore, Kepler's equation cannot be applied to parabolic and
hyperbolic orbit In astrodynamics or celestial mechanics, a hyperbolic trajectory or hyperbolic orbit is the trajectory of any object around a central body with more than enough speed to escape the central object's gravitational pull. The name derives from the fa ...
s, since it specifically is tailored to elliptic orbits.


Derivation

Although equations similar to Kepler's equation can be derived for parabolic and hyperbolic orbits, it is more convenient to introduce a new independent variable to take the place of the
eccentric anomaly In orbital mechanics, the eccentric anomaly is an angular parameter that defines the position of a body that is moving along an elliptic Kepler orbit. The eccentric anomaly is one of three angular parameters ("anomalies") that define a position alo ...
''E'', and having a single equation that can be solved regardless of the eccentricity of the orbit. The new variable ''s'' is defined by the following
differential equation In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, an ...
: :\frac = \frac where r = r(t) is the time-dependent distance to the center of attraction. The fundamental equation \frac + \mu \frac = \mathbf is regularized by applying this change of variables to yield: :\frac + \alpha\ \mathbf = -\mathbf where P is a constant
vector Vector most often refers to: *Euclidean vector, a quantity with a magnitude and a direction *Vector (epidemiology), an agent that carries and transmits an infectious pathogen into another living organism Vector may also refer to: Mathematic ...
and \alpha is defined by :\alpha = \frac\mu a The equation is the same as the equation for the
harmonic oscillator In classical mechanics, a harmonic oscillator is a system that, when displaced from its Mechanical equilibrium, equilibrium position, experiences a restoring force ''F'' Proportionality (mathematics), proportional to the displacement ''x'': \v ...
, a well-known equation in both
physics Physics is the natural science that studies matter, its fundamental constituents, its motion and behavior through space and time, and the related entities of energy and force. "Physical science is that department of knowledge which r ...
and
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
. Taking the derivative again, we get a third-degree differential equation: :\frac + \alpha\frac = \mathbf The family of solutions to this differential equation are written symbolically as the functions 1,\ s\ c_1(\alpha s^2),\ s^2\ c_2(\alpha s^2), where the functions \ c_k(x), called
Stumpff function In celestial mechanics, the Stumpff functions ''c'k''(''x''), developed by Karl Stumpff, are used for analyzing orbits using the universal variable formulation. They are defined by the formula: c_k (x) = \frac - \frac + \frac - \cdots = \sum_^\i ...
s, are generalizations of sine and cosine functions. Applying this results in: :t - t_0 = r_0\ s\ c_1(\alpha s^2) + r_0 \frac\ s^2\ c_2(\alpha s^2) + \mu \ s^3\ c_3(\alpha s^2) which is the universal variable formulation of Kepler's Equation. This equation can now be solved numerically using a
root-finding algorithm In mathematics and computing, a root-finding algorithm is an algorithm for finding zeros, also called "roots", of continuous functions. A zero of a function , from the real numbers to real numbers or from the complex numbers to the complex numbers ...
such as
Newton's method In numerical analysis, Newton's method, also known as the Newton–Raphson method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real-valu ...
or
Laguerre's method In numerical analysis, Laguerre's method is a root-finding algorithm tailored to polynomials. In other words, Laguerre's method can be used to numerically solve the equation for a given polynomial . One of the most useful properties of this metho ...
for a given time t to yield s, which in turn is used to compute the f and g functions: :\begin f(s) & = 1 - \left(\frac \mu \right) s^2 c_2(\alpha s^2), \\ g(s) & = t - t_0 - \mu s^3c_3(\alpha s^2), \\ \frac & = \dot(s) = -\left(\frac\right)s c_1(\alpha s^2), \\ \frac & = \dot(s) = 1 - \left(\frac\right)s^2c_2(\alpha s^2) \end The values of the f and g functions determine the position of the body at the time t: :\mathbf = \mathbf_0\ f(s) + \mathbf_0\ g(s) In addition the velocity of the body at time t can be found using \dot(s) and \dot(s) as follows: :\mathbf = \mathbf_0\ \dot(s) + \mathbf_0\ \dot(s) where \mathbf and \mathbf are the position and velocity respectively at time t, and \mathbf_0 and \mathbf_0 are the position and velocity, respectively, at arbitrary initial time t_0.


References

{{Reflist Orbits