Proportional Navigation
Proportional Navigation Guidance Law · Also known as: PN, PN law
Proportional Navigation (PN) is a guidance law that generates command accelerations proportional to the rate of change of the line-of-sight angle between a pursuer and target. Introduced by Lin-Hsiung Chu in the 1950s, it became the foundation of modern missile guidance systems. PN solves the pursuit-evasion problem by ensuring that the pursuer intercepts a moving target with minimal computational overhead.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Proportional Navigation is the default choice for homing missile systems, active radar-guided and infrared-guided projectiles, and aerial intercept scenarios. It is most effective when the target is in the kinematic realm of the pursuer (comparable maximum accelerations). Use PN when real-time computation is critical and high guidance fidelity is secondary. Avoid PN if the target performs extreme maneuvers; in those cases, predictive or advanced guidance laws may be needed.
Strengths & limitations
- Computationally simple and implementable on minimal hardware; suitable for embedded systems.
- Theoretically proven to guarantee interception under nominal conditions; has formal stability guarantees.
- Scalable through the navigation constant N': higher N' (e.g., 3–5) yields more aggressive pursuit.
- Robust to sensor noise and minor estimation errors in a feedback loop.
- Performance degrades against highly maneuvering targets; can lead to large miss distances or divergence.
- Assumes known target position and velocity; performs poorly with poor target state estimation.
- Does not explicitly account for pursuer or target dynamics; pure kinematic model.
- Limited to line-of-sight geometry; does not exploit target trajectory prediction.
Frequently asked
What is the navigation constant N' and how do I choose it?
N' (often denoted N in literature) is a dimensionless gain that scales the guidance command. Higher values (e.g., N'=5) produce more aggressive steering; lower values (e.g., N'=3) are more conservative. Typical range is 3–5. Higher N' reduces miss distance but increases structural loads; choose via simulation or trade studies.
Can Proportional Navigation guarantee a hit against a maneuvering target?
Pure PN cannot guarantee interception of an evasive target if the target's maximum acceleration exceeds the pursuer's. However, Generalized PN (PNG) and Augmented PN variants add target maneuver prediction and can improve performance. The miss distance depends on the maneuver magnitude and timing.
What is the difference between PN and Augmented PN (APN)?
Augmented PN adds a term for target acceleration estimation, making it more effective against maneuvering targets. APN requires an estimate or measurement of target acceleration, adding computational complexity. Pure PN uses only line-of-sight rate, which is simpler but less agile.
How does guidance system lag affect PN performance?
Sensor delay and actuator lag introduce phase lag in the closed-loop guidance system. If lag is significant (typically >100 ms), the system may oscillate or become unstable. Mitigation includes lowering N', adding prediction filters, or using advanced guidance laws that explicitly model lag.
Sources
- Knox, W. P. (1971). On optimal proportional navigation. IEEE Transactions on Aerospace and Electronic Systems, AES-7(3), 417–426. link ↗
- Guelman, M. (1971). Proportional navigation with a maneuvering target. IEEE Transactions on Aerospace and Electronic Systems, AES-8(3), 364–371. DOI: 10.1109/taes.1972.309520 ↗
- Lin, C. F., & Tsai, L. L. (2007). Guidance Laws for Missiles. In Modern Control Systems for Unmanned Aerial Vehicles. Butterworth-Heinemann. link ↗
How to cite this page
ScholarGate. (2026, June 3). Proportional Navigation Guidance Law. ScholarGate. https://scholargate.app/en/aerospace/proportional-navigation
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- AHRSAerospace↔ compare
- Dubins PathAerospace↔ compare
- Madgwick FilterAerospace↔ compare