Control Theory (Wikipedia)
Overview of the Wikipedia article on control theory (bib).
Summary
Control theory is the field of engineering and applied mathematics that develops models and algorithms for driving dynamical systems to a desired state while minimizing delay, overshoot, and steady-state error. A controller monitors a process variable, compares it with a setpoint, and applies corrective action — the classic closed-loop feedback pattern.
Historical arc
- 1788 — Watt’s centrifugal governor regulates steam engine speed mechanically (the user independently noted the Kubernetes–governor analogy: xettel)
- 1868 — Maxwell publishes On Governors, the first formal analysis of feedback control dynamics
- 1874–1895 — Routh and Hurwitz establish mathematical stability criteria
- 1922 — Minorsky develops PID control theory for ship steering
- 1940s — Wiener coins “cybernetics”; Bellman develops dynamic programming; WWII drives advances in fire control and autopilot
- 1960s — Kalman introduces state-space methods, controllability, and observability
Key concepts extracted
- Stability in Feedback Systems — why controllers overshoot, oscillate, or diverge
- PID Control — the canonical industrial controller
- Controllability and Observability — prerequisites for any controller to work
- Robustness in Control Systems — handling model imprecision and disturbance
Connections to existing knowledge
The article provides the theoretical foundation for the applied patterns already in the knowledge base:
- Open-Loop vs Closed-Loop Systems — the article’s central distinction
- Controller Pattern — the watch-diff-reconcile loop is an implementation of the closed-loop controller
- Desired State Systems — the declarative pattern that relies on feedback control underneath