Intuition The one core idea
A satellite orbit is a fixed oval floating in tilted 3D space , and six numbers pin it down completely: two for its shape, three for how it is tilted and turned, one for where the satellite sits right now. To even read those six numbers you first need a small toolbox of pictures — a level "floor," an arrow that never changes direction, and a few angles measured from agreed starting lines — and this page builds every one of those tools from nothing.
Before you can appreciate the six orbital elements , you must be fluent with a handful of symbols the parent note uses without pausing . Below, each one gets: plain words → the picture → why the topic needs it , in an order where every item leans only on the ones above it.
Definition Vector, written
r or v
A vector is an arrow with both a length and a direction . We write it with a little arrow on top: r . In 3D it secretly holds three ordinary numbers — its shadow along each axis: r = ( r x , r y , r z ) .
Look at Figure 1. The three axes are the coordinate lines we agree on. The arrow r starts at the origin (Earth's center) and ends at the satellite. Its three "shadows" r x , r y , r z on the axes are just how far along each axis you'd walk to reach the tip.
r = position vector: the arrow from Earth's center to the satellite. Its length r = ∣ r ∣ is the current distance.
v = velocity vector: an arrow showing which way and how fast the satellite is moving right now . Its length v = ∣ v ∣ is the speed.
Intuition Why the topic needs vectors
The parent note says a satellite's motion is fixed by "r (3 numbers) and v (3 numbers) — 6 numbers." That whole sentence is meaningless until you know an arrow carries three numbers. The six orbital elements are just a re-packaging of these same six numbers into shapes you can picture.
Definition Magnitude (length), written
∣ r ∣ or plain r
The two vertical bars mean "how long is this arrow." By the 3D Pythagoras rule:
r = ∣ r ∣ = r x 2 + r y 2 + r z 2
Stretch the arrow out straight and measure it with a ruler. That single number is r . Whenever the parent writes − μ / r , the r is always this length — a plain distance, never an arrow.
The topic writes r ⋅ v , h ⋅ K ^ , n ⋅ e everywhere. All of these are dot products , and they all answer one question: how much do two arrows point the same way?
a ⋅ b = a x b x + a y b y + a z b z = ∣ a ∣ ∣ b ∣ cos θ
where θ is the angle between the two arrows. It spits out one ordinary number , not an arrow.
Intuition Read the sign like a traffic light
Result positive → arrows lean the same way (angle under 9 0 ∘ ).
Result zero → arrows are perpendicular (angle exactly 9 0 ∘ ).
Result negative → arrows lean opposite ways (angle over 9 0 ∘ ).
Figure 2 shows all three cases side by side.
r ⋅ v tells you "climbing or falling"
r points outward (Earth to satellite). v is the motion. If r ⋅ v > 0 the motion leans outward → the satellite is climbing away from Earth. If < 0 it is falling inward. Later this exact sign test will resolve one of the position angles — but you can already read it purely as "climbing vs. falling."
Why this tool and not another? To turn "the angle between two arrows" into a number you can compute from coordinates, the dot product is the only simple operation that does it — and its sign for free tells you which side of 9 0 ∘ you are on. That sign is what fixes every quadrant ambiguity later.
The topic builds h = r × v and n = K ^ × h . Both use the cross product , which answers a different question: give me a new arrow perpendicular to two others.
a × b is a new vector that
points perpendicular to both a and b (straight out of the plane they lie in),
has length ∣ a ∣∣ b ∣ sin θ (biggest when they are perpendicular, zero when parallel),
points along your right thumb when your right hand's fingers curl from a to b .
Intuition Why the orbit needs it
The satellite's position and velocity lie inside the orbital plane. Their cross product r × v therefore sticks straight out of that plane — it is a flagpole naming the plane's tilt. That flagpole is the angular momentum h (next section). See Angular momentum in orbits for the physics; here it is just "the perpendicular arrow."
Common mistake "Cross product order doesn't matter."
Why it feels right: dot product ignores order.
The fix: a × b = − b × a . Swapping the two arrows flips the new arrow upside-down. That is why h = r × v (not v × r ) — the direction encodes prograde vs. retrograde motion.
Definition Unit vector, the little hat
^
A unit vector is an arrow of length exactly 1 . Its only job is to name a direction — like a signpost with no distance. We mark it with a hat: K ^ .
You can't say "tilted" without a level floor to tilt away from. The topic fixes a whole set of three signposts — the reference frame I ^ , J ^ , K ^ — plus one extra:
I ^ — points along the x -axis of the reference frame, lying in the equatorial plane. It is chosen to point at the vernal equinox (see Υ ^ below), so I ^ = Υ ^ .
J ^ — points along the y -axis, also in the equatorial plane, exactly 9 0 ∘ east of I ^ . Together I ^ and J ^ tile the level floor.
K ^ — points along the z -axis, Earth's spin axis (out the North Pole). It is the normal (perpendicular arrow) to the equatorial reference plane, standing straight up from the I ^ , J ^ floor.
Υ ^ (the "vernal equinox direction") — a fixed arrow lying in the equatorial plane, pointing to where the Sun crosses the equator heading north. It is the I ^ direction, and it is the agreed "0° line" for measuring the swing angle Ω .
fixed direction matters
Angles must be measured from something . Υ ^ (=I ^ ) is a direction pinned to distant stars, so it doesn't spin with the Earth. Without it, Ω ("which way the plane swings") would have no zero mark.
μ = GM
G is Newton's gravitational constant; M is the mass of the central body (Earth). Multiplied together they give ==μ == ("mu"), the strength of the gravity well . It is easier to measure μ directly than G and M separately, so astrodynamics always uses the combo.
Think of μ as how deep and steep the funnel is that the satellite rolls around inside. Bigger μ → stronger pull → faster orbits at the same distance.
Definition Specific orbital energy
ε
==ε == ("epsilon") is the orbit's total energy per kilogram of satellite: ε = 2 v 2 − r μ . The first term is kinetic energy per kilo (from speed v ), the second is gravitational potential energy per kilo (negative, because you're stuck in the funnel). "Specific" just means "per unit mass," so the satellite's own mass cancels out. It stays constant all the way around one orbit.
Definition Orbital period
T
==T == is the time for one full lap of the orbit — one complete trip around the oval. It appears as T = 2 π a 3 / μ , meaning a bigger orbit takes longer, set entirely by its size and the gravity strength. (This is Kepler's third law .) It also depends on the size number a defined in §7.
Intuition Where these show up
μ , ε , and T all appear in the shape half of the topic and in the Vis-viva equation v 2 = μ ( r 2 − a 1 ) , which links speed, distance, and orbit size in one line.
You will meet these in full in the shape deep-dive, but the parent already uses them (in r p = a ( 1 − e ) , in vis-viva, in T ), so anchor the pictures now.
Definition Semi-major axis
a
Draw an oval. ==a == = half of its longest diameter — the oval's overall size . It is a constant for one orbit and sets both the energy ε = − μ /2 a and the period T .
e
==e == = how squashed the oval is: e = 0 a perfect circle, e near 1 a long thin cigar. The Eccentricity vector e (an arrow of length e pointing to the closest point) will later carry both the squash amount and the pointing direction at once.
Definition Periapsis / apoapsis distances
r p , r a
==r p == ("periapsis") = the closest the satellite gets to Earth; ==r a == ("apoapsis") = the farthest . From the oval's geometry r p = a ( 1 − e ) and r a = a ( 1 + e ) — so the two shape numbers a and e fix both extremes.
Three of the elements are orientation angles and one is a position angle . Anchor each as a plain picture now; the element deep-dives derive them.
Definition The four orbit angles
==i (inclination)== = how steeply the orbit plane is tilted away from the equatorial floor. i = 0 ∘ lies flat, i = 9 0 ∘ is straight up (polar), i = 18 0 ∘ flat but going the other way.
==Ω (RAAN)== = which compass direction the tilt faces — how far the plane is swung around the K ^ axis, measured from Υ ^ .
==ω (argument of periapsis)== = which way the oval points inside its own plane — the angle from the plane-crossing line to the closest point r p .
==ν (true anomaly)== = where the satellite is right now on the oval, the angle from periapsis to the satellite. This is the only angle that changes with time; 0 < ν < 18 0 ∘ means it is climbing outward, 18 0 ∘ < ν < 36 0 ∘ means falling inward.
Definition Cosine of an angle
On a right triangle, cos θ = hypotenuse adjacent — it measures how much an arrow "leans toward" a reference direction. cos 0 ∘ = 1 (fully aligned), cos 9 0 ∘ = 0 (perpendicular), cos 18 0 ∘ = − 1 (opposite).
cos − 1 gives me the right angle every time."
Why it feels right: you punch it into a calculator and get a number.
The fix: cos − 1 only ever returns an angle between 0 ∘ and 18 0 ∘ . But cos θ = cos ( 36 0 ∘ − θ ) — two different angles share the same cosine (one in the top half of the circle, one in the bottom). So a cosine alone can't tell "swung left" from "swung right."
The rescue: a sign check on one extra number. That is why the element deep-dives add rules like:
for Ω : it is > 18 0 ∘ if n y < 0 (the node vector dips below the reference x -axis),
for ω : it is > 18 0 ∘ if e z < 0 (the eccentricity vector points below the equatorial plane),
for ν : it is > 18 0 ∘ if r ⋅ v < 0 (the satellite is falling inward).
Common mistake "The angles are always well-defined."
Why it feels right: every orbit surely has all six numbers.
The fix — degenerate cases: some angles vanish or become undefined at special shapes.
Circular orbit (e = 0 ): the eccentricity vector e has zero length, so there is no "closest point" to aim at — ω and ν become undefined (a circle has no periapsis).
Equatorial orbit (i = 0 ∘ or 18 0 ∘ ): the orbit plane lies flat on the reference floor, so it never crosses it — the node vector n = K ^ × h has zero length, and Ω becomes undefined (there is no crossing line to measure to).
These aren't errors; they are honest gaps, patched by alternate angles (like the argument of latitude or true longitude ) that the conversion routines fall back on. See State vector to orbital elements conversion .
Unit vectors I J K and vernal equinox
Sign checks fix quadrants
Distance r in energy and orbit eq
Gravity mu energy eps period T
Read it top to bottom: arrows and their length/dot/cross products build the angular-momentum flagpole h and node line n ; the reference frame supplies the "floor" and the "0° line"; dot-product signs resolve every angle's quadrant; gravity μ , energy ε , distance r , and period T feed the energy and orbit equations; and the shape numbers a , e close the set. Together they land on the six orbital elements .
Cover the right side and test yourself — you're ready for the element deep-dives when every line is instant.
What does the little arrow on r mean, and how many numbers does it hold? It's a vector — an arrow with length and direction — and in 3D it holds three numbers ( r x , r y , r z ) .
What do the bars in ∣ r ∣ compute? The length of the arrow,
r x 2 + r y 2 + r z 2 — a plain distance, not an arrow.
What single question does the dot product a ⋅ b answer? How much the two arrows point the same way; its sign says aligned (+), perpendicular (0), or opposite (−).
Why does r ⋅ v > 0 mean the satellite is climbing? Positive dot product means the motion leans outward (same way as the outward position arrow), so it's heading away from Earth.
What does the cross product r × v produce and where does it point? A new arrow perpendicular to both — sticking straight out of the orbital plane; that arrow is the angular momentum
h .
Why must you write r × v and not v × r ? Cross product is anti-commutative; swapping flips the arrow, so the order encodes prograde vs retrograde direction.
What are I ^ , J ^ , K ^ and where do they point? The reference frame's three unit signposts: I ^ and J ^ lie in the equatorial floor (I ^ at the vernal equinox), K ^ points up along Earth's spin axis.
What is Υ ^ and why is it needed? The vernal equinox direction (= I ^ ) — a fixed 0° line in the equatorial plane pinned to the stars — so angles like Ω have a starting mark.
What is μ , and what do ε and T mean? μ = GM is the gravity-well strength; ε is the orbit's constant energy per kilogram; T is the time for one full lap.
In one line each, what do a , e , r p , r a describe? a = oval size (half its long diameter); e = how squashed; r p = closest distance a ( 1 − e ) ; r a = farthest distance a ( 1 + e ) .
What do the four angles i , Ω , ω , ν each mean? i = tilt steepness; Ω = compass direction of the tilt; ω = which way the oval points in-plane; ν = where the satellite is now.
Why can't cos − 1 alone give the correct angle, and what's the fix for Ω , ω , ν ? It only returns
0 ∘ –
18 0 ∘ ; a sign check fixes the half —
n y for
Ω ,
e z for
ω ,
r ⋅ v for
ν .
When do the angles become undefined? ω , ν undefined for a circle (e = 0 , no periapsis); Ω undefined for an equatorial orbit (i = 0 ∘ or 18 0 ∘ , no crossing line).