You are on page 1of 25

Transfer Functions

• Convenient representation of a linear, dynamic model.


• A transfer function (TF) relates one input and one output:

x (t ) y (t )
Chapter 4

→ system →
X (s) Y (s)

The following terminology is used:

x y
input output
forcing function response
“cause” “effect”
1
Definition of the transfer function:

Let G(s) denote the transfer function between an input, x, and an


output, y. Then, by definition

Y (s)
G (s)
Chapter 4

=
X (s)
where:

Y ( s ) = L ⎡⎣ y ( t ) ⎤⎦
X ( s ) = L ⎡⎣ x ( t ) ⎤⎦

2
Development of Transfer Functions
Example: Stirred Tank Heating System
Chapter 4

Figure 2.3 Stirred-tank heating process with constant holdup, V.

3
Recall the previous dynamic model, assuming constant liquid
holdup and flow rates:
dT
V ρC = wC (Ti − T ) + Q (1)
dt
Suppose the process is initially at steady state:
Chapter 4

T ( 0 ) = T , Ti ( 0 ) = Ti , Q ( 0 ) = Q ( 2)
where T = steady-state value of T, etc. For steady-state
conditions:
0 = wC (Ti − T ) + Q (3)

Subtract (3) from (1):

= wC ⎡⎣(Ti − Ti ) − (T − T ) ⎤⎦ + ( Q − Q )
dT
V ρC (4)
dt
4
But,
dT d (T − T )
= because T is a constant (5)
dt dt

Thus we can substitute into (4-2) to get,

dT ′
V ρC = wC (Ti′ − T ′ ) + Q′
Chapter 4

(6)
dt
where we have introduced the following “deviation variables”,
also called “perturbation variables”:

T ′ = T − T , Ti′ = Ti − Ti , Q′ = Q − Q (7)

Take L of (6):

V ρ C ⎡⎣ sT ′ ( s ) − T ′ ( t = 0 ) ⎤⎦ = wC ⎡⎣Ti′( s ) − T ′ ( s ) ⎤⎦ − Q′ ( s ) (8)
5
Evaluate T ′ ( t = 0 ) .

By definition, T ′ = T − T . Thus at time, t = 0,


T ′(0) = T (0) − T (9)

But since our assumed initial condition was that the process
was initially at steady state, i.e., T ( 0 ) = T it follows from (9)
Chapter 4

that T ′ ( 0 ) = 0.
Note: The advantage of using deviation variables is that the
initial condition term becomes zero. This simplifies the later
analysis.

Rearrange (8) to solve for T ′ ( s ) :

⎛ K ⎞ ⎛ 1 ⎞
T ′( s) = ⎜ ⎟ Q′ ( s ) + ⎜ ⎟ Ti′( s ) (10)
⎝ τ s +1 ⎠ ⎝ τ s +1 ⎠
6
where two new symbols are defined:
1 Vρ
and τ (11)
=
K =
wC w

Transfer Function Between Q′ and T ′


Chapter 4

Suppose Ti is constant at the steady-state value. Then,


Ti ( t ) = Ti ⇒ Ti′( t ) = 0 ⇒ Ti′( s ) = 0. Then we can substitute into
(10) and rearrange to get the desired TF:

T ′( s) K
= (12)
Q′ ( s ) τ s + 1

7
Transfer Function Between T ′and Ti′ :
Suppose that Q is constant at its steady-state value:

Q ( t ) = Q ⇒ Q′ ( t ) = 0 ⇒ Q′ ( s ) = 0
Chapter 4

Thus, rearranging

T ′( s ) 1
= (13)
Ti′( s ) τ s + 1

Comments:
1. The TFs in (12) and (13) show the individual effects of Q and Ti
on T. What about simultaneous changes in both Q and Ti ?

8
• Answer: See (10). The same TFs are valid for simultaneous
changes.

• Note that (10) shows that the effects of changes in both Q


and Ti are additive. This always occurs for linear, dynamic
Chapter 4

models (like TFs) because the Principle of Superposition is


valid.

2. The TF model enables us to determine the output response to


any change in an input.
3. Use deviation variables to eliminate initial conditions for TF
models.

9
Properties of Transfer Function Models

1. Steady-State Gain
The steady-state of a TF can be used to calculate the steady-
Chapter 4

state change in an output due to a steady-state change in the


input. For example, suppose we know two steady states for an
input, u, and an output, y. Then we can calculate the steady-
state gain, K, from:

y2 − y1
K= (4-38)
u2 − u1

For a linear system, K is a constant. But for a nonlinear


system, K will depend on the operating condition ( u , y ) .

10
Calculation of K from the TF Model:
If a TF model has a steady-state gain, then:

K = lim G ( s ) (14)
s →0
Chapter 4

• This important result is a consequence of the Final Value


Theorem

• Note: Some TF models do not have a steady-state gain (e.g.,


integrating process in Ch. 5)

11
2. Order of a TF Model
Consider a general n-th order, linear ODE:
dny dy n−1 dy d mu
an + an−1 + K a1 + a0 y = bm m +
dt n
dt n−1 dt dt
d m−1u du
Chapter 4

bm−1 m−1
+ K + b1 + b0u (4-39)
dt dt
Take L, assuming the initial conditions are all zero. Rearranging
m
gives the TF:

Y ( s ) i =0
bi s i

G (s) = = n (4-40)
U (s)
∑i a s i

i =0
The order of the TF is defined to be the order of the denominator
polynomial. Note: The order of the TF is equal to the order of the
ODE.
12
3. Additive Property
Suppose that an output is influenced by two inputs and that
the transfer functions are known:
Y (s) Y (s)
= G1 ( s ) and = G2 ( s )
U1 ( s ) U2 ( s)
Chapter 4

Then the response to changes in both U1 and U 2 can be written


as:

Y ( s ) = G1 ( s )U1 ( s ) + G2 ( s )U 2 ( s )
The graphical representation (or block diagram) is:

U1(s) G1(s)
Y (s )

U2(s) G2(s)

14
4. Multiplicative Property
Suppose that,
Y (s) U2 ( s)
= G2 ( s ) and = G3 ( s )
U2 ( s) U3 ( s )
Then,
Chapter 4

Y ( s ) = G2 ( s )U 2 ( s ) and U 2 ( s ) = G3 ( s )U 3 ( s )
Substitute,
Y ( s ) = G2 ( s ) G3 ( s )U 3 ( s )
Or,

Y (s)
= G2 ( s ) G3 ( s ) U3 ( s ) G2 ( s ) G3 ( s ) Y (s)
U3 ( s )

15
Linearization of Nonlinear Models
• So far, we have emphasized linear models which can be
transformed into TF models.
• But most physical processes and physical models are nonlinear.
Chapter 4

- But over a small range of operating conditions, the behavior


may be approximately linear.
- Conclude: Linear approximations can be useful, especially
for purpose of analysis.
• Approximate linear models can be obtained analytically by a
method called “linearization”. It is based on a Taylor Series
Expansion of a nonlinear function about a specified operating
point.

16
Linearization (continued)
• Consider a nonlinear, dynamic model relating two process
variables, u and y:
dy
= f ( y, u ) (4-60)
dt
Chapter 4

Perform a Taylor Series Expansion about u = u and y = y and


truncate after the first order terms,
∂f ∂f
f ( u, y ) = f ( u , y ) + u′ + y′ (4-61)
∂u s ∂y s

where u′ = u − u , y′ = y − y , and subsrcipt s denotes the steady


state, ( u , y ) . Note that the partial derivative terms are actually
constants because they have been evaluated at the nominal
operating point, s.
17
Linearization (continued)
Substitute (4-61) into (4-60) gives:
dy ∂f ∂f
= f (u , y ) + u′ + y′ (A)
dt ∂u s ∂y s

Because ( u , y ) is a steady state, it follows from (4-60) that


Chapter 4

f (u , y ) = 0 (B)
Also, because y′ = y - y, it follows that,
dy dy′
= (C)
dt dt
Substitute (B) and (C) into (A) gives the linearized model:

dy′ ∂f ∂f
= u′ + y′ (4-62)
dt ∂u s ∂y s

18
Example: Liquid Storage System
qi
dh
Mass balance: A = qi − q (1)
dt
Valve relation: q = Cv h (2)
h A = area, Cv = constant

q
Chapter 4

Combine (1) and (2) and rearrange:


dh 1 C
= qi − v h = f (h, qi ) (3)
dt A A
Eq. (3) is in the form of (4-60) with y = h and u = qi . Thus,
we can utilize (4-62) to linearize around h = h and qi =qi ,

dh′ ⎛ ∂f ⎞ ⎛ ∂f ⎞
= ⎜ ⎟ h′ + ⎜ ⎟ qi′ (4)
dt ⎝ ∂h ⎠ s ⎝ ∂qi ⎠ s

19
where:
⎛ ∂f ⎞ Cv
⎜ ⎟ = − (5)
⎝ ∂h ⎠s 2A h

⎛ ∂f ⎞ 1
⎜ ⎟ = (6)
⎝ ∂qi ⎠s A
Chapter 4

Substitute into (4) gives the linearized model:

dh′ 1 Cv
= qi′ − h′ (7)
dt A 2A h

This model can be expressed in terms of a valve resistance, R

dh′ 1 1 2 h
= qi′ − h′ with R = (8) (8)
dt A AR Cv
20
State-Space Models

• Dynamic models derived from physical principles typically


consist of one or more ordinary differential equations (ODEs).
• In this section, we consider a general class of ODE models
Chapter 4

referred to as state-space models.

Consider standard form for a linear state-space model,

x& = Ax + Bu + Ed (4-90)

y = Cx (4-91)

21
where:
x = the state vector
u = the control vector of manipulated variables (also called
control variables)
d = the disturbance vector
Chapter 4

y = the output vector of measured variables. (We use


boldface symbols to denote vector and matrices, and
plain text to represent scalars.)
• The elements of x are referred to as state variables.
• The elements of y are typically a subset of x, namely, the state
variables that are measured. In general, x, u, d, and y are
functions of time.
• The time derivative of x is denoted by x& ( = dx / dt ) .
• Matrices A, B, C, and E are constant matrices.
22
Example: CSTR Model
Consider the previous CSTR model. Assume that Tc can vary
with time while cAi, Ti , q and w are constant.

Nonlinear
Model:
Chapter 4

Linearized
Model:

where:

23
Example 4.9
Show that the linearized CSTR model of Example 4.8 can
be written in the state-space form of Eqs. 4-90 and 4-91.
Derive state-space models for two cases:
(a) Both cA and T are measured.
Chapter 4

(b) Only T is measured.

Solution
The linearized CSTR model in Eqs. 4-84 and 4-85 can be written
in vector-matrix form:
⎡ dc′A ⎤ ⎡ a a12 ⎤ ⎡c′A ⎤ ⎡ 0 ⎤
⎢ dt ⎥ ⎢ 11 ⎥ ⎢ ⎥ + ⎢ ⎥T′
⎢ ⎥=⎢ ⎥⎢ ⎥ ⎢ ⎥ c
(4-92)
⎢ dT ′ ⎥ ⎢ a a22 ⎥⎦ ⎢⎣ T ′ ⎥⎦ ⎢⎣b2 ⎥⎦
⎢⎣ dt ⎥⎦ ⎣ 21
24
Let x1 c′A and x2 T ,′ and denote their time derivatives by x&1
and x&2 . Suppose that the coolant temperature Tc can be
manipulated. For this situation, there is a scalar control variable,
u Tc′ , and no modeled disturbance. Substituting these
definitions into (4-92) gives,
Chapter 4

⎡ x&1 ⎤ ⎡ a11 a12 ⎤ ⎡ x1 ⎤ ⎡ 0 ⎤


⎢ x& ⎥ = ⎢ a ⎥ ⎢ ⎥ + ⎢ ⎥u (4-93)
⎣ 2 ⎦ ⎣14 21 a22 ⎦ ⎣ x2 ⎦ ⎣
243 {
b2 ⎦
A B

which is in the form of Eq. 4-90 with x = col [x1, x2]. (The symbol
“col” denotes a column vector.)

25
a) If both T and cA are measured, then y = x, and C = I in
Eq. 4-91, where I denotes the 2x2 identity matrix. A and B are
defined in (4-93).

b) When only T is measured, output vector y is a scalar,


y = T ′ and C is a row vector, C = [0,1].
Chapter 4

Note that the state-space model for Example 4.9 has d = 0


because disturbance variables were not included in (4-92). By
contrast, suppose that the feed composition and feed temperature
are considered to be disturbance variables in the original
nonlinear CSTR model in Eqs. 2-60 and 2-64. Then the linearized
model would include two additional deviation variables, c′Ai
and Ti′.

26

You might also like