Orbital Elements (Part 1)#

Prepared by: Ilanthiraiyan Sivagnanamoorthy, Joost Hubbard, and Angadh Nanjangud

In this lecture we aim to cover the following topics:

  1. Determination of Velocity Component

  2. The Perifocal Frame

  3. The ECI Reference Frame

  4. Classical Orbital Parameters

Determination of Velocity Component#

In polar coordinates, the velocity vector is expressed as:

(117)#\[\mathbf{v} = \dot{\mathbf{r}} = v_r \mathbf{e}_r + v_\theta \mathbf{e}_\theta = \dot{r} \mathbf{e}_r + r \dot{\theta} \mathbf{e}_\theta\]

Recalling the equation of the orbit based on the semi-latus rectum (\(p\)) is:

(118)#\[r = \frac{p}{1 + e \cos \left(\theta\right)}\]

To find its derivative, we first differentiate \(r\) with respect to \(\theta\) and then multiply by \(\dot \theta\) (using the the chain rule):

\[\dot{r} = \frac{dr}{dt} = \frac{dr}{d\theta} \frac{d\theta}{dt}\]

To differentiate \(r\) with respect to \(\theta\), we substitute \(u= 1 + e \cos (\theta)\), so \(r\) becomes:

\[r = \frac{p}{u}\]

Applying chain rule:

\[\frac{dr}{d\theta} = \frac{dr}{du} \frac{du}{d\theta}\]
\[\frac{dr}{du} = \frac{-p}{u^2}\]
\[\frac{du}{d\theta} = -e \sin(\theta)\]
\[\frac{dr}{d\theta} = \left[\frac{-p}{u^2}\right] \left[-e \sin(\theta)\right]\]

Substituting back \(u = 1 + e \cos \left(\theta\right)\):

\[\frac{dr}{d\theta} = \left[\frac{-p}{\left(1 + e \cos \left(\theta\right)\right)^2}\right] \left[-e \sin \left(\theta\right)\right] = \frac{pe \sin \left(\theta\right)}{\left(1 + e \cos \left(\theta\right)\right)^2}\]

This results in the following derivative of Equation (118):

(119)#\[\dot{r} = \frac{pe \sin \left(\theta\right)}{\left(1 + e \cos \left(\theta\right)\right)^2} \dot{\theta}\]

By substituting Equation (118) into (119),

(120)#\[\dot{r} = \frac{r^2 \dot{\theta}}{p} e \sin \left(\theta\right)\]

Since \(h = r^2\dot\theta\) and \(p = h^2/\mu\), the above can be expressed as:

(121)#\[\dot{r} = \frac{h}{\frac{h^2}{\mu}} e \sin \left(\theta\right) = \frac{\mu}{h} e \sin \left(\theta\right)\]

From Equation (117), the radial component of velocity is simply \(\dot r\):

(122)#\[v_r = \dot{r} = \frac{\mu}{h} e \sin \left(\theta\right)\]

Likewise, the tangential component is simply \(r \dot{\theta}\) and since \(h = r^2 \dot{\theta}\):

(123)#\[v_\theta = r \dot{\theta} = \frac{h}{r} = \frac{h \left(1 + e \cos \left(\theta\right)\right)}{h^2 / \mu} = \frac{\mu}{h} \left(1 + e \cos \left(\theta\right)\right)\]

Note: These derivations are valid for all \(e\), not only for ellipses.

Flight Path Angle#

../../_images/L5fig1.png

Fig. 3 Figure 1: Illustration of an orbital path in polar coordinates showing the radial and tangential components of velocity.#

In the above figure, the angle marked \(\gamma\) is the flight path angle; the angle between the tangential component and the resultant velocity vector. A trigonometric relationship for the flight path angle can be expressed as follows:

(124)#\[\tan \left(\gamma\right) = \frac{v_r}{v_\theta}\]

By substituting Equations (122) and (123) for \(v_r\) and \(v_\theta\) respectively and simplifying, we obtain:

(125)#\[\tan \left(\gamma\right) = \frac{e \sin \left(\theta\right)}{1 + \cos \left(\theta\right)}\]

Additionally,

  1. Tangential Component, \(v_\theta\)

    • \(v_\theta >= 0\)

    • \(v_\theta\) is at its maximum when \(\theta = 0^\circ\) (perigee)

    • \(v_\theta\) is at its minimum when \(\theta = 180^\circ\) (apogee)

  2. Radial Component, \(v_r\)

    • \(v_r >= 0\) when \(0^\circ <= \theta <= 180^\circ\)

    • \(v_r < 0\) when \(180^\circ < \theta < 360^\circ\)

    • \(v_r = 0\) at \(\theta = 0^\circ\) (perigee) and \(\theta = 180^\circ\) (apogee). At these points, the motion is purely tangential.

The Perifocal Frame#

The unit vectors (\(\mathbf{\hat{e}}_r\), \(\mathbf{\hat{e}}_\theta\)) in the polar coordinate system change along the orbital path, varying from point to point. To establish a more stable reference frame, we can create a new inertial perifocal frame using three mutually perpendicular vectors that remain fixed relative to the orbital path.

Recall:

  • The specific angular momentum vector (\(\mathbf{h}\)) is a constant and is orthogonal to the plane of motion (i.e., pointing out of the plane).

  • The eccentricity vector (\(\mathbf{e}\)) is in the plane of motion and in the direction of perigee.

../../_images/L5fig2.png

Fig. 4 Illustration of an elliptical orbit with the perifocal reference frame.#

Creating the Perifocal Frame:

The following three vectors form a fixed, inertial reference frame, centered at the focus of the orbit:

  1. The first vector, \(\mathbf{\hat{p}}\), is the unit vector in the direction of the eccentricity vector (\(\mathbf{e}\)).

(126)#\[\mathbf{\hat{p}} = \frac{\mathbf{e}}{|\mathbf{e}|} = \frac{\mathbf{e}}{e}\]
  1. The second vector, \(\mathbf{\hat{w}}\), is the unit vector in the direction of the specific angular momentum vector (\(\mathbf{h}\)), perpendicular to the plane of motion.

(127)#\[\mathbf{\hat{w}} = \frac{\mathbf{h}}{\left|\mathbf{h}\right|} = \frac{\mathbf{h}}{h}\]
  1. The third vector, \(\mathbf{\hat{q}}\), is obtained by taking the cross product of \(\mathbf{\hat{w}}\) and \(\mathbf{\hat{p}}\). Recall that the cross product of two vectors yields a vector that is perpendicular to both, ensuring that (\(\mathbf{\hat{p}}\),\(\mathbf{\hat{q}}\),\(\mathbf{\hat{w}}\)) is a set of three mutually perpendicular vectors.

(128)#\[\mathbf{\hat{q}} = \mathbf{\hat{w}} \times \mathbf{\hat{p}}\]

Position Vector in the Perifocal Frame:

From Figure 2,

(129)#\[\mathbf{r} = r \cos(\theta) \mathbf{\hat{p}} + r \sin(\theta) \mathbf{\hat{q}}\]

By substituting Equation (118) for \(r\) into the above equation and using the definition \(p = \frac{h^2}{\mu}\), we obtain:

(130)#\[\mathbf{r} = \frac{h^2 / \mu}{1 + e \cos(\theta)} \left[ \cos(\theta) \mathbf{\hat{p}} + \sin(\theta) \mathbf{\hat{q}} \right]\]

Velocity Vector in the Perifocal Frame:

The velocity vector (in the perifocal frame) is obtained by differentiating the position vector (in the perifocal frame), Equation (129), with respect to time.

(131)#\[\mathbf{v} = \frac{d \mathbf{r}}{dt} = \frac{d}{dt} \left( r \cos(\theta) \mathbf{\hat{p}} \right) + \frac{d}{dt} \left( r \sin(\theta) \mathbf{\hat{q}} \right)\]

Applying the product rule to each term:

\[\frac{d}{dt} \left( r \cos(\theta) \mathbf{\hat{p}} \right) = \dot{r} \cos(\theta) \mathbf{\hat{p}} + r \left( -\sin(\theta) \dot{\theta} \right) \mathbf{\hat{p}}\]
\[\frac{d}{dt} \left( r \sin(\theta) \mathbf{\hat{q}} \right) = \dot{r} \sin(\theta) \mathbf{\hat{q}} + r \left( \cos(\theta) \dot{\theta} \right) \mathbf{\hat{q}}\]

Combining these results:

\[\frac{d \mathbf{r}}{dt} = \left( \dot{r} \cos(\theta) - r \dot{\theta} \sin(\theta) \right) \mathbf{\hat{p}} + \left( \dot{r} \sin(\theta) + r \dot{\theta} \cos(\theta) \right) \mathbf{\hat{q}}\]

Recalling that, \(v_r = \dot{r}\) and \(v_\theta = r \dot{\theta}\), from Equation (117), the expression for the velocity vector becomes:

\[\frac{d \mathbf{r}}{dt} = \left( v_r \cos(\theta) - v_\theta \sin(\theta) \right) \mathbf{\hat{p}} + \left( v_r \sin(\theta) + v_\theta \cos(\theta) \right) \mathbf{\hat{q}}\]

By subsituting Equations (122) and (123) for \(v_r\) and \(v_\theta\) respectively, and simplifying, we arrive at:

(132)#\[\mathbf{v} = \frac{d \mathbf{r}}{dt} = \frac{\mu}{h} \left( -\sin(\theta) \mathbf{\hat{p}} + \left(e + \cos(\theta) \right) \mathbf{\hat{q}} \right)\]

With Equations (130) and (132), we can express the position and velocity of the spacecraft in an inertial frame of reference.

The ECI Reference Frame#

Up to this point, we’ve described the orbit in its orbital plane, which is a 2D description. Although the perifocal frame is 3D, it is orbit-dependent. We seek a more general description. To define an inertial frame, we need:

  • An origin

  • The direction of two fixed normal vectors (the third is automatically determined by the cross product of the two known vectors).

Earth Centred Interial (ECI) Frame:

  • Origin at the Earth’s centre of mass

  • \(z\)-axis aligned with the Earth’s spin axis

  • \(x\)-axis aligned with the first the First Point of Aries, \(\gamma\)

../../_images/L5fig3.png

Fig. 5 Diagram of the Earth’s orbit around the Sun, showing the ecliptic and equatorial planes (the plane formed when the green line is extended radially outwards), the direction of the First Point of Aries, and the obliquity angle.#

Key Terms:

  • Ecliptic Plane: the plane of the Earth’s orbit around the Sun

  • Equatorial Plane: the imaginary plane extending outwards from the Earth’s celestial equator

  • Vernal Equinox: the intersection line of the Earth’s equatorial plane and the ecliptic plane, indicating the direction of the First Point of Aries

  • Obliquity (\(\epsilon\)): the angle between the Earth’s spin axis (normal to the equatorial plane) and the normal to the ecliptic plane

../../_images/L5fig4.png

Fig. 6 Diagram of Earth’s orbit, illustrating ecliptic plane and celestial equator on the celestial sphere. The three orthogonal vectors that define the ECI frame have also been labelled.#

  • As seen from Earth, the sun moves on the ecliptic counterclockwise.

  • The direction of the First Point of Aries is defined when the Sun crosses the equatorial plane from south to north.

Problem:

The coordinate system \((x,y,z)\) is not entirely inertial, due to:

  • Precession (and nutation) of the spin axis: Caused by the gravitational pull of the Sun and Moon combined with the Earth’s oblateness.

  • Precession of the ecliptic plane: Due to the gravitational pull exerted by other planets on the Earth.

  • \(\gamma\) completes a full revolution in approximately 26,000 years, with a superimposed nutation of about 0.005° with a period of 18.6 years.

Solution:

To address this, we work with \((x,y,z)\) axes at a given epoch, for example, the ECI J2000 (or J2K) reference frame.

The Celestial Sphere

The celestial sphere is an imaginary, infinitely large sphere centered on the Earth, onto which all celestial objects are projected. The positions of these objects are defined by:

  1. Right Ascension (\(\alpha\)): measured in the positive (+) direction eastward along the celestial equator from the vernal equinox.

  2. Declination (\(\delta\)): measured in the positive (+) direction northward from the celestial equator.

../../_images/L5fig5.png

Fig. 7 Diagram of the celestial sphere showing the right ascension and declination.#

Classical Orbital Parameters#

A general orbit can often be described using what are known as the six “classical orbital elements”.

  • The orbit’s shape is defined entirely by the semi-major axis (\(a\)) and eccentricity (\(e\)), which are both constants.

  • The position along the orbit is given by the true anomaly, \(\theta(t)\). This is solved for with Kepler’s Equation.

../../_images/L5fig6.png

Fig. 8 Diagram illustrating the classical orbital parameters.#

For a complete 3D representation, two additional parameters define the orbital plane, and another parameter specifies the orientation of the line of apsides within that plane.

The Orientiation of the Plane:

  • Right Ascension of Ascending Node (\(\Omega\), also referred to as the Longitude of Ascending Node), represents the angle from the \(x\)-axis to the intersection point (the ascending node) of the equatorial and orbital planes. It varies between \(0^\circ\) and \(360^\circ\) (i.e., \(\epsilon[0,360]\)).

  • Inclination (\(i\)), is the angle between the equatorial and orbital planes. Though \(\epsilon[0,180]\),

    • the orbit is prograde when \(0^\circ < i < 90^\circ\)

    • the orbit is retrograde when \(90^\circ < i < 180^\circ\)

The Direction of Perigee:

  • Argument of perigee (\(\omega\)), is the angle between the ascending node and the perigee. Remember when \(e=0\), there is not a single point in the orbit closest to the central body as it’s a circular orbit. \(\epsilon[0,360]\)

../../_images/L5fig7.png

Fig. 9 Diagram illustrating the key parameters and angles used to describe an orbital plane in a three-dimensional coordinate system.#

Using Figure 7,

  • \(\Omega\) is the angle between \(\mathbf{\hat{I}}\) and the line of nodes \(\mathbf{\hat{n}}\). Recall that the line of nodes connects the ascending and descending nodes, which are the points where the orbital plane intersects the equatorial reference frame. Therefore, the line of nodes lies in both planes and is perpendicular to the normal vectors of both the reference plane and the orbital plane. In other words:

\[\mathbf{\hat{n}} = \mathbf{\hat{K}} \times \mathbf{h}\]

where

  • \(i\) is the angle between \(\mathbf{h}\) and \(\mathbf{\hat{K}}\)

  • \(\omega\) is the angle between \(\mathbf{e}\) and \(\mathbf{n}\)

Note:

  • Given \(h, e = const\), we are able to say \(a\), \(e\), \(i\), \(\omega\) and \(\Omega\) are all constants.

  • The only orbital parameter that varies with time is \(\theta\), which is determined by solving Kepler’s equation.