Quiz on Stability Analysis
1. What is the common name used specifically for the roots of the denominator in a Laplace transfer function?
- Incorrect. A zero is a root of the numerator
- Incorrect. The poles are the roots of the denominator
- Correct. A pole is a root of the denominator. It gives information about stability and oscillations.
- Incorrect. A root locus plot displays the roots of the closed loop system with changing controller gain.
2. The Final Value Theorem (FVT) suggests the steady state value approaches 2. The roots of the denominator are -2, -3, and 1 +/- 3i. What conclusion can be made about the system?
- Incorrect. The FVT cannot be applied because the system is not stable.
- Incorrect. From the positive real roots, the system is unstable
- Correct. The FVT cannot be applied for unstable systems
- Incorrect. The FVT cannot be applied for unstable systems. The Initial Value Theorem (IVT) doesn't answer the question.
Information for Questions 3 and 4: A closed transfer function is
$$G(s) = \frac{3K_c}{2s^3 + 2s^2 + 3s + 5 + 3K_c}$$
The coefficients of the denominator determine the stability range for the controller gain `K_c` with a Routh array with `n=3`.
$$a_n s^n + a_{n-1} s^{n-1} + a_{n-2} s + a_{n-3}$$
Routh Array
`a_n=2` | `a_{n-2}=3` |
`a_{n-1}=2` | `a_{n-3}=5 + 3 K_c` |
`b_{1}={a_{n-1}a_{n-2}-a_n a_{n-3}}/{a_{n-1}` | `b_{2}=0` |
`c_{1}=5+3 K_c` | 0 |
3. Find the value of `b_1` from the Routh array.
- Incorrect. The terms of the numerator are used in the wrong order
- Incorrect. Divide by `a_{n-1}`
- Correct. `b_{1}={a_{n-1}a_{n-2}-a_n a_{n-3}}/{a_{n-1}}={6-2(5+3 K_c)}/{2} = -2-3 K_c`
- Incorrect. See the equation for `b_1`
4. What do the values of `b_1` and `c_1` reveal about the range of stable controller gains for the system?
- Incorrect. The limits are negative.
- Incorrect. Flip from > to < when dividing by a negative
- Incorrect. The sign is incorrect
- Correct. The leading edge must not change sign. Because the two values above are positive, these must also be positive with `-2-3 K_c>0` and `5+3 K_c>0`.