Open-Loop vs Closed-Loop Systems (Control System Perspective)
1. Open-Loop System
In control system terms, an open-loop system has no feedback. Its output depends only on the input through the system’s transfer function.
- Block diagram: Input → Controller/Plant → Output
- Transfer Function:
Y(s)/U(s) = G(s) - No feedback, so the system cannot correct errors:
E(s) = U(s) - Stability depends entirely on
G(s); disturbances or model errors affect output directly.
2. Closed-Loop System
A closed-loop system uses feedback to compare the output with the reference input, generating an error signal that drives the controller.
- Block diagram: Input → (+) Error → Controller G(s) → Plant → Output → Feedback H(s) → (−) Subtract from Input
- Transfer Function (unity feedback):
T(s) = Y(s)/U(s) = G(s) / (1 + G(s)H(s)) - Error signal:
E(s) = U(s) − Y(s)H(s) - Advantages: Can reduce steady-state error, reject disturbances, and improve stability margins.
3. Mathematical Comparison
| Feature | Open-Loop | Closed-Loop |
|---|---|---|
| Transfer Function | Y(s)/U(s) = G(s) |
T(s) = Y(s)/U(s) = G(s)/(1 + G(s)H(s)) |
| Error Signal | E(s) = U(s) |
E(s) = U(s) − Y(s)H(s) |
| Output Sensitivity | Highly sensitive to disturbances & parameter variations | Less sensitive; feedback reduces the effect of disturbances |
| Stability Analysis | Stability determined solely by poles of G(s) |
Stability determined by poles of 1 + G(s)H(s) = 0 (characteristic equation) |
| Steady-State Error | Generally non-zero, cannot correct | Can be reduced using proper feedback (e.g., proportional, integral control) |
| Design Complexity | Simple | Requires controller and feedback design |
4. Key Mathematical Insight
In control theory terms, feedback modifies the system poles and reduces sensitivity. The closed-loop transfer function denominator, 1 + G(s)H(s), defines the **characteristic equation**, which is used for stability analysis using methods like Routh-Hurwitz or Root Locus. Open-loop systems do not have this corrective mechanism.