I am trying to solve the following question.
Consider the transfer function $$G(s) = \frac{1.247}{s^2+9.76s+23.8}$$ is in the forward path of a unity feedback control loop. Assume that it is compensated using a static gain K in the forward path. Now I have to plot the root locus of closed-loop system and determine if it is possible to find a value for K such that the settling time is 0.7963 s and the rise time is 0.4445 s.
I know how to do it on paper. The overall closed loop transfer function become $$G(s) = \frac{K*1.247}{s^2+9.76s+23.8+(K*1.247)}$$
If I compare this with standard form of second order system, I can see that $$2*\zeta*\omega_n = 9.76$$ and $$\zeta\omega_n = 4.88$$ From the formula for settling time, $$t_s = \frac{4}{\zeta\omega_n}$$ $$ \zeta\omega_n = \frac{4}{0.7963} = 5.02$$
Therefore, it is not possible to design the system by just varying the value of K. But my doubt is, is there any way to directly find it from the root-locus plot in Matlab. How do I plot the root locus in the first place without knowing the value of K?