Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

To my knowledge, as long as the poles of the transfer function are in the left half plane, then the system is stable. It is because the time response can be written as "a*exp(-b*t)" where 'a' and 'b' are positive. Therefore, the system is stable.

However, I saw people stated on websites that "Also no zero is allow in the right half plane". Why?

share|improve this question

2 Answers

up vote 2 down vote accepted

For a LTI system to be stable, it is sufficient that its transfer function has no poles on the right semi-plane.

Take this example, for instance: F = (s-1)/(s+1)(s+2). It has a zero at s=1, on the right half-plane. Its step response is: F = (s-1)/(s+1)(s+2) Step Response

As you can see, it is perfectly stable.

The characteristic function of a closed-looped system, on the other hand, cannot have zeros on the right half-plane. The characteristic function of a closed loop system is the denominator of the overall transfer function, and therefore its zeros are the poles of the system. That's why you are mixing things up.

A very important concept, worth mentioning, is closely related with the existence of zeros on the right half-plane, though: minimum and maximum phase systems. I suggest you take a look at the wikipedia article about it.

share|improve this answer
Thanks so much. It is very helpful. – Superhero Apr 11 '12 at 2:26

For open-loop stability, all the poles of the open-loop transfer function G(s)H(s) have to be in the left half-plane.

For closed-loop stability (the one that matters), all the zeros of the transfer function F(s) = 1 + G(s)H(s) have to be in the left half-plane. These zeros are the same as the poles of the transfer function of the closed-loop system (G(s) / (1+G(s)H(s)).

So if you draw the poles and zeros of G(s)H(s) in a graph, the poles have to be in the left half-plane for open-loop stability.

But if you draw the poles and zeros of the closed-loop transfer function (G(s) / (1+G(s)H(S)) then if all the poles are in the left half-plane, the closed-loop system is stable.

But how do you then figure out the closed-loop stability from a G(s)H(s) function? You can either: 1) Find the roots of 1+G(s)H(s)=0 (simple) 2) Use the Routh stability criterion (moderate) 3) Use the Nyquist stability criterion or draw the Nyquist diagram (hard)

In summary, if you have the closed-loop transfer function of a system, only the poles matter for closed-loop stability. But if you have the open-loop transfer function you should find the zeros of the 1+G(s)H(s) transfer function and if they are in the left half-plane, the closed-loop system is stable.

share|improve this answer
4  
Does this hold true for Russians and Hungarians too, not just Poles? – Olin Lathrop Apr 10 '12 at 23:10
@mynameis Thanks – Superhero Apr 11 '12 at 2:03
+1 Great! There are countless application notes about switching converters out there telling you that the RHP zero is bad, without even mentioning that it's bad for a closed-loop system. I wish all of these app'notes had this exact answer as their first paragraph, before diving into the RHP zero stuff over and over again, with no context info. – zebonaut Apr 17 '12 at 9:01
Ow, Olin, that's a bad one! :-) – stevenvh Apr 17 '12 at 13:25
@OlinLathrop Keep it up, you are great! :) – abdullah kahraman Apr 17 '12 at 14:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.