Transferfunction
Transferfunction
Mechatronics
December 4, 2020
Introduction
• However, for many systems the relationship between output and the
input is in the form of a differential equation. In such cases simply
defining gain with some numerical value is not possible.
• Laplace transform can transform a differential equation (in time do-
main) in to an algebraic equation (in s-domain).
with all the initial conditions being zero, i.e. we assume zero output
when zero input and zero rate of change of output with time when zero
rate of input with time.
Mechatronics System Transfer Function December 4, 2020 3 / 20
Continue...
• Thus, the output of the transform is X (s) = G(s)Y (s), i.e. the product
of the input transform and product of the transfer function.
• Laplace transform are helpful tool for dealing with linear systems, i.e.
when the system equation is a linear differential equation then Laplace
transform can be applied.
• Laplace transform technique cannot be applied for nonlinear systems,
i.e. systems with nonlinear differential equations.
• Laplace transform convert a function in time domain to s domain. For
the function f (t), the Laplace transform is obtained by multiplying it
with e −st and integrate from 0 to ∞.
Z ∞
L{f (t)} = e −st f (t)dt
0
df (t)
L{ } = sF (s) − f (0)
dt
• Laplace transform of second derivative
d 2 f (t) df (0)
L{ 2
} = s 2 F (s) − sf (0) −
dt dt
• The Laplace transform of an integral of a function is
Z t
F (s)
L{ f (t)dt} =
0 s
• All initial conditions for transfer function are zero.
Mechatronics System Transfer Function December 4, 2020 8 / 20
First order systems
• Consider a system where the relationship between the input and the
output is in the form of a first-order differential equation.
dx
a1 + a0 x = b0 y
dt
where a1 , a0 , b0 are constants, y is the input and x the output, both
being functions of time.
• Laplace transform of this, with all initial conditions zero, is
a1 sX (s) + a0 X (s) = b0 Y (s)
d 2x dx
a2 + a1 + a0 x = b0 y
dt 2 dt
where a2 , a1 , a0 , and b0 are constants.
• The Laplace transform of this equation, with all initial conditions zero,
is
a2 s 2 X (s) + a1 sX (s) + a0 X (s) = b0 Y (s)
X (s) b0
G(s) = = 2
Y (s) a2 s + a 1 s + a0
d 2x dx
2
+ 2ζωn + ωn2 x = b0 y
dt dt
where ωn is the natural frequency and ζ is the damping ratio.
• The transfer function is
X (s) b0 ωn2
G(s) = = 2
Y (s) s + 2ζωn s + ωn2
b0 ωn2
X (s) = G(s)Y (s) =
s(s 2 + 2ζωn s + ωn2 )
• The above equation can be written in different form as,
b0 ωn2
X (s) =
s(s + p1 )(s + p2 )
where, p1 and p2 are roots of the equation (s 2 + 2ζωn s + ωn2 ) = 0
• Roots of the quadratic equation are is
q
−2ζωn ± 4ζ 2 ωn2 − 4ωn2
p=
2
p p
• The roots p1 = −ζωn + ωn ζ 2 − 1 and p2 = −ζωn − ωn ζ 2 − 1
Mechatronics System Transfer Function December 4, 2020 15 / 20
Continue...
• The term forward path is used for the path having the transfer function
G(s) in the figure.
• Feedback path for the one having H(s). The entire system is referred
to as a closed loop system.
• The effective input for the element G(s) is Y (s) − H(s)X (s)
X (s)
G(s) =
Y (s) − H(s)X (s)
X (s) G(s)
=
Y (s) 1 + G(s)H(s)
• The overall transfer function for the system having a negative feedback
of H(s) is
G(s)
T (s) =
1 + G(s)H(s)