Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

8.2: The Inverse Laplace Transform

( \newcommand{\kernel}{\mathrm{null}\,}\)

1 newcommand dy , mathrmdy newcommand dx , mathrmdx newcommand dyx , frac mathrmdy mathrmdx newcommand ds , mathrmds newcommand dt , mathrmdt newcommand\dst , frac mathrmds mathrmdt

Definition of the Inverse Laplace Transform

In Section 8.1 we defined the Laplace transform of f by

F(s)=L(f)=0estf(t)dt.

We’ll also say that f is an inverse Laplace Transform of F, and write

f=L1(F).

To solve differential equations with the Laplace transform, we must be able to obtain f from its transform F. There’s a formula for doing this, but we can’t use it because it requires the theory of functions of a complex variable. Fortunately, we can use the table of Laplace transforms to find inverse transforms that we’ll need.

Example 8.2.1

Use the table of Laplace transforms to find

  1. L1(1s21)
  2. L1(ss2+9).
Solution a

Setting b=1 in the transform pair

sinhbtbs2b2

shows that

L1(1s21)=sinht.

Solution b

Setting ω=3 in the transform pair

cosωtss2+ω2

shows that

L1(ss2+9)=cos3t.

The next theorem enables us to find inverse transforms of linear combinations of transforms in the table. We omit the proof.

Theorem 8.2.1 : Linearity Property

If F1, F2,, Fn are Laplace transforms and c1, c2, …, cn are constants, then

L1(c1F1+c2F2++cnFn)=c1L1(F1)+c2L1(F2)++cnL1Fn.

Example 8.2.2

Find

L1(8s+5+7s2+3).

Solution

From the table of Laplace transforms in Section 8.8,,

eat1sa and sinωtωs2+ω2.

Theorem 8.2.1 with a=5 and ω=3 yields

L1(8s+5+7s2+3)=8L1(1s+5)+7L1(1s2+3)=8L1(1s+5)+73L1(3s2+3)=8e5t+73sin3t.

Example 8.2.3

Find

L1(3s+8s2+2s+5).

Solution

Completing the square in the denominator yields

3s+8s2+2s+5=3s+8(s+1)2+4.

Because of the form of the denominator, we consider the transform pairs

etcos2ts+1(s+1)2+4andetsin2t2(s+1)2+4,

and write

L1(3s+8(s+1)2+4)=L1(3s+3(s+1)2+4)+L1(5(s+1)2+4)=3L1(s+1(s+1)2+4)+52L1(2(s+1)2+4)=et(3cos2t+52sin2t).

Note

We’ll often write inverse Laplace transforms of specific functions without explicitly stating how they are obtained. In such cases you should refer to the table of Laplace transforms in Section 8.8.

Inverse Laplace Transforms of Rational Functions

Using the Laplace transform to solve differential equations often requires finding the inverse transform of a rational function

F(s)=P(s)Q(s),

where P and Q are polynomials in s with no common factors. Since it can be shown that limsF(s)=0 if F is a Laplace transform, we need only consider the case where degree(P)<degree(Q). To obtain L1(F), we find the partial fraction expansion of F, obtain inverse transforms of the individual terms in the expansion from the table of Laplace transforms, and use the linearity property of the inverse transform. The next two examples illustrate this.

Example 8.2.4

Find the inverse Laplace transform of

F(s)=3s+2s23s+2.

Solution

(Method 1)

Factoring the denominator in Equation ??? yields

F(s)=3s+2(s1)(s2).

The form for the partial fraction expansion is

3s+2(s1)(s2)=As1+Bs2.

Multiplying this by (s1)(s2) yields

3s+2=(s2)A+(s1)B.

Setting s=2 yields B=8 and setting s=1 yields A=5. Therefore

F(s)=5s1+8s2

and

L1(F)=5L1(1s1)+8L1(1s2)=5et+8e2t.

(Method 2) We don’t really have to multiply Equation ??? by (s1)(s2) to compute A and B. We can obtain A by simply ignoring the factor s1 in the denominator of Equation ??? and setting s=1 elsewhere; thus,

A=3s+2s2|s=1=31+212=5.

Similarly, we can obtain B by ignoring the factor s2 in the denominator of Equation ??? and setting s=2 elsewhere; thus,

B=3s+2s1|s=2=32+221=8.

To justify this, we observe that multiplying Equation ??? by s1 yields

3s+2s2=A+(s1)Bs2,

and setting s=1 leads to Equation ???. Similarly, multiplying Equation ??? by s2 yields

3s+2s1=(s2)As2+B

and setting s=2 leads to Equation ???. (It isn’t necesary to write the last two equations. We wrote them only to justify the shortcut procedure indicated in Equation ??? and Equation ???.)

The shortcut employed in the second solution of Example 8.2.4 is Heaviside’s method. The next theorem states this method formally. For a proof and an extension of this theorem, see Exercise 8.2.10.

Theorem 8.2.2

Suppose

F(s)=P(s)(ss1)(ss2)(ssn),

where s1, s2,, sn are distinct and P is a polynomial of degree less than n. Then

F(s)=A1ss1+A2ss2++Anssn,

where Ai can be computed from Equation ??? by ignoring the factor ssi and setting s=si elsewhere.

Example 8.2.5

Find the inverse Laplace transform of

F(s)=6+(s+1)(s25s+11)s(s1)(s2)(s+1).

Solution

The partial fraction expansion of Equation ??? is of the form

F(s)=As+Bs1+Cs2+Ds+1.

To find A, we ignore the factor s in the denominator of Equation ??? and set s=0 elsewhere. This yields

A=6+(1)(11)(1)(2)(1)=172.

Similarly, the other coefficients are given by

B=6+(2)(7)(1)(1)(2)=10,

C=6+3(5)2(1)(3)=72,

and

D=6(1)(2)(3)=1.

Therefore

F(s)=1721s10s1+721s21s+1

and

L1(F)=172L1(1s)10L1(1s1)+72L1(1s2)L1(1s+1)=17210et+72e2tet.

Note

We didn’t “multiply out” the numerator in Equation 8.2.7 before computing the coefficients in Equation 8.2.8 , since it wouldn’t simplify the computations.

Example 8.2.6

Find the inverse Laplace transform of

F(s)=8(s+2)(4s+10)(s+1)(s+2)2.

Solution

The form for the partial fraction expansion is

F(s)=As+1+Bs+2+C(s+2)2.

Because of the repeated factor (s+2)2 in Equation ???, Heaviside’s method doesn’t work. Instead, we find a common denominator in Equation ???. This yields

F(s)=A(s+2)2+B(s+1)(s+2)+C(s+1)(s+1)(s+2)2.

If Equation ??? and Equation ??? are to be equivalent, then

A(s+2)2+B(s+1)(s+2)+C(s+1)=8(s+2)(4s+10).

The two sides of this equation are polynomials of degree two. From a theorem of algebra, they will be equal for all s if they are equal for any three distinct values of s. We may determine A, B and C by choosing convenient values of s.

The left side of Equation ??? suggests that we take s=2 to obtain C=8, and s=1 to obtain A=2. We can now choose any third value of s to determine B. Taking s=0 yields 4A+2B+C=12. Since A=2 and C=8 this implies that B=6. Therefore

F(s)=2s+16s+28(s+2)2

and

L1(F)=2L1(1s+1)6L1(1s+2)8L1(1(s+2)2)=2et6e2t8te2t.

Example 8.2.7

Find the inverse Laplace transform of

F(s)=s25s+7(s+2)3.

Solution

The form for the partial fraction expansion is

F(s)=As+2+B(s+2)2+C(s+2)3.

The easiest way to obtain A, B, and C is to expand the numerator in powers of s+2. This yields

s25s+7=[(s+2)2]25[(s+2)2]+7=(s+2)29(s+2)+21.

Therefore

F(s)=(s+2)29(s+2)+21(s+2)3=1s+29(s+2)2+21(s+2)3

and

L1(F)=L1(1s+2)9L1(1(s+2)2)+212L1(2(s+2)3)=e2t(19t+212t2).

Example 8.2.8

Find the inverse Laplace transform of

F(s)=1s(5+3s)s[(s+1)2+1].

Solution

One form for the partial fraction expansion of F is

F(s)=As+Bs+C(s+1)2+1.

However, we see from the table of Laplace transforms that the inverse transform of the second fraction on the right of Equation ??? will be a linear combination of the inverse transforms

etcost and etsint

of

s+1(s+1)2+1 and 1(s+1)2+1

respectively. Therefore, instead of Equation ??? we write

F(s)=As+B(s+1)+C(s+1)2+1.

Finding a common denominator yields

F(s)=A[(s+1)2+1]+B(s+1)s+Css[(s+1)2+1].

If Equation ??? and Equation ??? are to be equivalent, then

A[(s+1)2+1]+B(s+1)s+Cs=1s(5+3s).

This is true for all s if it is true for three distinct values of s. Choosing s=0, 1, and 1 yields the system

2A=1.AC=3.5A+2B+C=7.

Solving this system yields

A=12,B=72,C=52.

Hence, from Equation ???,

F(s)=12s72s+1(s+1)2+1521(s+1)2+1.

Therefore

L1(F)=12L1(1s)72L1(s+1(s+1)2+1)52L1(1(s+1)2+1)=1272etcost52etsint.

Example 8.2.9

Find the inverse Laplace transform of

F(s)=8+3s(s2+1)(s2+4).

Solution

The form for the partial fraction expansion is

F(s)=A+Bss2+1+C+Dss2+4.

The coefficients A, B, C and D can be obtained by finding a common denominator and equating the resulting numerator to the numerator in Equation ???. However, since there’s no first power of s in the denominator of Equation ???, there’s an easier way: the expansion of

F1(s)=1(s2+1)(s2+4)

can be obtained quickly by using Heaviside’s method to expand

1(x+1)(x+4)=13(1x+11x+4)

and then setting x=s2 to obtain

1(s2+1)(s2+4)=13(1s2+11s2+4).

Multiplying this by 8+3s yields

F(s)=8+3s(s2+1)(s2+4)=13(8+3ss2+18+3ss2+4).

Therefore

L1(F)=83sint+cost43sin2tcos2t.

Using Technology

Some software packages that do symbolic algebra can find partial fraction expansions very easily. We recommend that you use such a package if one is available to you, but only after you’ve done enough partial fraction expansions on your own to master the technique.


This page titled 8.2: The Inverse Laplace Transform is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by William F. Trench.

Support Center

How can we help?