3.2.8 · D3Orbital Mechanics & Astrodynamics

Worked examples — Orbital elements (Keplerian) — semi-major axis a, eccentricity e, inclination i, RAAN Ω, argument of perigee ω, true ano

3,288 words15 min readBack to topic

This is the drill page for the parent topic. The parent taught you the six numbers and the formulas. Here we throw every kind of case at those formulas — every sign, every degenerate shape, every quadrant of an angle, plus a real-world problem and an exam trap — and grind each one out by hand.

Before any symbol appears, remember the toolkit the parent built (all defined there):

Recall The formulas we will hammer (all from the parent)
  • Radii of the ends: perigee , apogee . Here is the semi-major axis (half the long diameter) and is the eccentricity (how squashed, = circle).
  • Recover : , .
  • Vis-viva: , with the gravitational parameter (Earth's "gravity strength number").
  • Orbit shape: , semi-latus rectum .
  • Angular momentum magnitude (area-sweeping rate ) links to by , so .
  • True anomaly = angle from perigee to the satellite, measured at Earth's centre.
  • Energy: (negative = bound, zero = escape, positive = flyby).

Everywhere on this page and Earth radius .


The scenario matrix

Every problem this topic can throw is one of these cells. Each worked example below is tagged with the cell it fills.

Cell What makes it special Example
A. Standard ellipse , plain numbers Ex 1
B. Circle (degenerate ) perigee = apogee, meaningless Ex 2
C. Escape (limiting ) , Ex 3
D. Hyperbolic flyby () , energy positive Ex 4
E. Angle quadrant trap recover where alone is ambiguous Ex 5
F. Orientation angles: signs & quadrants , from a vector, all sign cases Ex 6
G. Real-world word problem GEO / mission framing Ex 7
H. Exam twist mixes two formulas, hidden step Ex 8

A. Standard ellipse


B. The circle — a degenerate case

When the ellipse collapses to a circle. Two things quietly break: perigee and apogee become the same point, and the argument of perigee and true anomaly lose their meaning (there's no "closest point" to measure from). The figure below shows the collapse — the two black dots that were once perigee and apogee now sit at the same distance from the focus, and the red loop is the same radius all the way round.

Figure — Orbital elements (Keplerian) — semi-major axis a, eccentricity e, inclination i, RAAN Ω, argument of perigee ω, true ano

C. The escape limit —

As climbs toward the orbit stops being a closed loop. Watch what the formulas do at exactly : energy hits zero and runs off to infinity.


D. Hyperbolic flyby — and a negative

Now push past escape. For the "ellipse" becomes a hyperbola, energy is positive, and the semi-major axis comes out negative. It still works — you just have to keep the sign. In the figure the red curve is the open hyperbolic path: it swings in past perigee (black dot) and flies back out to infinity, never closing — the visual signature of an unbound orbit.

Figure — Orbital elements (Keplerian) — semi-major axis a, eccentricity e, inclination i, RAAN Ω, argument of perigee ω, true ano

E. The angle-quadrant trap — recovering

Here is the classic pitfall. Given , the orbit equation gives you — but can't tell "going away from perigee" () from "coming back" (), because . You need a second piece of information to pick the quadrant. In the figure, one red radius points to (outbound, above the axis) and the other to (inbound, below the axis) — both hit the same radius, which is exactly the ambiguity we must resolve.

Figure — Orbital elements (Keplerian) — semi-major axis a, eccentricity e, inclination i, RAAN Ω, argument of perigee ω, true ano

F. Orientation angles — every sign of and

The tilt (0°–180°) and the swing (0°–360°) come from the angular-momentum vector . Getting them right means handling all quadrants and both hemispheres. The 3D figure fixes the geometry: the black arrow is Earth's spin axis (North), the faint plane is the equator, and the red arrow is — the angle between them is the inclination.

Figure — Orbital elements (Keplerian) — semi-major axis a, eccentricity e, inclination i, RAAN Ω, argument of perigee ω, true ano

G. Real-world word problem


H. The exam twist


Recall Self-test: match the cell

Circle has and speed ::: , constant everywhere. Parabolic escape speed relates to circular speed by factor ::: . For a hyperbola the semi-major axis is ::: negative, and energy is positive. Given only , to pick the right you also need ::: the sign of (radial-velocity direction), best done with atan2. To get from the node vector you flip past when ::: the node's -component . The point where orbital speed equals local circular speed is at ::: , i.e. the minor-axis ends, .

See also: Kepler's equation and mean anomaly for turning into time, State vectors to orbital elements for the full elements pipeline, Perifocal coordinate frame and Angular momentum vector h for the geometry behind Ex 6, and Eccentricity vector for a sign-clean way to get and .