Root Locus Question: Unraveling Intuition for Stability Analysis

  • Thread starter Thread starter alexmath
  • Start date Start date
  • Tags Tags
    Root Root locus
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
alexmath
Messages
35
Reaction score
0

Homework Statement


I've been trying for a week to understand root locus and how it works but what i got is a big confusion that's why I'm asking here for help. Why do we only look at open loop transfer function of the system when we are supposed to know the stability of the closed loop system? I don't even understand the use of this method at all, why don't we look at the poles of the closed loop system which are at 1 / K * Gd in the example below. I don't want you to solve me any problems but please give me the intuition behind this concept.
Thank you so much!
 

Attachments

  • Capture.PNG
    Capture.PNG
    1.4 KB · Views: 522
Physics news on Phys.org
alexmath said:
Why do we only look at open loop transfer function of the system when we are supposed to know the stability of the closed loop system?

The short answer is: You don't.

Say you have a feed forward transfer function, A(s), in the loop, and a feed backword transfer function, B(s). Mason's rule then says, that the transfer function for the closed loop will be:

H(s) = A(s) / ( 1 + A(s) * B(s) ).

In your attached file, A(s) = k / ( s3 - 3s2 - 10s ), B(s) = 1.

Using Mason's rule you will find:

H(s) = k / ( s3 - 3s2 - 10s + k ).

The characteristic equation for the closed loop is: s3 - 3s2 - 10s + k = 0.

By solving this equation with different values of k, you can plot the root locus.

( It seems to be a highly unstable loop. )
 
Last edited:
Yes - Hesch is right. The denominator roots of the closed-loop transfer function are identical to the poles of this function.
And the root locus, therefore, gives you the locus of the poles with the gain as parameter.
Because of stability criteria, these poles (the roots of the denominator) must not move to the right half of the s-plane.
Hence, you can see for which gain values the poles remain within the left half - indicating stability.
 
LvW said:
Hence, you can see for which gain values the poles remain within the left half - indicating stability.

Two of the poles will never be in the left half if gain is positive.

One of the poles will never be in the left half if gain is negative.