I am reading a paper that presents the following system, represented by a second-order transfer function:
$G(s) = \frac{K\times(1+0.036s)}{(1+0.0018s)(1+as)}$,
where the gain $K$ is a known constant. They explicitly declare $a<0.0018$, but I don't understand why. What particular property or behavior needs this condition?
I do not come from a solid background with skills of control or differential equations, so please bear with me if this is too simple. I'm not even sure if math.stackexchange is the correct stackexchange place for this question.
I have tried to analyse this by reading a lot about this second-order systems and the only thing that seems interesting is that the damping factor $\zeta >1$ for all values of $a$ except $a=0.0018$, where the damping factor is 1.
The transfer function
$$G (s) = \displaystyle\frac{K \, (1 + 0.036 s)}{(1 + 0.0018 s) (1 + a s)}$$
can be rewritten in the following form
$$G (s) = \displaystyle\frac{\tilde{K} (a) \, (s + \frac{1}{0.036})}{(s + \frac{1}{0.0018}) (s + \frac{1}{a})} \approx \displaystyle\frac{\tilde{K} (a) \, (s + 27.8)}{(s + 555.6) (s + \frac{1}{a})}$$
where $\tilde{K} (a) = \frac{0.036 K}{0.0018 \, a} = \frac{20 K}{a}$. Note that the zero at approximately $s = -27.8$ creates a rising ramp in the Bode plot starting at frequency $\omega = 27.8$ rads / second. The pole at approximately $s = -555.6$ will flatten the Bode plot after frequency $\omega = 555.6$ rads / second. The condition $a < 0.0018$ (I will assume that $a > 0$ to ensure stability) ensures that the pole at $s = - \frac{1}{a}$ is "faster" than the one at $s = -555.6$, which will produce a falling ramp in the Bode plot starting at frequency $\omega = \frac{1}{a} > 555.6$ rads / second. Here is a possible Bode plot:
where I chose gain $K = 1$ and used $a = 0.0009$. This could be a bandpass filter, but it looks more like some sort of lead-lag compensator. Here is the MATLAB code that generates the Bode plot: