Universal variable formulation

In orbital mechanics, the universal variable formulation is a method used to solve the two-body Kepler problem. It is a generalized form of Kepler's Equation, extending it to apply not only to elliptic orbits, but also parabolic and hyperbolic orbits common for spacecraft departing from a planetary orbit. It is also applicable to ejection of small bodies in Solar System from the vicinity of massive planets, during which processes the approximating two-body orbits can have widely varying eccentricities, almost always e ≥ 1 .

Introduction

A common problem in orbital mechanics is the following: Given a body in an orbit and a fixed original time   t o   , {\displaystyle \ t_{\mathsf {o}}\ ,} find the position of the body at some later time   t   . {\displaystyle \ t~.} For elliptical orbits with a reasonably small eccentricity, solving Kepler's Equation by methods like Newton's method gives excellent results. However, as the orbit approaches an escape trajectory, it becomes more and more eccentric, convergence of numerical iteration may become unusably sluggish, or fail to converge at all for e ≥ 1 .[1][2] Furthermore, Kepler's equation cannot be directly applied to parabolic and hyperbolic orbits, 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   E   , {\displaystyle \ E\ ,} and having a single equation that can be solved regardless of the eccentricity of the orbit. The new variable   s   {\displaystyle \ s\ } is defined by the following differential equation:

d s   d t   =   1   r {\displaystyle {\frac {\operatorname {d} s}{\ \operatorname {d} t\ }}={\frac {\ 1\ }{r}}}
where   r r ( t )   {\displaystyle \ r\equiv r(t)\ } is the time-dependent scalar distance to the center of attraction. (In all of the following formulas, carefully note the distinction between scalars   r   , {\displaystyle \ r\ ,} in italics, and vectors   r   , {\displaystyle \ \mathbf {r} \ ,} in upright bold.) The fundamental equation

    d 2 r     d t 2   + μ   r     r 3   = 0   , {\displaystyle \ {\frac {\ \operatorname {d} ^{2}\mathbf {r} \ }{\ \operatorname {d} t^{2}\ }}+\mu {\frac {\ \mathbf {r} \ }{~r^{3}\ }}=\mathbf {0} \ ,\quad } where   μ G ( m 1 + m 2 )   {\displaystyle \quad \ \mu \equiv G\left(m_{1}+m_{2}\right)\ \quad } is the system gravitational scaling constant,

is regularized by applying this change of variables that yields:[2]

  d 2 r     d s 2   + α   r = P   {\displaystyle {\frac {\ \operatorname {d} ^{2}\mathbf {r} \ }{~\operatorname {d} s^{2}\ }}+\alpha \ \mathbf {r} =-\mathbf {P} \ }

where   P   {\displaystyle \ \mathbf {P} \ } is some t.b.d. constant vector and   α   {\displaystyle \ \alpha \ } is the orbital energy, defined by

α   μ   a   . {\displaystyle \alpha \equiv {\frac {\ \mu \ }{a}}~.}
The equation is the same as the equation for the harmonic oscillator, a well-known equation in both physics and mathematics. Taking the derivative again, we eliminate the constant vector   P   , {\displaystyle \ \mathbf {P} \ ,} at the price of getting a third-degree differential equation:
    d 3 r     d s 3   + α   d r     d s   = 0   {\displaystyle \ {\frac {\ \operatorname {d} ^{3}\mathbf {r} \ }{~\operatorname {d} s^{3}\ }}+\alpha {\frac {\ \operatorname {d} \mathbf {r} \ }{\ \operatorname {d} s\ }}=\mathbf {0} \ }
The family of solutions to this differential equation[2] are for convenience written symbolically in terms of the three functions   s   c 1 (   α s 2   )   ,   {\displaystyle \ s\ c_{1}\!\!\left(\ \alpha s^{2}\ \right)\ ,\ }   s 2 c 2 (   α s 2   )   , {\displaystyle \ s^{2}c_{2}\!\!\left(\ \alpha s^{2}\ \right)\ ,} and   s 3 c 3 (   α s 2   )   ;   {\displaystyle \ s^{3}c_{3}\!\!\left(\ \alpha s^{2}\ \right)\ ;\ } where the functions   c k ( x )   , {\displaystyle \ c_{k}\!(x)\ ,} called Stumpff functions, which are truncated generalizations of sine and cosine series. Applying this results in:[2]: Eq. 6.9.26 
  t t o = r o   s   c 1 (   α s 2   ) + r o   d r o     d t     s 2 c 2 (   α s 2   ) + μ   s 3 c 3 (   α s 2   )   {\displaystyle \ t-t_{\mathsf {o}}=r_{\mathsf {o}}\ s\ c_{1}\!\!\left(\ \alpha s^{2}\ \right)+r_{\mathsf {o}}{\frac {~\operatorname {d} r_{\mathsf {o}}\ }{\ \operatorname {d} t\ }}\ s^{2}c_{2}\!\!\left(\ \alpha s^{2}\ \right)+\mu \ s^{3}c_{3}\!\!\left(\ \alpha s^{2}\ \right)\ }
which is the universal variable formulation of Kepler's equation. This equation can now be solved numerically using a root-finding algorithm such as Newton's method or Laguerre's method for a given time   t   {\displaystyle \ t\ } to yield   s   , {\displaystyle \ s\ ,} which in turn is used to compute the   f   {\displaystyle \ f\ } and   g   {\displaystyle \ g\ } functions:
  f ( s ) = 1 (   μ     r o   ) s 2 c 2 (   α s 2   )   ,   g ( s ) = t t o μ   s 3 c 3 (   α s 2   )   ,   f ˙ ( s )   d f     d t   = (   μ     r o r   ) s   c 1 (   α s 2   )   ,   g ˙ ( s )   d g     d t   = 1 (   μ   r )   s 2 c 2 (   α s 2   )   . {\displaystyle {\begin{aligned}\ f(s)&=1-\left({\frac {\ \mu \ }{~r_{\mathsf {o}}\ }}\right)s^{2}c_{2}\!\!\left(\ \alpha s^{2}\ \right)\ ,\\[1.5ex]\ g(s)&=t-t_{\mathsf {o}}-\mu \ s^{3}c_{3}\!\!\left(\ \alpha s^{2}\ \right)\ ,\\[1.5ex]\ {\dot {f}}(s)\equiv {\frac {\ \operatorname {d} f\ }{\ \operatorname {d} t\ }}&=-\left({\frac {\ \mu \ }{\ r_{\mathsf {o}}r\ }}\right)s\ c_{1}\!\!\left(\ \alpha s^{2}\ \right)\ ,\\[1.5ex]\ {\dot {g}}(s)\equiv {\frac {\ \operatorname {d} g\ }{\ \operatorname {d} t\ }}&=1-\left({\frac {\ \mu \ }{r}}\right)\ s^{2}c_{2}\!\!\left(\ \alpha s^{2}\ \right)~.\\[-1ex]\end{aligned}}}
The values of the   f   {\displaystyle \ f\ } and   g   {\displaystyle \ g\ } functions determine the position of the body at the time   t   {\displaystyle \ t\ } :
  r = r o   f ( s ) + v o   g ( s )   {\displaystyle \ \mathbf {r} =\mathbf {r} _{\mathsf {o}}\ f(s)+\mathbf {v} _{\mathsf {o}}\ g(s)\ }
In addition the velocity of the body at time   t   {\displaystyle \ t\ } can be found using   f ˙ ( s )   {\displaystyle \ {\dot {f}}(s)\ } and   g ˙ ( s )   {\displaystyle \ {\dot {g}}(s)\ } as follows:
  v = r o   f ˙ ( s ) + v o   g ˙ ( s )   {\displaystyle \ \mathbf {v} =\mathbf {r} _{\mathsf {o}}\ {\dot {f}}(s)+\mathbf {v} _{\mathsf {o}}\ {\dot {g}}(s)\ }

where   r   {\displaystyle \ \mathbf {r} \ } and   v   {\displaystyle \ \mathbf {v} \ } are the position and velocity respectively at time   t   , {\displaystyle \ t\ ,} and   r o   {\displaystyle \ \mathbf {r} _{\mathsf {o}}\ } and   v o   {\displaystyle \ \mathbf {v} _{\mathsf {o}}\ } are the position and velocity, respectively, at arbitrary initial time   t o   . {\displaystyle \ t_{\mathsf {o}}~.}

References

  1. ^ Stiefel, Eduard L.; Scheifele, Gerhard (1971). Linear and Regular Celestial Mechanics: Perturbed two-body motion numerical methods canonical theory. Springer-Verlag.
  2. ^ a b c d Danby, J.M.A. (1988). Fundamentals of Celestial Mechanics (2nd ed.). Willmann-Bell. ISBN 0943396204.