Intuition The ONE core idea
A rocket's motion is described by arrows in space (positions, velocities), but the numbers we write for those arrows depend on which set of axes we stand on — and different jobs need different axes. Everything in this topic is just the same arrow, re-measured against a rotated set of rulers , so the whole subject reduces to turning one set of axes into another .
Before you can read a single formula in the parent note, you need to own every symbol it throws at you. We build them one at a time, each earning its place before the next arrives.
Definition Vector (an arrow) — written
r
The little arrow on top, r , means "this is a directed quantity ": it has a length and a direction . Picture a physical stick pointing from Earth's centre to the rocket. r is that stick. It exists whether or not anyone measures it.
Definition Reference frame (a set of rulers)
A frame is three rulers glued together at right angles , meeting at a chosen point called the origin . To "measure" an arrow you read off how far along each ruler it reaches. Those three readings are the arrow's components in that frame.
Intuition The whole subject in one sentence
The arrow r never changes, but if I rotate my three rulers, the three numbers I read off change. Coordinate systems = "which rulers am I reading against right now?"
If I lay down rulers labelled x , y , z , then r x is "how far the arrow reaches along the x ruler", and likewise r y , r z . We stack them into a column of three numbers :
r = r x r y r z
The tall bracket is just a tidy list. The same arrow measured on different rulers gives a different list — that difference is the entire game.
Worked example Same arrow, two frames
An arrow pointing straight "East" reads ( 0 , 5 , 0 ) if my y -ruler points East. If I swing my rulers so the x -ruler now points East, the very same arrow reads ( 5 , 0 , 0 ) . Nothing physical moved — only my rulers turned.
Definition Unit vector (the "hat" symbol)
A hat ^ means "an arrow of length exactly 1 pointing in some named direction". x ^ is a 1-metre stick along the x ruler; Z ^ is a 1-metre stick along Earth's spin axis; r ^ (called the radial unit vector) is a 1-metre stick pointing straight out from Earth's centre through your feet.
Picture: stand on the ground. r ^ pokes up out of the top of your head. "Down" is − r ^ — the same stick flipped.
Intuition Why hats matter here
The parent note builds the North / East / Down rulers out of r ^ and Z ^ . Those are directions with no length attached — pure "which way", which is exactly what a ruler axis is.
Definition Right-handed set
Point the fingers of your right hand along x ^ , curl them toward y ^ ; your thumb then points along z ^ . All frames in this topic obey this rule. It fixes the sign of the third axis so nobody accidentally builds a mirror-image world.
Common mistake Ignoring handedness
Why it feels harmless: "x , y , z — surely any three perpendicular arrows work." The trap: a left-handed set flips one sign in every cross product, so your "East" comes out pointing West. Fix: always check with the right hand.
Angles say how much one thing is turned from another . Each Greek letter has a fixed job:
Definition The five angles used in the parent note
θ (theta) = Earth's accumulated spin angle, or a pitch angle — context tells you which.
ϕ (phi) = latitude : how far North (up from the equator) you stand, 0° at equator, 90° at pole.
λ (lambda) = longitude : how far East around the equator, 0° at Greenwich.
ψ (psi) = yaw , θ = pitch , φ (phi-variant) = roll : the three ways a rocket can twist.
Mnemonic Latitude vs longitude
Lat itude are the flat ladder-rungs (climb North). Long itude are the long orange-slice lines running pole to pole.
Intuition Why trig shows up everywhere here
Every rotation "splits" an arrow into a part along one axis and a part along a perpendicular axis. Cosine measures the along-part (how much survives in the same direction); sine measures the sideways-part (how much leaks into the perpendicular direction). We need trig because that split is exactly what changing rulers does.
cos and sin on the unit circle
Draw a circle of radius 1 . Sweep an arrow from the x -axis through angle θ . Its shadow on the horizontal axis is cos θ ; its shadow on the vertical axis is sin θ .
At θ = 0 : pointing along x → cos 0 = 1 , sin 0 = 0 .
At θ = 90° : pointing straight up → cos 90° = 0 , sin 90° = 1 .
This is why Example 2 in the parent note says "with θ ≈ 90° , x E ≈ 0 ": the cosine of a right angle is zero.
Intuition Why we need this tool
To read a component, I ask: how much of my arrow points along this ruler? The dot product answers exactly that single question — no other tool gives you "the overlap" between two directions in one number.
a ⋅ b
Multiply matching components and add: a ⋅ b = a x b x + a y b y + a z b z . Geometrically it equals ∣ a ∣ ∣ b ∣ cos α , where α is the angle between them.
Picture: if the two arrows point the same way, cos 0 = 1 → full overlap. If perpendicular, cos 90° = 0 → zero overlap. Reading a component = dotting the arrow with a unit ruler direction.
Intuition Why a second product?
Sometimes I don't want overlap — I want a brand-new direction at right angles to two others . That is the cross product's unique job, and it is how the parent note builds "East = Z ^ × r ^ ".
a × b
Gives an arrow perpendicular to both a and b , its direction set by the right hand (fingers a → b , thumb = result). Its length is ∣ a ∣∣ b ∣ sin α — biggest when the two are perpendicular, zero when parallel.
Picture: Z ^ (spin axis) crossed with r ^ (straight up out of your head) gives an arrow tangent to the ground pointing East — the direction Earth carries you.
Definition Matrix (a table that transforms a list)
A 3 × 3 matrix R is a table of nine numbers. Feeding it a column of three (an arrow's components) returns a new column of three — the same arrow read on rotated rulers.
R T R = I means "rigid turn"
The rows of R are the new ruler directions written in the old frame. R T R = I says those rows are perpendicular unit vectors — a genuine set of rulers, not squashed or skewed.
ω e
ω e (omega) = how fast Earth spins , measured in radians per second: ω e ≈ 7.292 × 1 0 − 5 rad/s (≈ 15° per hour). Multiply by elapsed time t and you get the angle turned so far : θ = ω e t . That single product is the only thing separating ECI from ECEF.
A radian is the "natural" unit of angle: a full circle is 2 π ≈ 6.283 radians. We use radians (not degrees) because sin , cos and rotation rates all speak this language cleanly.
Unit vectors x hat Z hat r hat
Frame transforms ECI ECEF NED body
Coordinate systems topic 3.4.1
See the parent map here: parent topic .
Dot & cross products, right-handedness → building the NED rulers and the transport theorem: Rotating Reference Frames and Coriolis Force .
Rotation matrix R , R T , det R → the rotation chain: Rotation Matrices and Euler Angles , and the alternative in Quaternions for Attitude .
Inertial vs non-inertial frames → why we integrate in ECI: Newton's Laws and Inertial Frames .
Latitude ϕ → the cos ϕ launch bonus and inclination: Launch Azimuth and Orbital Inclination , and the fine print in Geodetic vs Geocentric Latitude .
The full equations these frames carry → Rocket Equations of Motion .
Recall Self-test: can you answer each before reading the parent note?
What does the hat in r ^ mean? ::: A vector of length exactly 1 — a pure direction, here pointing straight out from Earth's centre.
What does a rotation matrix R do to an arrow's components? ::: Re-reads the same physical arrow against a rotated set of rulers, giving a new column of three numbers.
Why is R − 1 = R T ? ::: Because a rotation is orthonormal (R T R = I ), so undoing it is just transposing the table.
Which product gives "how much of A lies along B"? ::: The dot product, a ⋅ b = ∣ a ∣∣ b ∣ cos α .
Which product builds a new direction perpendicular to two others? ::: The cross product, a × b , direction by the right-hand rule.
What is cos θ on the unit circle? ::: The horizontal shadow of a length-1 arrow swept through angle θ .
What does θ = ω e t represent? ::: The angle Earth has spun through after time t — the sole difference between ECI and ECEF.
Latitude vs longitude — which is ϕ ? ::: ϕ is latitude (North–South, flat rungs); λ is longitude (East–West, orange-slice lines).
Why must axes be right-handed? ::: So the third axis (from the cross product) has the correct sign — otherwise East comes out as West.