First and second order systems Flashcards
What is linearisation? Why is it useful?
Approximating a curve by its slope at a point. Useful for turning non-linear systems into linear systems for analysis. Good approximation for close values, terrible for further values.
What is stability?
A system is stable if it converges to a finite value when there is no control input (i.e. u(t) = 0)
How can you tell if a second order system is stable?
The system is stable if a and b are both positive (in s^2 + as +b)
What do the poles of a second order system tell us about stability?
Stable if the poles have negative real parts.
Unstable if the poles have positive real parts (or if they are two repeated zero roots).
Marginally stable if the two poles are purely imaginary.
What is rise time? (+ rule of thumb for wn and a)?
The time taken to move from 10% to 90% of the steady state response.
tr = 1.8/wn
tr = 2.2/a
What is settling time?
The time it takes for the system response to reach a 2% band around its steady state and stay there.
In the complex plane, what does the natural frequency represent?
The magnitude of the distance to the pole locations.
In the complex plane, what does the damping factor represent?
The angle between the pole location and the imaginary axis is the inverse sine of the damping factor.
How is the damping factor related to the overshoot of the system?
Overshoot is ONLY related to the damping factor! Formula is Mp = e^(-pi*zeta)/(sqr(1-zeta^2))
What are some rules of thumb relating zeta to the overshoot of a system?
Mp = 16% -- zeta = 0.5 Mp = 10% -- zeta = 0.6 Mp = 5% -- zeta = 0.7
What is the formula for settling time?
ts = 4/wn*zeta
What is overshoot?
The maximum amount that the system overshoots its final value in terms of ratio, usually expressed by percentages.
What is the peak time (and formula)?
The peak time is the time when the response reaches maximum value. tp = pi/wd
How do wd and sigma relate to the complex poles?
The equation: x_ddot + ax_dot + bx = cu yields two stable complex poles: p1 = -sigma + jwd p2 = -sigma -jwd Where sigma = a/2 and wd = sqrt(4b-a^2)/2
How does sigma/wd relate to wn/zeta?
wn = sqrt(sigma^2+wd^2) zeta = sigma/wn
How would you reduce ts?
Increase sigma
Move poles further left in complex plane
How would you reduce tr?
Increase wn
How would you reduce Mp?
Increase zeta
How would you reduce tp?
Increase wd
What do each of the components of PD control mean?
Proportion of the error
Derivative of the error
What is the time domain representation of PD control?
u = Kp(r - x) + Kd(r_dot - x_dot)
What is the frequency domain representation of PD control?
u = Kp + Kds
Why does PD control introduce a zero into the system?
Kp + Kds on numerator of transfer function
What is a system zero?
The value at which G(s) = 0.