MA-108 Differential Equations I: Ronnie Sebastian
MA-108 Differential Equations I: Ronnie Sebastian
Ronnie Sebastian
Department of Mathematics
Indian Institute of Technology Bombay
Powai, Mumbai - 76
1 / 30
Definition (Convolution)
The convolution f ∗ g of two functions f and g is defined by
Z t
(f ∗ g)(t) = f (τ )g(t − τ ) dτ
0
2 / 30
Theorem (Convolution Theorem)
If L(f ) = F (s) and L(g) = G(s), then L(f ∗ g) exists, and
Z t
L(f ∗ g) = L f (τ )g(t − τ ) dτ = F (s)G(s)
0
Proof.
Let us assume that the Laplace transform of f ∗ g exists.
We will prove the formula.
3 / 30
continued ...
Z ∞ Z t
−st
L(f ∗ g) = e f (τ )g(t − τ ) dτ dt
0 0
Interchanging the order of integration gives us the following
Z ∞ Z ∞
−st
= f (τ ) e g(t − τ ) dt dτ
0 τ
Z ∞ Z ∞
−s(x+τ )
= f (τ ) e g(x) dx dτ
Z0 ∞ 0
= f (τ )e−sτ G(s)dτ
0
= G(s)F (s)
4 / 30
Example
Let us verify the result for f (t) = eat and g(t) = ebt .
Z t
(f ∗ g)(t) = f (τ )g(t − τ ) dτ
0
Z t Z t
aτ b(t−τ )
= e e dτ = e(a−b)τ ebt dτ
0 0
!
e(a−b)t
bt 1 eat ebt
= e − = −
a−b a−b a−b a−b
1 1 1
L(f ∗ g) = −
a−b s−a s−b
= F (s)G(s)
= L(f )L(g)
5 / 30
Example
Let us use Laplace transform to solve IVP.
y 0 − ay = f (t), y(0) = 0
(s − a)Y (s) = F (s)
1
=⇒ Y (s) = F (s)
s−a
= F (s)G(s), g(t) = eat
=⇒ y(t) = L−1 (F (s)G(s))
Z t
= f (τ )g(t − τ ) dτ
0
6 / 30
Show the followings.
1 f ∗ g = g ∗ f.
2 f ∗ (g1 + g2 ) = f ∗ g1 + f ∗ g2
3 (f ∗ g) ∗ h = f ∗ (g ∗ h)
4 f ∗0=0∗f =0
5 f ∗ 1 6= f ,
e.g. sin t ∗ 1 = 1 − cos t.
7 / 30
Example
8 / 30
Example
Give a formula for the solution of the IVP.
9 / 30
Example
Give a formula for the solution of the IVP.
1
= L(e−t sin t),
s2 + 2s + 2
Hence
Z t
y(t) = f (t − τ )e−τ sin τ dτ + e−t [(b + a) sin t + a cos t]
0
10 / 30
Evaluating Convolution Integrals
Rt
Def. An integral of the form 0 f (τ )g(t − τ ) dτ is called a
convolution integral.
Example
Evaluate the integral using convolution theorem.
Z t
h(t) = (t − τ )5 τ 7 dτ
0
h(t) = (f ∗ g)(t) f (t) = t5 g(t) = t7
H(s) = L(t5 )L(t7 )
5! 7!
= 6 8
s s
−1 5! 7! 5! 7! 13
h(t) = L 14
= t
s 13!
11 / 30
Example
Evaluate the following integral
Z t
h(t) = sin a(t − τ ) cos bτ dτ, |a| =
6 |b|
0
Note that
h(t) = (f ∗ g)(t) f (t) = sin(at) g(t) = cos(bt).
Hence
Therefore,
a
h(t) = (cos at − cos bt)
b2 − a2
12 / 30
Volterra Integral Equations
13 / 30
Example
Solve the integral equation
Z t
y(t) = 1 + 2 e−2(t−τ ) y(τ ) dτ
0
14 / 30
Additional Properties of Laplace Transform
15 / 30
Additional Properties of Laplace Transform
Theorem
If F (s) exists for s > s0 , then
Z t
F (s)
L f (τ ) dτ = , s > max{0, s0 }
0 s
Proof.
Z t
L f (τ )dτ = L(f ∗ 1)
0
= L(f )L(1)
F (s)
=
s
for s > max{0, s0 }.
16 / 30
Example
1
Compute L−1 n+1
.
s
Let us
assume by induction that (for n ≥ 1)
tn−1
1
L−1 =
sn (n − 1)!
By our previous theorem we know that
Z t
−1 1
1 xn−1 tn
L · = dx =
sn s 0 (n − 1)! n!
17 / 30
Example
Find
−1 1
L
s2 (s2 + 1)
1
Since L(sin t) = ,
s2 +1
Z tZ t
−1 1
L = sin t dt
s2 (s2 + 1) 0 0
Z t
= (1 − cos t) dt = t − sin t
0
18 / 30
Theorem
If F (s) exists for s > s0 , then
dF (s)
L(tf (t)) = − , s > s0 .
ds
Proof.
Z ∞
dF (s) d
= f (t)e−st dt
ds ds
Z ∞ Z ∞ 0
∂ −st
= (e )f (t) dt = −te−st f (t) dt
0 ∂s 0
= −L(tf (t)).
20 / 30
Theorem
Assume
F (s) exists for s > s0 ,
f (t)
limt→0 exists and is finite.
t
f
Then L exists, and
t
Z ∞
f (t)
L = F (x) dx, s > s0
t s
21 / 30
Proof.
Z ∞ Z ∞ Z ∞
−xt
F (x) dx = f (t)e dt dx
s s 0
Z ∞ Z ∞
= f (t) e−xt dx dt
0 s
Z ∞
f (t) −st
= e dt
0 t
f (t)
= L
t
By Fubini’s Theorem
Z Z Z Z Z Z
|f (x, y)| dx dy < ∞ =⇒ f dx dy = f dy dx
22 / 30
Example
Find
−1 s−a
L (F (s)), F (s) = ln , a 6= b ∈ R
s−b
F (s) exists for s > s0 = max{|a|, |b|}
Let us note that
Z ∞
1 1 1
F (s) = − dx
a−b s x−a x−b
1 1
L−1 − = eat − ebt
s−a s−b
eat − ebt
Since limt→0 exists and is finite, we can use the theorem
t
and we get
1 eat − ebt
L−1 (F ) =
a−b t
23 / 30
Theorem
If f is piecewise continuous and of exponential order, then
(i) lims→∞ F (s) = 0, (ii) lims→∞ sF (s) < ∞.
24 / 30
Theorem
Assume f and f 0 both are piecewise continuous and of exponential
order. Then
lim sF (s) = f (0).
s→∞
Proof.
L(f 0 (t)) = sL(f (t)) − f (0)
Since f and f 0 both are piecewise continuous and of exponential
order, we get
Therefore,
lim sF (s) = f (0)
s→∞
25 / 30
Example
1 − s(5 + 3s)
Let f (t) = L−1 . Find f (0).
s((s + 1)2 + 1)
We can find f (t) by partial fraction. Hence we know that f and f 0
are continuous and of exponential order. Therefore,
1 − 5s − 3s2
= lim 2
s→∞ s + 2s + 2
= −3
26 / 30
Theorem
If f is piecewise continuous and periodic of period T , then
Z T
1
L(f (t)) = f (T )e−st dt, s > 0
1 − e−sT 0
Proof.
Z T Z 2T
−st
L(f (t)) = f (t)e dt + f (t)e−st dt + . . .
0 T
Z T Z T
= f (t)e−st dt + f (t + T )e−s(t+T ) dt + . . .
0 0
Z T
f (t)e−st dt 1 + e−sT + e−2sT + . . .
=
0
Z T
1
= f (t)e−st dt , s > 0
(1 − e−sT ) 0
27 / 30
Example
Find the Laplace transform of periodic function
(
t, 0 ≤ t < 1
f (t) = , f (t + 2) = f (t)
0, 1 ≤ t < 2
Z 2
1
L(f (t)) = f (t)e−st dt
(1 − e−2s ) 0
Z 1
1
= te−st dt
(1 − e−2s ) 0
−st Z 1 −st
1 e 1 e
= t | − dt
(1 − e−2s ) −s 0 0 −s
−s
1 e 1 −s
= − 2 (e − 1)
(1 − e−2s ) −s s
28 / 30
L e−at f (t) = F (s + a), s > s0 + a.
1
29 / 30
Exercise. Find Inverse Laplace transform and verify, whether
lims→∞ sF (s) = f (0). If not, then state why it is not.
s s
(i) , (ii)
(s2 +a ) 2 2 (s − a2 )2
2
s2 1
(iii) 3
, (iv) √
(s + 1) s+1
s s
(v) , (vi)
(s − a)3/2 (s + 4)6
e−s e−2s
(vii) , (viii)
s5 (s + 1)2
a2 a2
(ix) ln 1 + 2 , (x) ln 1 − 2 ,
s s
1 1
(xi) , (xii)
s(1 − e−s ) s(1 + e−s )
1
(xiii)
(s + 1)(1 − e−2s )
30 / 30