Feedback Systems & Block Diagrams
Feedback Systems & Block Diagrams
Feedback is the core concept in control and systems engineering. A block diagram represents the system architecture showing how signals flow.
For a system with forward gain $G(s)$ and feedback gain $H(s)$:
$$T(s) = \frac{G(s)}{1 + G(s)H(s)} \quad \text{(negative feedback)}$$
- Series: $G_{\text{total}} = G_1 \cdot G_2$
- Parallel: $G_{\text{total}} = G_1 + G_2$
- Feedback loop: $T = G/(1 + GH)$
For a unity feedback system with input $R(s)$:
$$e_{ss} = \lim_{s \to 0} \frac{sR(s)}{1 + G(s)}$$
$G(s) = \dfrac{10}{s + 2}$, unity feedback ($H = 1$). Find the closed-loop transfer function.
$$T(s) = \frac{10/(s+2)}{1 + 10/(s+2)} = \frac{10}{s + 2 + 10} = \frac{10}{s + 12}$$
The closed-loop pole moved from $s = -2$ to $s = -12$ — feedback makes the system faster.
Two blocks in series: $G_1(s) = \frac{5}{s+1}$, $G_2(s) = \frac{2}{s+3}$. Unity feedback. Find $T(s)$.
$G = G_1 G_2 = \frac{10}{(s+1)(s+3)}$
$$T(s) = \frac{10/(s+1)(s+3)}{1 + 10/(s+1)(s+3)} = \frac{10}{s^2 + 4s + 3 + 10} = \frac{10}{s^2 + 4s + 13}$$
Find the steady-state error for a step input $R(s) = 1/s$ with $G(s) = \frac{10}{s+2}$.
$$e_{ss} = \lim_{s \to 0} \frac{s \cdot 1/s}{1 + 10/(s+2)} = \frac{1}{1 + 10/2} = \frac{1}{6} = 0.167$$
16.7% steady-state error. Adding an integrator ($1/s$) in $G$ eliminates this.
Practice Problems
Show Answer Key
1. $T(s) = 20/(s+25)$
2. $T(s) = 5/(s+1+10) = 5/(s+11)$ — note $GH = 10/(s+1)$, so $T = 5/(s+11)$
3. $T(0) = 20/25 = 0.8$
4. $G = 6/((s+1)(s+4))$
5. $T = 6/(s^2+5s+4+6) = 6/(s^2+5s+10)$
6. Type 1 system (one integrator): $e_{ss} = 0$ for step input
7. Type 1 (one $s$ factor in denominator of $G$)
8. $G = \frac{3(s+5) + (s+2)}{(s+2)(s+5)} = \frac{4s+17}{s^2+7s+10}$
9. $T = 100/101 \approx 0.99$
10. Add a $1/G$ block on the other input to the summing junction
11. $s + 1 + 10 = 0$; pole at $s = -11$
12. $T = K/(s^2+K)$. Poles at $s = \pm j\sqrt{K}$ — on the imaginary axis → marginally stable (undamped oscillation).