Lecture 4
Lecture 4
Faculty of Engineering
Mechanical Engineering Program
Control Systems Dynamics
MDPN372
The system response is obtained by using the inverse Laplace. The transfer function numerator
and denominator are factorized.
𝐶(𝑠) 𝑏0 𝑠 𝑚 + 𝑏1 𝑠 𝑚−1 + ⋯ + 𝑏𝑚−1 𝑠 + 𝑏𝑚 𝐾(𝑠 + 𝑧1 )(𝑠 + 𝑧2 ) … (𝑠 + 𝑧𝑚 )
= 𝑛 𝑛−1
=
𝑅(𝑠) 𝑠 + 𝑎1 𝑠 + ⋯ + 𝑎𝑛−1 𝑠 + 𝑎𝑛 (𝑠 + 𝑝1 )(𝑠 + 𝑝2 ) … (𝑠 + 𝑝𝑛 )
𝐾 ∏𝑚𝑗=1(𝑠 + 𝑧𝑚 )
𝐶(𝑠) = 𝑛 𝑅(𝑠) 𝑚<𝑛
∏𝑖=1(𝑠 + 𝑝𝑛 )
Poles of a transfer function (×): The poles of a transfer function are the roots of the denominator
of the transfer function. Values which make the denominator zero.
Zeros of a transfer function (○): The zeros of a transfer function are the roots of the numerator
of the transfer function. Values which make the numerator zero.
The system poles (roots of the denominator) could be real or complex conjugates.
(𝑠 + 2) 2
𝐴= | =
(𝑠 + 5) 𝑠→0 5
(𝑠 + 2) 3
𝐵= | =
𝑠 𝑠→−5
5
1 (𝑠 + 2) 2⁄5 3⁄5
𝐶(𝑠) = = +
𝑠 (𝑠 + 5) 𝑠 (𝑠 + 5)
2 3
𝑐(𝑡) = + 𝑒 −5𝑡
5 5
Matlab
>> num = conv(2,[1 2]);
>> den = [1 5 0];
>> [r,p,k] = residue(num,den);
r=
1.2000
0.8000
p=
-5
0
k=
[]
1 (𝑠 + 2) 0.8 1.2
𝐶(𝑠) = = +
𝑠 (𝑠 + 5) 𝑠 + 0 (𝑠 + 5)
The poles and zeros are placed in the s-plane where the real part and imaginary part are plotted
on the x and y axis of the plot.
The first order transfer function can be experimentally identified by obtaining the system
response.
𝑑𝑐(𝑡)
𝑠𝑙𝑜𝑝𝑒 = = 𝑎𝑒 −𝑎𝑡
𝑑𝑡
𝑑𝑐(𝑡 = 0)
𝑖𝑛𝑖𝑡𝑖𝑎𝑙 𝑠𝑙𝑜𝑝𝑒 = = 𝑎 = 1/𝜏
𝑑𝑡
The natural frequency ‘ωn’ of a second-order system is the frequency of oscillation of the
system without damping. The damping ratio ‘ζ’ defines the amount of relative damping in the
system. The poles of the transfer function are,
𝑠1,2 = −𝜁𝜔𝑛 ± 𝜔𝑛 √𝜁 2 − 1
The system response as function of the damping ratio ‘ζ’ is summarized as follows
ζ Poles Response
Undamped system 𝑠1,2 = ±𝑗𝜔𝑛 Sustained oscillation
𝜁=0
Frequency of oscillation 𝜔𝑛
A plot of this response for various values of ‘ζ’, plotted along a time axis normalized to the
natural frequency.
Response peaks at
𝜔𝑛 √1 − 𝜁 2 𝑡 = 𝑛𝜋
𝑛𝜋
𝑡=
𝜔𝑛 √1 − 𝜁 2
The first peak (overshoot) at 𝑛 = 1
𝜋 𝜋
𝑇𝑝 = =
𝜔𝑛 √1 − 𝜁 2 𝜔𝑑
Overshoot evaluation %OS
𝐶𝑚𝑎𝑥 − 𝐶𝑠𝑠
%𝑂𝑆 = × 100
𝐶𝑠𝑠
2
%𝑂𝑆 = 100𝑒 −(𝜁𝜋⁄√1−𝜁 )
The amount of overshoot can be used to identify the amount of damping ‘ζ’.
The frequency of oscillation is used to identify the damped frequency of oscillation ‘ωd’.
Solution:
The system is governed by the second order differential equation
𝐽𝜃̈ + 𝐷𝜃̇ + 𝐾𝜃 = 𝑇
Taking Laplace
𝜃(𝑠) 1
= 2
𝑇(𝑠) 𝐽𝑠 + 𝐷𝑠 + 𝐾
The system transfer function
1/𝐽 1 𝐾/𝐽
𝐺(𝑠) = =( )
𝐷 𝐾 𝐾 𝑠2 + 𝐷 𝑠 + 𝐾
𝑠2 + 𝐽 𝑠 + 𝐽 𝐽 𝐽
Comparing to the 2nd order differential equation
𝐾 𝐷
𝜔𝑛 = √ 2𝜁𝜔𝑛 =
𝐽 𝐽
2
100𝑒 −(𝜁𝜋⁄√1−𝜁 ) = 20
−𝜁𝜋
= ln 0.2
√1 − 𝜁 2
𝜁 = 0.456
4
𝑇𝑠 = =2 𝜔𝑛 = 4.39 𝑟𝑎𝑑/𝑠
𝜁𝜔𝑛
𝐾 𝐾
𝜔𝑛 = √ = (4.39)2 4.39 𝐽 = 0.26 𝑘𝑔𝑚2
𝐽 𝐽
𝐷 𝐷
2𝜁𝜔𝑛 = = 2(2) 𝐷 = 1.04 𝑁𝑚𝑠/𝑟𝑎𝑑
𝐽 0.26