SlideShare a Scribd company logo
Treatise on Laplace Transforms
Johar M. Ashfaque
09047995
University Of Kent
April 5, 2011
1 Introduction
We present in this article, a study of the Laplace transforms. The theory of the Laplace transform,
as [1, 3] suggests, has a long and rich history. Many mathematicians can be named, among which
Euler, Lagrange and Laplace played important roles, as [3] points out, in realising the importance of
the Laplace transform to solve not only differential equations but also difference equations. Euler, as
highlighted in [1], used the Laplace transform in order to solve certain differential equations, whereas
it was Laplace who understood the true essence of the theory of the Laplace transform in solving both
differential and difference equations. For further reference, [1, 3] are recommended.
2 Laplace Transform
For a complex-valued function x, defined for t > 0, the Laplace transform of x(t) is defined by
X(s) =
∫ ∞
0
x(t)e−st
dt (1)
for all s ∈ R. Alternatively, we may use the expression
L{x(t)} = X(s)
to denote the Laplace transform.
Example 1: Let x(t) = e−at
for a ∈ R. Then by direct integration
X(s) =
∫ ∞
0
e−(s+a)
dt =
1
s + a
, s > a .
In a similar fashion we can obtain the Laplace transform for eat
which can be seen in [3, 5].
Example 2: Let x(t) = sin(ωt), for ω ∈ R. Then
X(s) =
∫ ∞
0
sin(ωt) e−st
dt .
Integrating the right hand side by parts twice, we obtain
∫ ∞
0
sin(ωt) e−st
dt =
w
s2
−
ω2
s2
∫ ∞
0
sin(ωt)e−st
dt ,
Rearranging we find
(
s2
+ ω2
s2
) ∫ ∞
0
sin(ωt) e−st
dt =
w
s2
=⇒
∫ ∞
0
sin(ωt) e−st
dt =
w
s2 + ω2
.
Thus
L{sin(ωt)} =
ω
s2 + ω2
as required.
A different approach to evaluating the Laplace transform for x(t) = sin(ωt) can be found in [3].
Tables of the Laplace transforms of various functions can be found in many books and formulae sheets.
However, I highly recommend [2, 3, 4].
1
3 Properties of the Laplace Transform
In this section, we look at the standard properties of the Laplace transform.
3.1 Linearity of the Laplace Transform
Linearity of the Laplace transform, as [3, 7] highlight, is an important result which states:
L{Cx(t)} = CL{x(t)} = CX(s) , C ∈ R ; (2)
L{Ax(t) + By(t)} = AX(s) + BY (s) , A, B ∈ R . (3)
3.2 Derivatives of the Laplace Transform
3.2.1 First Derivative
The first derivative of the Laplace transform is given by
L{x′
(t)} = sX(s) − x(0) . (4)
Proof. Directly from the definition of the Laplace transform, we have
L{x′
(t)} =
∫ ∞
0
e−st
x′
(t)dt
The integral on the right hand side, can be integrated by parts once to obtain
∫ ∞
0
e−st
x′
(t)dt = x(t)e−st
∞
0
+ s
∫ ∞
0
x(t)e−st
dt = −x(0) + s
∫ ∞
0
e−st
x(t)dt .
Hence
L{x′
(t)} = −x(0) + sX(s) = sX(s) − x(0)
as required.
3.2.2 The nth
Derivative
The equation of the nth
derivative of the Laplace transform is given by
f(n)
(t) = sn
L{x()t} − sn−1
x(0) − . . . − xn−1
(0) . (5)
This equation can be found in the tables of the Laplace transform in [2, 3].
3.3 Shift property of the Laplace Transform
The shift property of the Laplace transform states
L{x(t)eat
} = X(s − a) . (6)
Proof. By direct integration
L{x(t)eat
} =
∫ ∞
0
x(t)e−(s−a)t
dt = X(s − a) .
In many books, this property is referred to as the “First Shift Theorem”.
3.4 Scaling property of the Laplace Transform
The scaling property of the Laplace transform states
L{x(at)} =
1
a
X
(
s
a
)
. (7)
Proof. By the definition of the Laplace transform
L{x(at)} =
∫ ∞
0
e−st
x(at)dt =
1
a
∫ ∞
0
e−( s
a )y
x(y)dy =
1
a
X
(
s
a
)
as required.
2
3.5 Laplace Transform of tn
The Laplace transform of tn
, can be found in [3, 4, 5, 7], is defined to be
L{tn
} =
n!
sn+1
. (8)
The systematic proof can be found in [4].
Example: The Laplace transform of t6
is computed as
L{t6
} =
6!
s7
.
3.6 Examples
Example 1: Let x(t) = e6t
sin (3t). Then applying the shift property of the Laplace transform, we have
L{e6t
sin (3t)} =
3
(s − 6)2 + 9
as the Laplace transform for x(t) = e6t
sin (3t).
In general, by the shift property of the Laplace transform, we conclude that
L{eat
sin (ωt)} =
ω
(s − a)2 + ω2
.
Example 2: Let x(t) = cos(ωt) for ω ∈ R.
Recall:
cos(ωt) =
eiωt
+ e−iωt
2
.
Then by the linearity property of the Laplace transform, we have
L{cos(ωt)} = L
{
eiωt
+ e−iωt
2
}
=
1
2
(L{eiωt
} + L{e−iωt
}) .
We can now use the shift property of the Laplace transform because we know that for x(t) = e−at
, we
have X(s) = 1
s+a . As a result, we obtain
1
2
(L{eiωt
} + L{e−iωt
}) =
1
2
(
1
s − iω
+
1
s + iω
)
=
1
2
(
2s
(s − iω)(s + iω)
)
=
1
2
(
2s
(s2 + ω2)
)
=
s
s2 + ω2
.
Example 3: Let x(t) = e9t
cos (8t). Then applying the shift property of the Laplace transform, we
have
L{e9t
cos (8t)} =
s − 9
(s − 9)2 + 64
as the Laplace transform for x(t) = e9t
cos (8t).
In general, by the shift property of the Laplace transform, we conclude that
L{eat
cos (ωt)} =
s − a
(s − a)2 + ω2
.
3.7 Inverse Laplace Transform
If for a given function X(s), we can find a function x(t) such that L{x(t)} = X(s), then the inverse
Laplace transform is denoted
L−1
{X(s)} = x(t)
and is unique.
The inverse Laplace transform is linear:
L−1
{CX(s)} = Cx(t) , C ∈ R ; (9)
L−1
{AX(s) + BY (s)} = Ax(t) + By(t) , A, B ∈ R . (10)
3
Example: Find
L−1
{
12s − 36
(s + 5)(s − 3)(s + 7)
}
.
We use equation (6) and equation (10), to obtain
L−1
{
12s − 36
(s + 5)(s − 3)(s + 7)
}
= L−1
{
33
8(s + 5)
+
3
8(s − 3)
−
9
2(s + 7)
}
=
33
8
e−5t
+
3
8
e3t
−
9
2
e−7t
.
4 Conditions for the existence of the Laplace Transform
Theorem 1. Let x(t) be a piecewise continuous function in the interval [0, ∞) and is of exponential
order a. Also, let
|x(t)| ≤ Keat
, t ≥ 0
with real constants K and a, where K is positive. Then the Laplace transform L{x(t)} = X(s) exists for
s > a.
For proof and further reference, [1, 3, 7] are recommended.
Example: x(t) = e7t
cos 5t is said to be of exponential order a = 7 since
|e7t
cos 5t| ≤ e7t
Hence for K = 1, the Laplace transform of x(t) exists.
5 Convolution Theorem
In this section, we seek to compute the Laplace transform of a convolution. Let us begin by reminding
ourselves what we mean by a convolution. The convolution, in the interval [0, ∞), is defined as
(x ∗ y)(t) =
∫ t
0
x(τ)y(t − τ)dτ . (11)
Theorem 2. The Laplace transform of two functions under convolution is
L{(x ∗ y)(t)} = L{x(t)} · L{y(t)} = X(s)Y (s) .
Proof. From the definition of the Laplace transform, we have
L
( ∫ t
0
x(τ)y(t − τ)dτ
)
=
∫ ∞
0
( ∫ t
0
x(τ)y(t − τ)dτ
)
e−st
dt .
To simplify the repeated integral we introduce the shifted unit step function U(t − τ), see appendix A,
to obtain
∫ ∞
0
( ∫ t
0
x(τ)y(t − τ)dτ
)
e−st
dt =
∫ ∞
0
( ∫ ∞
0
U(t − τ)x(τ)y(t − τ)dτ
)
e−st
dt .
Changing the order of integration, see [3, p. 187], we have
∫ ∞
0
( ∫ ∞
0
U(t − τ)x(τ)y(t − τ)dτ
)
e−st
dt =
∫ ∞
0
x(τ)
( ∫ ∞
0
U(t − τ)y(t − τ)e−st
dt
)
dτ .
Using the second shift theorem, equation (13), we obtain
∫ ∞
0
U(t − τ)y(t − τ)e−st
dt = e−sτ
Y (s) .
Therefore
∫ ∞
0
x(τ)
( ∫ ∞
0
U(t−τ)y(t−τ)e−st
dt
)
dτ =
∫ ∞
0
x(τ)e−sτ
Y (s)dτ = Y (s)
∫ ∞
0
e−sτ
x(τ)dτ = X(s)Y (s) .
4
Example: Solve
f(t) +
∫ t
0
(t − u)f(u) du = sin(2t) .
We begin by taking the Laplace transform of both sides of the equation to obtain
L{f(t)} + L{t ∗ f(t)} = L{sin(2t)} .
Thus, by theorem (2), we have
L{f(t)} +
1
s2
· L{f(t)} =
2
s2 + 4
.
Solving for L{f(t)}, gives
L{f(t)} =
2s2
(s2 + 1)(s2 + 4)
= −
2
3(s2 + 1)
+
8
3(s2 + 4)
.
Taking the inverse Laplace transform, we obtain
f(t) =
4
3
sin(2t) −
2
3
sin(t) .
6 Ordinary Differential Equations
One application of the Laplace transform is to solve differential equations. In this section, we consider
ordinary differential equations or ODEs. The schema behind the use of Laplace transforms to solve ODEs
is shown in the following diagram:
ODE in x(t)
L
Laplace Transform
//






Algebraic equation
in X(s)
solve

x(t) X(s)
L−1
Inverse Laplace Transform
oo
Figure 1: Ordinary differential equations(ODEs) can be solved generally, or by way of Laplace transforms,
to obtain the same solution in both cases. This figure appears in [5].
Example: Find the solution to the initial value problem
y′′
(t) − y(t) = t − 2
given y(2) = 3 and y′
(2) = 0.
We begin by moving the initial conditions to t = 0. This is done by setting x(t) = y(t + 2). Then
x′
(t) = y′
(t + 2) and x′′
(t) = y′′
(t + 2). Substituting t = t + 2 and x(t) = y(t + 2) into the differential
equation, the initial value problem becomes
x′′
(t) − x′
(t) = t , x(0) = 3 , x′
(0) = 0 .
Taking the Laplace transform of both sides and using the linearity of the Laplace transform, see subsection
[3.1], we have
L{x′′
(t)} + L{x(t)} = L{t} .
Using equation (5), and equation (8), we obtain
s2
X(s) − sx(0) − x′
(0) − X(s) =
1
s2
.
5
Using the initial values, x(0) = 3 and x′
(0) = 0, and simplifying gives
X(s) =
1 + 3s3
s2
(
s2 − 1
) =
2
s − 1
+
1
s + 1
−
1
s2
.
From the table of Laplace transforms, we find the inverse Laplace transform of X(s) is
x(t) = 2et
+ e−t
− t .
But x(t) = y(t + 2), therefore y(t) = x(t − 2). Hence we have
y(t) = 2e(t−2)
+ e(2−t)
+ 2 − t .
For more examples, I highly recommend [7].
6.1 System Of ODEs
The Laplace transform can be used to solve a system of ordinary differential equations.
Example 1: Find the solution to the initial value problem
{
x′
= y + sin(t) x(0) = 2
y′
= x + 2 cos(t) y(0) = 0 .
We begin by taking Laplace transform of both sides, of both the equations, and using the initial conditions
to obtain {
sX(s) − 2 = Y (s) + 1
s2+1
sY (s) = X(s) + 2s
s2+1
knowing the Laplace transform of sin(t) from section [2], the Laplace transform of cos(t) from section [3]
and using equation (4). We proceed by eliminating either X(s) or Y (s). Eliminating X(s), gives
s2
− 1 − Y (s) =
2s2
s2 + 1
+ 2 +
1
s2 + 1
.
Thus
Y (s) =
4s2
+ 3
(s2 + 1)(s2 − 1
=
1
2(s2 + 1)
−
7
4(s + 1)
+
7
4(s − 1)
.
Using equation (10), gives
L−1
{Y (s)} =
1
2
L−1
{
1
s2 + 1
}
−
7
4
L−1
{
1
s + 1
}
+
7
4
L−1
{
1
s − 1
}
.
Hence
y(t) =
1
2
sin(t) −
7
4
e−t
+
7
4
et
.
We find x(t) simply:
y′
= x + 2 cos(t) , y′
=
1
2
cos(t) +
7
4
e−t
+
7
4
et
.
Therefore, we obtain
x(t) =
7
4
e−t
+
7
4
et
−
3
2
cos(t) .
6.2 Impulse-Response Function
Definition: The transfer function R(s) is defined as the ratio of the Laplace transform of the output
x(t) to the Laplace transform of the input x(t), as [2, 3, 7] suggest, given that the initial conditions are
zero. This is equivalent to
R(s) =
Y (s)
X(s)
.
Consider a second order differential equation
ay′′
+ by′
+ cy = x(t)
6
for a, b, c are constants with y(0) = 0 and y′
(0) = 0. Taking the Laplace transform of both sides, using
equation (3), and equation (5), gives
(as2
+ bs + c)Y (s) − asy(0) − ay′
(0) − by(0) = X(s)
and using the fact that the initial conditions are zero, we have
(as2
+ bs + c)Y (s) = X(s) .
Therefore, we define the transfer function to be
R(s) =
Y (s)
X(s)
=
1
as2 + bs + c
.
The function r(s) is the impulse-response function defined as
L−1
{R(s)} .
Example: Using the convolution theorem obtain the solution to the following initial value problem
y′′
− 2y′
+ y = x(t)
given y(0) = −1 and y′
(0) = 1. We know the form of the transfer function and in our case we have
R(s) =
1
as2 + bs + c
=
1
s2 − 2s + 1
=
1
(s − 1)2
.
From the table of Laplace transforms, see [3, 5, 7], the inverse of the Laplace transform of R(s) is
r(s) = L−1
{
1
(s − 1)2
}
= tet
.
We now solve the homogeneous problem, y′′
− 2y′
+ y = 0, using the initial conditions y(0) = −1 and
y′
(0) = 1 to obtain
y(t) = (2t − 1)et
.
Hence, using the convolution theorem, equation (11), the solution to the initial value problem is
(x ∗ r)(t) + y(t) =
∫ t
0
x(τ)et−τ
(t − τ)dτ + (2t − 1)et
where r is the impulse-response function and y(t) is the unique solution.
7 Dirac Delta Functional
The Dirac delta functional δ(t) is defined by
δ(t) =
{
0, t ̸= 0
∞, t = 0.
with the property: ∫ ∞
−∞
δ(t) dt = 1 .
Various forms of the definition can be found, see [3, 4]. The shifted δ(t) is defined by
δ(t − a) =
{
0, t ̸= a
∫ ∞
−∞
f(t)δ(t − a)dt = f(a), t = a.
The Laplace transform of δ(t − a), where f(t) = e−st
, is computed as
L{δ(t − a)} =
∫ ∞
0
e−st
δ(t − a)dt =
∫ ∞
−∞
e−st
δ(t − a)dt = e−as
.
7
We can find a relation, as highlighted in [7], between the δ(t) and the unit step function, U(t) (see
appendix A):
∫ t
−∞
δ(x − a)dx = U(t − a) .
Thus
δ(t − a) = U′
(t − a) ,
that is the derivative of the Dirac delta function is the unit step function.
Example: Boundary-value problem A beam of 2λ that is embedded in a support on the left and
free on the right. The vertical deflection of the beam a distance x away from the support is denoted by
y(x). If the beam has a concentrated load L on it in the center of the beam then the deflection must
satisfy the boundary value problem
{
EIy′′′′
(x) = Lδ(x − λ)
y(0) = y′
(0) = y′′
(2λ) = y′′′
(2λ) = 0
where E is the modulus of elasticity and I is the moment of inertia, are constants. We shall solve the
formula for the displacement y(x) in terms of constants λ, L, E, and I.
We begin by taking the Laplace transform of both sides to obtain
EIL{y′′′′
(x)} = LL{δ(x − λ)} .
By equation (5), and the initial conditions y(0) = y′
(0) = 0
L{y′′′′
(x)} = s4
Y (s) − s3
y(0) − s2
y′
(0) − sy′′
(0) − y′′′
(0) = s4
Y (s) − sy′′
(0) − y′′′
(0) .
Thus
s4
Y (s) − sy′′
(0) − y′′′
(0) =
L
EI
L{δ(x − λ)} =
L
EI
e−λ(s)
.
Let A = y′′
(0) and B = y′′′
(0), then
Y (s) =
A
s3
+
B
s4
+
L
EI
e−λ(s)
s4
.
We now need to use equation (8), and equation (13), to find the inverse Laplace transform Y (s)
y(x) =
Ax2
2
+
Bx3
6
+
L
6EI
(x − λ)3
U(x − λ) =
1
6
{
6Ax2
2
+ Bx3
+
L
EI
(x − λ)3
U(x − λ)
}
.
We are given that y′′
(2λ) = y′′′
(2λ) = 0, then differentiating twice and thrice respectively, we obtain
0 = 6A + 12λB + 6λ
L
EI
and
0 = 6B + 6
L
EI
.
Hence, the solution to the problem is
y(x) =
L
6EI
{
3λx2
− x3
+ (x − λ)3
U(x − λ)
}
.
For further referencing on the application of the Dirac delta function, I would suggest [3, 4, 7].
8 Partial Differential Equations
In this section, we show how to use the Laplace transform to solve one-dimensional linear partial differ-
ential equations. Partial differential equations are also known as PDEs.
There are 3 main steps in order to solve a PDE using the Laplace transform:
1. Begin by taking the Laplace transform with one of the two variables, usually t. This will give an
ODE of the transform of the unknown function.
2. Solving the ODE, we shall obtain the transform of the unknown function.
3. By taking the inverse Laplace transform, we obtain the solution to the original problem.
8
8.1 The Heat Equation
In this section, through the use of the Laplace transforms, we seek solutions to initial-boundary value
problems involving the heat equation.
The one-dimensional partial differential equation
∂u
∂t
= c2 ∂2
u
∂x2
. (12)
is known as the heat equation, where c2
is known as the thermal diffusivity of the material.
Example 1: Solve
∂u
∂t
=
∂2
u
∂x2
, x  0 , t  0
given
u(x, 0) = 0 , u(0, t) = δ(t) , lim
x→∞
u(x, t) = 0 .
We have to solve the heat equation for positive x and t, with c2
= 1, subject to the boundary
conditions
u(0, t) = δ(t) , lim
x→∞
u(x, t) = 0 ,
with the initial condition
u(x, 0) = 0 .
We begin by taking the Laplace transform, with respect to t, of both sides
L
{
∂u
∂t
}
= sL{u(x, t)} = L
{
∂2
u
∂x2
}
.
Let L{u(x, t)} = U(x, s), then
sU =
∂2
U
∂x2
=⇒
∂2
U
∂x2
− sU = 0 .
Notice that we have obtained an ODE, in the variable U, which has a general solution
U(x, s) = A(s)e
√
sx
+ B(s)e−
√
sx
.
Applying the boundary conditions, with L{f(t)} = F(s), we obtain
U(0, s) = L{u(0, t)} = L{δ(t)}) = 1 ,
and
lim
x→∞
U(x, s) = lim
x→∞
∫ ∞
0
e−st
u(x, t)dt =
∫ ∞
0
e−st
lim
x→∞
u(x, t)dt = 0 .
The boundary condition
lim
x→∞
U(x, s) ⇒ A(s) = 0 ,
as for every fixed s  0, e
√
sx
increases as x → ∞ . Hence
U(0, s) = B(s) = 1 .
Therefore
U(x, s) = e−
√
sx
.
From the tables of the Laplace transforms, see [2, 4], we obtain the inverse Laplace transform as
e−
√
sx
=
x
2
√
πt3
e− x2
4t .
Hence
u(x, t) =
x
2
√
πt3
e− x2
4t .
Example 2: We find the temperature w(x, t) in a semi-infinite laterally insulated bar extending from
x = 0 along the x-axis to infinity, assuming that the original temperature is 0, w(x, t) → 0 as x → ∞ for
every fixed t ≥ 0 and w(0, t) = 1√
t
.
9
We have to solve the heat equation for positive x and t subject to the boundary conditions
w(0, t) =
1
√
t
, lim
x→∞
w(x, t) = 0
with the initial condition
w(x, 0) = 0 .
We begin by taking the Laplace transform, with respect to t, of both sides
L
{
∂w
∂t
}
= sL{w(x, t)} − 0 = c2
L
{
∂2
w
∂x2
}
.
Let L{w(x, t)} = W(x, s), then
sW = c2 ∂2
W
∂x2
=⇒
∂2
W
∂x2
−
s
c2
W = 0 .
Notice that we have obtained an ODE, in the variable W, which has a general solution
W(x, s) = A(s)e
√
sx
c + B(s)e−
√
sx
c .
Applying the first boundary condition, we have
W(0, s) = L{w(0, t)} =
√
π
s
=⇒ W(0, s) = A(s) + B(s) =
√
π
s
.
Assuming we can interchange the limit, the second boundary condition gives
lim
x→∞
W(x, s) = lim
x→∞
∫ ∞
0
e−st
w(x, t)dt =
∫ ∞
0
e−st
lim
x→∞
w(x, t)dt = 0 ,
thus A(s) = 0 since c  0, and for every fixed s  0, e
√
sx
c increases as x → ∞ . Hence
W(0, s) = B(s) =
√
π
s
.
Therefore
W(x, s) =
√
π
s
e−
√
sx
c .
From the tables of the Laplace transforms, we obtain the inverse
e−
√
s x
c
√
s
=
1
√
πt
e− x2
4c2t .
Hence
w(x, t) =
1
√
t
e− x2
4c2t .
By the convolution theorem, see section [5], we can also express the solution as
w(x, t) =
∫ t
0
e− x2
4c2τ (t − τ)− 1
2 dτ .
9 Conclusion
In this study, we covered the basic properties of the Laplace transform and looked at some applications.
We, through the use of examples, illustrated how the properties of the Laplace transform can be used in
order to simplify, and solve problems. In particular, we looked at solving ordinary and partial differential
equations through the use of the Laplace transforms.
We can extend our study of the Laplace transforms to include differential equations that govern
current, charge, capacitance and resistance within electrical circuits, see [4]. We can also extend our study
of the Laplace transforms to cover the Z-transform, the discrete counterpart of the Laplace transform.
With the use of the Z-transforms we can include examples of solutions to difference equations. I would
suggest [6], as a guide to the Z-transforms.
10
A Unit Step Function
The unit step function, U(t), is defined by
U(t) =
{
0, t  0
1, t ≥ 0.
For t ≥ 0 the unit step function is the same as 1. Therefore, as [4] suggests, the Laplace transform of
U(t) is
L{U(t)} = L{1} =
1
s
.
Define the shifted unit step function, U(t − a) as
U(t − a) =
{
0, 0 ≤ t  a
1, t ≥ a,
then the Laplace transform of U(t − a) is
LU(t − a) =
∫ ∞
0
U(t − a)e−st
dt =
∫ ∞
a
e−st
dt =
e−as
s
.
A.1 Second Shift Theorem
Theorem 3. Let x(t) be a function, then
L{x(t − a)U(t − a)} = e−as
X(s) . (13)
It should be clear that
L−1
{e−as
X(s)} = x(t − a)U(t − a) .
For the proof of the “Second Shift Theorem”, see [4].
References
[1] A.D. Osborne, Complex Variables And Their Applications, Addison Wesley Longman, 1998.
[2] E. Kreyszig, Advanced Engineering Mathematics, John Wiley  Sons, 2005.
[3] A. Pinkus, S. Zafrany, Fourier Series And Integral Transforms, Cambridge University Press, 1997.
[4] P.P.G. Dyke, An Introduction to Laplace Transforms And Fourier Series, Springer, 2000.
[5] J.D. Logan, A First Course in Differential Equations, Springer, 2005.
[6] W. Bolton, Laplace and Z-transforms (Mathematics For Engineers), Longman, 1993.
[7] R.K. Nagle, E.B. Saff Fundamentals of Differential Equations, Addison Wesley, 1996.
11

More Related Content

What's hot

Persamaan schroedinger bebas waktu
Persamaan schroedinger bebas waktuPersamaan schroedinger bebas waktu
Persamaan schroedinger bebas waktuFani Diamanti
 
Charge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic MonopolesCharge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic Monopoles
Arpan Saha
 
Quick run through on classical mechancis and quantum mechanics
Quick run through on classical mechancis and quantum mechanics Quick run through on classical mechancis and quantum mechanics
Quick run through on classical mechancis and quantum mechanics
The Chinese University of Hong Kong
 
application of differential equations
application of differential equationsapplication of differential equations
application of differential equations
Venkata.Manish Reddy
 
Laplace
LaplaceLaplace
The wave equation
The wave equationThe wave equation
The wave equation
Dhaval Jalalpara
 
Application of Schrodinger Equation to particle in one Dimensional Box: Energ...
Application of Schrodinger Equation to particle in one Dimensional Box: Energ...Application of Schrodinger Equation to particle in one Dimensional Box: Energ...
Application of Schrodinger Equation to particle in one Dimensional Box: Energ...
limbraj Ravangave
 
2nd order ode applications
2nd order ode applications2nd order ode applications
2nd order ode applications
Muhammad Zulfazli
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equations
Emdadul Haque Milon
 
Applications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeApplications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First Degree
Dheirya Joshi
 
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJAPPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
Zuhair Bin Jawaid
 
Differential equations final -mams
Differential equations final -mamsDifferential equations final -mams
Differential equations final -mams
armanimams
 
A Bianchi Type IV Viscous Model of The Early Universe
A Bianchi Type IV Viscous Model of The Early UniverseA Bianchi Type IV Viscous Model of The Early Universe
A Bianchi Type IV Viscous Model of The Early Universe
Ikjyot Singh Kohli
 
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONSAPPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
AYESHA JAVED
 
The two dimensional wave equation
The two dimensional wave equationThe two dimensional wave equation
The two dimensional wave equationGermán Ceballos
 
differential equations
differential equationsdifferential equations
differential equationsSharath Babu
 
Linear response theory
Linear response theoryLinear response theory
Linear response theory
Claudio Attaccalite
 
On the Fixed Point Extension Results in the Differential Systems of Ordinary ...
On the Fixed Point Extension Results in the Differential Systems of Ordinary ...On the Fixed Point Extension Results in the Differential Systems of Ordinary ...
On the Fixed Point Extension Results in the Differential Systems of Ordinary ...
BRNSS Publication Hub
 
Higher Differential Equation
Higher Differential EquationHigher Differential Equation
Higher Differential Equation
gtuautonomous
 

What's hot (20)

Persamaan schroedinger bebas waktu
Persamaan schroedinger bebas waktuPersamaan schroedinger bebas waktu
Persamaan schroedinger bebas waktu
 
Charge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic MonopolesCharge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic Monopoles
 
Quick run through on classical mechancis and quantum mechanics
Quick run through on classical mechancis and quantum mechanics Quick run through on classical mechancis and quantum mechanics
Quick run through on classical mechancis and quantum mechanics
 
application of differential equations
application of differential equationsapplication of differential equations
application of differential equations
 
Laplace
LaplaceLaplace
Laplace
 
The wave equation
The wave equationThe wave equation
The wave equation
 
Application of Schrodinger Equation to particle in one Dimensional Box: Energ...
Application of Schrodinger Equation to particle in one Dimensional Box: Energ...Application of Schrodinger Equation to particle in one Dimensional Box: Energ...
Application of Schrodinger Equation to particle in one Dimensional Box: Energ...
 
2nd order ode applications
2nd order ode applications2nd order ode applications
2nd order ode applications
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equations
 
Applications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeApplications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First Degree
 
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJAPPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
 
Differential equations final -mams
Differential equations final -mamsDifferential equations final -mams
Differential equations final -mams
 
A Bianchi Type IV Viscous Model of The Early Universe
A Bianchi Type IV Viscous Model of The Early UniverseA Bianchi Type IV Viscous Model of The Early Universe
A Bianchi Type IV Viscous Model of The Early Universe
 
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONSAPPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
 
The two dimensional wave equation
The two dimensional wave equationThe two dimensional wave equation
The two dimensional wave equation
 
differential equations
differential equationsdifferential equations
differential equations
 
Linear response theory
Linear response theoryLinear response theory
Linear response theory
 
On the Fixed Point Extension Results in the Differential Systems of Ordinary ...
On the Fixed Point Extension Results in the Differential Systems of Ordinary ...On the Fixed Point Extension Results in the Differential Systems of Ordinary ...
On the Fixed Point Extension Results in the Differential Systems of Ordinary ...
 
1 d wave equation
1 d wave equation1 d wave equation
1 d wave equation
 
Higher Differential Equation
Higher Differential EquationHigher Differential Equation
Higher Differential Equation
 

Viewers also liked

Tutorial scanpdf
Tutorial scanpdf Tutorial scanpdf
Tutorial scanpdf
Encarna González Labrador
 
Battery doctor 4.9.1
Battery doctor 4.9.1Battery doctor 4.9.1
Battery doctor 4.9.1
trasgu76
 

Viewers also liked (9)

JM ASHFAQUE
JM ASHFAQUEJM ASHFAQUE
JM ASHFAQUE
 
Tutorial scanpdf
Tutorial scanpdf Tutorial scanpdf
Tutorial scanpdf
 
YTF 2014 - JM ASHFAQUE
YTF 2014 - JM ASHFAQUEYTF 2014 - JM ASHFAQUE
YTF 2014 - JM ASHFAQUE
 
Entanglement Entropy
Entanglement EntropyEntanglement Entropy
Entanglement Entropy
 
WhyStrings
WhyStringsWhyStrings
WhyStrings
 
JM ASHFAQUE
JM ASHFAQUEJM ASHFAQUE
JM ASHFAQUE
 
Battery doctor 4.9.1
Battery doctor 4.9.1Battery doctor 4.9.1
Battery doctor 4.9.1
 
PCCG- JM ASHFAQUE
PCCG- JM ASHFAQUEPCCG- JM ASHFAQUE
PCCG- JM ASHFAQUE
 
YRM 2015 - JM ASHFAQUE
YRM 2015 - JM ASHFAQUEYRM 2015 - JM ASHFAQUE
YRM 2015 - JM ASHFAQUE
 

Similar to TLT

Laplace
LaplaceLaplace
Laplace transform
Laplace transformLaplace transform
Laplace transform
joni joy
 
digital control Chapter 2 slide
digital control Chapter 2 slidedigital control Chapter 2 slide
digital control Chapter 2 slide
asyrafjpk
 
Lecture10 Signal and Systems
Lecture10 Signal and SystemsLecture10 Signal and Systems
Lecture10 Signal and Systems
babak danyal
 
NotesLaplace.pdf
NotesLaplace.pdfNotesLaplace.pdf
NotesLaplace.pdf
Mahamad Jawhar
 
On Double Elzaki Transform and Double Laplace Transform
On Double Elzaki Transform and Double Laplace TransformOn Double Elzaki Transform and Double Laplace Transform
On Double Elzaki Transform and Double Laplace Transform
iosrjce
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
Santhanam Krishnan
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
Edhole.com
 
Redundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systemsRedundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systemsSpringer
 
transformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eañotransformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eaño
luis506251
 
Laplace Transform and its applications
Laplace Transform and its applicationsLaplace Transform and its applications
Laplace Transform and its applications
DeepRaval7
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
University Malaya
 
IPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdfIPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdf
burhannaveed69
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
wilmersaguamamani
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
NimithaSoman
 

Similar to TLT (20)

Laplace
LaplaceLaplace
Laplace
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
digital control Chapter 2 slide
digital control Chapter 2 slidedigital control Chapter 2 slide
digital control Chapter 2 slide
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Lecture10 Signal and Systems
Lecture10 Signal and SystemsLecture10 Signal and Systems
Lecture10 Signal and Systems
 
Ch06 2
Ch06 2Ch06 2
Ch06 2
 
NotesLaplace.pdf
NotesLaplace.pdfNotesLaplace.pdf
NotesLaplace.pdf
 
On Double Elzaki Transform and Double Laplace Transform
On Double Elzaki Transform and Double Laplace TransformOn Double Elzaki Transform and Double Laplace Transform
On Double Elzaki Transform and Double Laplace Transform
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Redundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systemsRedundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systems
 
transformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eañotransformada de lapalace universidaqd ppt para find eaño
transformada de lapalace universidaqd ppt para find eaño
 
Laplace Transform and its applications
Laplace Transform and its applicationsLaplace Transform and its applications
Laplace Transform and its applications
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
 
IPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdfIPC - Lectures 16-18 (Laplace Transform).pdf
IPC - Lectures 16-18 (Laplace Transform).pdf
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
 

More from Johar M. Ashfaque

What Is The Strong CP Problem
What Is The Strong CP ProblemWhat Is The Strong CP Problem
What Is The Strong CP ProblemJohar M. Ashfaque
 
PGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic Construction
PGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic ConstructionPGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic Construction
PGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic Construction
Johar M. Ashfaque
 
The First Order Stark Effect In Hydrogen For $n=3$
The First Order Stark Effect In Hydrogen For $n=3$The First Order Stark Effect In Hydrogen For $n=3$
The First Order Stark Effect In Hydrogen For $n=3$
Johar M. Ashfaque
 

More from Johar M. Ashfaque (10)

BrownianMotion
BrownianMotionBrownianMotion
BrownianMotion
 
Probable
ProbableProbable
Probable
 
ClassificationofStates
ClassificationofStatesClassificationofStates
ClassificationofStates
 
Markoff Triples
Markoff TriplesMarkoff Triples
Markoff Triples
 
YRM 2016 - JM ASHFAQUE
YRM 2016 - JM ASHFAQUEYRM 2016 - JM ASHFAQUE
YRM 2016 - JM ASHFAQUE
 
JM ASHFAQUE
JM ASHFAQUEJM ASHFAQUE
JM ASHFAQUE
 
Freeze-Out Notes
Freeze-Out NotesFreeze-Out Notes
Freeze-Out Notes
 
What Is The Strong CP Problem
What Is The Strong CP ProblemWhat Is The Strong CP Problem
What Is The Strong CP Problem
 
PGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic Construction
PGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic ConstructionPGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic Construction
PGR Workshop 5-minute Talk: Heterotic Strings and Free-Fermionic Construction
 
The First Order Stark Effect In Hydrogen For $n=3$
The First Order Stark Effect In Hydrogen For $n=3$The First Order Stark Effect In Hydrogen For $n=3$
The First Order Stark Effect In Hydrogen For $n=3$
 

TLT

  • 1. Treatise on Laplace Transforms Johar M. Ashfaque 09047995 University Of Kent April 5, 2011 1 Introduction We present in this article, a study of the Laplace transforms. The theory of the Laplace transform, as [1, 3] suggests, has a long and rich history. Many mathematicians can be named, among which Euler, Lagrange and Laplace played important roles, as [3] points out, in realising the importance of the Laplace transform to solve not only differential equations but also difference equations. Euler, as highlighted in [1], used the Laplace transform in order to solve certain differential equations, whereas it was Laplace who understood the true essence of the theory of the Laplace transform in solving both differential and difference equations. For further reference, [1, 3] are recommended. 2 Laplace Transform For a complex-valued function x, defined for t > 0, the Laplace transform of x(t) is defined by X(s) = ∫ ∞ 0 x(t)e−st dt (1) for all s ∈ R. Alternatively, we may use the expression L{x(t)} = X(s) to denote the Laplace transform. Example 1: Let x(t) = e−at for a ∈ R. Then by direct integration X(s) = ∫ ∞ 0 e−(s+a) dt = 1 s + a , s > a . In a similar fashion we can obtain the Laplace transform for eat which can be seen in [3, 5]. Example 2: Let x(t) = sin(ωt), for ω ∈ R. Then X(s) = ∫ ∞ 0 sin(ωt) e−st dt . Integrating the right hand side by parts twice, we obtain ∫ ∞ 0 sin(ωt) e−st dt = w s2 − ω2 s2 ∫ ∞ 0 sin(ωt)e−st dt , Rearranging we find ( s2 + ω2 s2 ) ∫ ∞ 0 sin(ωt) e−st dt = w s2 =⇒ ∫ ∞ 0 sin(ωt) e−st dt = w s2 + ω2 . Thus L{sin(ωt)} = ω s2 + ω2 as required. A different approach to evaluating the Laplace transform for x(t) = sin(ωt) can be found in [3]. Tables of the Laplace transforms of various functions can be found in many books and formulae sheets. However, I highly recommend [2, 3, 4]. 1
  • 2. 3 Properties of the Laplace Transform In this section, we look at the standard properties of the Laplace transform. 3.1 Linearity of the Laplace Transform Linearity of the Laplace transform, as [3, 7] highlight, is an important result which states: L{Cx(t)} = CL{x(t)} = CX(s) , C ∈ R ; (2) L{Ax(t) + By(t)} = AX(s) + BY (s) , A, B ∈ R . (3) 3.2 Derivatives of the Laplace Transform 3.2.1 First Derivative The first derivative of the Laplace transform is given by L{x′ (t)} = sX(s) − x(0) . (4) Proof. Directly from the definition of the Laplace transform, we have L{x′ (t)} = ∫ ∞ 0 e−st x′ (t)dt The integral on the right hand side, can be integrated by parts once to obtain ∫ ∞ 0 e−st x′ (t)dt = x(t)e−st ∞ 0 + s ∫ ∞ 0 x(t)e−st dt = −x(0) + s ∫ ∞ 0 e−st x(t)dt . Hence L{x′ (t)} = −x(0) + sX(s) = sX(s) − x(0) as required. 3.2.2 The nth Derivative The equation of the nth derivative of the Laplace transform is given by f(n) (t) = sn L{x()t} − sn−1 x(0) − . . . − xn−1 (0) . (5) This equation can be found in the tables of the Laplace transform in [2, 3]. 3.3 Shift property of the Laplace Transform The shift property of the Laplace transform states L{x(t)eat } = X(s − a) . (6) Proof. By direct integration L{x(t)eat } = ∫ ∞ 0 x(t)e−(s−a)t dt = X(s − a) . In many books, this property is referred to as the “First Shift Theorem”. 3.4 Scaling property of the Laplace Transform The scaling property of the Laplace transform states L{x(at)} = 1 a X ( s a ) . (7) Proof. By the definition of the Laplace transform L{x(at)} = ∫ ∞ 0 e−st x(at)dt = 1 a ∫ ∞ 0 e−( s a )y x(y)dy = 1 a X ( s a ) as required. 2
  • 3. 3.5 Laplace Transform of tn The Laplace transform of tn , can be found in [3, 4, 5, 7], is defined to be L{tn } = n! sn+1 . (8) The systematic proof can be found in [4]. Example: The Laplace transform of t6 is computed as L{t6 } = 6! s7 . 3.6 Examples Example 1: Let x(t) = e6t sin (3t). Then applying the shift property of the Laplace transform, we have L{e6t sin (3t)} = 3 (s − 6)2 + 9 as the Laplace transform for x(t) = e6t sin (3t). In general, by the shift property of the Laplace transform, we conclude that L{eat sin (ωt)} = ω (s − a)2 + ω2 . Example 2: Let x(t) = cos(ωt) for ω ∈ R. Recall: cos(ωt) = eiωt + e−iωt 2 . Then by the linearity property of the Laplace transform, we have L{cos(ωt)} = L { eiωt + e−iωt 2 } = 1 2 (L{eiωt } + L{e−iωt }) . We can now use the shift property of the Laplace transform because we know that for x(t) = e−at , we have X(s) = 1 s+a . As a result, we obtain 1 2 (L{eiωt } + L{e−iωt }) = 1 2 ( 1 s − iω + 1 s + iω ) = 1 2 ( 2s (s − iω)(s + iω) ) = 1 2 ( 2s (s2 + ω2) ) = s s2 + ω2 . Example 3: Let x(t) = e9t cos (8t). Then applying the shift property of the Laplace transform, we have L{e9t cos (8t)} = s − 9 (s − 9)2 + 64 as the Laplace transform for x(t) = e9t cos (8t). In general, by the shift property of the Laplace transform, we conclude that L{eat cos (ωt)} = s − a (s − a)2 + ω2 . 3.7 Inverse Laplace Transform If for a given function X(s), we can find a function x(t) such that L{x(t)} = X(s), then the inverse Laplace transform is denoted L−1 {X(s)} = x(t) and is unique. The inverse Laplace transform is linear: L−1 {CX(s)} = Cx(t) , C ∈ R ; (9) L−1 {AX(s) + BY (s)} = Ax(t) + By(t) , A, B ∈ R . (10) 3
  • 4. Example: Find L−1 { 12s − 36 (s + 5)(s − 3)(s + 7) } . We use equation (6) and equation (10), to obtain L−1 { 12s − 36 (s + 5)(s − 3)(s + 7) } = L−1 { 33 8(s + 5) + 3 8(s − 3) − 9 2(s + 7) } = 33 8 e−5t + 3 8 e3t − 9 2 e−7t . 4 Conditions for the existence of the Laplace Transform Theorem 1. Let x(t) be a piecewise continuous function in the interval [0, ∞) and is of exponential order a. Also, let |x(t)| ≤ Keat , t ≥ 0 with real constants K and a, where K is positive. Then the Laplace transform L{x(t)} = X(s) exists for s > a. For proof and further reference, [1, 3, 7] are recommended. Example: x(t) = e7t cos 5t is said to be of exponential order a = 7 since |e7t cos 5t| ≤ e7t Hence for K = 1, the Laplace transform of x(t) exists. 5 Convolution Theorem In this section, we seek to compute the Laplace transform of a convolution. Let us begin by reminding ourselves what we mean by a convolution. The convolution, in the interval [0, ∞), is defined as (x ∗ y)(t) = ∫ t 0 x(τ)y(t − τ)dτ . (11) Theorem 2. The Laplace transform of two functions under convolution is L{(x ∗ y)(t)} = L{x(t)} · L{y(t)} = X(s)Y (s) . Proof. From the definition of the Laplace transform, we have L ( ∫ t 0 x(τ)y(t − τ)dτ ) = ∫ ∞ 0 ( ∫ t 0 x(τ)y(t − τ)dτ ) e−st dt . To simplify the repeated integral we introduce the shifted unit step function U(t − τ), see appendix A, to obtain ∫ ∞ 0 ( ∫ t 0 x(τ)y(t − τ)dτ ) e−st dt = ∫ ∞ 0 ( ∫ ∞ 0 U(t − τ)x(τ)y(t − τ)dτ ) e−st dt . Changing the order of integration, see [3, p. 187], we have ∫ ∞ 0 ( ∫ ∞ 0 U(t − τ)x(τ)y(t − τ)dτ ) e−st dt = ∫ ∞ 0 x(τ) ( ∫ ∞ 0 U(t − τ)y(t − τ)e−st dt ) dτ . Using the second shift theorem, equation (13), we obtain ∫ ∞ 0 U(t − τ)y(t − τ)e−st dt = e−sτ Y (s) . Therefore ∫ ∞ 0 x(τ) ( ∫ ∞ 0 U(t−τ)y(t−τ)e−st dt ) dτ = ∫ ∞ 0 x(τ)e−sτ Y (s)dτ = Y (s) ∫ ∞ 0 e−sτ x(τ)dτ = X(s)Y (s) . 4
  • 5. Example: Solve f(t) + ∫ t 0 (t − u)f(u) du = sin(2t) . We begin by taking the Laplace transform of both sides of the equation to obtain L{f(t)} + L{t ∗ f(t)} = L{sin(2t)} . Thus, by theorem (2), we have L{f(t)} + 1 s2 · L{f(t)} = 2 s2 + 4 . Solving for L{f(t)}, gives L{f(t)} = 2s2 (s2 + 1)(s2 + 4) = − 2 3(s2 + 1) + 8 3(s2 + 4) . Taking the inverse Laplace transform, we obtain f(t) = 4 3 sin(2t) − 2 3 sin(t) . 6 Ordinary Differential Equations One application of the Laplace transform is to solve differential equations. In this section, we consider ordinary differential equations or ODEs. The schema behind the use of Laplace transforms to solve ODEs is shown in the following diagram: ODE in x(t) L Laplace Transform // Algebraic equation in X(s) solve x(t) X(s) L−1 Inverse Laplace Transform oo Figure 1: Ordinary differential equations(ODEs) can be solved generally, or by way of Laplace transforms, to obtain the same solution in both cases. This figure appears in [5]. Example: Find the solution to the initial value problem y′′ (t) − y(t) = t − 2 given y(2) = 3 and y′ (2) = 0. We begin by moving the initial conditions to t = 0. This is done by setting x(t) = y(t + 2). Then x′ (t) = y′ (t + 2) and x′′ (t) = y′′ (t + 2). Substituting t = t + 2 and x(t) = y(t + 2) into the differential equation, the initial value problem becomes x′′ (t) − x′ (t) = t , x(0) = 3 , x′ (0) = 0 . Taking the Laplace transform of both sides and using the linearity of the Laplace transform, see subsection [3.1], we have L{x′′ (t)} + L{x(t)} = L{t} . Using equation (5), and equation (8), we obtain s2 X(s) − sx(0) − x′ (0) − X(s) = 1 s2 . 5
  • 6. Using the initial values, x(0) = 3 and x′ (0) = 0, and simplifying gives X(s) = 1 + 3s3 s2 ( s2 − 1 ) = 2 s − 1 + 1 s + 1 − 1 s2 . From the table of Laplace transforms, we find the inverse Laplace transform of X(s) is x(t) = 2et + e−t − t . But x(t) = y(t + 2), therefore y(t) = x(t − 2). Hence we have y(t) = 2e(t−2) + e(2−t) + 2 − t . For more examples, I highly recommend [7]. 6.1 System Of ODEs The Laplace transform can be used to solve a system of ordinary differential equations. Example 1: Find the solution to the initial value problem { x′ = y + sin(t) x(0) = 2 y′ = x + 2 cos(t) y(0) = 0 . We begin by taking Laplace transform of both sides, of both the equations, and using the initial conditions to obtain { sX(s) − 2 = Y (s) + 1 s2+1 sY (s) = X(s) + 2s s2+1 knowing the Laplace transform of sin(t) from section [2], the Laplace transform of cos(t) from section [3] and using equation (4). We proceed by eliminating either X(s) or Y (s). Eliminating X(s), gives s2 − 1 − Y (s) = 2s2 s2 + 1 + 2 + 1 s2 + 1 . Thus Y (s) = 4s2 + 3 (s2 + 1)(s2 − 1 = 1 2(s2 + 1) − 7 4(s + 1) + 7 4(s − 1) . Using equation (10), gives L−1 {Y (s)} = 1 2 L−1 { 1 s2 + 1 } − 7 4 L−1 { 1 s + 1 } + 7 4 L−1 { 1 s − 1 } . Hence y(t) = 1 2 sin(t) − 7 4 e−t + 7 4 et . We find x(t) simply: y′ = x + 2 cos(t) , y′ = 1 2 cos(t) + 7 4 e−t + 7 4 et . Therefore, we obtain x(t) = 7 4 e−t + 7 4 et − 3 2 cos(t) . 6.2 Impulse-Response Function Definition: The transfer function R(s) is defined as the ratio of the Laplace transform of the output x(t) to the Laplace transform of the input x(t), as [2, 3, 7] suggest, given that the initial conditions are zero. This is equivalent to R(s) = Y (s) X(s) . Consider a second order differential equation ay′′ + by′ + cy = x(t) 6
  • 7. for a, b, c are constants with y(0) = 0 and y′ (0) = 0. Taking the Laplace transform of both sides, using equation (3), and equation (5), gives (as2 + bs + c)Y (s) − asy(0) − ay′ (0) − by(0) = X(s) and using the fact that the initial conditions are zero, we have (as2 + bs + c)Y (s) = X(s) . Therefore, we define the transfer function to be R(s) = Y (s) X(s) = 1 as2 + bs + c . The function r(s) is the impulse-response function defined as L−1 {R(s)} . Example: Using the convolution theorem obtain the solution to the following initial value problem y′′ − 2y′ + y = x(t) given y(0) = −1 and y′ (0) = 1. We know the form of the transfer function and in our case we have R(s) = 1 as2 + bs + c = 1 s2 − 2s + 1 = 1 (s − 1)2 . From the table of Laplace transforms, see [3, 5, 7], the inverse of the Laplace transform of R(s) is r(s) = L−1 { 1 (s − 1)2 } = tet . We now solve the homogeneous problem, y′′ − 2y′ + y = 0, using the initial conditions y(0) = −1 and y′ (0) = 1 to obtain y(t) = (2t − 1)et . Hence, using the convolution theorem, equation (11), the solution to the initial value problem is (x ∗ r)(t) + y(t) = ∫ t 0 x(τ)et−τ (t − τ)dτ + (2t − 1)et where r is the impulse-response function and y(t) is the unique solution. 7 Dirac Delta Functional The Dirac delta functional δ(t) is defined by δ(t) = { 0, t ̸= 0 ∞, t = 0. with the property: ∫ ∞ −∞ δ(t) dt = 1 . Various forms of the definition can be found, see [3, 4]. The shifted δ(t) is defined by δ(t − a) = { 0, t ̸= a ∫ ∞ −∞ f(t)δ(t − a)dt = f(a), t = a. The Laplace transform of δ(t − a), where f(t) = e−st , is computed as L{δ(t − a)} = ∫ ∞ 0 e−st δ(t − a)dt = ∫ ∞ −∞ e−st δ(t − a)dt = e−as . 7
  • 8. We can find a relation, as highlighted in [7], between the δ(t) and the unit step function, U(t) (see appendix A): ∫ t −∞ δ(x − a)dx = U(t − a) . Thus δ(t − a) = U′ (t − a) , that is the derivative of the Dirac delta function is the unit step function. Example: Boundary-value problem A beam of 2λ that is embedded in a support on the left and free on the right. The vertical deflection of the beam a distance x away from the support is denoted by y(x). If the beam has a concentrated load L on it in the center of the beam then the deflection must satisfy the boundary value problem { EIy′′′′ (x) = Lδ(x − λ) y(0) = y′ (0) = y′′ (2λ) = y′′′ (2λ) = 0 where E is the modulus of elasticity and I is the moment of inertia, are constants. We shall solve the formula for the displacement y(x) in terms of constants λ, L, E, and I. We begin by taking the Laplace transform of both sides to obtain EIL{y′′′′ (x)} = LL{δ(x − λ)} . By equation (5), and the initial conditions y(0) = y′ (0) = 0 L{y′′′′ (x)} = s4 Y (s) − s3 y(0) − s2 y′ (0) − sy′′ (0) − y′′′ (0) = s4 Y (s) − sy′′ (0) − y′′′ (0) . Thus s4 Y (s) − sy′′ (0) − y′′′ (0) = L EI L{δ(x − λ)} = L EI e−λ(s) . Let A = y′′ (0) and B = y′′′ (0), then Y (s) = A s3 + B s4 + L EI e−λ(s) s4 . We now need to use equation (8), and equation (13), to find the inverse Laplace transform Y (s) y(x) = Ax2 2 + Bx3 6 + L 6EI (x − λ)3 U(x − λ) = 1 6 { 6Ax2 2 + Bx3 + L EI (x − λ)3 U(x − λ) } . We are given that y′′ (2λ) = y′′′ (2λ) = 0, then differentiating twice and thrice respectively, we obtain 0 = 6A + 12λB + 6λ L EI and 0 = 6B + 6 L EI . Hence, the solution to the problem is y(x) = L 6EI { 3λx2 − x3 + (x − λ)3 U(x − λ) } . For further referencing on the application of the Dirac delta function, I would suggest [3, 4, 7]. 8 Partial Differential Equations In this section, we show how to use the Laplace transform to solve one-dimensional linear partial differ- ential equations. Partial differential equations are also known as PDEs. There are 3 main steps in order to solve a PDE using the Laplace transform: 1. Begin by taking the Laplace transform with one of the two variables, usually t. This will give an ODE of the transform of the unknown function. 2. Solving the ODE, we shall obtain the transform of the unknown function. 3. By taking the inverse Laplace transform, we obtain the solution to the original problem. 8
  • 9. 8.1 The Heat Equation In this section, through the use of the Laplace transforms, we seek solutions to initial-boundary value problems involving the heat equation. The one-dimensional partial differential equation ∂u ∂t = c2 ∂2 u ∂x2 . (12) is known as the heat equation, where c2 is known as the thermal diffusivity of the material. Example 1: Solve ∂u ∂t = ∂2 u ∂x2 , x 0 , t 0 given u(x, 0) = 0 , u(0, t) = δ(t) , lim x→∞ u(x, t) = 0 . We have to solve the heat equation for positive x and t, with c2 = 1, subject to the boundary conditions u(0, t) = δ(t) , lim x→∞ u(x, t) = 0 , with the initial condition u(x, 0) = 0 . We begin by taking the Laplace transform, with respect to t, of both sides L { ∂u ∂t } = sL{u(x, t)} = L { ∂2 u ∂x2 } . Let L{u(x, t)} = U(x, s), then sU = ∂2 U ∂x2 =⇒ ∂2 U ∂x2 − sU = 0 . Notice that we have obtained an ODE, in the variable U, which has a general solution U(x, s) = A(s)e √ sx + B(s)e− √ sx . Applying the boundary conditions, with L{f(t)} = F(s), we obtain U(0, s) = L{u(0, t)} = L{δ(t)}) = 1 , and lim x→∞ U(x, s) = lim x→∞ ∫ ∞ 0 e−st u(x, t)dt = ∫ ∞ 0 e−st lim x→∞ u(x, t)dt = 0 . The boundary condition lim x→∞ U(x, s) ⇒ A(s) = 0 , as for every fixed s 0, e √ sx increases as x → ∞ . Hence U(0, s) = B(s) = 1 . Therefore U(x, s) = e− √ sx . From the tables of the Laplace transforms, see [2, 4], we obtain the inverse Laplace transform as e− √ sx = x 2 √ πt3 e− x2 4t . Hence u(x, t) = x 2 √ πt3 e− x2 4t . Example 2: We find the temperature w(x, t) in a semi-infinite laterally insulated bar extending from x = 0 along the x-axis to infinity, assuming that the original temperature is 0, w(x, t) → 0 as x → ∞ for every fixed t ≥ 0 and w(0, t) = 1√ t . 9
  • 10. We have to solve the heat equation for positive x and t subject to the boundary conditions w(0, t) = 1 √ t , lim x→∞ w(x, t) = 0 with the initial condition w(x, 0) = 0 . We begin by taking the Laplace transform, with respect to t, of both sides L { ∂w ∂t } = sL{w(x, t)} − 0 = c2 L { ∂2 w ∂x2 } . Let L{w(x, t)} = W(x, s), then sW = c2 ∂2 W ∂x2 =⇒ ∂2 W ∂x2 − s c2 W = 0 . Notice that we have obtained an ODE, in the variable W, which has a general solution W(x, s) = A(s)e √ sx c + B(s)e− √ sx c . Applying the first boundary condition, we have W(0, s) = L{w(0, t)} = √ π s =⇒ W(0, s) = A(s) + B(s) = √ π s . Assuming we can interchange the limit, the second boundary condition gives lim x→∞ W(x, s) = lim x→∞ ∫ ∞ 0 e−st w(x, t)dt = ∫ ∞ 0 e−st lim x→∞ w(x, t)dt = 0 , thus A(s) = 0 since c 0, and for every fixed s 0, e √ sx c increases as x → ∞ . Hence W(0, s) = B(s) = √ π s . Therefore W(x, s) = √ π s e− √ sx c . From the tables of the Laplace transforms, we obtain the inverse e− √ s x c √ s = 1 √ πt e− x2 4c2t . Hence w(x, t) = 1 √ t e− x2 4c2t . By the convolution theorem, see section [5], we can also express the solution as w(x, t) = ∫ t 0 e− x2 4c2τ (t − τ)− 1 2 dτ . 9 Conclusion In this study, we covered the basic properties of the Laplace transform and looked at some applications. We, through the use of examples, illustrated how the properties of the Laplace transform can be used in order to simplify, and solve problems. In particular, we looked at solving ordinary and partial differential equations through the use of the Laplace transforms. We can extend our study of the Laplace transforms to include differential equations that govern current, charge, capacitance and resistance within electrical circuits, see [4]. We can also extend our study of the Laplace transforms to cover the Z-transform, the discrete counterpart of the Laplace transform. With the use of the Z-transforms we can include examples of solutions to difference equations. I would suggest [6], as a guide to the Z-transforms. 10
  • 11. A Unit Step Function The unit step function, U(t), is defined by U(t) = { 0, t 0 1, t ≥ 0. For t ≥ 0 the unit step function is the same as 1. Therefore, as [4] suggests, the Laplace transform of U(t) is L{U(t)} = L{1} = 1 s . Define the shifted unit step function, U(t − a) as U(t − a) = { 0, 0 ≤ t a 1, t ≥ a, then the Laplace transform of U(t − a) is LU(t − a) = ∫ ∞ 0 U(t − a)e−st dt = ∫ ∞ a e−st dt = e−as s . A.1 Second Shift Theorem Theorem 3. Let x(t) be a function, then L{x(t − a)U(t − a)} = e−as X(s) . (13) It should be clear that L−1 {e−as X(s)} = x(t − a)U(t − a) . For the proof of the “Second Shift Theorem”, see [4]. References [1] A.D. Osborne, Complex Variables And Their Applications, Addison Wesley Longman, 1998. [2] E. Kreyszig, Advanced Engineering Mathematics, John Wiley Sons, 2005. [3] A. Pinkus, S. Zafrany, Fourier Series And Integral Transforms, Cambridge University Press, 1997. [4] P.P.G. Dyke, An Introduction to Laplace Transforms And Fourier Series, Springer, 2000. [5] J.D. Logan, A First Course in Differential Equations, Springer, 2005. [6] W. Bolton, Laplace and Z-transforms (Mathematics For Engineers), Longman, 1993. [7] R.K. Nagle, E.B. Saff Fundamentals of Differential Equations, Addison Wesley, 1996. 11