A Note on the Frequency Response for an Example 3rd Order System

        There is a simple system that can be used to show many of the properties of Nyquist plots and how they behave.  The system's transfer function is:

KG(s) = K/[s(st1 + 1)(st2 + 1)]

This system has the following characteristics:

The Nyquist plot for this system is drawn below for the following parameters.

Note the features in this Nyquist plot.

        The questions that arise from this mainly concern how to calculate the last two points.  We'll tackle them one at a time.
The Asymptote

       The transfer function - with jw substituted for s - is:

G(jw) = K/[jw(jwt1 + 1)(jwt2 +1)]

We can expand this with an eye to isolating real and imaginary parts.

G(jw) = K/[jw(-w2t1t2 + jw(t1+ t2) + 1)]

G(jw) = K/[jw(1 -w2t1t2 + jw(t1+ t2)]

Multiply through by the complex conjugate of the quadratic factor only, and you get:

G(jw) = K(1 -w2t1t2 - jw(t1+ t2)/[jw((1 -w2t1t2)2 + w2(t1+ t2)2]

The real part of this (taking into accoun the common jw factor) is:

Re[G(jw)] = -K(t1+ t2)/[(1 -w2t1t2)2]

When the frequency is very small, this becomes:

Re[G(j0)] = -K(t1+ t2)

For the example used in the illustration above, we had:

So, the asymptote for the real part should be Re[G(j0)] = -K(t1+ t2) = -100(.012) = -1.2.  Here is a rescaled graph of that Nyquist plot showing the asymptote more clearly - and you can see pretty well that it matches our calculation.

Note that many texts show incorrect graphs that asymptotically approach the vertical axis.
Real Axis Intercept

        The real axis intercept can be obtained by noting when the imaginary part of the frequency response is zero.  Using our expression from above, we have:

G(jw) = K/[jw(1 -w2t1t2 + jw(t1+ t2)]

That expression will be real (have no imaginary part) when:

1 -w2t1t2= 0

or when:

w2 = 1/(t1t2)

With a little algebra, you should be able to show that the frequency response is then:

-Kt1t2/(t1+ t2)

For the example used in the illustration above, we had:

So the real part is equal to:

-100(.01)(.002)/(.01 + .002)
 = -.002/.012
= -0.167

Again, examine a rescaled plot, and you can see that the real intercept is at -0.167.  Here's the plot.