SlideShare a Scribd company logo
26
The Inverse Laplace Transform
We now know how to find Laplace transforms of “unknown” functions satisfying various initial-
value problems. Of course, it’s not the transforms of those unknown function which are usually
of interest. It’s the functions, themselves, that are of interest. So let us turn to the general issue
of finding a function y(t) when all we know is its Laplace transform Y(s) .
26.1 Basic Notions
On Recovering a Function from Its Transform
In attempting to solve the differential equation in example 25.1, we got
Y(s) =
4
s − 3
,
which, since
Y(s) = L[y(t)]|s and
4
s − 3
= L 4e3t
s
,
we rewrote as
L[y(t)] = L 4e3t
.
From this, seemed reasonable to conclude that
y(t) = 4e3t
.
But, what if there were another function f (t) with the same transform as 4e3t
? Then we could
not be sure whether the above y(t) should be 4e3t
or that other function f (t) . Fortunately,
someone has managed to prove the following:
Theorem 26.1 (uniqueness of the transforms)
Suppose f and g are any two piecewise continuous functions on [0, ∞) of exponential order
and having the same Laplace transforms,
L[ f ] = L[g] .
Then, as piecewise continuous functions,
f (t) = g(t) on [0, ∞) .
527
528 The Inverse Laplace Transform
(You may want to quickly review the discussion of “equality of piecewise continuous func-
tions” on page 497.)
This theorem actually follows from another result that will be briefly discussed at the end
of this section. What is important, now, is that this theorem assures us that, if
L[y(t)]|s = L 4e3t
s
,
then
y(t) = 4e3t
,
at least for t ≥ 0 .
What about for t < 0 ? Well, keep in mind that the Laplace transform of any function f ,
F(s) = L[ f ]|s =
∞
0
f (t)e−st
dt ,
involves integration only over the positive T –axis. The behavior of f on the negative T –axis
has no effect on the formula for F(s) . In fact, f (t) need not even be defined for t < 0 . So,
even if they exist, there can be no way to recover the values of f (t) on the negative T –axis from
F(s) . But that is not a real concern because we will just use the Laplace transform for problems
over the positive T –axis — problems in which we have initial values at t = 0 and want to know
what happens later.
What all this means is that we are only interested in functions of t with t ≥ 0 . That was
hinted at when we began our discussions of the Laplace transform (see note 3 on page 477), but
we did not make an issue of it to avoid getting too distracted by technical details. Now, with the
inverse transform, requiring t ≥ 0 becomes more of an issue. Still, there is no need to obsess
about this any more than necessary, or to suddenly start including “ for t ≥ 0 ” with every
formula of t . Let us just agree that the negative T–axis is irrelevant to our discussions, and that
in all formulas involving t , it is assumed that t ≥ 0 .
!◮Example 26.1: Somewhere above, we have
y(t) = 4e3t
.
What we really mean is that
y(t) = 4e3t
for t ≥ 0 .
We have no idea what y(t) is for t < 0 . We don’t even know whether, in whatever application
this may have arisen, it makes sense to talk about y(t) for t < 0 , nor do we care.1
The Inverse Laplace Transform Defined
We can now officially define the inverse Laplace transform:
Given a function F(s) , the inverse Laplace transform of F , denoted by L−1
[F] ,
is that function f whose Laplace transform is F .
1 For example: What if y(t) denoted the temperature in a cup of coffee t minutes after being poured? Does it make
sense to consider the temperature of the coffee before it exists? (Answer this assuming you are not a Zen master.)
Basic Notions 529
More succinctly:
f (t) = L−1
[F(s)]|t ⇐⇒ L[ f (t)]|s = F(s) .
Our theorem on uniqueness (theorem 26.1) (along with our understanding about “always assum-
ing t ≥ 0 ”) assures us that the above definition for L−1
[F] is unambiguous. In this definition,
of course, we assume F(s) can be given as L[ f (t)] for some function f .
!◮Example 26.2: We have
L−1 4
s − 3 t
= 4e3t
because
4
s − 3
= L 4e3t
s
.
Likewise, since
L t3
s
=
6
s4
,
we have
t3
= L−1 6
s4 t
.
The fact that
f (t) = L−1
[F(s)]|t ⇐⇒ L[ f (t)]|s = F(s)
means that any table of Laplace transforms (such as table 24.1 on page 484) is also a table of
inverse Laplace transforms. Instead of reading off the F(s) for each f (t) found, read off the
f (t) for each F(s) .
As you may have already noticed, we take inverse transforms of “functions of s that are
denoted by upper case Roman letters” and obtain “functions of t that are denoted by the cor-
responding lower case Roman letter”. These notational conventions are consistent with the
notational conventions laid down earlier for the Laplace transform.
We should also note that the phrase “inverse Laplace transform” can refer to either the
‘inverse transformed function’ f or to the process of computing f from F .
By the way, there is a formula for computing inverse Laplace transforms. If you must know,
it is
L−1
[F(s)]|t =
1
2π
lim
Y→+∞
Y
−Y
et(σ+iξ)
F(σ + iξ) dξ .
The integral here is over a line in the complex plane, and σ is a suitably chosen positive value.
In deriving this formula, you actually verify uniqueness theorem 26.1. Unfortunately, deriving
and verifying this formula goes beyond our current abilities.2
Don’t pretend to understand this formula, and don’t try to use it until you’ve had a course in
complex variables. Besides, it is not nearly as useful as a good table of transforms.
2 Two derivations can be found in third edition of Transforms and Applications Handbook (Ed: A. Poularikas,
CRC Press). One, using Fourier transforms, is in section 2.4.6 of the chapter on Fourier transforms by Howell.
The other, using results from the theory of complex analytic functions, is in section 5.6 of the chapter on Laplace
transforms by Poularikas and Seely.
530 The Inverse Laplace Transform
26.2 Linearity and Using Partial Fractions
Linearity of the Inverse Transform
The fact that the inverse Laplace transform is linear follows immediately from the linearity of
the Laplace transform. To see that, let us consider L−1
[αF(s) + βG(s)] where α and β are
any two constants and F and G are any two functions for which inverse Laplace transforms
exist. Following our conventions, we’ll denote those inverse transforms by f and g . That is,
f (t) = L−1
[F(s)]|t and g(t) = L−1
[G(s)]|t .
Remember, this is completely the same as stating that
L[ f (t)]|s = F(s) and L[g(t)]|s = G(s) .
Because we already know the Laplace transform is linear, we know
L[αf (t) + βg(t)]|s = αL[ f (t)]|s + βL[g(t)]|s = αF(s) + βG(s) .
This, along the definition of the inverse transform and the above definitions of f and g , yields
L−1
[αF(s) + βG(s)]|t = αf (t) + βg(t) = αL−1
[F(s)]|t + βL−1
[G(s)]|t .
Redoing these little computations with as many functions and constants as desired then gives us
the next theorem:
Theorem 26.2 (linearity of the inverse Laplace transform)
The inverse Laplace transform transform is linear. That is,
L−1
[c1 F1(s) + c2 F2(s) + · · · + cn Fn(s)]
= c1L−1
[F1(s)] + c2L[F2(s)] + · · · + cnL[Fn(s)]
when each ck is a constant and each Fk is a function having an inverse Laplace transform.
Let’s now use the linearity to compute a few inverse transforms.
!◮Example 26.3: Let’s find
L−1 1
s2 + 9 t
.
We know (or found in table 24.1 on page 484) that
L−1 3
s2 + 9 t
= sin(3t) ,
which is almost what we want. To use this in computing our desired inverse transform, we
will combine linearity with one of mathematics’ oldest tricks (multiplying by 1 with, in this
case, 1 = 3/3 ):
L−1 1
s2 + 9 t
= L−1 1
3
·
3
s2 + 9 t
=
1
3
L−1 3
s2 + 9 t
=
1
3
sin(3t) .
Linearity and Using Partial Fractions 531
The use of linearity along with ‘multiplying by 1 ’ will be used again and again. Get used
to it.
!◮Example 26.4: Let’s find the inverse Laplace transform of
30
s7
+
8
s − 4
.
We know
L−1 6!
s7 t
= t6
and L−1 1
s − 4 t
= e4t
.
So,
L−1 30
s7
+
8
s − 4 t
= 30L−1 1
s7
t
+ 8L−1 1
s − 4 t
= 30L−1 1
6!
·
6!
s7 t
+ 8e4t
=
30
6!
L−1 6!
s7 t
+ 8e4t
=
30
6 · 5 · 4 · 3 · 2
t6
+ 8e4t
,
which, after a little arithmetic, reduces to
L−1 30
s7
+
8
s − 4 t
=
1
24
t6
+ 8e4t
.
Partial Fractions
When using the Laplace transform with differential equations, we often get transforms that can
be converted via ‘partial fractions’ to forms that are easily inverse transformed using the tables
and linearity, as above. This means that the general method(s) of partial fractions are particularly
important. By now, you should well-acquainted with using partial fractions — remember, the
basic idea is that, if we have a fraction of two polynomials
Q(s)
P(s)
and P(s) can be factored into two smaller polynomials
P(s) = P1(s)P2(s) ,
then two other polynomials Q1(s) and Q2(s) can be found so that
Q(s)
P(s)
=
Q(s)
P1(s)P2(s)
=
Q1(s)
P1(s)
+
Q2(s)
P2(s)
.
Moreover, if (as will usually be the case for us) the degree of Q(s) is less than the degree of
P(s) , then the degree of each Qk(s) will be less than the degree of the corresponding Pk(s) .
You probably used partial fractions to compute some of the integrals in the earlier chapters
of this text. We’ll go through a few examples to both refresh our memories of this technique,
and to see how it naturally arises in using the Laplace transform to solve differential equations.
532 The Inverse Laplace Transform
!◮Example 26.5: In exercise 25.1 e on page 523, you found that the Laplace transform of the
solution to
y′′
+ 4y = 20e4t
with y(0) = 3 and y′
(0) = 12
is
Y(s) =
3s2 − 28
(s − 4) s2 + 4
.
The partial fraction expansion of this is
Y(s) =
3s2 − 28
(s − 4) s2 + 4
=
A
s − 4
+
Bs + C
s2 + 4
for some constants A , B and C . There are many ways to find these constants. The basic
method is to “undo” the partial fraction expansion by getting a common denominator and
adding up the fractions on the right:
3s2 − 28
(s − 4) s2 + 4
=
A
s − 4
+
Bs + C
s2 + 4
=
A s2 + 4
(s − 4) s2 + 4
+
(s − 4)(Bs + C)
(s − 4) s2 + 4
= · · ·
=
(A + B)s2 + (C − 4B)s + 4(A − C)
(s − 4) s2 + 4
.
Cutting out the middle and canceling out the common denominator leads to the equation
3 · s2
+ 0 · s − 28 = (A + B)s2
+ (C − 4B)s + 4(A − C) ,
which, in turn, means that our constants satisfy the three by three system
3 = A + B
0 = C − 4B
−28 = 4A − 4C .
This is relatively simple system. Solving it however you wish, you obtain
A = 1 and B = 2 and C = 8 .
Hence
Y(s) =
A
s − 4
+
Bs + C
s2 + 4
=
1
s − 4
+
2s + 8
s2 + 4
,
and
y(t) = L−1
[Y(s)]|t = L−1 1
s − 4
+
2s + 8
s2 + 4 t
= L−1 1
s − 4 t
+ 2 L−1 s
s2 + 4 t
+ 8 L−1 1
s2 + 4 t
= e4t
+ 2 L−1 s
s2 + 22
t
+ 8 ·
1
2
L−1 2
s2 + 22
t
= e4t
+ 2 cos(2t) + 4 sin(2t) .
Linearity and Using Partial Fractions 533
!◮Example 26.6: In example 25.2 on page 511 we obtained
Y(s) =
16
(s − 2)(s2 − 7s + 12)
+
6s − 38
s2 − 7s + 12
and, equivalently,
Y(s) =
6s2 − 50s + 92
(s − 2) s2 − 7s + 12
as the Laplace transform of the solution to some initial-value problem. While we could find
partial fraction expansions for each term of the first expression above, it will certainly be more
convenient to simply find the single partial fraction expansion for the second expression for
Y(s) . But before attempting that, we should note that one factor in the denominator can be
further factored,
s2
− 7s + 12 = (s − 3)(s − 4) ,
giving us
Y(s) =
6s2 − 50s + 92
(s − 2)(s − 3)(s − 4)
.
Now we can seek the partial fraction expansion of Y(s) :
6s2 − 50s + 92
(s − 2)(s − 3)(s − 4)
=
A
s − 2
+
B
s − 3
+
C
s − 4
= · · ·
=
A(s − 3)(s − 4) + B(s − 2)(s − 4) + C(s − 2)(s − 3)
(s − 2)(s − 3)(s − 4)
.
Cutting out the middle and canceling out the common denominator leaves
6s2
− 50s + 92
= A(s − 3)(s − 4) + B(s − 2)(s − 4) + C(s − 2)(s − 3) .
(26.1)
Rather than multiplying out the right side of this equation and setting up the system that A ,
B and C must satisfy for this equation to hold (as we did in the previous example), let’s find
these constants after making clever choices for the value of s in this last equation.
Letting s = 2 in equation (26.1):
6 22
− 50 · 2 + 92
= A(2 − 3)(2 − 4) + B(2 − 2)(2 − 4) + C(2 − 2)(2 − 3)
֒→ 16 = 2A + 0B + 0C ⇒ A = 8 .
Letting s = 3 in equation (26.1):
6 32
− 50 · 3 + 92
= A(3 − 3)(3 − 4) + B(3 − 2)(3 − 4) + C(3 − 2)(3 − 3)
֒→ −4 = 0A − B + 0C ⇒ B = 4 .
534 The Inverse Laplace Transform
Letting s = 4 in equation (26.1):
6 42
− 50 · 4 + 92
= A(4 − 3)(4 − 4) + B(4 − 2)(4 − 4) + C(4 − 2)(4 − 3)
֒→ −12 = 0A + 0B + 2C ⇒ C = −6 .
Combining the above results, we have
Y(s) =
6s2 − 50s + 76
(s − 2)(s − 3)(s − 4)
=
A
s − 2
+
B
s − 3
+
C
s − 4
=
8
s − 2
+
4
s − 3
−
6
s − 4
.
Hence,
y(t) = L−1
[Y(s)]|t = L−1 8
s − 2
+
4
s − 3
−
6
s − 4 t
= 8 L−1 1
s − 2 t
+ 4 L−1 1
s − 3 t
− 6 L−1 1
s − 4 t
= 8e2t
+ 4e3t
− 6e4t
.
Do recall how to deal with repeated factors in the denominator. In particular, if your denom-
inator has factors of the form
(s + c)n
or s2
+ bs + c
n
for some positive integer n and constants b and c , then the corresponding partial fraction
expansions are
A1
(s + c)n
+
A2
(s + c)n−1
+
A3
(s + c)n−2
+ · · · +
An
s + c
and
A1s + B1
s2 + bs + c
n +
A2s + B2
s2 + bs + c
n−1
+
A3s + B3
s2 + bs + c
n−2
+ · · · +
Ans + Bn
s2 + bs + c
,
respectively.
!◮Example 26.7: The partial fraction expansion of
Y(s) =
2s2
(s − 6)3
is of the form
A
(s − 6)3
+
B
(s − 6)2
+
C
s − 6
.
To find the constants A , B and C , we proceed as in the previous examples:
2s2
(s − 6)3
=
A
(s − 6)3
+
B
(s − 6)2
+
C
s − 6
=
A
(s − 6)3
+
B(s − 6)
(s − 6)2(s − 6)
+
C(s − 6)2
(s − 6)(s − 6)2
=
A + B(s − 6) + C(s − 6)2
(s − 6)3
.
Inverse Transforms of Shifted Functions 535
So we must have
2s2
= A + B(s − 6) + C(s − 6)2
.
The value of A can be easily found by letting s = 6 in this equation, and the values of B
and C can be found by letting s = 6 after taking derivatives of both sides of this equation.
Or we can multiply out the right side and rewrite the left side more explicitly, obtaining
2s2
+ 0s + 0 = Cs2
+ (B − 12C)s + (A − 6B + 36C) .
This tells us that the constants can be obtained by solving the system
C = 2
B − 12C = 0
A − 6B + 36C = 0 .
In either case, you will discover that
A = 72 , B = 24 and C = 2 .
Thus,
Y(s) =
2s2
(s − 6)3
=
A
(s − 6)3
+
B
(s − 6)2
+
C
s − 6
=
72
(s − 6)3
+
24
(s − 6)2
+
2
s − 6
.
In the next section, we will discuss an easy way to find the inverse transform of each of the
terms in this partial fraction expansion.
26.3 Inverse Transforms of Shifted Functions
All the identities derived for the Laplace transform can be rewritten in terms of the inverse Laplace
transform. Of particular value to us is the first shifting identity
L eat
f (t) s
= F(s − a)
where F = L[ f (t)] and a is any fixed real number. In terms of the inverse transform, this is
L−1
[F(s − a)]|t = eat
f (t) .
where f = L−1
[F(s)] and a is any fixed real number. Viewed this way, we have a nice way to
find inverse transforms of functions that can be written as “shifts” of functions in our tables.
!◮Example 26.8: Consider
L−1 1
(s − 6)3 t
.
536 The Inverse Laplace Transform
Here, the ‘shift’ is clearly by a = 6 , and we have, by the above identity,
L−1 1
(s − 6)3 t
= F −1
[F(s − 6)]|t = e6t
f (t) . (26.2)
We now need to figure out the f (t) from the fact that
F(s − 6) =
1
(s − 6)3
.
Letting X = s − 6 in this equation, we have
F(X) =
1
X3
.
Thus,
F(s) =
1
s3
,
and
f (t) = L−1
[F(s)]|t = L−1 1
s3
t
= L−1 1
2!
·
2!
s2+1 t
=
1
2!
L−1
·
2!
s2+1 t
=
1
2
t2
.
Plugging this back into equation (26.2), we obtain
L−1 1
(s − 6)3 t
= · · · = e6t
f (t) = e6t 1
2
t2
=
1
2
t2
e6t
.
In many cases, determining the shift is part of the problem.
!◮Example 26.9: Consider finding the inverse Laplace transform of
1
s2 − 8s + 25
.
If the denominator could be factored nicely, we would use partial fractions. This denominator
does not factor nicely (unless we use complex numbers). When that happens, try “completing
the square” to rewrite the denominator in terms of “ s − a ” for some constant a . Here,
s2
− 8s + 25 = s2
− 2 · 4s + 42
− 42
+ 25
= s2
− 2 · 4s + 42
(s−4)2
− 42
+ 25 = (s − 4)2
+ 9 .
Hence,
L−1 1
s2 − 8s + 25 t
= L−1 1
(s − 4)2 + 9 t
= L−1
[F(s − 4)]|t = e4t
f (t) .
(26.3)
Again, we need to find f (t) from a shifted version of its transform. Here,
F(s − 4) =
1
(s − 4)2 + 9
.
Additional Exercises 537
Letting X = s − 4 in this equation, we have
F(X) =
1
X2 + 9
,
which means the formula for F(s) is
F(s) =
1
s2 + 9
.
Thus,
f (t) = L−1
[F(s)]|t = L−1 1
s2 + 9 t
= L−1 1
3
·
3
s2 + 9 t
=
1
3
L−1 3
s2 + 32 t
=
1
3
sin(3t) .
Plugging this back into equation (26.3), we get
L−1 1
s2 − 8s + 25 t
= · · · = e4t
f (t) = e4t 1
3
sin(3t) =
1
3
e4t
sin(3t) .
Additional Exercises
26.1. Using the tables (mainly, table 24.1 on page 484) or your own memory, find the inverse
Laplace transform for each of the following:
a.
1
s − 6
b.
1
s + 2
c.
1
s2
d.
6
s4
e.
5
s2 + 25
f.
s
s2 + 3π2
26.2. Using the tables and ‘linearity’, find the inverse Laplace transform for each of the
following:
a.
6
s + 2
b.
1
s4
c.
3
√
s
−
8
s − 4
d.
4s2 − 4
s5
e.
3s + 1
s2 + 25
f.
1 − e−4s
s
26.3. Verify the following inverse Laplace transforms assuming ω is any real constant:
a. L−1 s
s2 + ω2 2
t
=
t
2ω
sin(ωt)
b. L−1 1
s2 + ω2 2
t
=
1
2ω3
[sin(ωt) − ωt sin(ωt)]
26.4. Solve each of the following initial-value problems using the Laplace transform:
a. y′
+ 9y = 0 with y(0) = 4
b. y′′
+ 9y = 0 with y(0) = 4 and y′
(0) = 6
538 The Inverse Laplace Transform
26.5. Using the tables and partial fractions, find the inverse Laplace transform for each of the
following:
a.
7s + 5
(s + 2)(s − 1)
b.
s − 1
s2 − 7s + 12
c.
1
s2 − 4
d.
3s2 + 6s + 27
s3 + 9s
e.
1
s3 − 4s2
f.
8s3
s4 − 81
g.
5s2 + 6s − 40
(s + 6) s2 + 16
h.
2s3 + 3s2 + 2s + 27
s2 + 9 s2 + 1
i.
6s2 + 62s + 92
(s + 1) s2 + 10s + 21
26.6. Solve each of the following initial-value problems using the Laplace transform (and
partial fractions):
a. y′′
− 9y = 0 with y(0) = 4 and y′
(0) = 9
b. y′′
+ 9y = 27t3
with y(0) = 0 and y′
(0) = 0
c. y′′
+ 8y′
+ 7y = 165e4t
with y(0) = 8 and y′
(0) = 1
26.7. Using the translation identity (and the tables), find the inverse Laplace transform for
each of the following:
a.
1
(s − 7)5
b.
1
s2 − 6s + 45
c.
s
s2 − 6s + 45
d.
1
√
s + 2
e.
1
s2 + 8s + 16
f.
s
s2 − 12s + 40
g.
1
s2 + 12s + 40
h.
s2
(s − 3)5
26.8. Using the Laplace transform with the translation identity, solve the following initial-
value problems:
a. y′′
− 8y′
+ 17y = 0 with y(0) = 3 and y′
(0) = 12
b. y′′
− 6y′
+ 9y = e3t
t2
with y(0) = 0 and y′
(0) = 0
c. y′′
+ 6y′
+ 13y = 0 with y(0) = 2 and y′
(0) = 8
d. y′′
+ 8y′
+ 17y = 0 with y(0) = 3 and y′
(0) = −12
26.9. Using the Laplace transform, solve the following initial-value problems:
a. y′′
= et
sin(t) with y(0) = 0 and y′
(0) = 0
b. y′′
− 4y′
+ 40y = 122e−3t
with y(0) = 0 and y′
(0) = 8
c. y′′
− 9y = 24e−3t
with y(0) = 6 and y′
(0) = 2
d. y′′
− 4y′
+ 13y = e2t
sin(3t) with y(0) = 4 and y′
(0) = 3
26.10. The inverse transforms of the following could be computed using partial fractions.
Instead, find the inverse transform of each using the appropriate integration identity
from section 25.3.
a.
1
s s2 + 9
b.
1
s(s − 4)
c.
1
s(s − 3)2

More Related Content

What's hot

Laplace transform
Laplace transformLaplace transform
Laplace transform
Amit Kundu
 
Z transforms and their applications
Z transforms and their applicationsZ transforms and their applications
Z transforms and their applications
Ram Kumar K R
 
Presentation on laplace transforms
Presentation on laplace transformsPresentation on laplace transforms
Presentation on laplace transforms
Himel Himo
 
the fourier series
the fourier seriesthe fourier series
the fourier seriessafi al amu
 
Chapter 2 laplace transform
Chapter 2 laplace transformChapter 2 laplace transform
Chapter 2 laplace transform
LenchoDuguma
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
Awais Chaudhary
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
amanullahkakar2
 
Laplace transform and its applications
Laplace transform and its applicationsLaplace transform and its applications
Laplace transform and its applications
Nisarg Shah
 
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and SystemsDSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
Amr E. Mohamed
 
laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...
laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...
laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...
Waqas Afzal
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
Mohammed Waris Senan
 
Inverse laplace transforms
Inverse laplace transformsInverse laplace transforms
Inverse laplace transforms
EngrAbdullahMohamedS
 
Z Transform
Z TransformZ Transform
Z Transform
Darshan Bhatt
 
Laplace transform
Laplace  transform   Laplace  transform
Laplace transform
001Abhishek1
 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
SWATI MISHRA
 
7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt
DummyDummy74
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
Santhanam Krishnan
 
Z Transform And Inverse Z Transform - Signal And Systems
Z Transform And Inverse Z Transform - Signal And SystemsZ Transform And Inverse Z Transform - Signal And Systems
Z Transform And Inverse Z Transform - Signal And Systems
Mr. RahüL YøGi
 
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
saahil kshatriya
 
Laplace Transform and its applications
Laplace Transform and its applicationsLaplace Transform and its applications
Laplace Transform and its applications
DeepRaval7
 

What's hot (20)

Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Z transforms and their applications
Z transforms and their applicationsZ transforms and their applications
Z transforms and their applications
 
Presentation on laplace transforms
Presentation on laplace transformsPresentation on laplace transforms
Presentation on laplace transforms
 
the fourier series
the fourier seriesthe fourier series
the fourier series
 
Chapter 2 laplace transform
Chapter 2 laplace transformChapter 2 laplace transform
Chapter 2 laplace transform
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Laplace transform and its applications
Laplace transform and its applicationsLaplace transform and its applications
Laplace transform and its applications
 
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and SystemsDSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
 
laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...
laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...
laplace transform and inverse laplace, properties, Inverse Laplace Calculatio...
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Inverse laplace transforms
Inverse laplace transformsInverse laplace transforms
Inverse laplace transforms
 
Z Transform
Z TransformZ Transform
Z Transform
 
Laplace transform
Laplace  transform   Laplace  transform
Laplace transform
 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
 
7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Z Transform And Inverse Z Transform - Signal And Systems
Z Transform And Inverse Z Transform - Signal And SystemsZ Transform And Inverse Z Transform - Signal And Systems
Z Transform And Inverse Z Transform - Signal And Systems
 
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
 
Laplace Transform and its applications
Laplace Transform and its applicationsLaplace Transform and its applications
Laplace Transform and its applications
 

Viewers also liked

Inverse of laplace
Inverse of laplaceInverse of laplace
Inverse of laplace
somesh123patani
 
Signals and Systems Formula Sheet
Signals and Systems Formula SheetSignals and Systems Formula Sheet
Signals and Systems Formula Sheet
Haris Hassan
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace TransformZakiah Saad
 
Math*4 Laplace and Inverse laplace transform
Math*4 Laplace and Inverse laplace transformMath*4 Laplace and Inverse laplace transform
Math*4 Laplace and Inverse laplace transform
Mon Mon
 
Unit v laplace transform(formula)
Unit v laplace transform(formula)Unit v laplace transform(formula)
Unit v laplace transform(formula)Babu Rao
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
Akanksha Diwadi
 
Chpt13 laplacetransformsmatlab
Chpt13 laplacetransformsmatlabChpt13 laplacetransformsmatlab
Chpt13 laplacetransformsmatlab
Jason Harvey
 
Analisis respon transien orde2
Analisis respon transien orde2Analisis respon transien orde2
Analisis respon transien orde2
Aryce Wulandari
 
Bab 1 sistem kontrol
Bab 1 sistem kontrolBab 1 sistem kontrol
Bab 1 sistem kontrol
uli mufaiz
 
Contoh soal
Contoh soalContoh soal
Contoh soal
Nensy Suendri
 
Inverse laplacetransform
Inverse laplacetransformInverse laplacetransform
Inverse laplacetransformTarun Gehlot
 
Fungsi alih
Fungsi alihFungsi alih
Fungsi alih
Monika Audiya
 
Indirapuram public school gzb best schools of india 21 may 2013 (2)
Indirapuram public school gzb best schools of india 21 may 2013 (2)Indirapuram public school gzb best schools of india 21 may 2013 (2)
Indirapuram public school gzb best schools of india 21 may 2013 (2)engineeringwatch
 
Mathematic iii test case
Mathematic iii test caseMathematic iii test case
Mathematic iii test casesyafiqahrahimi
 
Matrices 1
Matrices 1Matrices 1
Matrices 1
gandhinagar
 
TRANFORMASI LAPLACE
TRANFORMASI LAPLACETRANFORMASI LAPLACE
TRANFORMASI LAPLACE
niaagustinapolman
 
27 transformasi-laplace
27 transformasi-laplace27 transformasi-laplace
27 transformasi-laplace
eko dnero
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
Muhamamd Awaissaleem
 

Viewers also liked (20)

Laplace table
Laplace tableLaplace table
Laplace table
 
Laplace Transforms
Laplace TransformsLaplace Transforms
Laplace Transforms
 
Inverse of laplace
Inverse of laplaceInverse of laplace
Inverse of laplace
 
Signals and Systems Formula Sheet
Signals and Systems Formula SheetSignals and Systems Formula Sheet
Signals and Systems Formula Sheet
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace Transform
 
Math*4 Laplace and Inverse laplace transform
Math*4 Laplace and Inverse laplace transformMath*4 Laplace and Inverse laplace transform
Math*4 Laplace and Inverse laplace transform
 
Unit v laplace transform(formula)
Unit v laplace transform(formula)Unit v laplace transform(formula)
Unit v laplace transform(formula)
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Chpt13 laplacetransformsmatlab
Chpt13 laplacetransformsmatlabChpt13 laplacetransformsmatlab
Chpt13 laplacetransformsmatlab
 
Analisis respon transien orde2
Analisis respon transien orde2Analisis respon transien orde2
Analisis respon transien orde2
 
Bab 1 sistem kontrol
Bab 1 sistem kontrolBab 1 sistem kontrol
Bab 1 sistem kontrol
 
Contoh soal
Contoh soalContoh soal
Contoh soal
 
Inverse laplacetransform
Inverse laplacetransformInverse laplacetransform
Inverse laplacetransform
 
Fungsi alih
Fungsi alihFungsi alih
Fungsi alih
 
Indirapuram public school gzb best schools of india 21 may 2013 (2)
Indirapuram public school gzb best schools of india 21 may 2013 (2)Indirapuram public school gzb best schools of india 21 may 2013 (2)
Indirapuram public school gzb best schools of india 21 may 2013 (2)
 
Mathematic iii test case
Mathematic iii test caseMathematic iii test case
Mathematic iii test case
 
Matrices 1
Matrices 1Matrices 1
Matrices 1
 
TRANFORMASI LAPLACE
TRANFORMASI LAPLACETRANFORMASI LAPLACE
TRANFORMASI LAPLACE
 
27 transformasi-laplace
27 transformasi-laplace27 transformasi-laplace
27 transformasi-laplace
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 

Similar to Inverse Laplace Transform

Laplace.pdf
Laplace.pdfLaplace.pdf
Laplace.pdf
OduniyiAdebola
 
Advanced Engineering Mathematics Chapter 6 Laplace Transforms
Advanced Engineering Mathematics Chapter 6 Laplace TransformsAdvanced Engineering Mathematics Chapter 6 Laplace Transforms
Advanced Engineering Mathematics Chapter 6 Laplace Transforms
Sarah Brown
 
LaplaceA.pdf
LaplaceA.pdfLaplaceA.pdf
LaplaceA.pdf
NourAtieh4
 
LaplaceA ppt.pdf
LaplaceA ppt.pdfLaplaceA ppt.pdf
LaplaceA ppt.pdf
MirzaAttiq
 
Laplace Transformation & Its Application
Laplace Transformation & Its ApplicationLaplace Transformation & Its Application
Laplace Transformation & Its Application
Chandra Kundu
 
Top ranking colleges in india
Top ranking colleges in indiaTop ranking colleges in india
Top ranking colleges in india
Edhole.com
 
Laplace
LaplaceLaplace
Laplace transform
Laplace transformLaplace transform
Laplace transform
joni joy
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
Edhole.com
 
LaplaceTransformIIT.pdf
LaplaceTransformIIT.pdfLaplaceTransformIIT.pdf
LaplaceTransformIIT.pdf
jenniecortesmomongan
 
Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms
Student
 
IPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdfIPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdf
burhannaveed69
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
Edhole.com
 
M1 unit viii-jntuworld
M1 unit viii-jntuworldM1 unit viii-jntuworld
M1 unit viii-jntuworldmrecedu
 
21 5 ztransform
21 5 ztransform21 5 ztransform
21 5 ztransform
Mahyar Alzobaidy
 
Laplace
LaplaceLaplace
Laplace quad
Laplace quadLaplace quad
Laplace quad
Shekhar Gautam
 

Similar to Inverse Laplace Transform (20)

Laplace.pdf
Laplace.pdfLaplace.pdf
Laplace.pdf
 
Ch06 2
Ch06 2Ch06 2
Ch06 2
 
Advanced Engineering Mathematics Chapter 6 Laplace Transforms
Advanced Engineering Mathematics Chapter 6 Laplace TransformsAdvanced Engineering Mathematics Chapter 6 Laplace Transforms
Advanced Engineering Mathematics Chapter 6 Laplace Transforms
 
LaplaceA.pdf
LaplaceA.pdfLaplaceA.pdf
LaplaceA.pdf
 
LaplaceA ppt.pdf
LaplaceA ppt.pdfLaplaceA ppt.pdf
LaplaceA ppt.pdf
 
Laplace Transformation & Its Application
Laplace Transformation & Its ApplicationLaplace Transformation & Its Application
Laplace Transformation & Its Application
 
Top ranking colleges in india
Top ranking colleges in indiaTop ranking colleges in india
Top ranking colleges in india
 
Laplace
LaplaceLaplace
Laplace
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
TLT
TLTTLT
TLT
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
LaplaceTransformIIT.pdf
LaplaceTransformIIT.pdfLaplaceTransformIIT.pdf
LaplaceTransformIIT.pdf
 
Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms
 
IPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdfIPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdf
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
 
M1 unit viii-jntuworld
M1 unit viii-jntuworldM1 unit viii-jntuworld
M1 unit viii-jntuworld
 
21 5 ztransform
21 5 ztransform21 5 ztransform
21 5 ztransform
 
Laplace
LaplaceLaplace
Laplace
 
Laplace quad
Laplace quadLaplace quad
Laplace quad
 

Recently uploaded

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 

Recently uploaded (20)

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 

Inverse Laplace Transform

  • 1. 26 The Inverse Laplace Transform We now know how to find Laplace transforms of “unknown” functions satisfying various initial- value problems. Of course, it’s not the transforms of those unknown function which are usually of interest. It’s the functions, themselves, that are of interest. So let us turn to the general issue of finding a function y(t) when all we know is its Laplace transform Y(s) . 26.1 Basic Notions On Recovering a Function from Its Transform In attempting to solve the differential equation in example 25.1, we got Y(s) = 4 s − 3 , which, since Y(s) = L[y(t)]|s and 4 s − 3 = L 4e3t s , we rewrote as L[y(t)] = L 4e3t . From this, seemed reasonable to conclude that y(t) = 4e3t . But, what if there were another function f (t) with the same transform as 4e3t ? Then we could not be sure whether the above y(t) should be 4e3t or that other function f (t) . Fortunately, someone has managed to prove the following: Theorem 26.1 (uniqueness of the transforms) Suppose f and g are any two piecewise continuous functions on [0, ∞) of exponential order and having the same Laplace transforms, L[ f ] = L[g] . Then, as piecewise continuous functions, f (t) = g(t) on [0, ∞) . 527
  • 2. 528 The Inverse Laplace Transform (You may want to quickly review the discussion of “equality of piecewise continuous func- tions” on page 497.) This theorem actually follows from another result that will be briefly discussed at the end of this section. What is important, now, is that this theorem assures us that, if L[y(t)]|s = L 4e3t s , then y(t) = 4e3t , at least for t ≥ 0 . What about for t < 0 ? Well, keep in mind that the Laplace transform of any function f , F(s) = L[ f ]|s = ∞ 0 f (t)e−st dt , involves integration only over the positive T –axis. The behavior of f on the negative T –axis has no effect on the formula for F(s) . In fact, f (t) need not even be defined for t < 0 . So, even if they exist, there can be no way to recover the values of f (t) on the negative T –axis from F(s) . But that is not a real concern because we will just use the Laplace transform for problems over the positive T –axis — problems in which we have initial values at t = 0 and want to know what happens later. What all this means is that we are only interested in functions of t with t ≥ 0 . That was hinted at when we began our discussions of the Laplace transform (see note 3 on page 477), but we did not make an issue of it to avoid getting too distracted by technical details. Now, with the inverse transform, requiring t ≥ 0 becomes more of an issue. Still, there is no need to obsess about this any more than necessary, or to suddenly start including “ for t ≥ 0 ” with every formula of t . Let us just agree that the negative T–axis is irrelevant to our discussions, and that in all formulas involving t , it is assumed that t ≥ 0 . !◮Example 26.1: Somewhere above, we have y(t) = 4e3t . What we really mean is that y(t) = 4e3t for t ≥ 0 . We have no idea what y(t) is for t < 0 . We don’t even know whether, in whatever application this may have arisen, it makes sense to talk about y(t) for t < 0 , nor do we care.1 The Inverse Laplace Transform Defined We can now officially define the inverse Laplace transform: Given a function F(s) , the inverse Laplace transform of F , denoted by L−1 [F] , is that function f whose Laplace transform is F . 1 For example: What if y(t) denoted the temperature in a cup of coffee t minutes after being poured? Does it make sense to consider the temperature of the coffee before it exists? (Answer this assuming you are not a Zen master.)
  • 3. Basic Notions 529 More succinctly: f (t) = L−1 [F(s)]|t ⇐⇒ L[ f (t)]|s = F(s) . Our theorem on uniqueness (theorem 26.1) (along with our understanding about “always assum- ing t ≥ 0 ”) assures us that the above definition for L−1 [F] is unambiguous. In this definition, of course, we assume F(s) can be given as L[ f (t)] for some function f . !◮Example 26.2: We have L−1 4 s − 3 t = 4e3t because 4 s − 3 = L 4e3t s . Likewise, since L t3 s = 6 s4 , we have t3 = L−1 6 s4 t . The fact that f (t) = L−1 [F(s)]|t ⇐⇒ L[ f (t)]|s = F(s) means that any table of Laplace transforms (such as table 24.1 on page 484) is also a table of inverse Laplace transforms. Instead of reading off the F(s) for each f (t) found, read off the f (t) for each F(s) . As you may have already noticed, we take inverse transforms of “functions of s that are denoted by upper case Roman letters” and obtain “functions of t that are denoted by the cor- responding lower case Roman letter”. These notational conventions are consistent with the notational conventions laid down earlier for the Laplace transform. We should also note that the phrase “inverse Laplace transform” can refer to either the ‘inverse transformed function’ f or to the process of computing f from F . By the way, there is a formula for computing inverse Laplace transforms. If you must know, it is L−1 [F(s)]|t = 1 2π lim Y→+∞ Y −Y et(σ+iξ) F(σ + iξ) dξ . The integral here is over a line in the complex plane, and σ is a suitably chosen positive value. In deriving this formula, you actually verify uniqueness theorem 26.1. Unfortunately, deriving and verifying this formula goes beyond our current abilities.2 Don’t pretend to understand this formula, and don’t try to use it until you’ve had a course in complex variables. Besides, it is not nearly as useful as a good table of transforms. 2 Two derivations can be found in third edition of Transforms and Applications Handbook (Ed: A. Poularikas, CRC Press). One, using Fourier transforms, is in section 2.4.6 of the chapter on Fourier transforms by Howell. The other, using results from the theory of complex analytic functions, is in section 5.6 of the chapter on Laplace transforms by Poularikas and Seely.
  • 4. 530 The Inverse Laplace Transform 26.2 Linearity and Using Partial Fractions Linearity of the Inverse Transform The fact that the inverse Laplace transform is linear follows immediately from the linearity of the Laplace transform. To see that, let us consider L−1 [αF(s) + βG(s)] where α and β are any two constants and F and G are any two functions for which inverse Laplace transforms exist. Following our conventions, we’ll denote those inverse transforms by f and g . That is, f (t) = L−1 [F(s)]|t and g(t) = L−1 [G(s)]|t . Remember, this is completely the same as stating that L[ f (t)]|s = F(s) and L[g(t)]|s = G(s) . Because we already know the Laplace transform is linear, we know L[αf (t) + βg(t)]|s = αL[ f (t)]|s + βL[g(t)]|s = αF(s) + βG(s) . This, along the definition of the inverse transform and the above definitions of f and g , yields L−1 [αF(s) + βG(s)]|t = αf (t) + βg(t) = αL−1 [F(s)]|t + βL−1 [G(s)]|t . Redoing these little computations with as many functions and constants as desired then gives us the next theorem: Theorem 26.2 (linearity of the inverse Laplace transform) The inverse Laplace transform transform is linear. That is, L−1 [c1 F1(s) + c2 F2(s) + · · · + cn Fn(s)] = c1L−1 [F1(s)] + c2L[F2(s)] + · · · + cnL[Fn(s)] when each ck is a constant and each Fk is a function having an inverse Laplace transform. Let’s now use the linearity to compute a few inverse transforms. !◮Example 26.3: Let’s find L−1 1 s2 + 9 t . We know (or found in table 24.1 on page 484) that L−1 3 s2 + 9 t = sin(3t) , which is almost what we want. To use this in computing our desired inverse transform, we will combine linearity with one of mathematics’ oldest tricks (multiplying by 1 with, in this case, 1 = 3/3 ): L−1 1 s2 + 9 t = L−1 1 3 · 3 s2 + 9 t = 1 3 L−1 3 s2 + 9 t = 1 3 sin(3t) .
  • 5. Linearity and Using Partial Fractions 531 The use of linearity along with ‘multiplying by 1 ’ will be used again and again. Get used to it. !◮Example 26.4: Let’s find the inverse Laplace transform of 30 s7 + 8 s − 4 . We know L−1 6! s7 t = t6 and L−1 1 s − 4 t = e4t . So, L−1 30 s7 + 8 s − 4 t = 30L−1 1 s7 t + 8L−1 1 s − 4 t = 30L−1 1 6! · 6! s7 t + 8e4t = 30 6! L−1 6! s7 t + 8e4t = 30 6 · 5 · 4 · 3 · 2 t6 + 8e4t , which, after a little arithmetic, reduces to L−1 30 s7 + 8 s − 4 t = 1 24 t6 + 8e4t . Partial Fractions When using the Laplace transform with differential equations, we often get transforms that can be converted via ‘partial fractions’ to forms that are easily inverse transformed using the tables and linearity, as above. This means that the general method(s) of partial fractions are particularly important. By now, you should well-acquainted with using partial fractions — remember, the basic idea is that, if we have a fraction of two polynomials Q(s) P(s) and P(s) can be factored into two smaller polynomials P(s) = P1(s)P2(s) , then two other polynomials Q1(s) and Q2(s) can be found so that Q(s) P(s) = Q(s) P1(s)P2(s) = Q1(s) P1(s) + Q2(s) P2(s) . Moreover, if (as will usually be the case for us) the degree of Q(s) is less than the degree of P(s) , then the degree of each Qk(s) will be less than the degree of the corresponding Pk(s) . You probably used partial fractions to compute some of the integrals in the earlier chapters of this text. We’ll go through a few examples to both refresh our memories of this technique, and to see how it naturally arises in using the Laplace transform to solve differential equations.
  • 6. 532 The Inverse Laplace Transform !◮Example 26.5: In exercise 25.1 e on page 523, you found that the Laplace transform of the solution to y′′ + 4y = 20e4t with y(0) = 3 and y′ (0) = 12 is Y(s) = 3s2 − 28 (s − 4) s2 + 4 . The partial fraction expansion of this is Y(s) = 3s2 − 28 (s − 4) s2 + 4 = A s − 4 + Bs + C s2 + 4 for some constants A , B and C . There are many ways to find these constants. The basic method is to “undo” the partial fraction expansion by getting a common denominator and adding up the fractions on the right: 3s2 − 28 (s − 4) s2 + 4 = A s − 4 + Bs + C s2 + 4 = A s2 + 4 (s − 4) s2 + 4 + (s − 4)(Bs + C) (s − 4) s2 + 4 = · · · = (A + B)s2 + (C − 4B)s + 4(A − C) (s − 4) s2 + 4 . Cutting out the middle and canceling out the common denominator leads to the equation 3 · s2 + 0 · s − 28 = (A + B)s2 + (C − 4B)s + 4(A − C) , which, in turn, means that our constants satisfy the three by three system 3 = A + B 0 = C − 4B −28 = 4A − 4C . This is relatively simple system. Solving it however you wish, you obtain A = 1 and B = 2 and C = 8 . Hence Y(s) = A s − 4 + Bs + C s2 + 4 = 1 s − 4 + 2s + 8 s2 + 4 , and y(t) = L−1 [Y(s)]|t = L−1 1 s − 4 + 2s + 8 s2 + 4 t = L−1 1 s − 4 t + 2 L−1 s s2 + 4 t + 8 L−1 1 s2 + 4 t = e4t + 2 L−1 s s2 + 22 t + 8 · 1 2 L−1 2 s2 + 22 t = e4t + 2 cos(2t) + 4 sin(2t) .
  • 7. Linearity and Using Partial Fractions 533 !◮Example 26.6: In example 25.2 on page 511 we obtained Y(s) = 16 (s − 2)(s2 − 7s + 12) + 6s − 38 s2 − 7s + 12 and, equivalently, Y(s) = 6s2 − 50s + 92 (s − 2) s2 − 7s + 12 as the Laplace transform of the solution to some initial-value problem. While we could find partial fraction expansions for each term of the first expression above, it will certainly be more convenient to simply find the single partial fraction expansion for the second expression for Y(s) . But before attempting that, we should note that one factor in the denominator can be further factored, s2 − 7s + 12 = (s − 3)(s − 4) , giving us Y(s) = 6s2 − 50s + 92 (s − 2)(s − 3)(s − 4) . Now we can seek the partial fraction expansion of Y(s) : 6s2 − 50s + 92 (s − 2)(s − 3)(s − 4) = A s − 2 + B s − 3 + C s − 4 = · · · = A(s − 3)(s − 4) + B(s − 2)(s − 4) + C(s − 2)(s − 3) (s − 2)(s − 3)(s − 4) . Cutting out the middle and canceling out the common denominator leaves 6s2 − 50s + 92 = A(s − 3)(s − 4) + B(s − 2)(s − 4) + C(s − 2)(s − 3) . (26.1) Rather than multiplying out the right side of this equation and setting up the system that A , B and C must satisfy for this equation to hold (as we did in the previous example), let’s find these constants after making clever choices for the value of s in this last equation. Letting s = 2 in equation (26.1): 6 22 − 50 · 2 + 92 = A(2 − 3)(2 − 4) + B(2 − 2)(2 − 4) + C(2 − 2)(2 − 3) ֒→ 16 = 2A + 0B + 0C ⇒ A = 8 . Letting s = 3 in equation (26.1): 6 32 − 50 · 3 + 92 = A(3 − 3)(3 − 4) + B(3 − 2)(3 − 4) + C(3 − 2)(3 − 3) ֒→ −4 = 0A − B + 0C ⇒ B = 4 .
  • 8. 534 The Inverse Laplace Transform Letting s = 4 in equation (26.1): 6 42 − 50 · 4 + 92 = A(4 − 3)(4 − 4) + B(4 − 2)(4 − 4) + C(4 − 2)(4 − 3) ֒→ −12 = 0A + 0B + 2C ⇒ C = −6 . Combining the above results, we have Y(s) = 6s2 − 50s + 76 (s − 2)(s − 3)(s − 4) = A s − 2 + B s − 3 + C s − 4 = 8 s − 2 + 4 s − 3 − 6 s − 4 . Hence, y(t) = L−1 [Y(s)]|t = L−1 8 s − 2 + 4 s − 3 − 6 s − 4 t = 8 L−1 1 s − 2 t + 4 L−1 1 s − 3 t − 6 L−1 1 s − 4 t = 8e2t + 4e3t − 6e4t . Do recall how to deal with repeated factors in the denominator. In particular, if your denom- inator has factors of the form (s + c)n or s2 + bs + c n for some positive integer n and constants b and c , then the corresponding partial fraction expansions are A1 (s + c)n + A2 (s + c)n−1 + A3 (s + c)n−2 + · · · + An s + c and A1s + B1 s2 + bs + c n + A2s + B2 s2 + bs + c n−1 + A3s + B3 s2 + bs + c n−2 + · · · + Ans + Bn s2 + bs + c , respectively. !◮Example 26.7: The partial fraction expansion of Y(s) = 2s2 (s − 6)3 is of the form A (s − 6)3 + B (s − 6)2 + C s − 6 . To find the constants A , B and C , we proceed as in the previous examples: 2s2 (s − 6)3 = A (s − 6)3 + B (s − 6)2 + C s − 6 = A (s − 6)3 + B(s − 6) (s − 6)2(s − 6) + C(s − 6)2 (s − 6)(s − 6)2 = A + B(s − 6) + C(s − 6)2 (s − 6)3 .
  • 9. Inverse Transforms of Shifted Functions 535 So we must have 2s2 = A + B(s − 6) + C(s − 6)2 . The value of A can be easily found by letting s = 6 in this equation, and the values of B and C can be found by letting s = 6 after taking derivatives of both sides of this equation. Or we can multiply out the right side and rewrite the left side more explicitly, obtaining 2s2 + 0s + 0 = Cs2 + (B − 12C)s + (A − 6B + 36C) . This tells us that the constants can be obtained by solving the system C = 2 B − 12C = 0 A − 6B + 36C = 0 . In either case, you will discover that A = 72 , B = 24 and C = 2 . Thus, Y(s) = 2s2 (s − 6)3 = A (s − 6)3 + B (s − 6)2 + C s − 6 = 72 (s − 6)3 + 24 (s − 6)2 + 2 s − 6 . In the next section, we will discuss an easy way to find the inverse transform of each of the terms in this partial fraction expansion. 26.3 Inverse Transforms of Shifted Functions All the identities derived for the Laplace transform can be rewritten in terms of the inverse Laplace transform. Of particular value to us is the first shifting identity L eat f (t) s = F(s − a) where F = L[ f (t)] and a is any fixed real number. In terms of the inverse transform, this is L−1 [F(s − a)]|t = eat f (t) . where f = L−1 [F(s)] and a is any fixed real number. Viewed this way, we have a nice way to find inverse transforms of functions that can be written as “shifts” of functions in our tables. !◮Example 26.8: Consider L−1 1 (s − 6)3 t .
  • 10. 536 The Inverse Laplace Transform Here, the ‘shift’ is clearly by a = 6 , and we have, by the above identity, L−1 1 (s − 6)3 t = F −1 [F(s − 6)]|t = e6t f (t) . (26.2) We now need to figure out the f (t) from the fact that F(s − 6) = 1 (s − 6)3 . Letting X = s − 6 in this equation, we have F(X) = 1 X3 . Thus, F(s) = 1 s3 , and f (t) = L−1 [F(s)]|t = L−1 1 s3 t = L−1 1 2! · 2! s2+1 t = 1 2! L−1 · 2! s2+1 t = 1 2 t2 . Plugging this back into equation (26.2), we obtain L−1 1 (s − 6)3 t = · · · = e6t f (t) = e6t 1 2 t2 = 1 2 t2 e6t . In many cases, determining the shift is part of the problem. !◮Example 26.9: Consider finding the inverse Laplace transform of 1 s2 − 8s + 25 . If the denominator could be factored nicely, we would use partial fractions. This denominator does not factor nicely (unless we use complex numbers). When that happens, try “completing the square” to rewrite the denominator in terms of “ s − a ” for some constant a . Here, s2 − 8s + 25 = s2 − 2 · 4s + 42 − 42 + 25 = s2 − 2 · 4s + 42 (s−4)2 − 42 + 25 = (s − 4)2 + 9 . Hence, L−1 1 s2 − 8s + 25 t = L−1 1 (s − 4)2 + 9 t = L−1 [F(s − 4)]|t = e4t f (t) . (26.3) Again, we need to find f (t) from a shifted version of its transform. Here, F(s − 4) = 1 (s − 4)2 + 9 .
  • 11. Additional Exercises 537 Letting X = s − 4 in this equation, we have F(X) = 1 X2 + 9 , which means the formula for F(s) is F(s) = 1 s2 + 9 . Thus, f (t) = L−1 [F(s)]|t = L−1 1 s2 + 9 t = L−1 1 3 · 3 s2 + 9 t = 1 3 L−1 3 s2 + 32 t = 1 3 sin(3t) . Plugging this back into equation (26.3), we get L−1 1 s2 − 8s + 25 t = · · · = e4t f (t) = e4t 1 3 sin(3t) = 1 3 e4t sin(3t) . Additional Exercises 26.1. Using the tables (mainly, table 24.1 on page 484) or your own memory, find the inverse Laplace transform for each of the following: a. 1 s − 6 b. 1 s + 2 c. 1 s2 d. 6 s4 e. 5 s2 + 25 f. s s2 + 3π2 26.2. Using the tables and ‘linearity’, find the inverse Laplace transform for each of the following: a. 6 s + 2 b. 1 s4 c. 3 √ s − 8 s − 4 d. 4s2 − 4 s5 e. 3s + 1 s2 + 25 f. 1 − e−4s s 26.3. Verify the following inverse Laplace transforms assuming ω is any real constant: a. L−1 s s2 + ω2 2 t = t 2ω sin(ωt) b. L−1 1 s2 + ω2 2 t = 1 2ω3 [sin(ωt) − ωt sin(ωt)] 26.4. Solve each of the following initial-value problems using the Laplace transform: a. y′ + 9y = 0 with y(0) = 4 b. y′′ + 9y = 0 with y(0) = 4 and y′ (0) = 6
  • 12. 538 The Inverse Laplace Transform 26.5. Using the tables and partial fractions, find the inverse Laplace transform for each of the following: a. 7s + 5 (s + 2)(s − 1) b. s − 1 s2 − 7s + 12 c. 1 s2 − 4 d. 3s2 + 6s + 27 s3 + 9s e. 1 s3 − 4s2 f. 8s3 s4 − 81 g. 5s2 + 6s − 40 (s + 6) s2 + 16 h. 2s3 + 3s2 + 2s + 27 s2 + 9 s2 + 1 i. 6s2 + 62s + 92 (s + 1) s2 + 10s + 21 26.6. Solve each of the following initial-value problems using the Laplace transform (and partial fractions): a. y′′ − 9y = 0 with y(0) = 4 and y′ (0) = 9 b. y′′ + 9y = 27t3 with y(0) = 0 and y′ (0) = 0 c. y′′ + 8y′ + 7y = 165e4t with y(0) = 8 and y′ (0) = 1 26.7. Using the translation identity (and the tables), find the inverse Laplace transform for each of the following: a. 1 (s − 7)5 b. 1 s2 − 6s + 45 c. s s2 − 6s + 45 d. 1 √ s + 2 e. 1 s2 + 8s + 16 f. s s2 − 12s + 40 g. 1 s2 + 12s + 40 h. s2 (s − 3)5 26.8. Using the Laplace transform with the translation identity, solve the following initial- value problems: a. y′′ − 8y′ + 17y = 0 with y(0) = 3 and y′ (0) = 12 b. y′′ − 6y′ + 9y = e3t t2 with y(0) = 0 and y′ (0) = 0 c. y′′ + 6y′ + 13y = 0 with y(0) = 2 and y′ (0) = 8 d. y′′ + 8y′ + 17y = 0 with y(0) = 3 and y′ (0) = −12 26.9. Using the Laplace transform, solve the following initial-value problems: a. y′′ = et sin(t) with y(0) = 0 and y′ (0) = 0 b. y′′ − 4y′ + 40y = 122e−3t with y(0) = 0 and y′ (0) = 8 c. y′′ − 9y = 24e−3t with y(0) = 6 and y′ (0) = 2 d. y′′ − 4y′ + 13y = e2t sin(3t) with y(0) = 4 and y′ (0) = 3 26.10. The inverse transforms of the following could be computed using partial fractions. Instead, find the inverse transform of each using the appropriate integration identity from section 25.3. a. 1 s s2 + 9 b. 1 s(s − 4) c. 1 s(s − 3)2