160 likes | 513 Vues
Root Locus Analysis (2). Hany Ferdinando Dept. of Electrical Eng. Petra Christian University. General Overview. This section explain the root locus plot for positive feedback system instead of negative feedback All rules use the opposite of the ones used in the negative feedback. R(s).
E N D
Root Locus Analysis (2) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University
General Overview • This section explain the root locus plot for positive feedback system instead of negative feedback • All rules use the opposite of the ones used in the negative feedback
R(s) C(s) G(s) + + H(s) Standardization 1 – G(s)H(s) = 0 Find Characteristic Equation!!
How to make it? • Start from the characteristic equation • Locate the poles and zeros on the s plane • Determine the root loci on the real axis • Determine the asymptotes of the root loci • Find the breakaway and break-in points • Determines the angle of departure (angle of arrival) from complex poles (zeros) • Find the points where the root loci may cross the imaginary axis
Example (1) 1. Start from the characteristic equation
Example (2) 2. Locate the poles and zeros on the s plane
Example (3) 3. Determine the root loci on the real axis
Example (4a) 4. Determine the asymptotes of the root loci
Example (4b) 4. Determine the asymptotes of the root loci
Example (5) From the characteristic equation, find then calculate… s = -0.8 and s = -2.35±0.77j 5. Find the breakaway and break-in point
Example (6) qpole= 0 – sum from pole + sum from zero qzero = 0 – sum from zero + sum from pole qpole= 0 – 27 – 90 + 45 = -72 6. Determine the angle from complex pole/zero
Example (7) Do this part by substituting jw for all s in the characteristic equation K = - w2+8 and - w2 = -10/3 The root locus does not cross the jw axis 7. Find the points where the root loci may cross the imaginary axis
Root Locus in Matlab Function rlocus(num,den) draws the Root Locus of a system. Another version in state space is rlocus(A,B,C,D) The characteristic equation For positive feedback use rlocus(-num,den) to plot the Root Locus in complex plane
Next… Design of a compensator is the topic for the next meeting… See you there!