Electronic – Root locus of discrete time system

control systemcontrol-loop

I have a question about a probably easy task, but I can't find the right K.

I have the loop with an adjustable gain element given:

$$Q(z) = \frac{H(z)}{1+ K\cdot G(z)H(z)} $$

I have given:

$$H(z) = \frac{z}{z+0.5}$$ and $$G(z) = \frac{1}{z(z-0.5)}$$

enter image description here

$$H(z) \cdot G(z) = \frac{1}{(z+0.5)(z-0.5)}$$ which give the poles 0.5 and -0.5.

I'm not sure how to go from here. Do I have to count the zeros at +/- infinity and how can I get the argument?

The solution is that the system is stable for -0.75 < K < 1.25.

Best Answer

The root locus plot for positive K is enter image description here

You can see that intersections the unit circle at z=±1j. The Closed-loop pole is $$\frac{-1}{G(z)H(z)} = -(z+0.5)(z-0.5)$$ For z=±1j we have \$K=-(j+0.5)(j-0.5)=-(-1-.25)=1.25\$

For negative K the root locus is enter image description here This intersects the unit circle at z=±1. For that, we have \$K=-(1+0.5)(1-0.5) = -0.75\$

So, you're region of convergence is from \$-0.75 < K < 1.25\$

Related Topic