Session 8a
Laplace Transform Method

Ernesto Gutierrez-Miravete

March 9, 2000

1  Introduction

Consider a real function F(t). The Laplace transform of F(t), L[F(t)] = [`F](s) is defined as
L[F(t)] = _
F
 
(s) = ó
õ
¥

t¢ = 0 
e-s t¢ F(t¢) dt¢
The inverse transform (to recover F(t) from L[F(t)]) is
F(t) = 1
2 pi
ó
õ
g+ i¥

s = g- i ¥ 
e s t _
F
 
(s) ds
where g is large enough that all the singularities of [`F](s) lie to the left of the imaginary axis.

For the transform and inverse to exist, F(t) must be at least piecewise continuous, of exponential order and tn F(t) must be bounded as t ® 0+.

Laplace transforms have the following properties:

Linearity.

L [c1 F(t) + c2 G(t)] = c1 _
F
 
(s) + c2 _
G
 
(s)

Transforms of Derivatives.

L [F¢(t)] = s _
F
 
(s) - F(0)
L [F¢¢(t)] = s2 _
F
 
(s) - s F(0) - F¢(0)
L [F¢¢¢(t)] = s3 _
F
 
(s) - s2 F(0) - s F¢(0) - F¢¢(0)
L [F(n)(t)] = sn _
F
 
(s) - sn-1 F(0) - sn-2 F(1)(0) - sn-3 F(2)(0) - ... - F¢(n-1)(0)

Transforms of Integrals.

Let g(t) = ò0t F(t) d t (i.e. g¢(t) = F(t)).

L[ ó
õ
t

0 
F(t)] = 1
s
_
F
 
(s)
L[ ó
õ
t

0 
ó
õ
t2

0 
F(t1) dt1 dt2] = 1
s2
_
F
 
(s)
L[ ó
õ
t

0 
... ó
õ
tn

0 
F(t1) dt1 ... dtn] = 1
sn
_
F
 
(s)

Scale change.

Let a > 0 be a real number.

L [F(at)] = 1
a
_
F
 
( s
a
)
L [F( 1
a
t)] = a _
F
 
(a s)

Shift.

L [e±at F(t)] = _
F
 
(s a)

Transform of translated functions.

The translated function is

U(t-a) F(t-a) = ì
í
î
F(t-a) t > a
0 t < a
where
U(t-a) = ì
í
î
1 t > a
0 t < a
The Laplace transform of the translated function is
L [U(t-a) F(t-a)] = e-a s _
F
 
(s)
Also
L [U(t-a)] = e-a s 1
s

Transform of the d function.

L [d(t)] = 1

Transform of convolution.

The convolution of two functions f(t) and g(t) is

f*g = ó
õ
t

0 
f(t-t) g(t) dt = g*f
The Laplace transform is
L [f*g] = _
f
 
(s) _
g
 
(s)

Derivatives.

If [`F](s) is the Laplace transform of F(t) then

d _
F
 

ds
= _
F
 
¢(s) = L[(-t) F(t)]
dn _
F
 

dsn
= _
F
 
¢(s) = L[(-t)n F(t)]

Integrals.

ó
õ
¥

s 
_
F
 
(s¢) ds¢ = L[ F(t)
t
]

2  Inversion of Laplace Transforms

The inverse Laplace transform of L[F(t)] is
F(t) = 1
2 pi
ó
õ
g+ i¥

s = g- i ¥ 
e s t _
F
 
(s) ds
The integration must be carried out in the complex domain and requires a basic understanding of analytic functions of a complex variable and residue calculus. Fortunately, inversion formulae for many transforms have been computed and are readily available in tabular form. See Table 7.1, pp. 268-271.

3  Applications

Consider the problem of finding T(x,t) in 0 £ x < ¥ satisfying

2 T
x2
= 1
a
T
t
and subject to
T(0,t) = f(t)
T(x ® ¥,t) = 0
and
T(x,0) = 0

Taking Laplace transforms one gets

d2 _
T
 
(x,s)

dx2
- s
a
_
T
 
(x,s) = 0
_
T
 
(0,s) = _
f
 
(s)
_
T
 
(x ® ¥,s) = 0
The solution of this problem is
_
T
 
(x,s) = _
f
 
(s) e-x Ö{s/a} = _
f
 
(s) _
g
 
(x,s) = L[f(t)*g(x,t)]
Inversion then produces
T(x,t) = f(t)*g(x,t) = ó
õ
t

0 
f(t) g(x,t-t) dt
Inversion of [`g](x,s) to get g(x,t) finally gives
T(x,t) = x

Ö

4 pa
ó
õ
t

t = 0 
f(t)
(t-t)3/2
exp[ - x2
4 a(t-t)
] dt

If f(t) = T0 = constant, the solution is

T(x,t) = T0 erfc( x
2
Ö

at
)

Consider now the transient problem of quenching a solid sphere (radius b) initially at T0 by maintaining its surface at zero. The Laplace transform method can be used to find and expression for T(r,t). The transformed problem is

1
r
d2(r _
T
 
)

dr2
- s
a
_
T
 
= - T0
a
the solution of which is
_
T
 
(r,s) = T0
s
- T0 b
r s
sinh(r
Ö
 

s/a
 
)

sinh(b
Ö
 

s/a
 
)
To invert this the trigonometric functions are expressed as asymptotic series and then inverted term by term. The final result is
T(r,t) = T0 - b T0
r
¥
å
n = 0 
{ erfc( b(2n+1) - r
2
Ö

at
) - erfc( b(2n+1) + r
2
Ö

at
)}


File translated from TEX by TTH, version 2.34.
On 9 Mar 2000, 21:22.


Last Updated: Friday, March 10 2000 03:26
Rensselaer at Hartford, 275 Windsor St, Hartford, CT 06120
For more information: 1-800-433-4723 or info@rh.edu
Please send questions, comments or suggestions to webmaster@rh.edu