Chapter6
Chapter6
Laplace Transforms 1
Sol.
( eat + e−at )
L(cosh at) = L
2
1[ ]
= L(eat) + L(e−at)
2
1[ 1 1 ] s
= + = 2 .
2 s−a s+a s −a 2
Similarly,
( eat − e−at ) a
L(sinh at) = L = .
2 s2 − a2
Example 4. Cosine and Sine
Derive the formulas
s ω
L(cos ωt) = 2 , L(sin ωt) = .
s + ω2 s2 + ω 2
Note 1. n = 0, 1, 2, · · ·
∫ ∞
L(tn) = e−sttndt
[0 ] ∫
1 −st n ∞ n ∞ −st n−1
= − e t + e t dt
s 0 s 0
n
= L(tn−1)
s
n n−1
= · L(tn−2) = · · ·
s s
n!
= n+1 .
s
Γ(a + 1) = aΓ(a),
Γ(n + 1) = n!, n = 1, 2, · · · .
Proof.
∫ ∫
∞
−(s−a)t
∞
−st
[ ]
F (s − a) = e f (t)dt = e at
e f (t) dt
0 0
= L{eatf (t)}.
If F (s) exists for s > k, then F (s − a) exists for s − a > k.
Example 5. s-Shifting
From Example 4 and the first shifting theorem, we have
s−a
L(eat cos ωt) = ,
(s − a)2 + ω 2
ω
L(eat sin ωt) =
(s − a)2 + ω 2.
Theorem 3. Existence Theorem
If f (t) is piecewise continuous on t ≥ 0 and satisfies the growth restric-
tion |f (t)| ≤ M ekt for some constants k and M , then L(f ) exists for
all s > k.
Proof. Since f (t) is piecewise continuous, e−stf (t) is integrable over fi-
nite interval on t ≥ 0.
∫ ∞ ∫ ∞
|L(f )| = e−stf (t)dt ≤ |f (t)|e−stdt
∫ 0∞ 0
M
≤ M ekte−stdt = (s > k).
0 s−k
2
Note et does not satisfy the growth restriction condition. The conditions
of Theorem 3 are sufficient rather than necessary.
Computational Science & Engineering (CSE) T. Jeong
Chapter 6. Laplace Transforms 5
Sol. Let f (t) = cos ωt. Then f ′(t) = −ω sin ωt and f ′′(t) =
−ω 2 cos ωt = −w2f (t).
L(f ′′) = s2L(f ) − sf (0) − f ′(0) = s2L(f ) − s
= −ω 2L(f )
s
∴ L(cos ωt) = 2 .
s + ω2
1
L(sin ωt) = − L(f ′)
ω
1 ω
= − [sL(f ) − 1] = 2 .
ω s + ω2
Laplace’s method
Step 1. Setting up the subsidiary equation
Let Y = L(y) and R = L(r). Then
[s2Y − sy(0) − y ′(0)] + a[sY − y(0)] + bY = R,
we have the subsidiary equation
(s2 + as + b)Y = (s + a)y(0) + y ′(0) + R
Step 2. Solution of the subsidiary equation by algebra.
Putting
1
Q(s) = 2 ,
s + as + b
this give the solution
Y (s) = [(s + a)y(0) + y ′(0)]Q(s) + R(s)Q(s).
1
Sol. (s2Y − s − 1) − Y = 1
s2
, thus (s2 − 1)Y = s + 1 + .
s2
( )
1 1 1
Y = + −
s−1 s2 − 1 s2
−1 e3t − e−t
∴ y(t) = L (Y ) = e + sinh t − t =
t
− t.
2
Example 6. Shifted Data Problems
′′
√
Solve y + y = 2t, y( π4 ) = 1
2
π, y ′( π4 ) = 2 − 2.
{ } { }
1 1
L t2u(t − 1) = L [(t − 1) + 1]2u(t − 1)
2 {[2 ] }
1 1
= L (t − 1)2 + (t − 1) + u(t − 1)
( 2 ) 2
1 1 1 −s
= + + e . (ii)
s3 s2 2s
Similarly,
{ } ( 2)
1 π 1 π π − πs
L t2u(t − ) = 3
+ 2
+ e 2 (iii)
2 2 s 2s 8s
{ } { }
π π π
L cos t u(t − ) = L − sin(t − )u(t − )
2 2 2
1 πs
= − 2 e− 2 (iv)
s +1
∴ L(f ) = (i) + (ii) + (iii) + (iv) = · · · .
Note
L{f (t)u(t − a)} = L{f ((t + a) − a)u(t − a)}
= e−asL{f (t + a)}.
Ex.
1 1
L{ t2u(t − 1)} = e−sL{ (t + 1)2}
2 2
1
= e−sL{ (t2 + 2t + 1)}
2
−s 1 1 1
= e ( + + ).
s3 s2 2s
+(t − 3)e−2(t−3)u(t − 3)
0, 0<t<1
− π1 sin πt, 1<t<2
= .
0, 2<t<3
(t − 3)e−2(t−3), t>3
Note that
V0
−1 V0 t
L ( R
1 )= e− RC .
s+ RC
R
Thus
V0 t−a t−b
i(t) = [e− RC u(t − a) − e− RC u(t − b)]
R
0, 0<t<a
V0 − RCt−a
= e , a<t<b .
V0 − RC
t
R
a b
e [e RC − e RC ], t>b
R
Note
1. In mechanics, the integral of a force acting over [a, a + k] is called the
impulse of the force.
The impulse of fk (t − a) is
∫ ∞ ∫ a+k
1
fk (t − a)dt = dt = 1
0 a k
2.
δ(t − a) = lim fk (t − a)
k→0
Dirac delta function or unit impulse function
{ ∫ ∞
∞ if t = a
3. δ(t − a) = , δ(t − a)dt = 1.
0 otherwise 0
4.
L{δ(t − a)} = lim L{fk (t − a)}
k→0
1
= lim L{ [u(t − a) − u(t − (a + k))]}
k→0 k
1 −as
= lim [e − e−(a+k)s]
k→0 ks
= e−as.
= f (t − 1)u(t − 1)
= (e−(t−1) − e−2(t−1))u(t − 1)
{
0, 0≤t<1
= .
e−(t−1) − e−2(t−1), t>1
F (s)
Y (s) =
G(s)
F (s)
=
(s − a) · · · (s − b)n · · · (s2 + As + B)m · · ·
a1
=
s−a
+···
bn bn−1 b1
+ + + ··· +
(s − b)n (s − b)n−1 s−b
+···
+··· .
Then we can obtain the inverse transform y(t) of Y (s).
As + B Cs + D −2s − 2 2(s + 1) + 4
I= + 2 = 2 +
s2 + 4 s + 2s + 2 s +4 (s + 1)2 + 1
=⇒ L−1{I} = −2 cos 2t − sin 2t + e−t(2 cos t + 4 sin t).
Since II = I × e−πs ,
L−1{II} = [−2 cos(2(t − π)) − sin(2(t − π))]u(t − π)
+e−(t−π)[2 cos(t − π) + 4 sin(t − π)]u(t − π).
{ }
(s + 1) − 4
L−1{III} = L−1 = e−t
(cos t − 4 sin t).
(s + 1)2 + 1
∴ y(t) = L−1{I} + L−1{II} + L−1{III} = · · · .
[Properties]
f ∗g = g∗f
f ∗ (g1 + g2) = f ∗ g1 + f ∗ g2
f ∗ (g ∗ v) = (f ∗ g) ∗ v
f ∗0 = 0∗f =0
Example 3.
Show that (a) f ∗ 1 ̸= f in general, and (b) f ∗ f ≥ 0 may not hold.
∫t
Sol. (a) t ∗ 1 = 0 τ · 1 τ = 12 t2 ̸= t.
[Integral Equations ]
Example 6. A Volterra Integral Equation of the Second Kind
Solve the Voterra Integral Equation
∫ t
y(t) − y(τ ) sin(t − τ ) dτ = t.
0
Sol.
d
L{t sin βt} = − L(sin βt)
ds
d[ β ]
= −
ds s2 + β 2
2βs
= ,
(s2 + β 2)2
d
L{t cos βt} = − L(cos βt)
ds
d[ s ]
= −
ds s2 + β 2
s2 − β 2
= .
(s2 + β 2)2
[ Integration of Transforms ]
{ } ∫ ∞ [∫ ∞ ]
f (t) f (t)
L = F (s̃)ds̃, L−1 F (s̃)ds̃ =
t s s t
Proof.
∫ ∞ ∫ ∞ [∫ ∞ ]
F (s̃)ds̃ = e−s̃tf (t)dt ds̃
s s 0
∫ ∞ [∫ ∞ ]
= f (t) e−s̃tds̃ dt
0 s
∫ ∞ f (t)
= e−st dt
0 t
{ }
f (t)
= L .
t
(Method 2)
( )
d ω2 d
− ln 1 + 2 = − [ln(s2 + ω 2) − 2s]
ds s ds
2 2s
= − := G(s)
s s2 + ω 2
∫ ∞( )
ω2
=⇒ G(s̃)ds̃ = ln 1 + 2
s s
Since g(t) = L−1(G) = 2 − 2 cos ωt,
{ ( 2 )} {∫ ∞ }
ω
L−1 ln 1 + 2 = L−1 G(s̃)ds̃
s s
g(t)
=
t
2
= (1 − cos ωt).
t
Sol. Using
′ d
L(ty ) = − [sY − y(0)]
ds
dY
= −Y − s ,
ds
d
L(ty ′′) = − [s2Y − sy(0) − y ′(0)]
ds
dY
= −2sY − s2 + y(0),
ds
we
[ have ]
dY dY
−2sY − s2 + y(0) + [sY − y(0)] + [Y + s ] + nY = 0.
ds ds
Simplification gives
dY
(s − s2) + (n + 1 − s)Y = 0
ds
and ( )
dY n+1−s n n+1
=− ds = − ds.
Y s − s2 s−1 s
Integrating, we get
ln Y = n ln(s − 1) − (n + 1) ln s + c∗
and taking c∗ = 0
(s − 1)n
Y (s) = .
sn+1
Note that
n! n!
L(tn) = n+1
, L(tne−t) = .
s (s + 1)n+1
Putting f (t) = tne−t,
L(f (n)) = snL(f ) − sn−1f (0) − sn−2f ′(0) − · · · − f (n−1)(0)
= snL(f )
n!sn
= := F (s).
(s + 1)n+1
Since Y (s) = 1
n!
F (s − 1), we have
−1 et
y(t) = L (Y ) = L−1(F )
n!
et
= f (n)(t)
n!
et dn n −t
= (t e ).
n! dtn
The solution is cy(t). (Laguerre polynomials)
Computational Science & Engineering (CSE) T. Jeong
Chapter 6. Laplace Transforms 27
So,
sY1 = − 100
8
Y1 + 2
Y + 6
100 2 s
sY − 150 =
2
8
Y
100 1
− 8
Y
100 2
Thus,
Y1 =
9s+0.48
s(s+0.12)(s+0.04)
= 100
s
− 62.5
s+0.12
− 37.5
s+0.04
Y = 150s2 +12s+0.48
2 s(s+0.12)(s+0.04)
= 100
s
+ 125
s+0.12
− 75
s+0.04
.
y1 = 100 − 62.5e
−0.12t
− 37.5e−0.04t
∴
y = 100 + 125e−0.12t − 75e−0.04t
2
{ IVP
Hence the solution of the is √ √
y1 = cos kt + sin 3kt
√ √
y2 = cos kt − sin 3kt.