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.
The across piece is gn=gcosλ — that is the only piece that curves the rope, so it is the only piece worth cancelling.
N′Vcλ˙ — the pure Proportional Navigation (PN) term. It reacts to LOS rotation and drives λ˙→0 (constant-bearing collision).
2N′aT — 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.
−gn — the gravity-compensation term. It is subtracted so that after the real gravity adds +gn back on, the net perpendicular acceleration equals exactly what pure PN wanted.
gn=9.81cos60∘=4.905m/s2. Rearrange the law:
λ˙=N′Vcac+gn−2N′aT=4(900)50+4.905−0=360054.905=0.01525rad/s
Note we addgn when back-solving, because the law had −gn: moving it across flips the sign.
Perpendicular direction bookkeeping: gravity adds +gn=+9.81 (it pulls the missile off the LOS in the droop direction).
(a) Uncompensated: commands 24, gravity adds 9.81 ⇒ net perpendicular =24+9.81=33.81m/s2 — more than PN asked for, so the missile over-turns and λ˙ never truly nulls.
(b) Compensated: commands 24−9.81=14.19; gravity adds 9.81 ⇒ net =14.19+9.81=24m/s2.
(c) The compensated case gives exactly the intended 24m/s2. That is the whole point: ac,n+gn= pure-PN demand.
(a) Effective PN demand =N′Vcλ˙=4(800)(0.011)=35.2m/s2. This is below the 40 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 35.2+9.81=45.01m/s2, which exceeds the 40m/s2 limit ⇒ saturation, degraded miss. With compensation the commanded value is 35.2−9.81=25.39m/s2 and gravity adds back to give the required 35.2 — comfortably inside the limit. Compensation recovered ≈9.8m/s2 of usable capacity.
Substitute the constant-maneuver ZEM into the PN-on-ZEM form:
ac=tgo2N′(21aTtgo2)=tgo2N′⋅2aTtgo2=2N′aT.
The tgo2 cancels exactly, leaving a constant feed-forward 2N′aT 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.
Project gravity: gn=9.81cos40∘=9.81(0.76604)=7.515m/s2.
ac=5(1100)(−0.003)+25(25)−7.515=−16.5+62.5−7.515=38.485m/s2≈38.49m/s2.
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 7.515 off.
Convert ωt to degrees or keep radians consistently. Use λ(t) in radians:
λ(0)=20∘=0.34907rad. gn(0)=9.81cos(0.34907)=9.81(0.93969)=9.219m/s2 ⇒ term =−9.219m/s2.
λ(2)=0.34907+0.10(2)=0.54907rad(≈31.46∘). gn(2)=9.81cos(0.54907)=9.81(0.85310)=8.369m/s2 ⇒ term =−8.369m/s2.
Why recompute:gn 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.
The driver of λ˙'s change is the net perpendicular accelerationD=ac,n+gn−aT,n.
Uncompensated:ac,n=0, aT,n=0 ⇒ D=0+gn−0=gn=0. A nonzero D forces λ˙ away from zero next instant — the droop appears, and PN must then chase it after the fact.
Compensated:ac,n=−gn ⇒ D=−gn+gn−0=0. The net perpendicular acceleration is zero, so λ˙ stays put at 0. 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.
Recall One-line self-check on every answer
L2.1 =14.19 · L2.2 =69.50 · L2.3 λ˙=0.01525 · L3.1 33.81/24/24 · L3.2 35.2 vs 45.01 · L4.2 =38.49 · L5.1 −9.219,−8.369. If yours differ, recheck the cosλ projection and the −gn sign.