I have a polynomial such as,
$z^2 - 1.5z + 0.9 = 0$
I need to know if the roots are inside the unit circle and if the transfer function is stable if the equation is the denominator. But I am not exactly sure of how to proceed and I found a negative $\Delta$ which would mean the equation has no solution. So I am a bit lost here.
I would appreciate any help, thanks.
Let you are given a quadratic equation that may have complex roots
$$\begin{align*} az^2+bz+c = 0 \end{align*}$$
$$\implies z = \frac{-b±\sqrt{b^2-4ac}}{2a}$$
Let $\sqrt{b^2-4ac} = \Delta$
Thus $$z_1 = \frac{-b+\Delta}{2a}$$, $$z_2 = \frac{-b-\Delta}{2a}$$
Mod(Z): $||Z = a+ ib|| = \sqrt{a^2+b^2}$
Now,
For the above problem: $z^2-1.5z-0.9 = 0$
$z_1 = 0.75-0.5809i$ which is complex $\implies z_2 = 0.75+0.5809i$ will be the conjugate
$||z_1|| = \sqrt{0.75^2+0.5809475^2} = \sqrt{0.9}<1$ Same for the other root
However, If you find this for quadratic equation with real coefficients if either of one roots is complex other will be its conjugate. Thus if either of the roots is within the unit circle other will also be inside of the unit circle and vice-versa