H-infinity Control
Also known as: H∞ Control, Robust Control, Minimax Control
H-infinity (H∞) control is a robust control method that minimizes the worst-case gain from disturbances to controlled outputs, formulated as a minimax optimization problem. Pioneered by Zames in the early 1980s, H∞ control provides a principled way to design feedback controllers that tolerate model uncertainty, unmodeled dynamics, and disturbances while maintaining stability and performance, making it essential for applications requiring guaranteed robustness.
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
Use H∞ control when you must guarantee robust stability and performance despite model uncertainty, unmodeled dynamics, or parameter variations. It is ideal for systems operating in uncertain environments (aerospace, automotive, industrial), when disturbances and noise statistics are unknown or non-Gaussian, and when you need worst-case performance guarantees. Avoid H∞ if you have precise plant knowledge (LQR may be simpler) or if the design requires explicit constraint handling (use MPC instead).
Strengths & limitations
- Provides guaranteed robustness to model uncertainty and parametric variations without assuming probabilistic models.
- Minimax formulation gives worst-case performance guarantees across all disturbances and frequencies.
- Allows multivariable design with explicit handling of sensor and actuator constraints through weighting.
- Can be solved convexly using LMI or Riccati methods; numerical solutions are reliable and well-tested.
- Natural frequency-domain interpretation; easy to incorporate classical control objectives (gain margin, phase margin) as weights.
- Conservative controller design; pursuing worst-case guarantee may result in overly cautious, sluggish control.
- Requires careful tuning of weighting functions; poor weight selection leads to suboptimal performance.
- Assumes full knowledge of the generalized plant model; unstructured uncertainty and neglected dynamics can degrade robustness.
- Does not handle hard constraints explicitly; constraints must be incorporated via penalty functions or MPC.
- Nonlinear H∞ control (differential games) is computationally harder and lacks guaranteed convergence.
Frequently asked
What is the H∞ norm and why is it important for robustness?
The H∞ norm of a system is the peak gain (largest singular value) across all frequencies. Minimizing the H∞ norm means limiting the maximum amplification of disturbances, ensuring that bounded disturbances produce bounded outputs. This provides a hard guarantee: if the H∞ norm is gamma < 1, any disturbance with amplitude < 1 produces output with amplitude < gamma, regardless of frequency.
How do I choose the weighting functions?
Start by expressing your performance objectives in terms of frequency ranges: e.g., low-frequency (1-10 rad/s) disturbances should be attenuated, while high-frequency measurement noise (>1000 rad/s) can be tolerated. Design W1 to shape sensitivity (error response to disturbances) and W2 to shape complementary sensitivity (control effort and noise response). Use first-order lag or lead networks, then iterate based on closed-loop Bode plots.
What does the generalized plant model represent?
The generalized plant is a matrix representation that includes the system (G), disturbance/noise inputs (w), controlled outputs (z), control inputs (u), and measurements (y). It captures the entire control problem: w includes disturbances and noise, z includes performance objectives (error, control effort, etc.), and the controller must minimize the gain from w to z while stabilizing the system.
Can H∞ control handle nonlinear systems?
Nonlinear H∞ control uses differential game theory and is significantly more complex. You can linearize a nonlinear system and design H∞ for the linearized model (robust to small nonlinearities), or use gain-scheduling (parameter-dependent H∞) for systems with slowly varying parameters. Full nonlinear H∞ requires solving nonlinear PDEs (Hamilton-Jacobi inequality), which is generally intractable.
Sources
- Zames, G. (1981). Feedback and optimal sensitivity: Model reference transformations, multiplicative seminorms, and approximate inverses. IEEE Transactions on Automatic Control, 26(2), 301-320. DOI: 10.1109/TAC.1981.1102603 ↗
- Francis, B. A. (1987). A Course in H∞ Control Theory. Lecture Notes in Control and Information Sciences, Springer-Verlag. DOI: 10.1007/BFb0007371 ↗
- Zhou, K., Doyle, J. C., & Glover, K. (1996). Robust and Optimal Control. Prentice Hall. link ↗
How to cite this page
ScholarGate. (2026, June 3). H-infinity Control. ScholarGate. https://scholargate.app/en/control-theory/h-infinity-control
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.
- Adaptive ControlControl Theory↔ compare
- Feedback LinearizationControl Theory↔ compare
- Linear Quadratic RegulatorControl Theory↔ compare
- Model Predictive ControlControl Theory↔ compare