What is the effect of a complex pole on control system stability?

AI Thread Summary
The discussion centers on the impact of complex poles on control system stability, specifically analyzing a given transfer function. It clarifies that stability is determined by the location of poles, with those on the left side of the complex plane indicating stability and those on the right indicating instability. The presence of complex poles suggests that the system is marginally stable, leading to oscillations without reaching a steady state. The zero in the transfer function does not affect stability but can influence the system's response characteristics. Ultimately, the system is deemed unstable due to the poles being positioned to the right of the imaginary axis, resulting in an increasing sinusoidal response.
geft
Messages
144
Reaction score
0
Let's say I have the following transfer function:

G(s)=\frac { s-1 }{ { s }^{ 4 }+2{ s }^{ 3 }+{ 3 }s^{ 2 }+{ 4s }+5 }

Which is run through MATLAB to obtain the pole-zero format:

G(s)=\frac { s-1 }{ ({ s }^{ 2 }+2.576s+2.394)({ s }^{ 2 }-0.5756s+2.088) }

Using a quadratic solver such as this one, both poles are found to be complex.

I still can't tell the difference between a pole and a zero in terms of system stability. From my understanding of poles and zeroes, roots that are located on the left hand side make the system stable while those on the right hand side make it unstable. Therefore, am I correct to assume that since the zero is 1, the system is unstable? And since the poles are complex, the system oscillates forever without reaching a steady state?
 
Physics news on Phys.org
Stability is determined by poles, not zeros. Poles on the complex axis make the system marginally stable, which means the system is unstable since a bounded input at the frequency on the axis will result in an unbounded output.
 
Your transfer function has two poles that lie to the right of the imaginary axis, so it's unstable per the Nyquist criterion.
 
I see, so the system is unstable because the poles are to the right of the y axis, making the response an increasing sinusoidal? Won't it be canceled to a degree by the other two poles which work to reduce the response?

If the zero has no effect on stability, what does it affect then?
 
Last edited:
Back
Top