2 The inverse Laplace transform

The Laplace transform takes a causal function f ( t ) and transforms it into a function of s , F ( s ) :

L { f ( t ) } F ( s )

The inverse Laplace transform operator is denoted by L 1 and involves recovering the original causal function f ( t ) . That is,

Key Point 5

Inverse Laplace Transform

L 1 { F ( s ) } = f ( t )  where L { f ( t ) } = F ( s )

For example, using standard transforms from Table 1:

L 1 s s 2 + 4 = cos 2 t . u ( t ) since L { cos 2 t . u ( t ) } = s s 2 + 4 .  (Table 1, Rule 6)

Also

L 1 3 s 2 = 3 t u ( t ) since L { 3 t u ( t ) } = 3 s 2 .  (Table 1, Rule 3)

Because the Laplace transform is a linear operator it follows that the inverse Laplace transform is also linear, so if c 1 , c 2 are constants:

Key Point 6

Linearity Property of Inverse Laplace Transforms

L 1 { c 1 F ( s ) + c 2 G ( s ) } = c 1 L 1 { F ( s ) } + c 2 L 1 { G ( s ) }

For example, to find the inverse Laplace transform of 2 s 4 6 s 2 + 4 we have

L 1 2 s 4 6 s 2 + 4 = 2 6 L 1 6 s 4 3 L 1 2 s 2 + 4 = 1 3 t 3 u ( t ) 3 sin 2 t . u ( t )  (from Table 1)

Note that the fractions have had to be manipulated slightly in order that the expressions match precisely with the expressions in Table 1.

Although the inverse Laplace transform can be examined at a deeper mathematical level we shall be content with this simple-minded approach to finding inverse Laplace transforms by using the table of Laplace transforms. However, even this approach is not always straightforward and considerable algebraic manipulation is often required before an inverse Laplace transform can be found. Next we consider two standard rearrangements which often occur.

2.1 Inverting through the use of partial fractions

The function

F ( s ) = 1 ( s 1 ) ( s + 2 )

does not appear in our table of transforms and so we cannot, by inspection, write down the inverse Laplace transform. However, by using partial fractions we see that

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

and so, using the linearity property:

L 1 1 ( s 1 ) ( s + 2 ) = L 1 1 3 s 1 L 1 1 3 s + 2 = 1 3 e t 1 3 e 2 t  (Table 1, Rule 4)
Task!

Find the inverse Laplace transform of 3 ( s 1 ) ( s 2 + 1 ) .

Begin by using partial fractions to write the given expression in a more suitable form:

3 ( s 1 ) ( s 2 + 1 ) = 3 2 s 1 3 2 s + 3 2 s 2 + 1

Now continue to obtain the inverse:

L 1 3 ( s 1 ) ( s 2 + 1 ) = 3 2 L 1 1 s 1 3 2 L 1 s s 2 + 1 3 2 L 1 1 s 2 + 1 = 3 2 e t cos t sin t u ( t )  (Table 1, Rules 4, 6, 5)