Lesson 22 - Inverse Laplace Transforms

Now let's learn about the inverse Laplace transform. This function will start in the s domain and be transformed back to the t domain.

Let f(t) be a continuous function on [0,) and satisfies L[f(t)]=F(s) then f(t) is the inverse Laplace transform of F(s) and we use the notation f(t)=L1[F(s)]. This operator also follows the linearity property.

Let's recall the table from before for reference.

L[f(t)]F(s)L[eat]1saL[tn]n!sn+1L[sin(bt)]bs2+b2L[cos(bt)]ss2+b2L[eatf(t)]F(sa)L[eattn]n!(sa)n+1L[eatsin(bt)]b(sa)2+b2L[eatcos(bt)]sa(sa)2+b2

Examples

  1. L1[3s3+1s2+9]

Impose the linearity property:

3L1[1s3]+L1[1s2+9]

Using the table above, starting on the right column, we find each of the forms and transform back to t.

Starting with 3L1[1s3], we notice that there isn't a form that this fits quite into. However, it is most closely related to the F(s) function n!sn+1. Since the denominator contains s3, we can deduce that if n+1=3, then n=2.

However, the numerator does not contain n=2. We can implement a fix to this by multiplying the numerator by 2 inside the Laplace transform.

3L1[2s3]

But we can't just alter the inside of the Laplace transform without doing the same to the outside. On the outside, we must multiple by the reciprocal on the outside.

3L1[1s3]=32L1[2s3]

Now, the Laplace inverse transform is in the correct form.

32L1[2s3]=3t22

Let's look at the second function now. We can identify that the function looks closely related to the F(s) function bs2+b2. To get in the proper form, let's substitute 9 with 32.

L1[1s2+9]=L1[1s2+32]

We can implement a similar fix as we did before, but multiply by 3 inside and by 13 on the outside.

L1[1s2+32]=13L1[3s2+32]

We can now take the Laplace inverse transform.

13L1[3s2+32]=sin(3t)3

So,

L1[3s3+1s2+9]=3t22+sin(3t)3

  1. L1[1s2+4s+8]

In this situation, we can complete the square in the denominator. s2+4s+8=(s2+4s+4)+84=(s2+4s+4)+4.

This means we can factor the denominator now.

(s2+4s+4)+4=(s+2)2+4

We now have:

L1[1(s+2)2+4]

And we can now identify that this is the form b(sa)2+b2.

Let's implement a fix of scale 2.

12L1[2(s+2)2+4]

Now comparing to the table, we can find the proper Laplace inverse transform.

12L1[2(s+2)2+4]=12e2tsin(2t)

Try for Yourself

  1. L1[1(s+3)(s+5)]
  2. L1[3s+2s2+2s+10]
  3. L1[1(s2+1)(s+3)]

Hint, some of these might require partial fractions in order to find the Laplace transform.

Next Lesson: Lesson 23 - Solving IVPs using Laplace Transforms

Table of Contents: Table of Contents