Laplace Transformation
Laplace Transformation
Transformation
Control system
Laplace Transformation is a very useful tool for analysis of a dynamic systemin Frequency-
Domain. This transformation helps to transform differential equations into the form of
algebraic equations which is easier to manipulate equations into the form of algebraic
equation
N UA A
Laplace
Transformation
Laplace Transformation
Submitted by
BIMAN RIMAL
SL1703006
Submitted To
1
Zhen Zi Yang
Contents
Introduction to Laplace Transformation........................................................................................... 3
Laplace Transforms ...................................................................................................................... 4
properties & formulas .................................................................................................................. 6
Linearity ................................................................................................................................... 7
One-to-one property ................................................................................................................. 8
Inverse Laplace form................................................................................................................ 8
Time scaling ............................................................................................................................. 8
Exponential scaling .................................................................................................................. 9
Time delay.............................................................................................................................. 10
Derivative ............................................................................................................................... 11
Laplace Transformation
Integral ................................................................................................................................... 12
Multiplication by t .................................................................................................................. 14
Convolution ............................................................................................................................ 15
Initial Value Theorem ............................................................................................................ 16
Final Value Theorem.............................................................................................................. 17
Solution of ODEs by Laplace Transforms Procedure: ............................................................... 18
Conclusion.................................................................................................................................. 19
2
Introduction to Laplace Transformation
Continuous Time
Study Linear Study
time-domain response frequency-domain
system response
Laplace Transformation
Transfer Frequency
function Differential
characteristic
Laplace
equation
Fourier
transform transform
3
Laplace Transformation
Laplace Transforms
• It is important analytical method for solving linear ordinary differential
equations. And for Nonlinear ODEs it must be linearize first.
• Laplace transforms play a key role in important process control
concepts and techniques. - Examples:
• Transfer functions
• Frequency response
• Control system design
• Stability analysis
4
Definition of Laplace equation
• A time-domain signal f(t) which may represent a forcing function or the response of
a system may be transformed into frequency domain by using the following
transformation:
Laplace Transformation
variable (in sec); st is unitless
5
Laplace Transformation
6
Linearity
Laplace Transformation
7
One-to-one property
the Laplace transform is one-to-one: if L(f) = L(g) then f = g
Inverse Laplace form
By definition, the inverse Laplace transform operator, L-1, converts an s-
domain function back to the corresponding time domain function:
Laplace Transformation
Time scaling
1 𝑠𝑠
Assume X(s)= L[x(t)] then L[x(at)]= 𝑥𝑥( )
𝑎𝑎 𝑎𝑎
Example:
L(et) = 1/(s − 1) so
8
Exponential scaling
Laplace Transformation
9
Time delay
Time delays occur due to fluid flow, time required to do an
analysis (e.g., gas chromatograph
Because
Laplace Transformation
we can change the lower limit of the integral from 0- to a- and drop
the step function (because it is always equal to one)
f(t) g(t)
10
Derivative
This is a very important transform because derivatives appear in the
ODEs we wish to solve.
if signal f is continuous at t = 0, then
L(f0) = sF(s) − f(0)
• time-domain differentiation becomes multiplication by frequency
variable s (as with phasors)
• plus a term that includes initial condition (i.e., −f(0)) higher-order
derivatives: applying derivative formula twice yields
L(f00) = sL(f0) − f0(0)
= s(sF(s) − f(0)) − f0(0)
s2F(s) − sf(0) − f0(0)
Laplace Transformation
=
similar formulas hold for L(f(k))
examples
• f(t) = et, so f0(t) = et and
, so
Integral
let g be the running integral of a signal f, i.e.,
then
12
i.e., time-domain integral becomes division by frequency variable s example: f = δ, so F(s) = 1; g
is the unit step function
G(s) = 1/s
example: f is unit step function, so F(s) = 1/s; g is the unit ramp function (g(t) = t for t ≥ 0),
G(s) = 1/s2
Laplace Transformation
here we integrate horizontally first over the triangle 0 ≤ τ ≤ t
13
Multiplication by t
let f be a signal and define
g(t) = tf(t)
then we have
G(s) = −F0(s)
to verify formula, just differentiate both sides of
• in general,
14
Convolution
Let F(s) and G(s) denote the Laplace transforms of f(t) and g(t),
respectively. Then the product H(s)=F(s) G(s) is the Laplace transform
of the convolution of f(t) and g(t), and is denoted by h(t) =(f+g) (t), and
has the integral representation
Laplace Transformation
Example Find the convolution of f and g if f(t) = t u(t) and g(t) = t2 u(t)
1 1 1
= 𝑡𝑡 4 − 𝑡𝑡 4 = 𝑡𝑡 4
3 4 4
15
Initial Value Theorem
The initial value theorem states
We then invoke the definition of the Laplace Transform, and split the
integral into two parts:
The two f(0-) terms cancel each other, and we are left with the Initial
Value Theorem
However, we can only use the final value if the value exists (function
like sine, cosine and the ramp function don't have final values). To
prove the final value theorem, we start as we did for the initial value
theorem, with the Laplace Transform of the derivative,
We let s→0,
Laplace Transformation
As s→0 the exponential term disappears from the integral. Also, we
can take f(0-) out of the limit (since it doesn't depend on s)
Neither term on the left depends on s, so we can remove the limit and
simplify, resulting in the final value theorem
Step 1:
Step 2:
Step 3:
Step 4: Use the L-1 to find f(t) from the expression for F(s).
18
Conclusion
Laplace transform is a tool for solving Constant coefficient linear
different equation. The process consists of 4 steps converting to
Laplace form, solving algebraic equation for s, Partial
differentiation and the performing Inverse Laplace transformation.
In this way the Laplace transformation reduces the differential
equation to algebraic problem. Simplify algebra and perform
Laplace inverse to obtain solution easily.
Laplace Transformation
19