Assignment 6
Assignment 6
Assignment 6
Problem 1. For the system shown below, determine the values of gain K and velocity-
feedback constant Kh so that the maximum overshoot in the unit-step response is 0.2 and
the peak time is 1 sec. With these values of K and Kh , obtain the rise time and settling
time. Assume that J =1 kg-m2 and B =1 N-m/rad/sec.
Problem 2. Consider the second-order system with a finite zero and unity DC gain:
24(s + z)
H(s) =
z(s + 4)(s + 6)
Determine the effect of the zero location s = −z using MATLAB on the unit-step response
when z = 1,2,..,6.
Problem 3. For each of the following response functions, determine whether there is a
cancellation between the zero and the pole closest to the zero. Find the approximate response
where valid.
26.25(s + 4)
G1 (s) =
s(s + 3.5)(s + 5)(s + 6)
26.25(s + 4)
G2 (s) =
s(s + 4.01)(s + 5)(s + 6)
Problem 4. For the unity feedback system shown below, specify the gain (K) and pole
location of the compensator so that the overall closed-loop response to a unit-step input has
an overshoot of no more than 18% and a 1% settling time of no more than 0.01 sec.
1
Problem 5. Determine the stability of the following closed-loop transfer functions and find
the number of poles in RHP.
10
(a) G1 (s) =
s5 + 2s4 + 3s3 + 6s2 + 5s + 3
10
(b) G2 (s) =
s5 + 5s4 + 11s3 + 23s2 + 28s + 12
Hint for (b):
2
main_2 — 2018/12/31 — 12:12 — page 43 — #1
Appendix W.3.6.3.1
Routh Special Cases
If only the first element in one of the rows is zero, then we can consider
a modified equation with one of the coefficients perturbed by > 0 and
applying the test by taking the limit as → 0.
Special case II Another special2 case occurs when an entire row of the Routh array
is zero. This indicates that there are complex conjugate pairs of roots
that are mirror images of each other with respect to the imaginary axis.
To apply Routh’s test correctly, we follow the ensuing procedure. If
the ith row is zero, we form an auxiliary equation from the previous
(nonzero) row:
a1 (s) = β1 si+1 + β2 si−1 + β3 si−3 + · · · . (W3.1)
Here {βi } are the coefficients of the (i + 1)th row in the array. We then
replace the ith row by the coefficients of the derivative of the auxiliary
polynomial and complete the array. However, the roots of the auxiliary
polynomial in Eq. (W3.1) are also roots of the characteristic equation,
and these must be tested separately.
1 The actual roots computed with Matlab are at −2.9043, 0.6567 ± 1.2881j, −0.7046 ±
0.9929j.
2 Special case II.
43
main_2 — 2018/12/31 — 12:12 — page 44 — #2