Intuition The big picture
An orbit is a fixed ellipse floating in 3D space , with a satellite moving along it. To pin it down completely you need to answer three questions :
What is the shape & size of the ellipse? → a a a (size) and e e e (shape).
How is the ellipse tilted/oriented in space? → i i i , Ω \Omega Ω , ω \omega ω (three rotation angles).
Where on the ellipse is the satellite right now? → ν \nu ν (true anomaly).
That's exactly 6 numbers , because a 3D position + 3D velocity is also 6 numbers. The Keplerian elements are just a geometrically meaningful repackaging of ( r ⃗ , v ⃗ ) (\vec r,\vec v) ( r , v ) .
Intuition Degrees of freedom
A satellite's full state at one instant is position r ⃗ = ( x , y , z ) \vec r=(x,y,z) r = ( x , y , z ) and velocity v ⃗ = ( v x , v y , v z ) \vec v=(v_x,v_y,v_z) v = ( v x , v y , v z ) — 6 numbers . Newton's equation r ⃗ ¨ = − μ r ⃗ / r 3 \ddot{\vec r}=-\mu\vec r/r^3 r ¨ = − μ r / r 3 then determines all future motion.
So any complete orbit description must carry exactly 6 independent quantities . Keplerian elements are the choice where 5 are constant (the orbit doesn't change shape/orientation under ideal two-body gravity) and only 1 (ν \nu ν ) changes with time . That's why they're loved: they separate the unchanging geometry from the moving point .
Definition Semi-major axis
a a a
The half of the longest diameter of the orbital ellipse. It sets the size of the orbit and, through the vis-viva relation, the total energy .
Intuition WHY energy fixes
a a a
Energy is conserved in a 1 / r 2 1/r^2 1/ r 2 force. If we know the energy, the size of the orbit is locked — no matter where the satellite sits.
HOW. Specific orbital energy (energy per unit mass):
ε = v 2 2 − μ r . \varepsilon = \frac{v^2}{2}-\frac{\mu}{r}. ε = 2 v 2 − r μ .
At perigee and apogee the velocity is purely tangential, so angular momentum h = r v h=rv h = r v gives v = h / r v=h/r v = h / r . Conservation of ε \varepsilon ε at both apsides:
h 2 2 r p 2 − μ r p = h 2 2 r a 2 − μ r a . \frac{h^2}{2r_p^2}-\frac{\mu}{r_p}=\frac{h^2}{2r_a^2}-\frac{\mu}{r_a}. 2 r p 2 h 2 − r p μ = 2 r a 2 h 2 − r a μ .
Solve and use r p = a ( 1 − e ) , r a = a ( 1 + e ) , r p + r a = 2 a r_p=a(1-e),\;r_a=a(1+e),\;r_p+r_a=2a r p = a ( 1 − e ) , r a = a ( 1 + e ) , r p + r a = 2 a . After algebra (verified below) the constant value is:
ε = − μ 2 a \boxed{\varepsilon=-\frac{\mu}{2a}} ε = − 2 a μ
Rearranging ε = v 2 / 2 − μ / r \varepsilon=v^2/2-\mu/r ε = v 2 /2 − μ / r gives the vis-viva equation :
v 2 = μ ( 2 r − 1 a ) \boxed{v^2=\mu\left(\frac{2}{r}-\frac{1}{a}\right)} v 2 = μ ( r 2 − a 1 )
We work in an Earth-Centered Inertial (ECI) frame: X X X toward the vernal equinox (♈), Z Z Z along Earth's spin axis (North), X X X –Y Y Y is the equatorial plane.
i i i
The tilt of the orbital plane relative to the equatorial plane: the angle between the orbit's angular-momentum vector h ⃗ \vec h h and the Z Z Z -axis. i = 0 i=0 i = 0 equatorial, i = 90 ∘ i=90^\circ i = 9 0 ∘ polar, i > 90 ∘ i>90^\circ i > 9 0 ∘ retrograde.
Ω \Omega Ω (Right Ascension of the Ascending Node)
The ==angle in the equatorial plane, measured from X X X (♈) to the ascending node==. The ascending node is where the satellite crosses the equator going south→north . RAAN says which way the tilted plane is swung around .
Definition Argument of perigee
ω \omega ω
The angle, measured in the orbital plane, from the ascending node to perigee . It tells you where in the plane the ellipse points (where the closest approach sits).
ν \nu ν
The angle from perigee to the satellite's current position , measured at the focus (Earth's center), in the direction of motion. This is the only element that changes with time .
Intuition WHY a rotation matrix
In the orbit's own "perifocal" frame (P toward perigee, Q 90 ∘ 90^\circ 9 0 ∘ ahead) the position is trivial. We just need to rotate that frame into ECI using the three angles — that's the geometric meaning of Ω , i , ω \Omega,i,\omega Ω , i , ω .
Perifocal position (P–Q–W axes):
r ⃗ P Q W = r ( cos ν sin ν 0 ) , r = a ( 1 − e 2 ) 1 + e cos ν . \vec r_{PQW}=r\begin{pmatrix}\cos\nu\\ \sin\nu\\ 0\end{pmatrix},\qquad r=\frac{a(1-e^2)}{1+e\cos\nu}. r P Q W = r cos ν sin ν 0 , r = 1 + e c o s ν a ( 1 − e 2 ) .
Transform to ECI with three elementary rotations:
r ⃗ E C I = R z ( Ω ) R x ( i ) R z ( ω ) r ⃗ P Q W . \vec r_{ECI}=R_z(\Omega)\,R_x(i)\,R_z(\omega)\,\vec r_{PQW}. r E C I = R z ( Ω ) R x ( i ) R z ( ω ) r P Q W .
Here R z ( θ ) R_z(\theta) R z ( θ ) rotates about Z Z Z , R x ( i ) R_x(i) R x ( i ) about the line of nodes. This single product is the operational definition of all three orientation angles.
a a a and e e e from apogee/perigee altitudes
A satellite has perigee altitude 400 400 400 km and apogee altitude 1600 1600 1600 km. Earth radius R E = 6378 R_E=6378 R E = 6378 km. Find a a a and e e e .
Step 1: Convert to radii from Earth's center.
r p = 6378 + 400 = 6778 r_p=6378+400=6778 r p = 6378 + 400 = 6778 km, r a = 6378 + 1600 = 7978 r_a=6378+1600=7978 r a = 6378 + 1600 = 7978 km.
Why? Orbital elements use distance from the focus (Earth's center), not altitude.
Step 2: a = r p + r a 2 = 6778 + 7978 2 = 7378 a=\dfrac{r_p+r_a}{2}=\dfrac{6778+7978}{2}=7378 a = 2 r p + r a = 2 6778 + 7978 = 7378 km.
Why? The major axis = r p + r a = 2 a =r_p+r_a=2a = r p + r a = 2 a .
Step 3: e = r a − r p r a + r p = 1200 14756 = 0.0813 e=\dfrac{r_a-r_p}{r_a+r_p}=\dfrac{1200}{14756}=0.0813 e = r a + r p r a − r p = 14756 1200 = 0.0813 .
Why? From r a − r p = 2 a e r_a-r_p=2ae r a − r p = 2 a e and r a + r p = 2 a r_a+r_p=2a r a + r p = 2 a , divide.
Worked example 2 — Speed at perigee (vis-viva)
Same orbit, μ E = 3.986 × 10 5 \mu_E=3.986\times10^5 μ E = 3.986 × 1 0 5 km³/s². Find v p v_p v p .
Step 1: Use vis-viva at r = r p r=r_p r = r p : v 2 = μ ( 2 r p − 1 a ) v^2=\mu\!\left(\frac{2}{r_p}-\frac1a\right) v 2 = μ ( r p 2 − a 1 ) .
Why? vis-viva connects speed to position using only a a a — energy is constant.
Step 2: v p 2 = 3.986 × 10 5 ( 2 6778 − 1 7378 ) = 3.986 × 10 5 ( 2.951 × 10 − 4 − 1.355 × 10 − 4 ) v_p^2=3.986\times10^5\!\left(\frac{2}{6778}-\frac{1}{7378}\right)=3.986\times10^5(2.951\times10^{-4}-1.355\times10^{-4}) v p 2 = 3.986 × 1 0 5 ( 6778 2 − 7378 1 ) = 3.986 × 1 0 5 ( 2.951 × 1 0 − 4 − 1.355 × 1 0 − 4 ) .
Step 3: v p 2 = 3.986 × 10 5 ( 1.596 × 10 − 4 ) = 63.6 v_p^2=3.986\times10^5(1.596\times10^{-4})=63.6 v p 2 = 3.986 × 1 0 5 ( 1.596 × 1 0 − 4 ) = 63.6 → v p ≈ 7.98 v_p\approx 7.98 v p ≈ 7.98 km/s.
Why this is sensible? Slightly above circular LEO speed (~7.6 km/s) because perigee is the fastest point.
Worked example 3 — Current radius from
ν \nu ν
With a = 7378 a=7378 a = 7378 km, e = 0.0813 e=0.0813 e = 0.0813 , find r r r at ν = 90 ∘ \nu=90^\circ ν = 9 0 ∘ .
Step 1: p = a ( 1 − e 2 ) = 7378 ( 1 − 0.00661 ) = 7329 p=a(1-e^2)=7378(1-0.00661)=7329 p = a ( 1 − e 2 ) = 7378 ( 1 − 0.00661 ) = 7329 km.
Step 2: r = p 1 + e cos ν = 7329 1 + 0.0813 ⋅ 0 = 7329 r=\dfrac{p}{1+e\cos\nu}=\dfrac{7329}{1+0.0813\cdot 0}=7329 r = 1 + e cos ν p = 1 + 0.0813 ⋅ 0 7329 = 7329 km.
Why? At ν = 90 ∘ \nu=90^\circ ν = 9 0 ∘ , cos ν = 0 \cos\nu=0 cos ν = 0 , so r = p r=p r = p — the semi-latus rectum is literally the radius a quarter-orbit past perigee.
Common mistake "Inclination tells you which direction the plane is rotated around."
Why it feels right: both i i i and Ω \Omega Ω are "orientation" angles, easy to blur.
Fix: i i i is the tilt (how far the plane leans from the equator). Ω \Omega Ω is the swing (which longitude the tilted plane's node sits at). One leans, the other spins around Z Z Z .
Common mistake "Semi-major axis = altitude of the orbit."
Why it feels right: for a circular LEO a ≈ a\approx a ≈ a fixed altitude.
Fix: a a a is a distance from Earth's center , and it's the average of apogee and perigee radii, not an altitude. Subtract R E R_E R E to get altitude.
Common mistake "True anomaly
ν \nu ν increases uniformly with time."
Why it feels right: it's the obvious "where am I" angle.
Fix: ν \nu ν changes fastest at perigee, slowest at apogee (Kepler's 2nd law). The uniformly-increasing angle is the mean anomaly M M M ; you get ν \nu ν from M M M via the eccentric anomaly E E E (Kepler's equation).
ω \omega ω and ν \nu ν are measured from the same place."
Why it feels right: both are in-plane angles measured at the focus.
Fix: ω \omega ω is from the ascending node to perigee (fixed); ν \nu ν is from perigee to the satellite (moving). Their sum, the argument of latitude u = ω + ν u=\omega+\nu u = ω + ν , is node→satellite.
Recall Feynman: explain to a 12-year-old
Imagine a hula-hoop tilted on a tabletop, and a bead sliding around the hoop.
The hoop's size and how squashed it is = a a a and e e e .
How much you tilted the hoop off the table = i i i .
Which way you turned the whole tilted hoop around = Ω \Omega Ω .
Where on the hoop the "closest point to the candle" is = ω \omega ω .
Where the bead is on the hoop right this second = ν \nu ν .
Five of those never change — only the bead keeps moving (ν \nu ν ). Six little numbers and you know everything about the bead's trip!
"A Eccentric Italian Opera, Omitting Nothing."
a a a , e e e , i i i , Ω \Omega Ω (RAAN), ω \omega ω , ν \nu ν — Shape, Shape, Tilt, Swing, Point, Position.
Also: shAPE (a , e a,e a , e ) → fRAME (i , Ω , ω i,\Omega,\omega i , Ω , ω ) → plAce (ν \nu ν ).
What does the semi-major axis a a a physically determine? The size of the orbit and (via
ε = − μ / 2 a \varepsilon=-\mu/2a ε = − μ /2 a ) the total orbital energy.
Give the relation between specific orbital energy and a a a . ε = − μ / ( 2 a ) \varepsilon=-\mu/(2a) ε = − μ / ( 2 a ) .
State the vis-viva equation. v 2 = μ ( 2 r − 1 a ) v^2=\mu\left(\frac{2}{r}-\frac{1}{a}\right) v 2 = μ ( r 2 − a 1 ) .
How do you get a a a from apogee and perigee radii? a = ( r a + r p ) / 2 a=(r_a+r_p)/2 a = ( r a + r p ) /2 .
How do you get e e e from apogee and perigee radii? e = ( r a − r p ) / ( r a + r p ) e=(r_a-r_p)/(r_a+r_p) e = ( r a − r p ) / ( r a + r p ) .
Define inclination i i i . Angle between the orbital plane (its
h ⃗ \vec h h vector) and the equatorial plane (
Z Z Z -axis); the tilt of the orbit.
Define RAAN Ω \Omega Ω . Angle in the equatorial plane from the vernal equinox (
X X X ) to the ascending node.
What is the ascending node? Point where the satellite crosses the equator going south→north.
Define argument of perigee ω \omega ω . In-plane angle from the ascending node to perigee.
Define true anomaly ν \nu ν . Angle at the focus from perigee to the satellite's current position, along its motion.
Which orbital element changes with time in the ideal two-body problem? Only the true anomaly
ν \nu ν (the other five are constant).
Write the orbit (conic) equation for r ( ν ) r(\nu) r ( ν ) . r = a ( 1 − e 2 ) 1 + e cos ν = p 1 + e cos ν r=\dfrac{a(1-e^2)}{1+e\cos\nu}=\dfrac{p}{1+e\cos\nu} r = 1 + e cos ν a ( 1 − e 2 ) = 1 + e cos ν p .
What is the semi-latus rectum p p p in terms of h h h ? p = h 2 / μ = a ( 1 − e 2 ) p=h^2/\mu=a(1-e^2) p = h 2 / μ = a ( 1 − e 2 ) .
What rotation sequence maps perifocal to ECI coordinates? R z ( Ω ) R x ( i ) R z ( ω ) R_z(\Omega)\,R_x(i)\,R_z(\omega) R z ( Ω ) R x ( i ) R z ( ω ) .
Why are exactly 6 elements needed? Because the full state
( r ⃗ , v ⃗ ) (\vec r,\vec v) ( r , v ) is 6 numbers; 6 elements carry equivalent information.
What is the argument of latitude u u u ? u = ω + ν u=\omega+\nu u = ω + ν , the angle from the ascending node to the satellite.
Position r and velocity v, 6 numbers
Keplerian elements, 6 numbers
Vis-viva, energy = -mu/2a
Ellipse geometry, rp and ra
Intuition Hinglish mein samjho
Dekho, ek orbit basically ek fixed ellipse hai jo 3D space me float kar rahi hai, aur satellite uspe ghoom raha hai. Use poori tarah describe karne ke liye humein sirf 6 numbers chahiye, kyunki position ( x , y , z ) (x,y,z) ( x , y , z ) aur velocity ( v x , v y , v z ) (v_x,v_y,v_z) ( v x , v y , v z ) bhi 6 numbers hote hain. Pehle do — a a a (semi-major axis, size) aur e e e (eccentricity, shape) — batate hain ellipse kaisi dikhti hai. a a a se hi total energy fix ho jaati hai: ε = − μ / 2 a \varepsilon=-\mu/2a ε = − μ /2 a , aur usi se vis-viva milta hai v 2 = μ ( 2 / r − 1 / a ) v^2=\mu(2/r-1/a) v 2 = μ ( 2/ r − 1/ a ) .
Agle teen angles — i i i , Ω \Omega Ω , ω \omega ω — sirf ellipse ki orientation batate hain space me. i i i matlab plane kitna tilt hai equator se. Ω \Omega Ω (RAAN) matlab tilted plane ko Z Z Z -axis ke around kitna ghumaya, yaani ascending node kis longitude pe hai. ω \omega ω matlab plane ke andar perigee (closest point) kahan point kar raha hai. Aur last wala ν \nu ν (true anomaly) batata hai satellite abhi exact kahan hai perigee se.
Sabse important baat: ideal two-body gravity me 5 elements constant rehte hain, sirf ν \nu ν time ke saath badalta hai. Yahi inki khoobsurti hai — unchanging geometry aur moving point alag-alag ho jaate hain. Yaad rakhna ν \nu ν uniformly nahi badhta — perigee pe fast, apogee pe slow (Kepler ka 2nd law). Exam me galti yahi hoti hai ki log i i i aur Ω \Omega Ω ko mix kar dete hain — ek "tilt" hai, doosra "swing". Hula-hoop wali picture imagine karo aur kabhi confuse nahi hoge.