You are on page 1of 7

Differential Equations

LECTURE 25

Inverse Laplace Transforms

At the end of last class, we saw that upon using Laplace transforms on an initial value problem,
we end up with an expression for Y (s), the Laplace transform of the desired solution y(t). Thus,
we need to know how to go backwards: given a transformed function Y (s), how do we find the
original function y(t)? This is a slightly more complicated process than taking transforms, which
was quite straightforward. We refer to f (t) as the inverse Laplace transform of F (s) and use the
notation
f (t) = L−1 {F (s)} .
Our starting point is that the inverse Laplace transform is linear, just like the original transform
was.
Theorem 25.1. Given two Laplace transforms F (s) and G(s),
L−1 {aF (s) + bG(s)} = aL−1 {F (s)} + bL−1 {G(s)}
for any constants a, b.
So, we’ll decompose our original transformed function into pieces, inverse transform, and then
put everything back together.
This is where familiarity with the basic Laplace transforms and the table becomes handy. The
strategy is to try to identify the desired inverse transform by looking at the denominator. In most
cases, this will tell us what the original function will have to be, but occasionally we will have to
look at the numerator to distinguish between two potential inverses (e.g., the denominators for the
transforms of sin(at) and cos(at) are the same, but the numerators differ). Then, we know precisely
how we have to write our function F (s) so that it is the inverse transform of the function we’ve
identified as the inverse. Sometimes this requires a little bit of algebra or arithmetic.
Let’s look at some examples.
Example 25.1. Find the inverse transforms of the following.
3 1 4
(i) F (s) = − +
s s−2 s−3
This one is quite straightforward. The denominator of the first term, 3s , indicates that this
will be the Laplace transform of 1. Since L {1} = 1s , we’ll factor out the 3 before taking the
inverse transform. For the second term, this is just the Laplace transform of e2t , and there’s
nothing else to do with it. The third term is also an exponential, e3t , and we’ll need to factor
out the 4 in the numerator before we inverse transform.
So we have
   
−1 −1 1 −1 1
L {F (s)} = 3L −L + 4L−1 {1} s − 3
s s−2
f (t) = 3(1) − e2t + 4 e3t


= 3 − e2t + 4e3t .

1
Differential Equations Lecture 25: Inverse Laplace Transforms

5 1 7
(ii) G(s) = − + 3.
s + 3 2s − 4 s
The first term is just the transform of e−3t multiplied by 5, which we’ll factor out before
inverse transforming.
The second term looks like it ought to be an exponential, but it’s got a 2s instead of an
s in the denominator, and transforms of exponentials should just have s. We can fix this by
factoring a 2 out of the denominator and then taking the inverse transform.
The third term has s3 as its denominator. This indicates that it will
be2! related to the
transform of t2 . The numerator isn’t quite correct, though, since L t2 = s2+1 = s24 . So we
would need the numerator to be 2, and right now it’s 7. How do we fix this? We’ll multiply
by 22 , absorb the top 2 into the transform, and keep the 72 out front.
Let’s start by rewriting the transform, with these fixes incorporated.
1 1 2 7
G(s) = 5 − +
s − (−3) 2(s − 2) 2 s3
1 1 1 7 2
=5 − +
s − (−3) 2 s − 2 2 s3
Now we can take the inverse transform.
1 7
g(t) = 5e−3t − e2t + t2
2 2
2s 3
(iii) H(s) = + 2
s2+ 25 s + 16
The denominator of the first term, s2 + 25, indicates that this should be the transform of
either sin(5t) or cos(5t). The numerator is 2s, though, which tells us that once we factor out
the 2, it will be the transform of cos(5t).
The second term’s denominator is s2 + 16, so it will be the transform of either sin(4t)
or cos(4t). The numerator is a constant, 3, so it will be the transform of sin(4t). The only
problem is that the numerator of L {sin(4t)} should be 4, while here it is 3. We’ll fix this, as
in the previous example, by multiplying by 44 .
We rewrite the transform.
s 4 3
H(s) = 2 2 2
+
s + (5) 4 s2 + 4 2
s 3 4
=2 2 2
+
s +5 4 s2 + 4 2
Then we take the inverse.
3
h(t) = 2 cos(5t) + sin(4t).
4

Let’s do some now that require a little more work.
Example 25.2. Find the inverse Laplace transforms for each of the following.
3s − 7
(i) F (s) = 2
s + 16
Looking at the denominator, we recognize that this will involve a sine or a cosine, as it
has the form s2 + a2 .. It’s not quite either, though, since it has both an s and a constant in
the numerator, while a cosine just wants the s and the sine just wants the constant.

2
Differential Equations Lecture 25: Inverse Laplace Transforms

This is easy to account for, however. If we split up this fraction into the difference of two
fractions, then fix them up as we did in the previous example, we’ll be able to take our inverse
tranform.
3s − 7
F (s) =
s2 + 16
3s 7
= 2 − 2
s + 16 s + 16
s 4 7
=3 2 −
s + 16 4 s2 + 16
s 7 4
=3 2 −
s + 16 4 s2 + 16
Now each term is in the correct form, and we can take the inverse transform.

7
f (t) = 3 cos(4t) − sin(4t)
4
1 − 3s
(ii) G(s) =
s2+ 2s + 10
If we look at our table of Laplace transforms, we might see that there are no denomina-
tors that look like a full quadratic polynomial. Also, this polynomial doesn’t factor nicely.
However, there are terms in the table that have denominators of the form (s − a)2 + b2 : those
for eat cos(bt) and eat sin(bt). We can put this denominator in that form if we complete the
square. Then we can fix the numerators to figure out the inverse transform.
s2 + 2s + 10 = s2 + 2s + 1 − 1 + 10
= s2 + 2s + 1 + 9
= (s + 1)2 + 9
Thus, our transformed function can be written as
1 − 3s
G(s) = .
(s + 1)2 + 9
We won’t split this up into two pieces yet. First, we’ll fix the s in the numerator to be s + 1,
which we’ll need for the numerator of e−t cos (3t). We do this by adding and subtracting 1
to the s. This will produce some other constant term, which we’ll combine with the already
present constant, and then we can worry about fixing that numerator to correspond to the
numerator of the transform of e−t sin (3t) .
1 − 3(s + 1 − 1)
G(s) =
(s + 1)2 + 9
1 − 3(s + 1) + 3
=
(s + 1)2 + 9
−3(s + 1) + 4
=
(s + 1)2 + 9
Now we can break our transform up into two pieces, one of which will correspond to the
cosine and the other to the sine. At that point, fixing the numerators is the same as in the

3
Differential Equations Lecture 25: Inverse Laplace Transforms

last couple of examples.


s+1 4 3
G(s) = −3 +
(s + 1) + 9 3 (s + 1)2 + 9
2

4
g(t) = −3e−t cos (3t) + e−2 sin (3t)
3
s+2
(iii) H(s) =
s2− s − 12
This should appear similar at first glance to the previous example, but there’s a difference:
this time, we can factor the denominator. This requires us to deal with the inverse transform
differently. Factoring, we see
s+2
H(s) = .
(s + 3)(s − 4)
We know that if we have a linear denominator, that will correspond to an exponential. In this
case, we have the product of two linear factors. This by itself isn’t the denominator of any
particular Laplace transform, but we know a method for turning certain rational functions
with factored denominators into a sum of more simple rational functions with those factors
in each denominator: partial fractions.
We start by writing
s+2 A B
H(s) = = + .
(s + 3)(s − 4) s+3 s−4
We have to put our partial fraction decomposition over a single denominator:
s+2 A(s − 4) + B(s + 3)
= .
(s + 3)(s − 4) (s + 3)(s − 4)
This needs to be true for any value of s; in particular, the numerators must match for every
value of s:
s + 2 = A(s − 4) + B(s + 3).
As a result, we can choose values of s to plug in that will isolate an individual constant. Let’s
do this for each.
1
s = −3 : −1= −7A ⇒ A=
7
6
s=4: 6 = 7B ⇒ B=
7
Thus, our transform can be written as
1 6
7 7
H(s) = +
s+3 s−4
and taking the inverse transforms, we get
1 6
h(t) = e−3t + e4t .
7 7

Remark. We could have done the last part of the previous example as we had the previous parts by
completing the square. However, this would have left us with expressions involving the hyperbolic
sine sinh and the hyperbolic cosine cosh. These are interesting functions which can be written in
terms of exponentials (as we got in the form of our answer to the previous example), but it will

4
Differential Equations Lecture 25: Inverse Laplace Transforms

Factor in Denominator Partial Fractions Term


A
ax + b
ax + b
k A1 A2 Ak
(ax + b) + 2
+ ... +
ax + b (ax + b) (ax + b)k
Ax + B
ax2 + bx + c
ax2 + bx + c
A 1 x + B 1 A 2 + B2
x Ak x + Bk
(ax2 + bx + c)k 2
+ 2 2
+ ... +
ax + bx + c (ax + bx + c) (ax2 + bx + c)k
Table 25.1. Translation from factored denominator to partial fractions.

be much easier for us to work with the exponentials, so we’re better off just doing partial fractions
even though it’s slightly more work.
Partial fractions and completing the square are a part of life when it comes to Laplace trans-
forms. Being comfortable with these techniques is especially important when we’re working with
initial value problems, since most of our answers will involve some combinations of exponentials,
sines, and cosines.
Let’s quickly review partial fractions. The first step is to factor the denominator as much as you
can. Then, using Table 25.1, we can find each of the terms for our partial fractions decomposition.
This table isn’t exhaustive, but we’ll only worry about having linear or quadratic factors.
Let’s do some more examples that require partial fractions.
Example 25.3. Find the inverse transform of each of the following.
2s + 1
(i) F (s) =
(s − 2)(s + 3)(s − 1)
The form of the decomposition will be
A B C
G(s) = + +
s−2 s+3 s−1
since all of the factors in our denominator are linear. Putting the right hand side over a
common denominator and setting numerators equal, we have
2s + 1 = A(s + 3)(s − 1) + B(s − 2)(s − 1) + C(s − 2)(s + 3).
We can once again use the method from the previous example where we choose key values of
s that will isolate the coefficients.
s=2: 5 = A(5)(1) ⇒ A=1
1
s = −3 : −5 = B(−5)(−4) ⇒ B=−
4
3
s=1: 3 = C(−1)(4) ⇒ C=−
4
Thus, the partial fraction decomposition for this transform is
1 3
1
F (s) = − 4 − 4 .
s−2 s+3 s−1
The inverse transform is then
1 3
f (t) = e2t − e−3t − et .
4 4

5
Differential Equations Lecture 25: Inverse Laplace Transforms

2 − 3s
(ii) G(s) =
(s − 2)(s2 + 3)
Now we have a quadratic in the denominator. Looking at Table 25.1, we see that the form
of the partial fractions decomposition will be
A Bs + C
G(s) = + 2 .
s−2 s +3
If we put everything over a common denominator and setting the numerators equal, we will
get
2 − 3s = A(s2 + 3) + (Bs + C)(s − 2).
Notice tht we can’t use the method from the previous examples: there are only two “key
values” for s, but there are 3 constants, so we would be stuck at some point. Thus we need
to use the more formal method, which requires us to multiply out the right hand side and
compare coefficients.
2 − 3s = A(s2 + 3) + (Bs + C)(s − 2)
= As2 + 3A + Bs2 − 2Bs + Cs − 2C
= (A + B)s2 + (−2B + C)s + (3A − 2C)
We have the following system of equations to solve.
(s2 ) : A+B =0
1 8 8 5
(s ) : −2B + C = −3 ⇒ A=− B= C=−
7 7 7
(s0 ) : 3A − 2C = 2
Thus the partial fraction decomposition is
8 8 5
7 7s 7
G(s) = − + −
s − 2 s2 + 3 s2 + 3

8 1 8 s 5 3
=− + 2
− √ 2
7s−2 7s +3 7 3s +3

and the inverse transform is


8 8 √  5 √ 
g(t) = − e2t + cos 3t − √ sin 3t .
7 7 7 3
2
(iii) H(s) = .
s3 (s
− 1)
The partial fraction decomposition in this case is
A B C D
H(s) = + 2+ 3+ .
s s s s−1
Setting numerators equal and multiplying out gives
2 = As2 (s − 1) + Bs(s − 1) + C(s − 1) + Ds3
= As3 − As2 + Bs2 − Bs + Cs − C + Ds3

6
Differential Equations Lecture 25: Inverse Laplace Transforms

and we have to solve the system of equations


(s3 ) : A+D =0
2
(s ) : −A + B = 0
⇒ A = −2 B = −2 C = −2 D = 2.
(s1 ) : −B + C = 0
(s0 ) : −C = 2
Thus our partial fractions decomposition becomes
2 2 2 2
H(s) = − − 2 − 3 +
s s s s−1
2 2 2 2! 2
=− − 2 − +
s s 2! s3 s − 1
and the inverse transform is
h(t) = −2 − 2t − t2 + 2et .


You might also like