ch08 - Modified
ch08 - Modified
• Recall that we used transfer functions to represent the system dynamics in Chapters 5-7
– We derived the transfer functions using the D operator without formally using Laplace transform methods
• This chapter presents a brief overview of Laplace transform theory and its use in obtaining the
• Laplace transformation offers a systematic approach for solving an LTI differential equation by
transforming its variables in time t to an algebraic equation in the domain of the complex
Laplace variable s
– Any existing initial conditions are handled in a systematic manner, and the system’s time response is finally
• The Laplace transform variable s j is a complex variable where s and ω are the real
and imaginary parts, respectively
• The “inverse Laplace transform of F(s)” converts the complex function F(s) into the time
function f(t)
A
The Laplace transform is F ( s)
sa
Laplace Transform Tables
transforms
Laplace Transform Using MATLAB
• MATLAB’s Symbolic Math Toolbox can be used to compute the Laplace transform of a given
time function f(t)
• As an example, the following MATLAB commands will determine the Laplace transform of
f (t ) 3 sin 2t
6
Typing all commands we obtain -------- (See Laplace table,
2 entry #8)
s +4
Poles and Zeros of Laplace Transforms
a s z1 s z 2 s z m
F ( s)
s p1 s p2 s pn
• The valuess z1 , s z2 , , s zm that make F(s) = 0 are called the zeros of the transform
F(s)
1 No zeros
Simple example: F1 ( s ) 1 pole at s = –3 (determines time fct)
s3
• Superposition (linearity):
• Differentiation:
Laplace Transform Properties and Theorems (2)
• Integration:
• Final-value theorem:
f ( ) lim f (t ) lim sF ( s )
t s 0
• Therefore, we can use the Laplace transform F(s) to compute the steady-state value of the
corresponding time response f(t)
• The final-value theorem only holds when the function f(t) reaches a steady-state (constant) value as
time t
– For example, the final-value theorem does NOT hold for the sinusoidal function
f (t ) sin 3t
Laplace Transform Properties and Theorems (4)
• Initial-value theorem:
• Therefore, we can use the Laplace transform F(s) to compute the initial value of the
• Take the Laplace transform of every term (use the Laplace transform table) and use the linearity
property (b):
0.2 2 5 32
F (s) 2
s s 3 s 6 s 16
Laplace Transforms Example 8.5
• Compute the final value f () (if it exists) and the initial value f(0+) from the given Laplace
transform
7( s 3)
F ( s) 2
s 2 s 10
• Because the real part of the two poles is negative we can use the final-value theorem
7 s ( s 3) (0)(3)
f () lim sF ( s) lim 2 0
s 0 s 0 s 2s 10 10
7 s( s 3) 7s 2
f (0 ) lim sF ( s ) lim 2 lim 2 7
s s s 2 s 10 s s
• Our overall goal is to use Laplace transforms to obtain the response of a dynamic system that is
subjected to initial conditions and/or a known forcing or input function
• Systematic approach for solving the ODE and obtaining the dynamic response:
1. Take the Laplace transform of every term in the ODE and incorporate the initial conditions using
the differentiation properties
2. Using the result from step 1, solve for the Laplace transform of the dynamic variable, Y(s)
3. Obtain the system’s dynamic response by taking the inverse Laplace transform, y (t ) = L-1{ Y(s) }.
Inverse Laplace Transform Example 8.6
• Begin by taking the Laplace transform of each term on the left-hand side of the I/O equation
Inverse Laplace Transform Example 8.6 (2)
2 4
2s Y ( s ) 2 s 1 10sY ( s ) 10 12Y ( s )
s
4 4 2s 2 9s
2
2s 10s 12 Y ( s) 2 s 9
s s
Inverse Laplace Transform Example 8.6 (3)
2s 2 9s 4 2s 2 9s 4
Y ( s) 2
2 s ( s 5s 6) 2s ( s 2)( s 3)
• Use partial-fraction expansion to express Y(s) as the sum of three fractions involving the three poles
at s = 0, –2, and –3
2 s 2 9s 4 a1 a2 a3
Y (s)
2s ( s 2)( s 3) s s 2 s 3
• Taking the inverse Laplace transform of Y(s) yields the dynamic response
1 7 2t 13 3t
y (t ) e e
3 2 6
• Check the initial value: y(0) = 1/3 – 7/2 + 13/6 = –1 (checks)
a1 a2 an
Y (s)
s p1 s p2 s pn
2s 5 2s 5
Y (s) 2 distinct poles: s = –2, –6
s 2 8s 12 ( s 2)( s 6)
2s 5 a a
• Partial-fraction expansion: Y ( s) 1 2
( s 2)( s 6) s 2 s 6
• Residues:
2s 5 1 2s 5 7
a1 ( s 2)Y ( s ) s 2 0.25 , a2 ( s 6)Y ( s ) s 6 1.75
s 6 s 2 4 s 2 s 6 4
• Take the inverse Laplace transform of both terms (see entry #6 in the Laplace transform table)
• Partial-fraction expansion: a1 a2 a3
Y ( s)
( s 2) 2 s 2 s 3
a2
d
ds
( s 2) 2 Y ( s ) s 2
d 2s 8
2
2s 8
ds s 3 s 2 s 3 ( s 3) 2
2 4
2
1 1
s 2
2s 8 2
a3 ( s 3)Y ( s ) s 3 2
( s 2) 2 s 3
1
4 2 2
• Partial-fraction expansion with residues: Y (s)
( s 2) 2 s 2 s 3
• Re-write the Laplace transform so that it matches the Laplace transforms of exponentially damped
sine and cosine:
2s 9 2( s 3) (0.75)(4)
Y (s)
( s 3) 2 4 2 ( s 3) 2 4 2 ( s 3) 2 4 2
• Take the inverse Laplace transform using entries #10 and 11 in the Laplace table
Clearly the exp decay rate is the real part (a = –3) and the
frequency is the imaginary part (ω = 4) of the complex pole
Inverse Laplace Transform Using MATLAB
• MATLAB’s Symbolic Math Toolbox can compute the inverse Laplace transform if we define the
Laplace transform as a symbolic object
• We can group the approaches for obtaining the dynamic response using Laplace methods into two
categories:
– Applying the Laplace transform to the system’s time-domain input-output (I/O) equation
• The first method yields the complete response because initial conditions can be incorporated
• The second method yields the response due to the input with zero initial conditions (due to the use
• The basic steps for using the Laplace transform method to obtain the solution of the time-
– Take the Laplace transform of every term in the I/O equation and include the initial conditions. This
step will convert an ODE into an algebraic equation in the Laplace variable s
– Solve the algebraic expression from step 1 for the Laplace transform of the output Y(s)
– Take the inverse Laplace transform of Y(s) to obtain the time response of the output y(t)
• The transfer function G(s) is defined as the ratio of the Laplace transform of the output Y(s) to
the Laplace transform of the input U(s) with zero initial conditions
• The basic steps for using the transfer-function method to analytically obtain a system’s dynamic
response are
– Derive the system transfer function G(s) from the mathematical model (I/O equation)
– Multiply the transfer function G(s) by the Laplace transform of the given input function, U(s), to obtain
the Laplace transform of the output Y(s)
– Take the inverse Laplace transform of Y(s) to obtain the time response of the output y(t)
• Determining the system response ultimately requires computing the inverse Laplace transform
which involves the partial-fraction expansion method
• When a system has zero initial conditions the Laplace transform of the output is