3.5.40 · D5Guidance, Navigation & Control (GNC)
Question bank — Root locus — Evans' method, rules for sketching
Reminder of the two rules everything rests on:
- Angle condition with decides the shape (which points are on the locus). The factor just enumerates the odd multiples (all the same physical angle mod ); different let different branches satisfy it.
- Magnitude condition decides the gain label at each point.
True or false — justify
The root locus shows how the OPEN-loop poles move as increases.
False — the open-loop poles are fixed (roots of , independent of ). The locus tracks the closed-loop poles, which start at the open-loop poles when and move away as grows.
Every branch of the locus must end on a finite open-loop zero.
False — only branches (the number of finite zeros, roots of ) end on zeros; the remaining branches escape to infinity along the asymptotes. A system with no finite zeros sends all branches off to infinity.
The locus is always symmetric about the real axis.
True — the characteristic polynomial has real coefficients, so any complex closed-loop pole is accompanied by its conjugate. The map is a mirror image top-to-bottom.
If all open-loop poles are in the left half plane, the closed-loop system is stable for every .
False — as grows, branches can migrate right and cross the imaginary axis (e.g. goes unstable at ). Left-half open-loop poles guarantee nothing about large-gain behaviour.
The centroid is the point where the locus actually crosses the imaginary axis.
False — is only where the asymptotes intersect the real axis. The true -crossing comes from Routh–Hurwitz and is usually a different value.
Adding a zero (as a PD controller does) can bend the locus back into the left half plane.
True — a finite zero (a root of ) attracts a branch, changing the asymptote count and often pulling escaping branches toward the stable side. This is exactly how PD control adds damping.
The angle condition and the magnitude condition each independently determine the whole locus.
False — the angle condition alone determines the shape (which points lie on the locus). The magnitude condition only labels those points with their value; it draws nothing new.
Increasing always makes the response faster and better damped.
False — higher typically moves poles toward lower damping ratio (branches curl toward ). It can speed the response but reduce damping, causing overshoot or instability.
Spot the error
"A real point is on the locus if there are poles to its right." — what's wrong?
Two errors: it must be poles and zeros to the right, and the count must be odd, not merely nonzero. An even count (e.g. two poles to the right) puts the point off the locus.
"There are branches because there are zeros." — fix it.
The number of branches equals , the number of open-loop poles (the degree of in is when ). Of these, terminate on zeros and run to infinity.
"The breakaway point is always the midpoint between two poles." — why is this only sometimes right?
Symmetry forces the breakaway (the real point where branches leave the axis) to lie between two real poles, but its exact location comes from solving . Only for a symmetric pair like does it land on the arithmetic midpoint; a nearby zero shifts it.
" can be negative, so the locus includes negative gains." — correct it.
For the standard root locus , and is a magnitude (always ), so automatically. Negative traces a complementary locus using the angle condition , a different diagram.
"At the breakaway point the gain is zero." — what's the real statement?
At breakaway two branches meet, meaning the polynomial has a repeated root, so hits a local extremum () — not necessarily zero. For the breakaway gain is .
"The asymptote angles depend on where the poles are located." — why false?
The angles depend only on the count , not pole positions. Pole positions affect the centroid (where asymptotes sit), not their slopes.
Why questions
Why is the point on the locus governed by the angle condition and not the magnitude?
Because splits into "magnitude " and "angle ". For any point, you can always choose a to fix the magnitude, so magnitude never rules a point out — only the fixed angle requirement does.
Why do complex-conjugate poles contribute zero net angle to a real test point?
A conjugate pair sits symmetrically above and below the real axis. Their angle contributions to any real point are equal and opposite, so they cancel — which is why only real singularities matter for the real-axis rule.
Why does the far-field locus look like a single pole of multiplicity at the centroid?
For the individual poles and zeros are unresolvable, so after matching the two leading terms of the division (see figure s02). The whole cluster blurs into one effective pole at their weighted average , and applying the angle condition to it yields the asymptote angles.
Why does the angle of departure formula start with ?
It comes from applying the angle condition to a test point infinitesimally close to the complex pole (see figure s03). The is the target; the sums of angles from other poles/zeros are the corrections needed to hit it.
Why do we use Routh–Hurwitz for the crossing instead of the angle condition?
The angle condition tells us the shape but not which pushes a pole exactly onto . Routh–Hurwitz directly yields the critical that makes a row vanish, and its auxiliary equation gives the crossing frequency — the stability boundary.
Why is "shape first, gain second" the correct mental order?
The geometry (real-axis segments, asymptotes, breakaways) is decided entirely by pole/zero positions via the angle condition — independent of . Only once the path is drawn do you use the magnitude condition to stamp -values along it.
Edge cases
What does the locus look like for a single open-loop pole and no zeros, ?
One branch starting at , and since the lone asymptote is at , so the pole slides straight left along the real axis toward . Stable for all .
Two real poles at the same location (a repeated pole), e.g. — what happens at ?
Both branches start at the double pole , then immediately break perpendicular to the real axis (the breakaway is the pole itself). They rise/fall vertically since gives asymptotes at .
A pole sitting exactly on the imaginary axis at the origin, — is the origin on the locus?
The origin is the start of the branch at (it's the open-loop pole). As increases the closed-loop pole moves left off the axis, so the system is stable for despite the marginal open-loop pole.
What if an open-loop pole and zero cancel exactly, e.g. ?
The common factor cancels, so it is neither a locus start nor end — no branch runs between them; effectively and each drop by one and the locus is that of . Caution: exact cancellation never happens in real hardware, so a near-cancelled pole hides a slow, poorly-controllable mode (a hidden pole) that the root locus of the reduced system won't show.
What if (equal poles and zeros)?
Then : no branches escape to infinity, all branches terminate on finite zeros. There are no asymptotes to draw. This occurs with proper-but-not-strictly-proper loops.
A zero placed to the right of all poles on the real axis — is the segment beyond that zero on the locus?
To the right of the rightmost singularity the count of poles+zeros to the right is zero (even), so that segment is off the locus. The rule counts everything to the right, zeros included.
If two branches meet on the real axis and both leave it, what is true about there?
They meet at a breakaway point where reaches a local maximum along the real axis (); increasing further forces the poles complex, so they leave the axis as a conjugate pair.
Can the root locus ever exist entirely off the real axis with no real-axis segment?
Only if the real-axis odd-count rule is never satisfied — e.g. a pure complex-conjugate pole pair with no real poles or zeros. Then branches curve in the plane without touching the real axis except by symmetry considerations.
Connections
- Root locus — Evans' method, rules for sketching — the parent this bank tests
- Characteristic equation & closed-loop poles
- Routh–Hurwitz stability criterion — the -crossing tool
- PID / PD controller design — zeros as reshaping tools
- Bode plot & frequency response
- Nyquist criterion
- Damping ratio and settling time
- GNC control loops