Topic 5
Topic 5
Topic 5
Learning Outcome
At the end of the chapter, students are able to solve initial value problem using Laplace
and Inverse Laplace.
The Laplace transform method is a powerful method for solving linear ODEs and
corresponding initial value problems, as well as systems of ODEs arising in engineering.
algebra problem
Example 1
1. Let f (t ) = 1 when t 0 . Find F (s ) .
2. Let f (t ) = e at when t 0 , where a is a constant. Find L( f ) .
1
5.2 Theorems
For any functions f (t ) and g (t ) whose transforms exist and any constants a and b,
the transform of af (t ) + bg (t ) exists, and
Example 2
Use the table of Laplace transforms to find the Laplace Transform of the functions.
1. f (t ) = 5 − 3t + 3 cos 4t − sin 5t (
2. f (t ) = t 2 − e −3t )
2
4t 3 + t cos 2t − t 2 e 4t
3. f (t ) =
t
2
5.2.2 Definition 2: Inverse Laplace Transform
Example:
1 1
1. L{e at ) = L−1 =e
at
s−a s−a
1 1
2. L{sin t ) = L−1 2
= sin t .
1+ s 2
1+ s
Example 3
Find the inverse Laplace transform of the functions:
−2 4s 2s − 5 3s + 17
1. 2. 2 3. 2 4.
s + 16 s − 14 s + 16 s2 − 7
3
5.2.3 Theorem 2: First Shifting or S-Shifting
If f (t ) has the transform F (s ) where s k for some k, then e at f (t ) has the transform
F ( s − a) , where s − a k .
In formulas, L{e at f (t )} = F ( s − a )
Notes:
We may solve the inverse Laplace transforms of rational functions by
1. completing the squares
2. partial fractions
Proof:
Replace s with (s − a ) in the integral.
F ( s − a ) = e −( s − a ) f (t )dt
0
= e − st e at f (t ) dt
0
= L{e at f (t )}
Example 4
1. Determine the inverse Laplace transform the following functions by completing the
squares.
4 3s − 1 3s − 137
a) L−1 2 b) L−1 c) L−1 2
s + 4 s + 20 − 2s − 6s + 2 s + 2 s + 401
2
2. Determine the inverse Laplace transform the following functions by partial fractions
1 9s − 8
a) L−1
2
b) * L−1 2
(s + 2 )(s − 3) s − 2s
4
5.2.4 Theorem 3: Derivative of transform
d n F (s)
If L{ f (t )} = F ( s) , then L{t n f (t )} = (− 1)
n
ds n
Example 5
Determine the Laplace transform of the following functions.
1. L{t sin 3t} 2. L{t 2 e t } 3. L{t 2 cosh 3t}
5
5.2.5 Theorem 4: Laplace Transform of Integral
t 1 t
1
L f ( )d = F ( s) thus f ( )d = L
−1
F ( s)
0 s 0 s
Example 6
1
= 2 (1 − cos wt ) .
1
Prove that L−1 2 2
s(s + w ) w
6
5.3 Solving Ordinary Differential Equations (ODE) or Initial Value Problems(IVP)
The Laplace transform is a method of solving ODEs and initial value problems. To solve
ODEs, we must first consider the Laplace transform of derivatives.
where a and b are constants, r (t ) is the given input (driving force ) applied to the mechanical
or electrical system and y (t ) is the output (response to input) to be obtained.
Solve (i) by partial fractions or completing the square method, get the solution of Y.
Example 7
Solve y"− y = t , y (0) = 1, y ' (0) = 1 .