MATH2352 Differential Equations and Applications Tutorial Notes 5
MATH2352 Differential Equations and Applications Tutorial Notes 5
MATH2352 Differential Equations and Applications Tutorial Notes 5
Tutorial Notes 5
Samsung, SUM Sung Fung
20 July, 2012
20 Laplace Transform
Definition 20.1 (Piecewise continuity). A function f is piecewise continuous on an interval [c, d] if
this interval can be partitioned by a finite number of points c = t0 < t1 < · · · < tn−1 < tn = d such that
1. f is continuous on each (ti , ti+1 )
2. lim f (x) < ∞ ∀ k = 0, 1, 2, · · · , n − 1
x→t+k
3. lim f (x) < ∞ ∀ k = 1, 2, 3, · · · , n
x→t−k
Definition 20.2 (Laplace Transform). Let f be a piecewise continuous function defined for t > 0, and
there exist some constants a, K, M with K, M > 0 that
Examples:
1.
Z ∞
L{cos at}(s) = e−st cos at dt
0 ∞
1 −st s ∞ −st
Z
(By part) = e sin at + e sin at dt
a 0 a 0
s ∞ −st
Z
= e sin at dt
a 0
h s i∞ s2 Z ∞
(By part) = − 2 e−st cos at − 2 e−st cos at dt
a 0 a 0
s s2
= 2 − 2 L{cos at}(s)
a a
s2
s s
L{cos at}(s) = 2 ÷ 1 + 2 = 2
a a a + s2
1
t t ∈ (0, 1]
2. For f (t) = ,
1 t ∈ (1, ∞)
Z 1 Z ∞
L{f (t)}(s) = te−st dt + e−st dt
0 1
1 ∞
st + 1 1
= − 2 e−st + − e−st
s 0 s 1
1 − e−s
=
s2
3. For n ∈ N,
Z ∞
n
L{t }(s) = tn e−st dt
0
∞
n ∞ n−1 −st
1 n −st
Z
(By part) = − t e + t e dt
s 0 s 0
n
= L{tn−1 }(s)
s
Inductively,
n! n!
L{tn }(s) = n
L{1}(s) = n+1
s s
Definition 21.2 (Dirac Delta Function). The Dirac delta function is a distribution function that
satisfies
1. δ(t) = 0 ∀ t 6= 0
R∞
2. −∞ δ(t)f (t) dt = f (0) ∀f
It can be viewed briefly as
d +∞ t = 0
δ(t) = u0 (t) =
dt 0 t=6 0
Theorem 21.3 (Laplace Transforms of Special Functions). For f (t) : [0, ∞) → R with F (s) = L{f (t)}
1. Laplace transform of derivatives:
L{f (n) (t)} = sn F (s) − sn−1 f (0) − sn−2 f ′ (0) − · · · − sf (n−2) (0) − f (n−1) (0)
2
3. Laplace transform of function multiplied by an exponential:
L{ebt f (t)} = F (s − b)
−1 1 −4s−1 −11 −4(s+1)+3
L e =L e
s+1 s+1
3 −1 1 −4(s+1)
(Linearity) = e · L e
s+1
3 (−1)t −1 1 −4s
(Property 3) = e · e ·L e
s
(Property 2) = e3 · e−t · u4 (t) · 1
= u4 (t)e3−t
3e−2s 2e−4s s
Y (s) = + +
s2 + 1 s(s2 + 1) s2 + 1
3
where
3e−2s
L−1 = L−1 3e−2s L{sin t}
s2 + 1
= 3u2 (t) sin(t − 2)
2e−4s 1 s
L−1 = L−1 2e−4s − 2
s(s2 + 1) s s +1
−1
−4s
=L 2e (L{1} − L{cos t})
= 2u4 (t)[1 − cos(t − 4)]
−1 s
L = cos t
s2 + 1
23 Convolution Integral
Definition 23.1 (Convolution Integral). Given functions f (t), g(t) : [0, ∞) → R, the Convolution
Integral of f and g is given as
Z t Z t
(f ∗ g)(t) = f (τ )g(t − τ ) dτ = f (t − τ )g(τ ) dτ
0 0
Theorem 23.2 (Laplace Transform of Convolution Integral). f and g as above, denote L{f (t)}(s) =
F (s) and L{g(t)}(s) = G(s), then
n o
a 2
Example: Given L{sin at}(s) = s2 +a2 , find L−1 (s2 +1)(s2 +4) .
−1 2 −1 1 2
L (t) = L · (t)
(s2 + 1)(s2 + 4) s2 + 1 s2 + 4
−1 1 −1 2
= L ∗L (t)
s2 + 1 s2 + 4
= (sin t ∗ sin 2t)(t)
Z t
= sin(t − τ ) sin 2τ dτ
0
2
= (1 − cos t) sin t
3