3.4.1 · D4Rocket Flight Mechanics

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

3,426 words16 min readBack to topic

The constants we reuse everywhere:

Two tools appear again and again below. Rather than quote them mid-problem, we build them here once, then reuse them.

Building block A: the rotation matrix — where it comes from

Building block B: the transport theorem — why velocity needs an extra term


Level 1 — Recognition

These test whether you can name the right frame / formula without heavy arithmetic.

Recall Solution 1.1

Answer: ECEF (Earth-Centered Earth-Fixed). ECEF's axes are glued to the spinning Earth. Since the pad rides along with the ground, it never moves relative to those axes — so its coordinates stay fixed. In ECI (whose axes stay pointed at the distant stars) the same pad traces a big circle once per day, so its ECI coordinates change constantly.

Recall Solution 1.2

Answer: ECI. only holds in a frame that is neither rotating nor accelerating — an inertial frame. Of our five, only ECI qualifies (its axes point at fixed stars). ECEF spins; NED and body ride a curving, turning trajectory; the launch frame is approximately inertial but only for a short flight.

Recall Solution 1.3
  • (a) → body frame — sensors are bolted to the rocket, so they measure along .
  • (b) → NED — "how high" and "which way is the horizon" are literally the Down and North/East directions.
  • (c) → ECI — the only inertial frame, where needs no fictitious forces.

Level 2 — Application

Now you plug numbers into a chosen formula.

Recall Solution 2.1

Why this formula: only the part of the pad's position perpendicular to the spin axis actually sweeps around. That perpendicular distance is (the radius of the circle of latitude). Speed = angular rate × radius = . Step 1 — cosine: . Step 2 — multiply: So launching eastward from the Cape hands the rocket a free head start. (Compare at the equator — the boost shrinks as you go north because shrinks.)

Recall Solution 2.2

Step 1 — seconds: . Step 2 — angle: . Step 3 — degrees: . Sanity check: . ✔️

Recall Solution 2.3

With : , .

= \begin{bmatrix}0\cdot R_\oplus + 1\cdot 0\\ -1\cdot R_\oplus + 0\\ 0\end{bmatrix} = \begin{bmatrix}0\\ -R_\oplus\\ 0\end{bmatrix}.$$ **What it looks like (figure below):** the lavender arrows are the ECI axes; the mint arrows are the ECEF axes *after* they have swung $+90°$ CCW (Building block A's sign convention). The coral dot is the physical point — it never moved in space, yet read against the new mint axes it now lies on the $-Y_E$ side. That negative sign is the CCW-axes-⇒-CW-coordinates rule made concrete: the butter arc marks the $+90°$ the axes turned through.
Figure — Coordinate systems — Earth-Centered Inertial (ECI), Earth-Centered Earth-Fixed (ECEF), North-East-Down (NED), launch, bo

Level 3 — Analysis

Here you reason about why signs, directions, and structure come out as they do.

Recall Solution 3.1

Why "Down" is that row: "Down" points straight to Earth's center, i.e. opposite the outward radial direction . The outward radial at has ECEF components , so Down is the negative of that. Step 1 — plug in : , . Step 2 — check length: . ✔️ What it looks like (figure below): the lavender quarter-circle is Earth's surface drawn in the plane. The coral dot is the 45°N point; the mint arrow is the outward radial (up); the coral arrow is , tilted halfway between (toward the equatorial plane) and (toward the south pole). The butter arc marks . Both components being equal in size is exactly what "45°" should produce.

Edge cases (cover every latitude):

  • North pole : , so . Down points straight toward the south pole — correct, since standing on the north pole "down" is along the axis toward Earth's center.
  • South pole : , so . Down now points toward (north pole) — again correct: from the south pole, center-ward is the direction. Note the sign of the -component flipped with the sign of ; the formula handles it automatically through .
  • Southern hemisphere : , giving . Compared to the N case only the -component changed sign — Down now tilts toward (northward-and-inward), the mirror image across the equator. Length is still . So the single expression is valid for all and all ; nothing special happens at the poles.
Figure — Coordinate systems — Earth-Centered Inertial (ECI), Earth-Centered Earth-Fixed (ECEF), North-East-Down (NED), launch, bo
Recall Solution 3.2

If , the naive rule gives — "the pad isn't moving." But the transport theorem keeps . Let us compute that cross product component by component, not just quote its size. Set up the vectors in ECEF: the spin is along , , and an equatorial pad on the axis is . Cross product (using etc.):

= \hat i(0\cdot 0-\omega_e\cdot 0)-\hat j(0\cdot 0-\omega_e R_\oplus)+\hat k(0-0) = (0,\ \omega_e R_\oplus,\ 0).$$ **Read the result:** it points along $+Y_E$ (eastward) with magnitude $\omega_e R_\oplus$. Notice the $\hat i$ and $\hat k$ components vanished — the cross product automatically **kills any part of $\vec r_E$ parallel to the axis** and keeps only the part perpendicular to $\vec\omega_e$. On the equator the whole radius is perpendicular, so nothing is lost; off the equator only $R_\oplus\cos\phi$ would survive. That is *why* only the perpendicular component matters. **Number:** $$|\vec v_I| = |\vec\omega_e\times\vec r_E| = \omega_e R_\oplus = 7.292\times10^{-5}\times 6.378\times10^6 = 465.1\ \text{m/s}.$$ The naive student loses the entire $\approx 465\ \text{m/s}$ eastward inertial motion the rocket actually has, purely because the ECEF axes were spinning ($\dot R\neq 0$).

Level 4 — Synthesis

Combine multiple transforms or ideas in one problem.

Recall Solution 4.1

(a) , .

= \begin{bmatrix}0.8660\,R_\oplus\\ -0.5\,R_\oplus\\ 0\end{bmatrix}.$$ **(b)** Distance from the spin axis ($Z$) is $\sqrt{x_E^2 + y_E^2}$: $$\sqrt{(0.8660R_\oplus)^2 + (0.5R_\oplus)^2} = R_\oplus\sqrt{0.75+0.25} = R_\oplus.$$ **Why unchanged:** a rotation about $Z$ can never change how far a point is from the $Z$ axis — it only swings the point *around* that axis. Rotation matrices preserve lengths, and here the length being preserved is the perpendicular distance to $Z$. This is the same fact that made the eastward-boost radius $R_\oplus\cos\phi$ constant in time.
Recall Solution 4.2

Step 1 — Kourou: , so . Step 2 — Cape: from Ex 2.1, . Step 3 — difference: . Interpretation: being closer to the equator buys Kourou about of free velocity — one concrete reason equatorial launch sites are prized.


Level 5 — Mastery

Full multi-step problems that would appear on an exam.

Recall Solution 5.1

With , . Rotation () preserves magnitude, so because (as shown in Ex 3.2) the cross product keeps only the perpendicular-to-axis part . Direction: with up the spin axis points eastward (tangent to the circle of latitude). So the "motionless" pad is really sailing east at in inertial space — identical to Ex 2.1, confirming the boost is this inertial velocity.

Recall Solution 5.2

Step 1 — period: . Step 2 — hours: . Why under 24 h: a solar day (24 h) is the time for the Sun to return overhead. But Earth also orbits the Sun, so it must spin a bit extra each day to catch up to the moving Sun. The pure star-relative (sidereal) spin is therefore about 4 minutes shorter. ECI is tied to the stars, so is the sidereal rate.

Recall Solution 5.3

3rd row . Step 1 — evaluate the trig. With : . With : . Step 2 — substitute: Step 3 — check length: . ✔️ Step 4 — interpret the direction. This is exactly . A point at E on the equator sticks out along ; "straight down" from there means heading toward Earth's center, i.e. in the direction. There is no component because on the equator "down" lies entirely in the equatorial plane — consistent with the pole cases in Ex 3.1, where instead the component carried everything. So the same 3rd-row formula smoothly interpolates from all- at the poles to all-horizontal on the equator.


Wrap-up recall

Recall One-line summary of the ladder

L1: name the frame. L2: plug the boost/rotation formula. L3: explain the signs & the extra transport term. L4: chain and invert transforms correctly. L5: use sidereal timing and the transport theorem to get true inertial velocity.

Related deep dives you can branch to next: Rotating Reference Frames and Coriolis Force · Rotation Matrices and Euler Angles · Launch Azimuth and Orbital Inclination · Geodetic vs Geocentric Latitude · Rocket Equations of Motion