3.4.1 · D3Rocket Flight Mechanics

Worked examples — Coordinate systems — Earth-Centered Inertial (ECI), Earth-Centered Earth-Fixed (ECEF), North-East-Down (NED), launch, bo

2,098 words10 min readBack to topic

This page is a practice arena. The parent note built the machinery — five frames, rotation matrices, the transport theorem. Here we drive it through every kind of input so you never meet a case you haven't already solved.

Before we begin, three words we will lean on constantly, in plain language:


The scenario matrix

Every problem this topic throws at you falls into one of these cells. Each worked example below is tagged with the cell(s) it clears.

# Cell class What makes it tricky Example
A Sign / quadrant of a rotation angle change sign across quadrants Ex 2, Ex 4
B Zero / degenerate input (, ) matrix collapses to identity or a pole singularity Ex 5
C Limiting value (, one full day) check the answer approaches the obvious limit Ex 5, Ex 6
D Latitude scaling ( boost) boost is not constant with latitude Ex 1, Ex 6
E Velocity vs position transform must add term Ex 7
F Direction / unit vector in a frame must end with magnitude Ex 3
G Real-world word problem translate English → frame → formula Ex 6
H Exam twist (mid-latitude ECI→ECEF, full chain check) multiple steps, easy to mix up sign Ex 4, Ex 8

We now clear the whole table.


Warm-up: reading off a picture

Before numbers, look at what "rotate the axes by " does. The point stays nailed in space; the axes swing under it.

Figure — Coordinate systems — Earth-Centered Inertial (ECI), Earth-Centered Earth-Fixed (ECEF), North-East-Down (NED), launch, bo

Ex 1 — Eastward boost at the equator · Cell D

Forecast: guess a number before reading on. Faster than a jet? Slower?

  1. Pick the formula . Why this step? Only the part of Earth perpendicular to the spin axis actually sweeps a circle. At latitude that circle's radius is (look at Ex 6's figure). Speed = rate radius.
  2. Substitute so . Why this step? The equator sits farthest from the axis → biggest circle → maximum speed.
Recall Verify

Units: ✔ (radian is dimensionless). Magnitude ≈ 465 m/s ≈ Mach 1.4 — this is the free speed a rocket inherits. ✔


Ex 2 — ECI→ECEF after 6 hours (quadrant sign flip) · Cells A, H

Forecast: after a quarter-day of spin, roughly where does the point end up — still on , or somewhere else?

  1. Accumulated angle , with s. Why this step? ECEF differs from ECI only by rotation about through .
  2. Apply to : Why this step? Only the first column of matters because the input has only an component.
  3. Numbers. With : , , so
Recall Verify

(rotation preserves length): ✔.


Ex 3 — "Down" direction as a unit vector · Cell F

Forecast: "Down" points to Earth's centre. At 45°N with , guess which two ECEF axes it splits between.

Figure — Coordinate systems — Earth-Centered Inertial (ECI), Earth-Centered Earth-Fixed (ECEF), North-East-Down (NED), launch, bo
  1. Grab the 3rd NED row (the Down unit vector): Why this step? Down , the inward radial. The outward radial in ECEF is exactly , so negate it.
  2. Plug : , , : Why this step? At the point lies in the plane, so no component appears; at 45° the direction tilts exactly halfway between and (see red arrow in the figure).
Recall Verify

✔ — a genuine unit vector.


Ex 4 — ECI→ECEF at a mid-latitude with a Y-component · Cells A, H

Forecast: the coordinate is untouched by a -spin. Which two coordinates get mixed?

  1. Angle in radians: rad, , . Why this step? KaTeX/trig work in radians; degrees are only for our intuition.
  2. Apply the rows of : Why this step? Rows 1 and 2 mix and ; row 3 copies because a spin about leaves height along alone.
Recall Verify

Length preserved: ✔.


Ex 5 — Degenerate & pole cases · Cells B, C

Forecast: a rotation of zero should do nothing. And at the pole, "which way is North" gets weird — guess why.

  1. (a) Set : , so Why this step? Zero turn = identity = coordinates unchanged. This is the sanity floor every rotation must pass.
  2. (b) Set in the NED rows: . The North row becomes and the Down row becomes — Down points straight along (to the centre) as it should. Why this step? At the pole "Down" is unambiguous, but "North" now depends on all longitudes meet at the pole, so the North/East split becomes arbitrary. This is the classic pole singularity.
Recall Verify

: check trivially ✔. At , Down has magnitude ✔.


Ex 6 — Word problem: boost at Cape Canaveral vs the equator · Cells C, D, G

Forecast: 28.5° is a third of the way to the pole. Do you lose a third of the boost, or less?

Figure — Coordinate systems — Earth-Centered Inertial (ECI), Earth-Centered Earth-Fixed (ECEF), North-East-Down (NED), launch, bo
  1. Same formula, general latitude: . Why this step? The sweeping radius shrinks by as you move off the equator (red radius in figure).
  2. Plug , :
  3. Fraction of equatorial boost = , i.e. 87.9%. Why this step? The factor cancels; only survives in the ratio.
Recall Verify

✔. Units m/s ✔.


Ex 7 — Velocity transform: don't forget · Cell E

Forecast: it's "not moving," so is its ECI velocity zero? Careful.

  1. Write the transport theorem: , . Why this step? A point still in a rotating frame is genuinely moving in the inertial frame — the cross-product term carries that motion.
  2. Cross product . Why this step? : the spin pushes the point in the (eastward) direction.
  3. With , :
Recall Verify

m/s, matching Ex 1 exactly (a stationary ground point is Earth's surface) ✔.


Ex 8 — Exam twist: round-trip must return the start · Cell H

Forecast: if rotation matrices are honest, a round trip should return you home exactly.

  1. Forward gave km (Ex 4). Why this step? Reuse the checked result rather than redo arithmetic.
  2. Inverse is the transpose: , because . Why this step? Orthonormal matrices invert by transposing — no separate inverse needed.
Recall Verify

Recovered = original input ✔.


Recall

Which term do you add when transforming velocity ECEF→ECI?
(the transport-theorem term) — position needs no such term, velocity does.
Why is the equatorial boost only lost by at latitude?
Because the loss factor is , and cosine is flat near , so small latitudes cost very little.
How do you invert an orthonormal rotation matrix?
Take its transpose, since .
What goes singular at in the NED frame, and what stays fine?
The North/East split becomes arbitrary (all longitudes meet); the Down direction stays well-defined at .

See also: Rotating Reference Frames and Coriolis Force, Rotation Matrices and Euler Angles, Launch Azimuth and Orbital Inclination, Geodetic vs Geocentric Latitude.