3.5.13 · D3Guidance, Navigation & Control (GNC)

Worked examples — Inertial navigation — accelerometer measures non-gravitational specific force

2,315 words11 min readBack to topic

This page is a drill of every case the accelerometer equation can throw at you. If you have not yet seen where that equation comes from, build it first in the parent topic.

Before any numbers, let us agree on the picture and the sign rule — nothing below uses a symbol we have not pinned down.

Recall The equation, in words

The accelerometer reads specific force . Here is the true acceleration of the box (how its velocity actually changes), and is "gravity subtracted back out". Component by component: and . With our convention and , so and .

Look at the figure: the true acceleration (blue) and minus-gravity (green, always pointing up with length ) are added tip-to-tail; their sum is the orange reading . Every example below is just this triangle with different blue arrows.


The scenario matrix

Each row is a case class. The examples that follow are labelled with the cell they cover.

# Case class What is special Example
C1 (accelerate up) reading exceeds Ex 1
C2 (accelerate down, still moving) reading below , stays positive Ex 2
C3 exactly (free fall) zero reading — degenerate Ex 3
C4 (thrown down harder than gravity) reading goes negative Ex 4
C5 Pure horizontal , (forward) two non-zero components, tilt one way Ex 5
C6 Combined (banked/climbing turn) full vector, magnitude & tilt Ex 6
C7 Limiting values (, and ) what dominates the reading Ex 7
C8 Real-world word problem (rocket liftoff) translate words → vector Ex 8
C9 Exam twist (reading given, find motion) invert the equation Ex 9
C10 Pure horizontal , (braking) tilt the other way Ex 10

We use throughout, and round to two decimals.


Examples


Recall Quick self-test

A sensor reads exactly . What is the vehicle doing? ::: In free fall — true acceleration equals (Cell C3). A sensor reads (downward). What must be true of ? ::: : the case is dragging the mass down harder than gravity (Cell C4). As turn radius , what does approach in a level turn? ::: — a straight path has no centripetal demand (Cell C7). Braking and accelerating at the same rate give the same reading magnitude — what differs? ::: The tilt direction flips (forward vs backward lean); magnitude is identical (Ex 5 vs Ex 10).


Connections

  • Newton's Second Law — every inversion here starts from .
  • Equivalence Principle — the zero reading in Ex 3.
  • Strapdown Inertial Navigation System — where Ex 8's is integrated.
  • Gravity Model (WGS-84 / J2) — supplies the the computer adds back.
  • Dead Reckoning and Error Drift — what goes wrong if you skip that step.
  • Gyroscope and Attitude Determination — provides the orientation so is resolved into the right axes.