SlideShare a Scribd company logo
1 of 6
Download to read offline
The Laplace Transform
Unit 2: Modeling in the Frequency Domain
Part 2: The Laplace Transform
Engineering 5821:
Control Systems I
Faculty of Engineering & Applied Science
Memorial University of Newfoundland
January 15, 2010
ENGI 5821 Unit 2, Part 2: The Laplace Transform
The Laplace Transform
1 The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
ENGI 5821 Unit 2, Part 2: The Laplace Transform
The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
The need for Laplace
In the previous section we saw that the responses to a series RL
circuit (which could be any other linear system) was composed of
constants, decaying exponentials, and sinusoids. The complex
frequency representation can handle all of these by utilizing the
following representation with different values for s:
x(t) = {Xest
}
However, if the input is not of this form it is more difficult to solve
for the system’s response. The Laplace transform allows almost
any realistic input to be described as an infinite sum of complex
exponentials. The output will also be of this form, and it becomes
much easier to describe how the system converts from input to
output.
ENGI 5821 Unit 2, Part 2: The Laplace Transform
The Laplace Transform
The Laplace Transform is defined as,
L{f (t)} = F(s) =
∞
0−
f (t)e−st
dt
where f (t) is the time-domain signal that we wish to describe in
terms of an infinite sum of complex exponentials. In other words,
we want to transform f (t) into the frequency-domain.
The LT exists if the integral converges. The lower-limit is 0−
means that if there is a discontinuity at 0, we start before the
discontinuity. This allows impulse functions to be included.
Notice that we are only integrating for positive time (including 0).
We will be assuming that our time-domain functions are 0 for
negative time.
The Inverse Laplace Transform
The Inverse Laplace Transform is defined as,
L−1
{F(s)} =
1
2πj
σ+j∞
σ−j∞
F(s)est
ds = f (t)u(t)
The ILT can be viewed as reconstructing the original time-domain
signal f (t) from an infinite sum of complex exponentials.
Notice the use of u(t) (the unit step function). If f (t) ever had a
negative-time part, it would not have been captured by the LT.
Therefore, the ILT can’t bring it back.
Also notice the limits of integration. The constant σ must be
chosen so that the path of integration stays clear of any singular
points of F(s).
Example
e.g. Find the LT of f (t) = Ae−atu(t).
The function does not contain an impulse, so integration can begin
at 0.
F(s) =
∞
0
f (t)e−st
dt
=
∞
0
Ae−at
e−st
dt
= A
∞
0
e−(s+a)t
dt
= −
A
s + a
e−(s+a)t
∞
t=0
=
A
s + a
The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
Visualizing the LT
What does the frequency-domain signal F(s) look like for a
time-domain signal f (t)?
e.g. f (t) = u(t)e−2t
The result on the previous slide tells us that F(s) = 1
s+2. For every
point s = σ + jω on the complex plane we get a complex number
F(s). We will visualize these complex numbers in two ways...
ENGI 5821 Unit 2, Part 2: The Laplace Transform
1
s+2: Real and Imaginary Components
1
s+2: Magnitude and Phase
It is clear that |F(s)| → ∞ near s = −2. This is a pole of this
function.
The Laplace Transform Pair Table
We don’t often utilize the Laplace integral directly. The transforms
for a number of important functions appear below:
f (t) F(s)
1. δ(t) 1
2. u(t) 1
s
3. tu(t) 1
s2
4. tnu(t) n!
sn+1
5. e−atu(t) 1
s+a
6. (sin ωt)u(t) ω
s2+ω2
7. (cos ωt)u(t) s
s2+ω2
(Typo in book for item 4.)
s
s2+9: Magnitude and Phase
e.g. f (t) = u(t) cos 3t According to the table F(s) = s
s2+9
. There
are now two poles, corresponding to the roots of the denominator.
The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
Laplace Transform Theorems (Part 1)
Theorem Name
1. L{f (t)} = F(s) =
∞
0− f (t)e−stdt Definition
2. L{kf (t)} = kF(s) Linearity theorem
3. L{f1(t) + f2(t)} = F1(s) + F2(s) Linearity theorem
4. L{e−atf (t)} = F(s + a) Frequency shift theorem
5. L{f (t − T)} = e−sT F(s) Time shift theorem
6. L{f (at)} = 1
a F(s
a ) Scaling theorem
ENGI 5821 Unit 2, Part 2: The Laplace Transform
The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
Example
e.g. Find the inverse Laplace transform of F(s) = 1
(s+3)2 .
This F(s) does not appear directly in the LT table. However, we
see that it is a shifted version of 1
s2 which corresponds to tu(t)
(the ramp function). The frequency shift theorem is,
L{e−at
f (t)} = F(s + a)
Therefore, we can conclude that f (t)u(t) = e−3ttu(t).
Note: Unless otherwise specified, we will assume that the inputs
to the systems we are studying do not begin until t = 0. Hence,
we will leave off u(t) from our time-domain responses. Therefore,
for the example above the answer is f (t) = e−3tt.
ENGI 5821 Unit 2, Part 2: The Laplace Transform
The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
Laplace Transform Theorems (Part 2)
Theorem Name
7. L{df
dt } = sF(s) − f (0−) Differentiation
8. L{d2f
dt2 } = s2F(s) − sf (0−) − f (0−) Differentiation
9. L{dnf
dtn } = snF(s) − n
k=1 sn−kf (k−1)(0−) Differentiation
10. L{
t
0− f (τ)dτ} = F(s)
s Integration theorem
11. f (∞) = lims→0 sF(s) Final value theorem
12. f (0+) = lims→∞ sF(s) Initial value theorem
See the textbook for special conditions on theorems 11 and 12.
(Typos in book for items 8 and 10.)
ENGI 5821 Unit 2, Part 2: The Laplace Transform
The Laplace Transform
The need for Laplace
The Laplace Transform
The Inverse Laplace Transform
The Laplace Transform Pair Table
Laplace Transform Theorems (Part 1)
Laplace Transform Theorems (Part 2)
Partial-Fraction Expansion
Example
e.g. What is the inverse Laplace transform of s? Assume initial
conditions are zero.
Use the first differentiation theorem (theorem 7):
L{
df
dt
} = sF(s) − f (0−)
with F(s) = 1. The ILT of 1 is δ(t). Therefore,
f (t) =
dδ(t)
dt
ENGI 5821 Unit 2, Part 2: The Laplace Transform
Partial-Fraction Expansion
If F(s) is complicated it can be difficult to find the ILT. We will
often see rational functions which have the form,
F(s) =
N(s)
D(s)
Where N(s) and D(s) are polynomials. If the order of N(s) is less
than the order of D(s) then we can apply a partial-fraction
expansion. Consider the following function,
F(s) =
s3 + 3s2 + 2s − 5
s2 + 3s + 2
If we want a lower-order numerator we can actually carry out
polynomial division until the remainder has this property, or we can
find other ways to simplify. For the example above we can factor
out s from the first three terms of the numerator and get,
F(s) = s −
5
s2 + 3s + 2
F(s) = s −
5
s2 + 3s + 2
We can further factor the quadratic term,
F(s) = s −
5
(s + 1)(s + 2)
Functions like the second term can be expanded as follows,
5
(s + 1)(s + 2)
=
K1
s + 1
+
K2
s + 2
In general, there are three cases for partial fraction expansion. We
will use the current example to illustrate case 1...
Case 1: Real and Distinct Roots
5
(s + 1)(s + 2)
=
K1
s + 1
+
K2
s + 2
We must solve for K1 and K2. Multiply the equation by (s + 1),
5
s + 2
= K1 +
K2(s + 1)
s + 2
This should be valid for all s. Let s approach -1 to eliminate
everything else on the R.H.S.. We get K1 = 5. Apply the same
strategy to obtain K2 = −5. Returning to our full F(s) we have,
F(s) = s −
5
s + 1
+
5
s + 2
We can now apply known Laplace transforms and theorems,
f (t) =
dδ(t)
dt
− 5e−t
+ 5e−2t
Case 2: Real and Repeated Roots
e.g.
F(s) =
2
(s + 1)(s + 2)2
This can be expanded as follows,
2
(s + 1)(s + 2)2
=
K1
s + 1
+
K2
(s + 2)2
+
K3
s + 2
We can solve for K1 = 2 using the previously described method.
To find K2 we multiply by (s + 2)2 to isolate K2,
2
s + 1
=
2(s + 2)2
s + 1
+ K2 + (s + 2)K3
Letting s = −2 we get K2 = −2.
To find K3 we differentiate the equation above...
2
s + 1
=
2(s + 2)2
s + 1
+ −2 + (s + 2)K3
Differentiating w.r.t. s,
−2
(s + 1)2
=
2s(s + 2)
(s + 1)2
+ K3
Letting s = −2 we find K3 = −2. Thus, the whole expansion is,
2
(s + 1)(s + 2)2
=
2
s + 1
−
2
(s + 2)2
−
2
s + 2
Case 3: Complex Roots
Same procedure as for case 1, except we have to deal with complex
roots. (Book presents another alternative).
e.g.
F(s) =
3
s(s2 + 2s + 5)
=
3
s(s + 1 + j2)(s + 1 − j2)
=
K1
s
+
K2
s + 1 + j2
+
K3
s + 1 − j2
Using the same procedure as before we get K1 = 3
5. Likewise we
can solve for K2 and K3 only now we get complex numbers,
(workings not shown)
K2 = − 3
20(2 + j), K3 = − 3
20(2 − j).
F(s) =
3
5s
−
3
20
2 + j
s + 1 + 2j
+
2 − j
s + 1 − 2j
Applying the ILT we obtain,
f (t) =
3
5
−
3
20
(2 + j)e(−1−2j)t
+ (2 − j)e(−1+2j)t
Assuming that f (t) should be purely real, we can utilize Euler’s
formula to capture the complex numbers. Finally we arrive at,
f (t) =
3
5
−
3
5
e−t
cos 2t +
1
2
sin 2t

More Related Content

What's hot

07 periodic functions and fourier series
07 periodic functions and fourier series07 periodic functions and fourier series
07 periodic functions and fourier seriesKrishna Gali
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace TransformZakiah Saad
 
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...saahil kshatriya
 
Lecture10 Signal and Systems
Lecture10 Signal and SystemsLecture10 Signal and Systems
Lecture10 Signal and Systemsbabak danyal
 
Laplace Transform of Periodic Function
Laplace Transform of Periodic FunctionLaplace Transform of Periodic Function
Laplace Transform of Periodic FunctionDhaval Shukla
 
Partial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformPartial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformVishalsagar657
 
Introduction to Fourier transform and signal analysis
Introduction to Fourier transform and signal analysisIntroduction to Fourier transform and signal analysis
Introduction to Fourier transform and signal analysis宗翰 謝
 
Laplace periodic function with graph
Laplace periodic function with graphLaplace periodic function with graph
Laplace periodic function with graphKaushal Surti
 
Unit v laplace transform(formula)
Unit v laplace transform(formula)Unit v laplace transform(formula)
Unit v laplace transform(formula)Babu Rao
 
Laplace transforms
Laplace transforms Laplace transforms
Laplace transforms yash patel
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.pptRaj Parekh
 
Differential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlabDifferential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlabRavi Jindal
 
linear transformation and rank nullity theorem
linear transformation and rank nullity theorem linear transformation and rank nullity theorem
linear transformation and rank nullity theorem Manthan Chavda
 

What's hot (20)

Laplace problems
Laplace problemsLaplace problems
Laplace problems
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
07 periodic functions and fourier series
07 periodic functions and fourier series07 periodic functions and fourier series
07 periodic functions and fourier series
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace Transform
 
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Lecture10 Signal and Systems
Lecture10 Signal and SystemsLecture10 Signal and Systems
Lecture10 Signal and Systems
 
Laplace Transform of Periodic Function
Laplace Transform of Periodic FunctionLaplace Transform of Periodic Function
Laplace Transform of Periodic Function
 
Partial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformPartial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transform
 
Introduction to Fourier transform and signal analysis
Introduction to Fourier transform and signal analysisIntroduction to Fourier transform and signal analysis
Introduction to Fourier transform and signal analysis
 
Laplace periodic function with graph
Laplace periodic function with graphLaplace periodic function with graph
Laplace periodic function with graph
 
Unit v laplace transform(formula)
Unit v laplace transform(formula)Unit v laplace transform(formula)
Unit v laplace transform(formula)
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Laplace transforms
Laplace transforms Laplace transforms
Laplace transforms
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
Differential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlabDifferential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlab
 
linear transformation and rank nullity theorem
linear transformation and rank nullity theorem linear transformation and rank nullity theorem
linear transformation and rank nullity theorem
 
Laplace
LaplaceLaplace
Laplace
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 

Similar to Laplace quad

Mca admission in india
Mca admission in indiaMca admission in india
Mca admission in indiaEdhole.com
 
Admissions in India 2015
Admissions in India 2015Admissions in India 2015
Admissions in India 2015Edhole.com
 
laplace.pdf
laplace.pdflaplace.pdf
laplace.pdfNeema85
 
Clase 02-modelado-de-sistemas-de-control (1)
Clase 02-modelado-de-sistemas-de-control (1)Clase 02-modelado-de-sistemas-de-control (1)
Clase 02-modelado-de-sistemas-de-control (1)ronald sanchez
 
Chapter 2 laplace transform
Chapter 2 laplace transformChapter 2 laplace transform
Chapter 2 laplace transformLenchoDuguma
 
NAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformNAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformHussain K
 
chapter-2.ppt control system slide for students
chapter-2.ppt control system slide for studentschapter-2.ppt control system slide for students
chapter-2.ppt control system slide for studentslipsa91
 
transformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eañotransformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eañoluis506251
 
Laplace transform
Laplace transformLaplace transform
Laplace transformjoni joy
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download Edhole.com
 
WaveletTutorial.pdf
WaveletTutorial.pdfWaveletTutorial.pdf
WaveletTutorial.pdfshreyassr9
 
On Laplace Transform.ppt
On Laplace Transform.pptOn Laplace Transform.ppt
On Laplace Transform.pptAwaisAsghar31
 

Similar to Laplace quad (20)

LaplaceTransformIIT.pdf
LaplaceTransformIIT.pdfLaplaceTransformIIT.pdf
LaplaceTransformIIT.pdf
 
NotesLaplace.pdf
NotesLaplace.pdfNotesLaplace.pdf
NotesLaplace.pdf
 
Mca admission in india
Mca admission in indiaMca admission in india
Mca admission in india
 
Admissions in India 2015
Admissions in India 2015Admissions in India 2015
Admissions in India 2015
 
laplace.pdf
laplace.pdflaplace.pdf
laplace.pdf
 
Clase 02-modelado-de-sistemas-de-control (1)
Clase 02-modelado-de-sistemas-de-control (1)Clase 02-modelado-de-sistemas-de-control (1)
Clase 02-modelado-de-sistemas-de-control (1)
 
Chapter 2 laplace transform
Chapter 2 laplace transformChapter 2 laplace transform
Chapter 2 laplace transform
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
 
NAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformNAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace Transform
 
Ch06 2
Ch06 2Ch06 2
Ch06 2
 
160280102011 c1 aem
160280102011 c1 aem160280102011 c1 aem
160280102011 c1 aem
 
chapter-2.ppt control system slide for students
chapter-2.ppt control system slide for studentschapter-2.ppt control system slide for students
chapter-2.ppt control system slide for students
 
transformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eañotransformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eaño
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
TLT
TLTTLT
TLT
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
 
WaveletTutorial.pdf
WaveletTutorial.pdfWaveletTutorial.pdf
WaveletTutorial.pdf
 
21 5 ztransform
21 5 ztransform21 5 ztransform
21 5 ztransform
 
On Laplace Transform.ppt
On Laplace Transform.pptOn Laplace Transform.ppt
On Laplace Transform.ppt
 

Recently uploaded

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

Laplace quad

  • 1. The Laplace Transform Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform Engineering 5821: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 15, 2010 ENGI 5821 Unit 2, Part 2: The Laplace Transform The Laplace Transform 1 The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion ENGI 5821 Unit 2, Part 2: The Laplace Transform The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion The need for Laplace In the previous section we saw that the responses to a series RL circuit (which could be any other linear system) was composed of constants, decaying exponentials, and sinusoids. The complex frequency representation can handle all of these by utilizing the following representation with different values for s: x(t) = {Xest } However, if the input is not of this form it is more difficult to solve for the system’s response. The Laplace transform allows almost any realistic input to be described as an infinite sum of complex exponentials. The output will also be of this form, and it becomes much easier to describe how the system converts from input to output. ENGI 5821 Unit 2, Part 2: The Laplace Transform The Laplace Transform The Laplace Transform is defined as, L{f (t)} = F(s) = ∞ 0− f (t)e−st dt where f (t) is the time-domain signal that we wish to describe in terms of an infinite sum of complex exponentials. In other words, we want to transform f (t) into the frequency-domain. The LT exists if the integral converges. The lower-limit is 0− means that if there is a discontinuity at 0, we start before the discontinuity. This allows impulse functions to be included. Notice that we are only integrating for positive time (including 0). We will be assuming that our time-domain functions are 0 for negative time.
  • 2. The Inverse Laplace Transform The Inverse Laplace Transform is defined as, L−1 {F(s)} = 1 2πj σ+j∞ σ−j∞ F(s)est ds = f (t)u(t) The ILT can be viewed as reconstructing the original time-domain signal f (t) from an infinite sum of complex exponentials. Notice the use of u(t) (the unit step function). If f (t) ever had a negative-time part, it would not have been captured by the LT. Therefore, the ILT can’t bring it back. Also notice the limits of integration. The constant σ must be chosen so that the path of integration stays clear of any singular points of F(s). Example e.g. Find the LT of f (t) = Ae−atu(t). The function does not contain an impulse, so integration can begin at 0. F(s) = ∞ 0 f (t)e−st dt = ∞ 0 Ae−at e−st dt = A ∞ 0 e−(s+a)t dt = − A s + a e−(s+a)t ∞ t=0 = A s + a The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Visualizing the LT What does the frequency-domain signal F(s) look like for a time-domain signal f (t)? e.g. f (t) = u(t)e−2t The result on the previous slide tells us that F(s) = 1 s+2. For every point s = σ + jω on the complex plane we get a complex number F(s). We will visualize these complex numbers in two ways... ENGI 5821 Unit 2, Part 2: The Laplace Transform 1 s+2: Real and Imaginary Components
  • 3. 1 s+2: Magnitude and Phase It is clear that |F(s)| → ∞ near s = −2. This is a pole of this function. The Laplace Transform Pair Table We don’t often utilize the Laplace integral directly. The transforms for a number of important functions appear below: f (t) F(s) 1. δ(t) 1 2. u(t) 1 s 3. tu(t) 1 s2 4. tnu(t) n! sn+1 5. e−atu(t) 1 s+a 6. (sin ωt)u(t) ω s2+ω2 7. (cos ωt)u(t) s s2+ω2 (Typo in book for item 4.) s s2+9: Magnitude and Phase e.g. f (t) = u(t) cos 3t According to the table F(s) = s s2+9 . There are now two poles, corresponding to the roots of the denominator. The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Laplace Transform Theorems (Part 1) Theorem Name 1. L{f (t)} = F(s) = ∞ 0− f (t)e−stdt Definition 2. L{kf (t)} = kF(s) Linearity theorem 3. L{f1(t) + f2(t)} = F1(s) + F2(s) Linearity theorem 4. L{e−atf (t)} = F(s + a) Frequency shift theorem 5. L{f (t − T)} = e−sT F(s) Time shift theorem 6. L{f (at)} = 1 a F(s a ) Scaling theorem ENGI 5821 Unit 2, Part 2: The Laplace Transform
  • 4. The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Example e.g. Find the inverse Laplace transform of F(s) = 1 (s+3)2 . This F(s) does not appear directly in the LT table. However, we see that it is a shifted version of 1 s2 which corresponds to tu(t) (the ramp function). The frequency shift theorem is, L{e−at f (t)} = F(s + a) Therefore, we can conclude that f (t)u(t) = e−3ttu(t). Note: Unless otherwise specified, we will assume that the inputs to the systems we are studying do not begin until t = 0. Hence, we will leave off u(t) from our time-domain responses. Therefore, for the example above the answer is f (t) = e−3tt. ENGI 5821 Unit 2, Part 2: The Laplace Transform The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Laplace Transform Theorems (Part 2) Theorem Name 7. L{df dt } = sF(s) − f (0−) Differentiation 8. L{d2f dt2 } = s2F(s) − sf (0−) − f (0−) Differentiation 9. L{dnf dtn } = snF(s) − n k=1 sn−kf (k−1)(0−) Differentiation 10. L{ t 0− f (τ)dτ} = F(s) s Integration theorem 11. f (∞) = lims→0 sF(s) Final value theorem 12. f (0+) = lims→∞ sF(s) Initial value theorem See the textbook for special conditions on theorems 11 and 12. (Typos in book for items 8 and 10.) ENGI 5821 Unit 2, Part 2: The Laplace Transform The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Example e.g. What is the inverse Laplace transform of s? Assume initial conditions are zero. Use the first differentiation theorem (theorem 7): L{ df dt } = sF(s) − f (0−) with F(s) = 1. The ILT of 1 is δ(t). Therefore, f (t) = dδ(t) dt ENGI 5821 Unit 2, Part 2: The Laplace Transform Partial-Fraction Expansion If F(s) is complicated it can be difficult to find the ILT. We will often see rational functions which have the form, F(s) = N(s) D(s) Where N(s) and D(s) are polynomials. If the order of N(s) is less than the order of D(s) then we can apply a partial-fraction expansion. Consider the following function, F(s) = s3 + 3s2 + 2s − 5 s2 + 3s + 2 If we want a lower-order numerator we can actually carry out polynomial division until the remainder has this property, or we can find other ways to simplify. For the example above we can factor out s from the first three terms of the numerator and get, F(s) = s − 5 s2 + 3s + 2
  • 5. F(s) = s − 5 s2 + 3s + 2 We can further factor the quadratic term, F(s) = s − 5 (s + 1)(s + 2) Functions like the second term can be expanded as follows, 5 (s + 1)(s + 2) = K1 s + 1 + K2 s + 2 In general, there are three cases for partial fraction expansion. We will use the current example to illustrate case 1... Case 1: Real and Distinct Roots 5 (s + 1)(s + 2) = K1 s + 1 + K2 s + 2 We must solve for K1 and K2. Multiply the equation by (s + 1), 5 s + 2 = K1 + K2(s + 1) s + 2 This should be valid for all s. Let s approach -1 to eliminate everything else on the R.H.S.. We get K1 = 5. Apply the same strategy to obtain K2 = −5. Returning to our full F(s) we have, F(s) = s − 5 s + 1 + 5 s + 2 We can now apply known Laplace transforms and theorems, f (t) = dδ(t) dt − 5e−t + 5e−2t Case 2: Real and Repeated Roots e.g. F(s) = 2 (s + 1)(s + 2)2 This can be expanded as follows, 2 (s + 1)(s + 2)2 = K1 s + 1 + K2 (s + 2)2 + K3 s + 2 We can solve for K1 = 2 using the previously described method. To find K2 we multiply by (s + 2)2 to isolate K2, 2 s + 1 = 2(s + 2)2 s + 1 + K2 + (s + 2)K3 Letting s = −2 we get K2 = −2. To find K3 we differentiate the equation above... 2 s + 1 = 2(s + 2)2 s + 1 + −2 + (s + 2)K3 Differentiating w.r.t. s, −2 (s + 1)2 = 2s(s + 2) (s + 1)2 + K3 Letting s = −2 we find K3 = −2. Thus, the whole expansion is, 2 (s + 1)(s + 2)2 = 2 s + 1 − 2 (s + 2)2 − 2 s + 2
  • 6. Case 3: Complex Roots Same procedure as for case 1, except we have to deal with complex roots. (Book presents another alternative). e.g. F(s) = 3 s(s2 + 2s + 5) = 3 s(s + 1 + j2)(s + 1 − j2) = K1 s + K2 s + 1 + j2 + K3 s + 1 − j2 Using the same procedure as before we get K1 = 3 5. Likewise we can solve for K2 and K3 only now we get complex numbers, (workings not shown) K2 = − 3 20(2 + j), K3 = − 3 20(2 − j). F(s) = 3 5s − 3 20 2 + j s + 1 + 2j + 2 − j s + 1 − 2j Applying the ILT we obtain, f (t) = 3 5 − 3 20 (2 + j)e(−1−2j)t + (2 − j)e(−1+2j)t Assuming that f (t) should be purely real, we can utilize Euler’s formula to capture the complex numbers. Finally we arrive at, f (t) = 3 5 − 3 5 e−t cos 2t + 1 2 sin 2t