Question 10.15: Proportional Control Design Using Root Locus Design a propor...
Proportional Control Design Using Root Locus
Design a proportional controller for the cart system in Example 10.12 using the root locus technique.
Learn more on how we answer questions.
For proportional feedback control of the DC motor-driven cart, the loop gain L(s) is equal to the transfer function of the plant G(s),
L(s)=G(s)=\frac{3.778}{s^{2}+16.883 s} .
The root locus is plotted in Figure 10.54 using the MATLAB command rlocus. Note that the closed-loop system is a second-order system. Two closed-loop poles that are real appear for small values of K, specifically K \leq 18.9. When K>18.9, the closed-loop system has a pair of complex conjugate poles, which move along the complex portion of the root locus as K varies between 18.9 and \infty.
To select the value of the proportional control gain that will meet the performance specifications, we can turn on the grid lines to the root locus using the command
>> grid on
As discussed in Subsection 10.2.2, the semicircles in Figure 10.54 indicate lines of constant natural frequencies \omega_{n} and the diagonal lines indicate constant damping ratios \zeta. In this example, we need an overshoot that is less than 10 \% (which implies \zeta>0.59 ) and a rise time that is less than 0.15 \mathrm{~s} (which implies \omega_{n}>12.33 \mathrm{rad} / \mathrm{s}. In Figure 10.54, the solid diagonal lines indicate pole locations with a damping ratio of approximately 0.59 . In between these lines, the poles have \zeta>0.59 and outside of the lines \zeta<0.59. The solid semicircle is the locus of all poles with \omega_{n}=12.33 \mathrm{rad} / \mathrm{s}, whereas those inside the semicircle have \omega_{n}<12.33 \mathrm{rad} / \mathrm{s}, and those outside correspond to \omega_{n}>12.33 \mathrm{rad} / \mathrm{s}. Thus, only the part of the root locus in between the two diagonal lines and outside of the semicircle is acceptable.
Figure 10.55 zooms in on the desired region, in which the vertical line is a part of the root locus. Left-clicking on the root locus, you will see the values of the pole and the gain that are required to place one of the closed-loop poles at that particular location. Holding down the left mouse button and moving the mouse along the root locus, you can see the values of the pole and the gain varying correspondingly.
Let us select K=50. Figure 10.56 is the corresponding unit-step response of the closed-loop system with proportional feedback control. The closed-loop system meets the given specifications.


