You are on page 1of 4

Quick way to compute the inverse Laplace

transform (without partial fractions).

1. Rational functions with only simple roots in the


denominator.
In this case the solutions can be simply written down. It is best to illustrate by
examples.

Example 1. Find the Laplace inverse of

1
(Lf )(s) =
(s − 1)(s − 2)

The Laplace inverse is given by multiplying the above function by est and then
estimating the resulting function at s = 1, with the factor s − 1 taken out, plus, the
resulting function estimated at s = 2, with the factor s − 2 taken out. Namely

est est e2t et


f (t) = s=2 + s=1 = + = e2t − et
s−1 s−2 2−1 1−2
O O

The method still works if we have more factors in the bottom, or if the top is
multiplied by a constant (or in fact any polynomial of degree less than the bottom).

Example 2. Find the inverse Laplace transform of

2
(Lf )(s) =
(s − 1)(s − 2)(s − 3)

Solution: We simply write it down,

2 est 2 est 2 est


f (t) = s=1 + s=2 + s=3
(s − 2)(s − 3) (s − 1)(s − 3) (s − 1)(s − 2)
O O O

t 2t 3t
2e 2e 2e
= + +
(1 − 2)(1 − 3) (2 − 1)(2 − 3) (3 − 1)(3 − 2)
2 et 2 e2t 2 e3t
= + + = et − 2e2t + e3t
2 −1 2

Example 3. Find the inverse Laplace transform of,

s
(Lf )(s) =
s2 + a 2

1
Solution: You could use the table, or alternatively use the method above. First we
factor
s s
=
s2 + a2 (s + ia)(s − ia)

There are no repeated roots in the bottom and the top is a polynomial of degree less
than the degree of the polynomial in the bottom, hence the method applies. Thus
we can just write down the solution,

est · s est · s
f (t) = s=−ia + s=ia
(s − ia) (s + ia)
O O

e −iat iat
· ( − ia) e · ia
= +
− 2ia 2ia
iat
e +e −iat
= = cos (a t)
2
 
a
As an exercice try deriving L−1 s2 + a2 = sin (a t) from the method above.
Remember the formula
eiax − e−iax
sin (a x) =
2i
for this.

2. Rational functions with multiple roots in the


denominator.
This case is more difficult, and you can either use partial fraction or the method
below.

Example 4. Find the Laplace inverse of

1
(Lf )(s) =
(s − 1)(s − 2)2

Solution: One method is to simply write down the partial fraction,

1 A B C
2 = s−1 + s−2 +
(s − 1)(s − 2) (s − 2)2

and then solve for A, B , C.


Another method is to reduce to the case of rational function with only simple roots
in the denominator by using a trick. The trick is to introduce a new variable a, and
express 1/(s − 2)2 in terms of the derivative of 1/(s − a). Namely,

1 d 1
2 = da · s − a O
a=2
(s − 2)

2
because (d/da)(1/s − a) = 1/(s − a)2 so when we estimate at s = 2 we get 1/(s − 2)2.
With this trick at hand we write,
 
1 d 1 1
= · a=2
(s − 1)(s − 2)2 da s − 1 s − a
O

Therefore,
 
1
f (t) = L −1
− 1)(s − 2)2
 (s   
d 1 1
= L −1
· a=2
da s − 1 s − a
O

We are allowed to interchange the L−1 (Laplace inverse) with the differentiation
operation, and so we keep on writting,
 
d −1 1 1
f (t) = L · a=2 (1)
da s−1 s−a
O

Now we know by the previous section that,

est est
 
1 1
L −1
· = s=1 + s=a
s−1 s−a s−1
O O

s−a
t at
e e
= +
1−a a−1

Therefore returning to (1) we have


 t 
d e eat
f (t) = + a=2
da 1 − a a − 1
O

et t eat eat
+ − a=2
= (1 − a)2 a − 1 (a − 1)2
O

= et + t e2t − e2t

which is the desired solution.

Example 5. Find the inverse Laplace transform of

s
(Lf )(s) =
(s − 1) (s − 2)2
2

Solution: I will proceed more mechanically skipping more details as I’ve explained
the method in the previous example. We have
 
s d d s
= a=1
(s − 1)2(s − 2)2 da db (s − a)(s − b)
O

b=2

3
Therefore,
   
s d d −1 s
f (t) = L −1
= L a=1
(s − 1) (s − 2)2
2 da db (s − a)(s − b)
O

b=2

Now,

s est s est
 
s
L −1
= s=b + s=a
(s − a)(s − b) (s − a)
O O

s−b
bt at
be ae
= +
b−a a−b

Therefore returning to (2) we find,


 
d d b ebt a eat
f (t) = + a=1
da db b − a a − b
O

b=2
 
d ebt + b t ebt b ebt a eat
= − + a=1
da (b − a)2 (a − b)2
O

b−a b=2
 bt bt bt at at

e +bte be e +tae
= −2 −2· a=1
(b − a)2 (b − a)3 (a − b)3
O

b=2
= e2t + 2 t e2t − 4 e2t + 2 et + 2 t et

as you see in fact this is comparatively short. Comparatively to trying to do the


same example via partial fractions,

s A B C D
2 2 = s−1 + 2 + s−2 +
(s − 1) (s − 2) (s − 1) (s − 2)2

...

You might also like