EE 499 · Week 2

Classical Orbital Elements

Build an orbit from six numbers, then rotate the Earth-centered inertial scene to see exactly what each element controls.

  1. size
  2. shape
  3. plane
  4. orientation
  5. position
  6. ECI geometry

By the end: you should be able to interpret all six classical elements, distinguish elements that shape an orbit from those that orient it, and read a satellite position in the ECI frame.

This activity provides foundational practice and is not presented as direct formal CLO evidence. Presentation View — study slide by slide →

00 — Overview

One orbit, six independent descriptions

A two-body elliptical orbit is described by six classical orbital elements. The semi-major axis \(a\) and eccentricity \(e\) determine size and shape. Inclination \(i\), right ascension of the ascending node \(\Omega\), and argument of perigee \(\omega\) orient the ellipse in three-dimensional space. True anomaly \(\nu\) locates the satellite on that ellipse.

The browser lab follows the same convention as the supplied MATLAB app:

\[\mathbf r_{ECI}=R_z(\Omega)R_x(i)R_z(\omega)\mathbf r_{PQW},\qquad r=\frac{a(1-e^2)}{1+e\cos\nu}.\]

ECI axis \(I\) points toward the conventional vernal-equinox direction, \(K\) follows Earth's rotation axis, and \(J\) completes the right-handed frame.

The original lecture introduces the vocabulary in the order it appears in the inclined-orbit sketch: orbit and satellite; orbital and equatorial planes; ascending and descending nodes; inclination; the First Point of Aries (spring equinox); right ascension of the ascending node; apogee and perigee; argument of perigee; and true anomaly.

The orbital plane intersects the equatorial plane along the line of nodes. The ascending node is the crossing toward the northern side of the equatorial plane; the descending node is the opposite crossing. Inclination measures the angle between the planes. From the First Point of Aries, \(\Omega\) locates the ascending node; \(\omega\) then measures within the orbital plane to perigee; and \(\nu\) locates the satellite from perigee.

From the original lecture notes · Topic 1, p. 5 →

01 — Interactive laboratory

Classical Orbital Elements in 3D

Drag the scene to rotate it, scroll or pinch to zoom, and change one element at a time. Earth remains at the occupied focus rather than at the center of an eccentric ellipse.

Orbital elements

No comparison orbits saved.

Drag to orbit camera · scroll or pinch to zoom · right-drag to pan

Perigee radius
km
Apogee radius
km
Current radius
km
Altitude
km
Direction
ECI position

Read the whole orbit: \(a,e\) define the ellipse; \(i,\Omega,\omega\) orient it; \(\nu\) moves only the satellite.

Original MATLAB App — Classical Orbital Elements GUI (.mlappinstall)

02 — Six elements

Shape, orient, locate

\(a\) — size

Half the longest diameter of the ellipse. It also sets specific orbital energy.

\(e\) — shape

Zero is circular; increasing \(e\) separates perigee and apogee.

\(i\) — tilt

The angle between the orbital and equatorial planes.

\(\Omega\) — node direction

The ECI angle from \(I\) to the ascending node.

\(\omega\) — apsidal direction

The in-plane angle from ascending node to perigee.

\(\nu\) — current location

The in-plane angle from perigee to the satellite.

03 — Discuss and predict

Use the model as an argument

  1. Predict what will remain unchanged when only \(\Omega\) changes. Test your prediction with a comparison orbit.
  2. Set \(e=0\). Why can the display still draw a perigee direction even though nature no longer supplies a unique one?
  3. Compare \(i=60^\circ\), \(90^\circ\), and \(120^\circ\). How does the ECI geometry reveal direction?
  4. Hold the five orbit-defining elements fixed and vary \(\nu\). Which communication geometry quantities could change?

04 — Summary

A compact mental model

First build the ellipse with \(a\) and \(e\). Place its plane with \(i\) and \(\Omega\). Turn perigee within that plane using \(\omega\). Finally, locate the satellite with \(\nu\). The ECI transform makes those six steps visible in one coordinate frame.

Return to course overview