In this section, we discuss the inverse Laplace transform procedures. In particular, it presents the partial fraction decomposition method. Two other methods (convolution rule and the residue theorem) are presented in the following sections.
Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to the main page for the second course APMA0340
Return to the main page for the first course APMA0330
Return to Part VI of the course APMA0330
For a given function F(λ) of a complex variable λ that is analytic in a half plane Reλ > s for some real s ∈ ℝ, determination of a function f(t) whose Laplace transform is F(λ) is called the inverse Laplace transform; it is usually denoted as \( {\cal L}^{-1} \left[ F(\lambda ) \right] = f(t) , \) so F(λ) and f(t) are related via Eq.\eqref{EqInverse.1}. Actually, determination of the inverse Laplace transformation is equivalent to solving the integral equation of the first kind \eqref{EqInverse.1}. It is known that such integral equation is an ill-posed problem, and its solution usually requires a regularization. It was the English mathematician Thomas John I'Anson Bromwich (1875--1929)
who gave a regularization for the inverse Laplace transform that can be expressed as the contour integral:
where the abbreviation P.V. stands for the Cauchy principal value, which indicates that the symmetrical regularization of the improper integration is done along the vertical line Reλ
= s in the complex plane such that s is greater than the
real part of all singularities of F(λ)
and F(λ) is bounded on the line of integration.
This integral is usually referred to as the Bromwich integral. The real number s in the Bromwich integral should exceed
the abscissa of convergence for the
function f(t). Formula \eqref{EqInverse.2} allows us to make the following observations.
Theorem 1:
Let f(t) be a function of bounded variation on interval [0, ∞) that satisfies the Dirichlet conditions on every finite subinterval. Suppose that f(t) is of exponential order then its Laplace transform \( F(\lambda ) = f^L (\lambda ) = \int_0^{\infty} e^{-\lambda t} f(t)\,{\text d}t \) exists and has the abscissa of convergence σ∈ℝ. Then for any s > σ, we have
The inverse Laplace transform is identically zero for negative t:
\[
{\cal L}^{-1} \left[ F(\lambda ) \right] (t) \equiv 0 \quad \mbox{ for } \quad t < 0.
\]
The Bromwich integral with s > σ restores
the function in such a way that at the point of
discontinuity t0 of the function f(t), the
Bromwich integral assigns its mean value:
Remark:
There are known three possible notations for a right-sided limit: f(t+) or f(t+0) or f(t+); correspondingly, the left-sided limit is denoted as f(t-0) or f(t-) or f(t-).
The inverse Laplace transform, if it
exists, should be multiplied by the Heaviside function.
Example 2:
The inverse Laplace transform always assign the half of the limit value at the origin. For example, the Laplaced transform of constant unit function is
So we see that the inverse laplace transform actually multiplies the cosine function by the Heaviside function.
End of Example 1
Although the inverse Laplace transform formula via indefinite Bromwich integral may seem intimidating, we will be showing that there are much easier methods to obtain the result for the inverse transform of a function.
We focus on the practical approaches of finding the inverse Laplace transformation.
We observe that applications of the Laplace transformation to
ordinary differential equations lead to functions F(λ)
of a complex variable λ that are represented either by the ratio of two
polynomials or by such ratio times the exponential function:
where \( P(\lambda ) = p_n \lambda^n + p_{n-1}
\lambda^{n-1} + \cdots + p_0 \quad\mbox{and} \quad Q(\lambda ) = q_m
\lambda^m + q_{m-1} \lambda^{m-1} + \cdots + q_0 . \) In
applications, the degree m of the denominator always
exceeds n, the degree the numerator. Later, we will consider a
special case when m = n.
It should be noted that the latter case (when ratio of two polynomials
is multiplied by the exponential term) can be reduced to the former
one (without exponential multiple) with the aid of the shift
rule:
One of the methods to find the inverse Laplace transform of a given fracion \eqref{EqInverse.5} is to use partial fraction decomposition (or expansion), a familair topic from calculus. This allows one to represent a ratio of two polynomials, Eq.\eqref{EqInverse.5}, as a sum of simple fractions, with denominators having either a single zero or a pair of complex conjugate zeroes. Every term in the sum has a simple form because the degree of numerator is strictly less than degree of corresponding denominator. Since the inverse Laplace transform of each term in the decomposition sum is known and tabulated, the restoration of the inverse Laplace transform of the required fraction \eqref{EqInverse.5} becomes straight forward---it is expressed as a sum of known functions.
The advantage of this apporach is obvious---we avoid application of the Bromwich integral \eqref{EqInverse.2} and its regularization because finding the inverse Laplace transform is an ill-posed problem. Application of partial fraction decomposition has a drawback of performing tedious calculations and being supplied with a table of Laplace transforms of elementary functions. Fortunately, a computer algebra system such as Mathematica weakens the majority of these inconveniences.
Theorem 2:
Suppose that the ratio of two relatively prime polynomials is
To find the values of coefficients 𝑎, b, and c, we have two options. First, we utilize Theorem 2. So we ignore the factor λ+4 in the denominator and set λ = −4. This yields
Theorem 3:
Let Q(λ) be a polynomial of degree n ≥ 1, and P(λ) be a polynomial of degree < n. Then the number of arbitrary constants in the partial fraction expansion of P(λ)/Q(λ) equals degree n of the denominator.
Since this is a polynomial equation, it should be valid for all real or complex λ. So both sides are the same whatever value of λ is chosen. The right-hand side suggests that if we take λ = −4, then −2, and finally λ = 1, we get
-2 a - 4 b + 8 c1 - 8 c2 + 8 c3 + 5 a s + 11 b s - 10 c1 s + 2 c2 s +
6 c3 s - 3 a s^2 - 9 b s^2 - 3 c1 s^2 + 5 c2 s^2 + c3 s^2 - a s^3 +
b s^3 + 4 c1 s^3 + c2 s^3 + a s^4 + b s^4 + c1 s^4
In the following Mathematica codes, we use s instead of λ because I am too lazy to type six letters. Other people who are not like me can enjoy typing lambda.
So we need to determine the values of coefficients
in Eq.(4.2). A usual way to acomplish this goal is to add all simple fractions and equate the result to the given function F(λ):
In order to find the values of coefficients in Eq.(5.2), we combine its right-hand side into one fraction and equate it to the given one. This yields the polynomial equation
Adding these expressions to come to the inverse Laplace transform of the required function. Indeed, we take the Laplace transform of function (6.2) and obtain F(λ).
LaplaceTransform[2 Sin[t]^2, t, lambda]
Out[11]= 4/(lambda (4 + lambda^2))
■
Doetsch, G., Guide to the Applications of the Laplace and Z-Transforms, 1971, Van Nostrand Reinhold Company, 2nd Edition, London.
Man, Y-K., An improved Heaviside approach to partial fraction expansion and its applications, International Journal of Mathematical Education in Science and Technology,
Volume 40, 2009, Issue 7, pp. 808--814. https://doi.org/10.1080/00207390902825310
Man, Y-K., Introducing the improved Heaviside approach to partial fraction decomposition to undergraduate students: results and implications from a pilot study, International Journal of Mathematical Education in Science and Technology,
Volume 43, 2012 - Issue 7, pp. 911--922. https://doi.org/10.1080/0020739X.2012.662292
Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)