SlideShare a Scribd company logo
1 of 26
Download to read offline
Introduction
Laplace Transforms
Math 337 - Elementary Differential Equations
Lecture Notes – Laplace Transforms: Part A
Joseph M. Mahaffy,
hmahaffy@math.sdsu.edui
Department of Mathematics and Statistics
Dynamical Systems Group
Computational Sciences Research Center
San Diego State University
San Diego, CA 92182-7720
http://www-rohan.sdsu.edu/∼jmahaffy
Spring 2022
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (1/26)
Introduction
Laplace Transforms
Outline
1 Introduction
Background
2 Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (2/26)
Introduction
Laplace Transforms
Background
Integral Transforms
Integral Transform: This is a relation
F(s) =
Z β
α
K(t, s)f(t)dt,
which takes a given function f(t) and outputs another function F(s)
The function K(t, s) is the integral kernel of the transform, and the
function F(s) is the transform of f(t)
Integral Transforms allow one to find solutions of problems
(usually involving differentiation) through algebraic methods
Properties of the Integral Transform allow manipulation of
the function in the transformed to an easier expression, which
can be inverted to find a solution
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (3/26)
Introduction
Laplace Transforms
Background
Integral Transforms
Integral Transforms
There are many Integral Transforms for different problems
For Partial Differential Equations and working on the
spatial domain, the Fourier transform is most common
and defined by
F(u) =
Z +∞
−∞
e−2πiux
f(x)dx.
For Ordinary Differential Equations and working on
the time domain, the Laplace transform is most common
and defined by
L(s) =
Z ∞
0
e−st
f(t)dt.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (4/26)
Introduction
Laplace Transforms
Background
Laplace Transforms
Time Domain
Laplace Domain or
Complex Frequency Domain
Linear
Differential
Equation
Laplace
Transformed
Equation
Time
Domain
Solution
Laplace
Solution
Algebra
Laplace Transform
Inverse Laplace
Transform
Laplace Transforms
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (5/26)
Introduction
Laplace Transforms
Background
Improper Integral
Improper Integral: This should be a review
The improper integral is defined on an unbounded interval and
is defined Z ∞
α
f(t)dt = lim
A→∞
Z A
α
f(t)dt,
where A is a positive real number
If the limit as A → ∞ exists, then the improper integral is said to
converge to the limiting value
Otherwise, the improper integral is said to diverge
Example: Let f(t) = ect
with c nonzero constant. Then
Z ∞
0
ect
dt = lim
A→∞
Z A
0
ect
dt = lim
A→∞
ect
c
A
0
= lim
A→∞
1
c
ecA
− 1

This converges for c  0 and diverges for c ≥ 0.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (6/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform
Definition (Laplace Transform)
Let f be a function on [0, ∞). The Laplace transform of f is the
function F defined by the integral,
F(s) =
Z ∞
0
e−st
f(t)dt.
The domain of F(s) is the set of all values of s for which this integral
converges. The Laplace transform of f is denoted by both F and
L.
Convention uses s as the independent variable and capital letters for
the transformed functions:
L[f] = F L[y] = Y L[x] = X
L[f](s) = F(s) L[y](s) = Y (s) L[x](s) = X(s)
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (7/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Examples: Laplace Transform
Example 1: Let f(t) = 1, t ≥ 0. The Laplace transform satisfies:
L[1] =
Z ∞
0
e−st
dt = − lim
A→∞
e−st
s
A
0
= − lim
A→∞

e−sA
s
−
1
s

=
1
s
, s  0.
Example 2: Let f(t) = eat
, t ≥ 0. The Laplace transform satisfies:
L[eat
] =
Z ∞
0
e−st
eat
dt =
Z ∞
0
e−(s−a)t
dt =
1
s − a
, s  a.
Example 3: Let f(t) = e(a+bi)t
, t ≥ 0. The Laplace transform
satisfies:
L[e(a+bi)t
] =
Z ∞
0
e−st
e(a+bi)t
dt =
Z ∞
0
e−(s−a−bi)t
dt =
1
s − a − bi
,
s  a.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (8/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform - Linearity
The Laplace transform is a linear operator
Theorem (Linearity of Laplace Transform)
Suppose the f1 and f2 are two functions where Laplace transforms
exist for s  a1 and s  a2, respectively. Let c1 and c2 be real or
complex numbers. Then for s  max{a1, a2},
L[c1f1(t) + c2f2(t)] = c1L[f1(t)] + c2L[f2(t)].
The proof uses the linearity of integrals.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (9/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Examples: Laplace Transform
Example 4: Let f(t) = sin(at), t ≥ 0. But
sin(at) =
1
2i
eiat
− e−iat

.
By linearity, the Laplace transform satisfies:
L[sin(at)] =
1
2i
L[eiat
] − L[e−iat
]

=
1
2i

1
s − ia
−
1
s + ia

=
a
s2 + a2
,
s  0.
Example 5: Let f(t) = 2 + 5e−2t
− 3 sin(4t), t ≥ 0. By linearity, the
Laplace transform satisfies:
L[2 + 5e−2t
− 3 sin(4t)] = 2L[1] + 5L[e−2t
] − 3L[sin(4t)]
=
2
s
+
5
s + 2
−
12
s2 + 16
, s  0.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (10/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Examples: Laplace Transform
Example 6: Let f(t) = t cos(at), t ≥ 0. The Laplace transform
satisfies:
L[t cos(at)] =
Z ∞
0
e−st
t cos(at)dt =
1
2
Z ∞
0

te−(s−ia)t
+ te−(s+ia)t

dt.
Integration by parts gives
Z ∞
0
te−(s−ia)t
dt =

te−(s−ia)t
s − ia
+
e−(s−ia)t
(s − ia)2
∞
0
=
1
(s − ia)2
, s  0.
Similarly, Z ∞
0
te−(s+ia)t
dt =
1
(s + ia)2
, s  0.
Thus,
L[t cos(at)] =
1
2

1
(s − ia)2
+
1
(s + ia)2

=
s2
− a2
(s2 + a2)2
, s  0.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (11/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Piecewise Continuous Functions
Definition (Piecewise Continuous)
A function f is said to be a piecewise continuous on an interval
α ≤ t ≤ β if the interval can be partitioned by a finite number of
points α = t0  t1  ...  tn = β so that:
1 f is continuous on each subinterval ti−1  t  ti, and
2 f approaches a finite limit as the endpoints of each subinterval
are approached from within the subinterval.
α β
t1 t2
t
y
The figure to the right shows the
graph of a piecewise continuous
function defined for t ∈ [α, β)
with jump discontinuities at
t = t1 and t2.
It is continuous on the subintervals
(α, t1), (t1, t2), and (t2, β).
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (12/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Examples: Laplace Transform
Example 7: Define the piecewise continuous function
f(t) =

e2t
, 0 ≤ t  1,
4, 1 ≤ t.
The Laplace transform satisfies:
F(s) =
Z ∞
0
e−st
f(t)dt =
Z 1
0
e−st
e2t
dt +
Z ∞
1
e−st
· 4dt
=
Z 1
0
e−(s−2)t
dt + 4 lim
A→∞
Z A
1
e−st
dt
= −
e−(s−2)t
s − 2
1
t=0
− 4 lim
A→∞
e−st
s
A
t=1
=
1
s − 2
−
e−(s−2)
s − 2
+ 4
e−s
s
, s  0, s 6= 2.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (13/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Existence of Laplace Transform
Definition (Exponential Order)
A function f(t) is of exponential order (as t → +∞) if there exist
real constants M ≥ 0, K  0, and a, such that
|f(t)| ≤ Keat
,
when t ≥ M.
Examples:
f(t) = cos(αt) satisfies being of exponential order with M = 0, K = 1,
and a = 0
f(t) = t2 satisfies being of exponential order with a = 1, K = 1, and
M = 1. By L’Hôpital’s Rule (twice)
lim
t→∞
t2
et
= lim
t→∞
2
et
= 0.
f(t) = et2
is NOT of exponential order
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (14/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Existence of Laplace Transform
Theorem (Existence of Laplace Transform)
Suppose
1 f is piecewise continuous on the interval 0 ≤ t ≤ A for any
positive A
2 f is of exponential order, i.e., there exist real constants
M ≥ 0, K  0, and a, such that
|f(t)| ≤ Keat
,
when t ≥ M.
Then the Laplace transform given by
L[f(t)] = F(s) =
Z ∞
0
e−st
f(t)dt,
exists for s  a.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (15/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Short Table of Laplace Transforms
Short Table of Laplace Transforms: Below is a short table of
Laplace transforms for some elementary functions
f(t) = L−1
[F(s)] F(s) = L[f(t)]
1 1
s , s  0
eat 1
s−a , s  a
tn
, integer n  0 n!
sn+1 , s  0
tp
, p  −1 Γ(p+1)
sp+1 , s  0
sin(at) a
s2+a2 , s  0
cos(at) s
s2+a2 , s  0
sinh(at) a
s2−a2 , s  |a|
cosh(at) s
s2−a2 , s  |a|
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (16/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform - ect
f(t)
Laplace Transform - ect
f(t): Previously found Laplace
transforms of several basic functions
Theorem (Exponential Shift Theorem)
If F(s) = L[f(t)] exists for s  a, and if c is a constant, then
L[ect
f(t)] = F(s − c), s  a + c.
Proof:
This result immediately follows from the definition:
L[ect
f(t)] =
Z ∞
0
e−st
ect
f(t)dt =
Z ∞
0
e−(s−c)t
f(t)dt = F(s − c),
which holds for s − c  a.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (17/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Example
Example: Consider the function
g(t) = e−2t
cos(3t).
From our Table of Laplace Transforms, if f(t) = cos(3t), then
F(s) =
s
s2 + 9
, s  0.
From our previous theorem, the Laplace transform of g(t) satisfies:
G(s) = L[e−2t
f(t)] = F(s + 2) =
s + 2
(s + 2)2 + 9
, s  −2.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (18/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives 1
Theorem (Laplace Transform of Derivatives)
Suppose that f is continuous and f 0
is piecewise continuous on any
interval 0 ≤ t ≤ A. Suppose that f and f 0
are of exponential order
with |f(i)
(t)| ≤ Keat
| for some constants K and a and i = 0, 1. Then
L[f 0
(t)] exists for s  a, and moreover
L[f 0
(t)] = sL[f(t)] − f(0).
Sketch of Proof: If f 0
(t) was continuous, then examine
Z A
0
e−st
f 0
(t)dt = e−st
f(t)
A
0
+ s
Z A
0
e−st
f(t)dt
= e−sA
f(A) − f(0) + s
Z A
0
e−st
f(t)dt,
which simply uses integration by parts.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (19/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives 2
Sketch of Proof (cont): From before we have
Z A
0
e−st
f 0
(t)dt = e−sA
f(A) − f(0) + s
Z A
0
e−st
f(t)dt.
As A → ∞ and using the exponential order of f and f 0
, this
expression gives
L[f 0
(t)] = sL[f(t)] − f(0).
To complete the general proof with f 0
(t) being piecewise continuous,
we divide the integral into subintervals where f 0
(t) is continuous.
Each of these integrals is integrated by parts, then continuity of f(t)
collapses the end point evaluations and allows the single integral
noted on the right hand side, completing the general proof.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (20/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives 3
Corollary (Laplace Transform of Derivatives)
Suppose that
1 The functions f, f 0
, f 00
, ..., f(n−1)
are continuous and that f(n)
is piecewise continuous on any interval 0 ≤ t ≤ A
2 The functions f, f 0
, ..., f(n)
are of exponential order with
|f(i)
(t)| ≤ Keat
for some constants K and a and 0 ≤ i ≤ n.
Then L[f(n)
(t)] exists for s  a and satisfies
L[f(n)
(t)] = sn
L[f(t)] − sn−1
f(0) − ... − sf(n−2)
(0) − f(n−1)
(0).
For our 2nd
order differential equations we will commonly use
L[f 00
(t)] = s2
L[f(t)] − sf(0) − f 0
(0).
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (21/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives - Example
Example: Consider
g(t) = e−2t
sin(4t) with g 0
(t) = −2e−2t
sin(4t) + 4e−2t
cos(4t)
If f(t) = sin(4t), then
F(s) =
4
s2 + 16
, with G(s) =
4
(s + 2)2 + 16
using the exponential theorem of Laplace transforms
Our derivative theorem gives
L[g 0
(t)] = sG(s) − g(0) =
4s
(s + 2)2 + 16
However,
L[g 0
(t)] = −2L[e−2t
sin(4t)] + 4L[e−2t
cos(4t)]
=
−8
(s + 2)2 + 16
+
4(s + 2)
(s + 2)2 + 16
=
4s
(s + 2)2 + 16
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (22/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives - Example
Example: Consider the initial value problem:
y 00
+ 2y 0
+ 5y = e−t
, y(0) = 1, y 0
(0) = −3
Taking Laplace Transforms we have
L[y 00
] + 2L[y 0
] + 5L[y] = L[e−t
]
With Y (s) = L[y(t)], our derivative theorems give
s2
Y (s) − sy(0) − y 0
(0) + 2 [sY (s) − y(0)] + 5Y (s) =
1
s + 1
or
(s2
+ 2s + 5)Y (s) =
1
s + 1
+ s − 1
We can write
Y (s) =
1
(s + 1)(s2 + 2s + 5)
+
s − 1
s2 + 2s + 5
=
s2
(s + 1)(s2 + 2s + 5)
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (23/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives - Example
Example (cont): From before,
Y (s) =
s2
(s + 1)(s2 + 2s + 5)
An important result of the Fundamental Theorem of Algebra is
Partial Fractions Decomposition
We write
Y (s) =
s2
(s + 1)(s2 + 2s + 5)
=
A
s + 1
+
Bs + C
s2 + 2s + 5
Equivalently,
s2
= A(s2
+ 2s + 5) + (Bs + C)(s + 1)
Let s = −1, then 1 = 4A or A = 1
4
Coefficient of s2
gives 1 = A + B, so B = 3
4
Coefficient of s0
gives 0 = 5A + C, so C = −5
4
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (24/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
Laplace Transform of Derivatives - Example
Example (cont): From the Partial Fractions Decomposition
with A = 1
4 , B = 3
4 , and C = −5
4 ,
Y (s) =
1
4

1
s + 1
+
3s − 5
s2 + 2s + 5

=
1
4

1
s + 1
+
3(s + 1) − 8
(s + 1)2 + 4

Equivalently, we can write this
Y (s) =
1
4

1
s + 1
+ 3
(s + 1)
(s + 1)2 + 4
− 4
2
(s + 1)2 + 4

However, L[e−t
] = 1
s+1 , L[e−t
cos(2t)] = s+1
(s+1)2+4 , and
L[e−t
sin(2t)] = 2
(s+1)2+4 , so inverting the Laplace transform gives
y(t) =
1
4
e−t
+
3
4
e−t
cos(2t) − e−t
sin(2t),
solving the initial value problem
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (25/26)
Introduction
Laplace Transforms
Short Table of Laplace Transforms
Properties of Laplace Transform
Laplace Transform of Derivatives
More Laplace Transforms
Theorem
Suppose that f is (i) piecewise continuous on any interval 0 ≤ t ≤ A,
and (ii) has exponential order with exponent a. Then for any positive
integer
L[tn
f(t)] = (−1)n
F(n)
(s), s  a.
Proof:
F(n)
(s) =
dn
dsn
Z ∞
0
e−st
f(t)dt =
Z ∞
0
∂n
∂sn
(e−st
)f(t)dt
=
Z ∞
0
(−t)n
e−st
f(t)dt = (−1)n
Z ∞
0
tn
e−st
f(t)dt
= (−1)n
L[tn
f(t)]
Corollary: For any integer, n ≥ 0,
L[tn
] =
n!
sn+1
, s  0.
Joseph M. Mahaffy, hmahaffy@math.sdsu.edui
Lecture Notes – Laplace Transforms: Part A
— (26/26)

More Related Content

Similar to Laplace Transforms Explained: Short Table, Properties, and Derivatives

Similar to Laplace Transforms Explained: Short Table, Properties, and Derivatives (20)

Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms
 
Intro laplacetransform
Intro laplacetransformIntro laplacetransform
Intro laplacetransform
 
Ch06 2
Ch06 2Ch06 2
Ch06 2
 
Laplace
LaplaceLaplace
Laplace
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace Transform
 
Laplace
LaplaceLaplace
Laplace
 
Adv math[unit 2]
Adv math[unit 2]Adv math[unit 2]
Adv math[unit 2]
 
Laplace
LaplaceLaplace
Laplace
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Top ranking colleges in india
Top ranking colleges in indiaTop ranking colleges in india
Top ranking colleges in india
 
NAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformNAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace Transform
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Lecture10 Signal and Systems
Lecture10 Signal and SystemsLecture10 Signal and Systems
Lecture10 Signal and Systems
 
TLT
TLTTLT
TLT
 
Laplace
LaplaceLaplace
Laplace
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
 
Laplace transforms
Laplace transforms Laplace transforms
Laplace transforms
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
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
 
(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
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(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
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
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
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(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 ] ...
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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, ...
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(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...
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

Laplace Transforms Explained: Short Table, Properties, and Derivatives

  • 1. Introduction Laplace Transforms Math 337 - Elementary Differential Equations Lecture Notes – Laplace Transforms: Part A Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research Center San Diego State University San Diego, CA 92182-7720 http://www-rohan.sdsu.edu/∼jmahaffy Spring 2022 Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (1/26)
  • 2. Introduction Laplace Transforms Outline 1 Introduction Background 2 Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (2/26)
  • 3. Introduction Laplace Transforms Background Integral Transforms Integral Transform: This is a relation F(s) = Z β α K(t, s)f(t)dt, which takes a given function f(t) and outputs another function F(s) The function K(t, s) is the integral kernel of the transform, and the function F(s) is the transform of f(t) Integral Transforms allow one to find solutions of problems (usually involving differentiation) through algebraic methods Properties of the Integral Transform allow manipulation of the function in the transformed to an easier expression, which can be inverted to find a solution Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (3/26)
  • 4. Introduction Laplace Transforms Background Integral Transforms Integral Transforms There are many Integral Transforms for different problems For Partial Differential Equations and working on the spatial domain, the Fourier transform is most common and defined by F(u) = Z +∞ −∞ e−2πiux f(x)dx. For Ordinary Differential Equations and working on the time domain, the Laplace transform is most common and defined by L(s) = Z ∞ 0 e−st f(t)dt. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (4/26)
  • 5. Introduction Laplace Transforms Background Laplace Transforms Time Domain Laplace Domain or Complex Frequency Domain Linear Differential Equation Laplace Transformed Equation Time Domain Solution Laplace Solution Algebra Laplace Transform Inverse Laplace Transform Laplace Transforms Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (5/26)
  • 6. Introduction Laplace Transforms Background Improper Integral Improper Integral: This should be a review The improper integral is defined on an unbounded interval and is defined Z ∞ α f(t)dt = lim A→∞ Z A α f(t)dt, where A is a positive real number If the limit as A → ∞ exists, then the improper integral is said to converge to the limiting value Otherwise, the improper integral is said to diverge Example: Let f(t) = ect with c nonzero constant. Then Z ∞ 0 ect dt = lim A→∞ Z A 0 ect dt = lim A→∞ ect c A 0 = lim A→∞ 1 c ecA − 1 This converges for c 0 and diverges for c ≥ 0. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (6/26)
  • 7. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform Definition (Laplace Transform) Let f be a function on [0, ∞). The Laplace transform of f is the function F defined by the integral, F(s) = Z ∞ 0 e−st f(t)dt. The domain of F(s) is the set of all values of s for which this integral converges. The Laplace transform of f is denoted by both F and L. Convention uses s as the independent variable and capital letters for the transformed functions: L[f] = F L[y] = Y L[x] = X L[f](s) = F(s) L[y](s) = Y (s) L[x](s) = X(s) Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (7/26)
  • 8. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Examples: Laplace Transform Example 1: Let f(t) = 1, t ≥ 0. The Laplace transform satisfies: L[1] = Z ∞ 0 e−st dt = − lim A→∞ e−st s A 0 = − lim A→∞ e−sA s − 1 s = 1 s , s 0. Example 2: Let f(t) = eat , t ≥ 0. The Laplace transform satisfies: L[eat ] = Z ∞ 0 e−st eat dt = Z ∞ 0 e−(s−a)t dt = 1 s − a , s a. Example 3: Let f(t) = e(a+bi)t , t ≥ 0. The Laplace transform satisfies: L[e(a+bi)t ] = Z ∞ 0 e−st e(a+bi)t dt = Z ∞ 0 e−(s−a−bi)t dt = 1 s − a − bi , s a. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (8/26)
  • 9. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform - Linearity The Laplace transform is a linear operator Theorem (Linearity of Laplace Transform) Suppose the f1 and f2 are two functions where Laplace transforms exist for s a1 and s a2, respectively. Let c1 and c2 be real or complex numbers. Then for s max{a1, a2}, L[c1f1(t) + c2f2(t)] = c1L[f1(t)] + c2L[f2(t)]. The proof uses the linearity of integrals. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (9/26)
  • 10. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Examples: Laplace Transform Example 4: Let f(t) = sin(at), t ≥ 0. But sin(at) = 1 2i eiat − e−iat . By linearity, the Laplace transform satisfies: L[sin(at)] = 1 2i L[eiat ] − L[e−iat ] = 1 2i 1 s − ia − 1 s + ia = a s2 + a2 , s 0. Example 5: Let f(t) = 2 + 5e−2t − 3 sin(4t), t ≥ 0. By linearity, the Laplace transform satisfies: L[2 + 5e−2t − 3 sin(4t)] = 2L[1] + 5L[e−2t ] − 3L[sin(4t)] = 2 s + 5 s + 2 − 12 s2 + 16 , s 0. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (10/26)
  • 11. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Examples: Laplace Transform Example 6: Let f(t) = t cos(at), t ≥ 0. The Laplace transform satisfies: L[t cos(at)] = Z ∞ 0 e−st t cos(at)dt = 1 2 Z ∞ 0 te−(s−ia)t + te−(s+ia)t dt. Integration by parts gives Z ∞ 0 te−(s−ia)t dt = te−(s−ia)t s − ia + e−(s−ia)t (s − ia)2 ∞ 0 = 1 (s − ia)2 , s 0. Similarly, Z ∞ 0 te−(s+ia)t dt = 1 (s + ia)2 , s 0. Thus, L[t cos(at)] = 1 2 1 (s − ia)2 + 1 (s + ia)2 = s2 − a2 (s2 + a2)2 , s 0. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (11/26)
  • 12. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Piecewise Continuous Functions Definition (Piecewise Continuous) A function f is said to be a piecewise continuous on an interval α ≤ t ≤ β if the interval can be partitioned by a finite number of points α = t0 t1 ... tn = β so that: 1 f is continuous on each subinterval ti−1 t ti, and 2 f approaches a finite limit as the endpoints of each subinterval are approached from within the subinterval. α β t1 t2 t y The figure to the right shows the graph of a piecewise continuous function defined for t ∈ [α, β) with jump discontinuities at t = t1 and t2. It is continuous on the subintervals (α, t1), (t1, t2), and (t2, β). Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (12/26)
  • 13. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Examples: Laplace Transform Example 7: Define the piecewise continuous function f(t) = e2t , 0 ≤ t 1, 4, 1 ≤ t. The Laplace transform satisfies: F(s) = Z ∞ 0 e−st f(t)dt = Z 1 0 e−st e2t dt + Z ∞ 1 e−st · 4dt = Z 1 0 e−(s−2)t dt + 4 lim A→∞ Z A 1 e−st dt = − e−(s−2)t s − 2 1 t=0 − 4 lim A→∞ e−st s A t=1 = 1 s − 2 − e−(s−2) s − 2 + 4 e−s s , s 0, s 6= 2. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (13/26)
  • 14. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Existence of Laplace Transform Definition (Exponential Order) A function f(t) is of exponential order (as t → +∞) if there exist real constants M ≥ 0, K 0, and a, such that |f(t)| ≤ Keat , when t ≥ M. Examples: f(t) = cos(αt) satisfies being of exponential order with M = 0, K = 1, and a = 0 f(t) = t2 satisfies being of exponential order with a = 1, K = 1, and M = 1. By L’Hôpital’s Rule (twice) lim t→∞ t2 et = lim t→∞ 2 et = 0. f(t) = et2 is NOT of exponential order Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (14/26)
  • 15. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Existence of Laplace Transform Theorem (Existence of Laplace Transform) Suppose 1 f is piecewise continuous on the interval 0 ≤ t ≤ A for any positive A 2 f is of exponential order, i.e., there exist real constants M ≥ 0, K 0, and a, such that |f(t)| ≤ Keat , when t ≥ M. Then the Laplace transform given by L[f(t)] = F(s) = Z ∞ 0 e−st f(t)dt, exists for s a. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (15/26)
  • 16. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Short Table of Laplace Transforms Short Table of Laplace Transforms: Below is a short table of Laplace transforms for some elementary functions f(t) = L−1 [F(s)] F(s) = L[f(t)] 1 1 s , s 0 eat 1 s−a , s a tn , integer n 0 n! sn+1 , s 0 tp , p −1 Γ(p+1) sp+1 , s 0 sin(at) a s2+a2 , s 0 cos(at) s s2+a2 , s 0 sinh(at) a s2−a2 , s |a| cosh(at) s s2−a2 , s |a| Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (16/26)
  • 17. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform - ect f(t) Laplace Transform - ect f(t): Previously found Laplace transforms of several basic functions Theorem (Exponential Shift Theorem) If F(s) = L[f(t)] exists for s a, and if c is a constant, then L[ect f(t)] = F(s − c), s a + c. Proof: This result immediately follows from the definition: L[ect f(t)] = Z ∞ 0 e−st ect f(t)dt = Z ∞ 0 e−(s−c)t f(t)dt = F(s − c), which holds for s − c a. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (17/26)
  • 18. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Example Example: Consider the function g(t) = e−2t cos(3t). From our Table of Laplace Transforms, if f(t) = cos(3t), then F(s) = s s2 + 9 , s 0. From our previous theorem, the Laplace transform of g(t) satisfies: G(s) = L[e−2t f(t)] = F(s + 2) = s + 2 (s + 2)2 + 9 , s −2. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (18/26)
  • 19. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives 1 Theorem (Laplace Transform of Derivatives) Suppose that f is continuous and f 0 is piecewise continuous on any interval 0 ≤ t ≤ A. Suppose that f and f 0 are of exponential order with |f(i) (t)| ≤ Keat | for some constants K and a and i = 0, 1. Then L[f 0 (t)] exists for s a, and moreover L[f 0 (t)] = sL[f(t)] − f(0). Sketch of Proof: If f 0 (t) was continuous, then examine Z A 0 e−st f 0 (t)dt = e−st f(t) A 0 + s Z A 0 e−st f(t)dt = e−sA f(A) − f(0) + s Z A 0 e−st f(t)dt, which simply uses integration by parts. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (19/26)
  • 20. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives 2 Sketch of Proof (cont): From before we have Z A 0 e−st f 0 (t)dt = e−sA f(A) − f(0) + s Z A 0 e−st f(t)dt. As A → ∞ and using the exponential order of f and f 0 , this expression gives L[f 0 (t)] = sL[f(t)] − f(0). To complete the general proof with f 0 (t) being piecewise continuous, we divide the integral into subintervals where f 0 (t) is continuous. Each of these integrals is integrated by parts, then continuity of f(t) collapses the end point evaluations and allows the single integral noted on the right hand side, completing the general proof. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (20/26)
  • 21. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives 3 Corollary (Laplace Transform of Derivatives) Suppose that 1 The functions f, f 0 , f 00 , ..., f(n−1) are continuous and that f(n) is piecewise continuous on any interval 0 ≤ t ≤ A 2 The functions f, f 0 , ..., f(n) are of exponential order with |f(i) (t)| ≤ Keat for some constants K and a and 0 ≤ i ≤ n. Then L[f(n) (t)] exists for s a and satisfies L[f(n) (t)] = sn L[f(t)] − sn−1 f(0) − ... − sf(n−2) (0) − f(n−1) (0). For our 2nd order differential equations we will commonly use L[f 00 (t)] = s2 L[f(t)] − sf(0) − f 0 (0). Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (21/26)
  • 22. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives - Example Example: Consider g(t) = e−2t sin(4t) with g 0 (t) = −2e−2t sin(4t) + 4e−2t cos(4t) If f(t) = sin(4t), then F(s) = 4 s2 + 16 , with G(s) = 4 (s + 2)2 + 16 using the exponential theorem of Laplace transforms Our derivative theorem gives L[g 0 (t)] = sG(s) − g(0) = 4s (s + 2)2 + 16 However, L[g 0 (t)] = −2L[e−2t sin(4t)] + 4L[e−2t cos(4t)] = −8 (s + 2)2 + 16 + 4(s + 2) (s + 2)2 + 16 = 4s (s + 2)2 + 16 Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (22/26)
  • 23. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives - Example Example: Consider the initial value problem: y 00 + 2y 0 + 5y = e−t , y(0) = 1, y 0 (0) = −3 Taking Laplace Transforms we have L[y 00 ] + 2L[y 0 ] + 5L[y] = L[e−t ] With Y (s) = L[y(t)], our derivative theorems give s2 Y (s) − sy(0) − y 0 (0) + 2 [sY (s) − y(0)] + 5Y (s) = 1 s + 1 or (s2 + 2s + 5)Y (s) = 1 s + 1 + s − 1 We can write Y (s) = 1 (s + 1)(s2 + 2s + 5) + s − 1 s2 + 2s + 5 = s2 (s + 1)(s2 + 2s + 5) Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (23/26)
  • 24. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives - Example Example (cont): From before, Y (s) = s2 (s + 1)(s2 + 2s + 5) An important result of the Fundamental Theorem of Algebra is Partial Fractions Decomposition We write Y (s) = s2 (s + 1)(s2 + 2s + 5) = A s + 1 + Bs + C s2 + 2s + 5 Equivalently, s2 = A(s2 + 2s + 5) + (Bs + C)(s + 1) Let s = −1, then 1 = 4A or A = 1 4 Coefficient of s2 gives 1 = A + B, so B = 3 4 Coefficient of s0 gives 0 = 5A + C, so C = −5 4 Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (24/26)
  • 25. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives Laplace Transform of Derivatives - Example Example (cont): From the Partial Fractions Decomposition with A = 1 4 , B = 3 4 , and C = −5 4 , Y (s) = 1 4 1 s + 1 + 3s − 5 s2 + 2s + 5 = 1 4 1 s + 1 + 3(s + 1) − 8 (s + 1)2 + 4 Equivalently, we can write this Y (s) = 1 4 1 s + 1 + 3 (s + 1) (s + 1)2 + 4 − 4 2 (s + 1)2 + 4 However, L[e−t ] = 1 s+1 , L[e−t cos(2t)] = s+1 (s+1)2+4 , and L[e−t sin(2t)] = 2 (s+1)2+4 , so inverting the Laplace transform gives y(t) = 1 4 e−t + 3 4 e−t cos(2t) − e−t sin(2t), solving the initial value problem Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (25/26)
  • 26. Introduction Laplace Transforms Short Table of Laplace Transforms Properties of Laplace Transform Laplace Transform of Derivatives More Laplace Transforms Theorem Suppose that f is (i) piecewise continuous on any interval 0 ≤ t ≤ A, and (ii) has exponential order with exponent a. Then for any positive integer L[tn f(t)] = (−1)n F(n) (s), s a. Proof: F(n) (s) = dn dsn Z ∞ 0 e−st f(t)dt = Z ∞ 0 ∂n ∂sn (e−st )f(t)dt = Z ∞ 0 (−t)n e−st f(t)dt = (−1)n Z ∞ 0 tn e−st f(t)dt = (−1)n L[tn f(t)] Corollary: For any integer, n ≥ 0, L[tn ] = n! sn+1 , s 0. Joseph M. Mahaffy, hmahaffy@math.sdsu.edui Lecture Notes – Laplace Transforms: Part A — (26/26)