Transfer Functions: Prerequisites
Transfer Functions: Prerequisites
20.7
Introduction
In this Block we introduce the concept of a transfer function and then use this to obtain a
Laplace transform model of a linear engineering system. (A linear engineering system is one
modelled by a constant coecient ordinary dierential equation).
We shall also see how to obtain the impulse response of a linear system and hence to construct
the general response by use of the Convolution Theorem.
Prerequisites
Before starting this Block you should . . .
x be able to use the Convolution Theorem
y be familiar with taking Laplace and inverse
Laplace transforms
z be familiar with the delta (impulse)
function and its Laplace transform
Learning Outcomes
After completing this Block you should be able
to . . .
understand how to nd a transfer
function of a linear system
show how some linear systems may be
combined together by combining
appropriate transfer functions
obtain the impulse response and the
general response to a linear engineering
system
Learning Style
To achieve what is expected of you . . .
allocate sucient study time
briey revise the prerequisite material
attempt every guided exercise and most
of the other exercises
1. Transfer Functions and Linear Systems
Linear engineering systems are those that can be modelled by linear dierential equations. We
shall only consider those sytems that can be modelled by constant coecient ordinary dierential
equations.
Consider a system modelled by the second order dierential equation.
a
d
2
y
dt
2
+ b
dy
dt
+ cy = f(t)
in which a, b, c are given constants and f(t) is a given function. In this arena f(t) is often called
the input signal or forcing function and the solution y(t) is often called the output signal.
We shall assume that the initial conditions are zero (in this case y(0) = 0, y
(0) = 0).
Now, taking the Laplace transform of the dierential equation, gives:
(as
2
+ bs + c)Y (s) = F(s)
in which we have used y(0) = y
(0) = 0
and hence solve the system.
Solution
Here
H(s) =
1
s
2
+ 4
_
=
1
as
2
+ bs + c
with a = 1, b = 0, c = 4
_
This is obtained by replacing the forcing function e
t
by the impulse function (t) and then
taking the Laplace transform. Using this:
h(t) = L
1
{H(s)} = L
1
{
1
s
2
+ 4
} =
1
2
sin 2t.u(t)
Then the output y(t) corresponding to the input e
t
is given by the convolution of e
t
and h(t).
That is,
y(t) = (h e
t
)(t) =
_
t
0
1
2
sin 2(t x)e
x
dx
=
1
10
_
sin 2t 2 cos 2t + 2e
t
(Note: the last integral can be determined by integrating by parts (twice). Alternatively,
evaluate the integral using DERIVE.)
Try each part of this exercise
Use the transfer function approach to solve
dx
dt
4x = sin t x(0) = 0.
Part (a) Begin by nding the transfer function H(s)
Answer
Part (b) Now obtain an expression for the solution x(t) in terms of the convolution
Answer
Part (c) Now complete the evaluation of this integral
Answer
3 Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
2. Modelling of Linear Systems by Transfer Functions
We have seen above that an engineering system can be modelled by one or more dierential
equations. However, with the introduction of the transfer function we have an alternative model
which we examine in this Section.
It will be helpful to develop a pictorial approach to system modelling. To begin, we can imagine
a dierential equation:
a
d
2
y
dt
2
+ b
dy
dt
+ cy = f(t)
as being a model of the engineering system which transforms the input signal f(t) into an output
signal y(t) (the solution of the dierential equation). The system is characterised by the values
of the coecients a, b, c. A dierent engineering system will be characterised by a dierent set
of coecients. These coecients are independent of the input signal. Changing the input signal
does not change the system. It is the system that changes the input signal into the output
signal. This is easy to describe pictorially.
input signal
output signal
f(t)
system
a, b, c
y(t)
Block diagram describing the system in the tdomain
In a Block diagram the system is represented by a rectangular box and the input and output
signals represented by lines with an arrow to indicate the ow.
After the Laplace transform of the dierential equation is taken the dierential equation is
transformed into
Y (s) = H(s)F(s) H(s)
1
as
2
+ bs + c
in which H(s) is the transfer function. The latter characterises (in Laplace transform terms) the
engineering system from which it was derived. The relation, connecting the Laplace transform of
the output Y (s) to the Laplace transform of the input F(s), can also be described schematically.
input signal
output signal
F(s)
system
H(s)
Y(s)
Block diagram describing the system in the sdomain
We can begin to model an engineering system directly in terms of transfer functions. In order to
do this eectively we need to know how transfer functions are to be combined together. Before
we do this we rst extend our block diagrams to allow for interactions.
There are three basic components occurring in block diagrams. The rst, we have already met:
the block relating the input to the output
F(s)
H(s)
Y(s)
Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
4
The second component is called a summing point:
+
F(s)
Y (s)
Y(s)
Y(s)
G(s)
1
Here, the output signal is tapped and subtracted from the input signal. Hence
Y (s) = G(s)Y
1
(s)
because Y
1
(s) is the input signal to the system characterised by transfer function G(s). However,
at the summing point Y
1
(s) = F(s) Y (s) and so
Y (s) = G(s)(F(s) Y (s))
5 Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
from which we easily obtain:
Y (s) =
_
G(s)
1 + G(s)
_
F(s)
so that, in terms of input and output signals the feedback loop is characterised by a transfer
function
G(s)
1 + G(s)
.
In some feedback loops the tapped signal Y (s) may be modied in some way before feedback.
Using the overall transfer function we can now picture the feedback loop in a simpler way
F(s)
Y(s)
G(s)
1 + G(s)
Another type of block diagram occurs when the output from one system becomes the input to
another system. For example consider the system of coupled dierential equations:
dx
dt
+ x = f(t)
3
dy
dt
y = x(t)
x(0) = 0 y(0) = 0
in which f(t) is a given input signal. In terms of Laplace transforms we have, as usual
sX(s) + X(s) = F(s) 3sY (s) Y (s) = X(s)
so the transfer function for the rst equation (G
1
(s) say) satises
G
1
(s)
X(s)
F(s)
=
1
s + 1
whilst the transfer function for the second equation G
2
(s) satises
G
2
(s)
Y (s)
X(s)
=
1
3s 1
In pictorial terms:
Y(s)
F(s)
G (s)
1
X(s)
G (s)
2
So we have two transfer functions in series. To nd how they combine we simply nd an
expression connecting the nal output Y (s) to the initial input F(s). Clearly
X(s) = G
1
(s)F(s)
and so
Y (s) = G
2
(s)X(s) = [G
2
(s)G
1
(s)] F(s)
Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
6
So to simplify transfer functions in series we simply multiply them together. In this case the
overall transfer function H(s) is:
H(s) = G
1
(s)G
2
(s) =
1
(s + 1)(3s 1)
Note that this result could be found directly from the dierential equations used to model this
system. If we dierentiate the second dierential equation of the original pair:
3
d
2
y
dt
2
dy
dt
=
dx
dt
But the rst equation gives
dx
dt
= f(t) x
3
d
2
y
dt
2
dy
dt
= f(t) x = f(t)
_
3
dy
dt
y
_
or
3
d
2
y
dt
2
+ 2
dy
dt
y = f(t)
which, on taking Laplace transforms gives the srelation (3s
2
+2s 1)Y (s) = F(s) implying a
transfer function:
H(s) =
1
3s
2
+ 2s 1
=
1
(s + 1)(3s 1)
as obtained above.
Example An engineering system is modelled by the block diagram
+
V (s)
1
V (s)
0
G(s) =
K
1 + as
When K = 2.5 and a = 0 determine the system response v
0
(t) when the input
function is a unit step function.
7 Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
Solution
If the system has an overall transfer function H(s) then V
0
(s) = H(s)V
1
(s). But this particular
system is the negative feedback loop described earlier and so
H(s) =
G(s)
1 + G(s)
=
K
1 + as
1 +
K
1 + as
=
K
K + 1 + as
In this particular case
H(s) =
2.5
3.5 + 0.5s
=
5
7 + s
Thus the impulse response h(t) is
h(t) = L
1
{H(s)} = L
1
_
5
(7 + s)
_
= 5e
7t
u(t)
and so the response to a step input u(t) is given by the convolution of h(t) with u(t)
v
0
(t) =
_
t
0
u(t x)5e
7x
u(t)dx
=
_
t
0
5e
7x
dx t > 0
=
_
5
7
e
7x
t
0
=
5
7
[e
7t
1]
Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
8
End of Block 20.7
9 Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
You should nd H(s) = 1/(s 4) since the transfer function is the Laplace transform of the
output X(s) when the input is a delta function (t).
Back to the theory
Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
10
You should obtain x(t) = (sin t h)(t) where
h(t) = L
1
{H(s)} = L
1
_
1
s 4
_
= e
4t
u(t)
x(t) =
_
t
0
(sin x)e
4(tx)
u(t x)dx
Back to the theory
11 Engineering Mathematics: Open Learning Unit Level 1
20.7: The Laplace Transform
If t > 0 then u(t x) = 1 and so
x(t) =
_
t
0
sin x e
4(tx)
dx
= e
4t
_
_
sin x
4
e
4x
_
t
0
_
t
0
cos x
4
e
4x
dx
_
= e
4t
_
sin t
4
e
4t
+
1
4
_
_
cos x
4
e
4x
_
t
0
_
t
0
sin x
4
e
4x
dt
__
Therefore
x(t) =
1
4
sin t
1
16
cos t +
1
16
e
4t
1
16
x(t)
Hence
x(t) =
1
17
_
4 sin t cos t + e
4t