3.5.51 · D4Guidance, Navigation & Control (GNC)

Exercises — Augmented proportional navigation — gravity compensation

2,207 words10 min readBack to topic

Before we start, one picture nails the geometry every problem leans on: the line of sight (LOS) is the straight imaginary rope from missile to target; gravity points straight down; we split gravity into a piece along that rope and a piece across it.

Figure — Augmented proportional navigation — gravity compensation

The across piece is — that is the only piece that curves the rope, so it is the only piece worth cancelling.


Level 1 — Recognition

L1.1

Recall Solution
  • — the pure Proportional Navigation (PN) term. It reacts to LOS rotation and drives (constant-bearing collision).
  • — the augmentation term. It feeds forward the target's own maneuver so the missile does not have to wait for that maneuver to show up as LOS rotation. Its origin is the Zero-Effort-Miss (ZEM) guidance integral.
  • — the gravity-compensation term. It is subtracted so that after the real gravity adds back on, the net perpendicular acceleration equals exactly what pure PN wanted.

L1.2

Recall Solution

.

  • is largest at (horizontal LOS): worst case, all of gravity bends the LOS.
  • at (straight up/down): best case, gravity runs along the LOS and cannot bend it.

Level 2 — Application

L2.1

Recall Solution

Horizontal ⇒ .

L2.2

Recall Solution

.

L2.3

Recall Solution

. Rearrange the law: Note we add when back-solving, because the law had : moving it across flips the sign.


Level 3 — Analysis

L3.1

Recall Solution

Perpendicular direction bookkeeping: gravity adds (it pulls the missile off the LOS in the droop direction).

  • (a) Uncompensated: commands , gravity adds ⇒ net perpendicular more than PN asked for, so the missile over-turns and never truly nulls.
  • (b) Compensated: commands ; gravity adds ⇒ net .
  • (c) The compensated case gives exactly the intended . That is the whole point: pure-PN demand.

L3.2

Recall Solution

(a) Effective PN demand . This is below the limit — achievable. (b) Without compensation the autopilot must itself fight the droop: it would need to command the PN value plus enough to overcome gravity's continuous bending, effectively demanding , which exceeds the limit ⇒ saturation, degraded miss. With compensation the commanded value is and gravity adds back to give the required — comfortably inside the limit. Compensation recovered of usable capacity.


Level 4 — Synthesis

L4.1

Recall Solution

Substitute the constant-maneuver ZEM into the PN-on-ZEM form: The cancels exactly, leaving a constant feed-forward independent of time-to-go — which is why it can be added straight into the command with no timer. This is the origin cited in Zero-Effort-Miss (ZEM) guidance.

L4.2

Recall Solution

Project gravity: . The negative pulls the PN term negative (steer the other way), but the strong maneuver term dominates, giving a net positive command. Gravity compensation trims off.


Level 5 — Mastery

L5.1

Recall Solution

Convert to degrees or keep radians consistently. Use in radians:

  • . ⇒ term .
  • . ⇒ term . Why recompute: depends on the current LOS angle, which moves as the geometry evolves. A fixed compensation set at launch would over- or under-cancel gravity as drifts, re-introducing exactly the persistent we set out to kill. The autopilot therefore reads (from Line-of-Sight rate estimation / seeker geometry, resolved in the Coordinate frames & projections frame) each guidance cycle and re-projects gravity.

L5.2

Recall Solution

The driver of 's change is the net perpendicular acceleration .

  • Uncompensated: , . A nonzero forces away from zero next instant — the droop appears, and PN must then chase it after the fact.
  • Compensated: . The net perpendicular acceleration is zero, so stays put at . The missile holds a true collision course. This proves compensation is predictive: it nulls the disturbance before it becomes an LOS-rate error, rather than reacting to a droop that has already opened a miss. Contrast with the Ballistic trajectory & gravity turn where the droop is simply accepted.
Figure — Augmented proportional navigation — gravity compensation

Recall One-line self-check on every answer

L2.1 · L2.2 · L2.3 · L3.1 · L3.2 vs · L4.2 · L5.1 . If yours differ, recheck the projection and the sign.


Connections