Laplace Transform Lecture
Laplace Transform Lecture
1 Introduction
Laplace transform has an important application in the study of mechanical vibration
and in the analysis of electric circuits.
A vibrating spring-mass system has the equation of motion
d2 u du
m + ν + ku = F (t) (1)
dt2 dt
where m is the mass, ν the damping coefficient, k the spring constant, and F (t) the
applied external force which may be discontinuous and impulsive.
The equation that describes an electric circuit containing an inductance L, a resistance
R, and a capacitance C is
d2 I dI
L 2
+ R + I/C = E(t), (2)
dt dt
where I(t) is the current and E(t) is the applied voltage.
1
2 Laplace Transforms: Basic concepts
In general, the parameter s may be complex, and the full power of the Laplace transform
becomes available only when we regard F (s) as a function of a complex variable. However,
for the problems discussed here, it is sufficient to consider only real value of s.
Note that the Laplace transform is called an integral transform because it transforms (changes)
a function in one space to a function in another space by a process of integration that in-
volves a kernel. The kernel or kernel function is a function of the variables in the two spaces
and defines the integral transform.
EXAMPLE: 2.1. Let’s find the Laplace transform of some simple functions.
1. f (t) = 1 when t ≥ 1,
Remark 1. Must we go on in this fashion and obtain the transform of one func-
tion after another directly from the definition? No! We can obtain new transforms
from known ones by the use of the many general properties of the Laplace transform.
Above all, the Laplace transform is a linear operation, just as differentiation and
integration. By this we mean the following:
EXAMPLE: 2.2. Application of Theorem 1: Find the transform of cos at, sin at,
cosh at, sinh at.
2
QUESTION: 2.1. Does Laplace transform of et , (cos at)/t exist?
2
Definition 2. A function f (t) has a Laplace transform if it does not grow too fast,
say, if for all t ≥ 0 and some constants M and k it satisfies the growth restriction
If f (t) is of exponential order then e−kt |f (t)| is bounded for all sufficient large values of t.
Every bounded function is of exponential order.
2
Let f (t) = et . It is NOT of exponential order, since
2 2 −at
e−kt |f (t)| = e−kt et = et → ∞ when t → ∞ (6)
1
1 , s>0
s
1
eat , s>a
s−a
Γ(p + 1)
tp , p > −1 , s>0
sp+1
a
sin at , s>0
s2 + a2
s
cos at , s>0
s2 + a2
a
sinh at , s > |a|
s2 − a2
s
cosh at , s > |a|
s2 − a2
Table 1: Elementary Laplace Transforms
3
QUESTION: 2.2. What is the Laplace transform of eat cos bt?
Theorem 3. First Shifting Theorem, s-Shifting : If f (t) has the transform F (s)
(where s > k for some k), then eat f (t) has the transform F (s − a) (where s − a > k).
In formulas, n o
L eat f (t) = F (s − a)
Theorem 4. Change of scale property : If f (t) has the transform F (s). Then
L {f (at)} = a1 F (s/a)
1
QUESTION: 2.3. If L {f (t)} = , find L {e−t f (2t)}.
s(s2 + 1)
d
Theorem 5. If L {f (t)} = F (s), then L {tf (t)} = − F (s)
ds
Proof: We know, Z ∞
F (s) = L {f (t)} = e−st f (t)dt
0
Differentiating with respect to s we get,
d d Z ∞ −st
F (s) = e f (t)dt
ds ds 0
Using Leibnitz rule of differentiation under integral sign we get,
Z ∞ Z ∞
d d −st
F (s) = (e )f (t)dt = − e−st tf (t)dt = −L {tf (t)}
ds 0 ds 0
d
Therefore, L {tf (t)} = − F (s)
ds
( )
f (t) f (t)
Theorem 6. If L {f (t)} = F (s) and if limt→0 exists, then L =
Z ∞
t t
F (s)ds.
s
Proof: Z ∞ Z ∞ Z ∞ ! Z ∞ Z ∞
−st
F (s)ds = e f (t)dt ds = e−st f (t)dt ds
s s 0 s=s t=0
4
By changing the order of integration, we get
∞
Z ∞ Z ∞Z ∞ Z ∞
e−st
F (s)ds = e−st f (t)ds dt = f (t) dt
s t=0 s=s t=0 −t s
Z ∞ ( )
−st f (t) f (t)
= e dt = L
t=0 t t
1. Find the Laplace transform of the following : (i) sin t sin 2t sin 3t ; (ii) e−t cos2 4t;
1 − cos at 1 − et
(iii) ; (iv) ;
t t
√ eat − e−at √
(v) t 1 + sin t; (vi) te−4t sin 3t; (vii) ; (viii) t 1 + cos t;
t
QUESTION: 2.4. What can we say about the Laplace transform of f 0 (t) or f ”(t)?
5
integrating each term on the right by parts gives
Z ∞ " t1 Z t1 # " t2 Z t2 #
−st 0 −st −st −st −st
e f (t)dt = e f (t) + s e f (t)dt + e f (t) +s e f (t)dt + ...
0 0 0 0 t1
" ∞ Z ∞ #
+ e−st f (t) + s e−st f (t)dt
tntn
−st1
=e f (t1 ) − f (0) + e−st2 f (t2 ) − e−st1 f (t1 ) + ... + lim e−sA f (A) − e−stn f (tn )
A→∞
"Z Z ∞ #
t1 Z t2
−st −st −st
+s e f (t)dt + e f (t)dt + ... + e f (t)dt
0 t1 tn
Z ∞
−sA
= lim e f (A) − f (0) + s e−st f (t)dt.
A→∞ 0
Since f (t) is of exponential order, there exist constants k, M and T such that |f (t)| ≤ M ekt
for t ≥ T . Hence, for A > T we have |f (A)| < M ekA , consequently, |e−sA f (A)| ≤ M e−(s−k)A .
As, M e−(s−k)A → 0 for A → ∞ if s > k, hence limA→∞ e−sA f (A) = 0 for s > k.
Therefore, for s > a,
L {f 0 (t)} = sL {f (t)} − f (0), (8)
which establishes the theorem.
1. Solving a nonhomogeneous ODE does not require first solving the homogeneous
ODE.
3. Complicated inputs (right sides of linear ODEs) can be handled very efficiently,
as we will see afterwards.
6
Figure 1: Application of Laplace transform in solving differential equation
Remark 3. The Laplace transform is not often useful in solving differential equations
with variable coefficients, unless all the coefficients are at most linear functions of the
independent variable.