info prev up next book cdrom email home

Laplace Transform

The Laplace transform is an Integral Transform perhaps second only to the Fourier Transform in its utility in solving physical problems. Due to its useful properties, the Laplace transform is particularly useful in solving linear Ordinary Differential Equations such as those arising in the analysis of electronic circuits.


The (one-sided) Laplace transform $\mathcal L$ (not to be confused with the Lie Derivative) is defined by

\begin{displaymath}
{\mathcal L}(s) = {\mathcal L}(f(t)) \equiv \int^\infty_0 f(t)e^{-st}\,dt,
\end{displaymath} (1)

where $f(t)$ is defined for $t\geq 0$. A two-sided Laplace transform is sometimes also defined by
\begin{displaymath}
{\mathcal L}(s) = {\mathcal L}(f(t)) = \int_{-\infty}^\infty f(t)e^{-st}\,dt.
\end{displaymath} (2)

The Laplace transform existence theorem states that, if $f(t)$ is piecewise Continuous on every finite interval in $[0, \infty)$ satisfying
\begin{displaymath}
\vert f(t)\vert\leq Me^{at}
\end{displaymath} (3)

for all $t\in [0,\infty)$, then ${\mathcal L}(f(t))$ exists for all $s>a$. The Laplace transform is also Unique, in the sense that, given two functions $F_1(t)$ and $F_2(t)$ with the same transform so that
\begin{displaymath}
{\mathcal L}[F_1(t)] = {\mathcal L}[F_2(t)] \equiv f(s),
\end{displaymath} (4)

then Lerch's Theorem guarantees that the integral
\begin{displaymath}
\int^a_0 N(t)\,dt = 0
\end{displaymath} (5)

vanishes for all $a > 0$ for a Null Function defined by
\begin{displaymath}
N(t) \equiv F_1(t)-F_2(t).
\end{displaymath} (6)


The Laplace transform is Linear since
${\mathcal L}[af(t)+bg(t)] = \int^\infty_0[af(t)+bg(t)]e^{-st}\,dt$
$\quad = a\int^\infty_0 f(t)e^{-st}\,dt + b\int^\infty_0 g(t)e^{-st}\,dt$
$\quad = a{\mathcal L}[f(t)]+b{\mathcal L}[g(t)].$ (7)
The inverse Laplace transform is given by the Bromwich Integral (see also Duhamel's Convolution Principle). A table of several important Laplace transforms follows.

$f(t)$ ${\mathcal L}[f(t)]$ Range
1 ${1\over s}$ $s > 0$
$t$ ${1\over s^2}$ $s > 0$
$t^n$ ${n!\over s^{n+1}}$ $n\in\Bbb{Z}>0$
$t^a$ ${\Gamma(a+1)\over s^{a+1}}$ $a > 0$
$e^{at}$ ${1\over s-a}$ $s>a$
$\cos(\omega t)$ ${s\over s^2+\omega^2}$ $s > 0$
$\sin(\omega t)$ ${\omega\over s^2+\omega^2}$ $s > 0$
$\cosh(\omega t)$ ${s\over s^2-\omega^2}$ $s > \vert a\vert$
$\sinh(\omega t)$ ${\omega\over s^2-\omega^2}$ $s > \vert a\vert$
$e^{at}\sin(bt)$ ${b\over (s-a)^2+b^2}$ $s>a$
$e^{at}\cos(bt)$ ${s-a\over (s-a)^2+b^2}$ $s>a$
$\delta (t-c)$ $e^{-cs}$  
$H_c(t)$ ${e^{-cs}\over s}$ $s > 0$
$J_0(t)$ ${1\over \sqrt{s^2+1}}$  

In the above table, $J_0(t)$ is the zeroth order Bessel Function of the First Kind, $\delta(t)$ is the Delta Function, and $H_c(t)$ is the Heaviside Step Function. The Laplace transform has many important properties.


The Laplace transform of a Convolution is given by

\begin{displaymath}
{\mathcal L}(f(t)*g(t)) = {\mathcal L}(f(t)){\mathcal L}(g(t))
\end{displaymath} (8)


\begin{displaymath}
{\mathcal L}^{-1}(F(s)G(s)) = {\mathcal L}^{-1}(F(s))*{\mathcal L}^{-1}(G(s)).
\end{displaymath} (9)


Now consider Differentiation. Let $f(t)$ be continuously differentiable $n-1$ times in $[0, \infty)$. If $\vert f(t)\vert\leq Me^{at}$, then


\begin{displaymath}
{\mathcal L}[f^{(n)}(t)] = s^n{\mathcal L}(f(t))-s^{n-1}f(0)-s^{n-2}f'(0)-\ldots -f^{(n-1)}(0).
\end{displaymath} (10)

This can be proved by Integration by Parts,
$\displaystyle {\mathcal L}[f'(t)]$ $\textstyle =$ $\displaystyle \lim_{a\to\infty}\int^a_0 e^{-st}f'(t)\,dt$  
  $\textstyle =$ $\displaystyle \lim_{a\to\infty}\left[{e^{-st}f(t)]^a_0 + s \int^a_0 e^{-st}f(t)\,dt}\right]$  
  $\textstyle =$ $\displaystyle \lim_{a\to\infty}\left[{e^{-sa}f(a)-f(0)+s\int^a_0 e^{-st}f(t)\,dt}\right]$  
  $\textstyle =$ $\displaystyle s{\mathcal L}[f(t)]-f(0).$ (11)

Continuing for higher order derivatives then gives
\begin{displaymath}
{\mathcal L}[f''(t)] = s^2{\mathcal L}[f(t)]-sf(0)-f'(0).
\end{displaymath} (12)

This property can be used to transform differential equations into algebraic equations, a procedure known as the Heaviside Calculus, which can then be inverse transformed to obtain the solution. For example, applying the Laplace transform to the equation
\begin{displaymath}
f''(t)+a_1 f'(t)+a_0f(t)=0
\end{displaymath} (13)

gives


\begin{displaymath}
\{s^2{\mathcal L}[f(t)]-sf(0)-f'(0)\}+a_1\{s{\mathcal L}[f(t)]-f(0)\}+a_0{\mathcal L}[f(t)]=0
\end{displaymath} (14)


\begin{displaymath}
{\mathcal L}[f(t)](s^2+a_1s+a_0)-sf(0)-f'(0)-a_1f(0)=0,
\end{displaymath} (15)

which can be rearranged to
\begin{displaymath}
{\mathcal L}[f(t)]={sf(0)+[f'(0)+a_1f(0)]\over s^2+a_1s+a_0}.
\end{displaymath} (16)

If this equation can be inverse Laplace transformed, then the original differential equation is solved.


Consider Exponentiation. If ${\mathcal L}(f(t)) = F(s)$ for $s > \alpha$, then ${\mathcal
L}(e^{at}f(t)) = F(s-a)$ for $s > a+\alpha$.

$\displaystyle F(s-a)$ $\textstyle =$ $\displaystyle \int^\infty_0 f(t)e^{-(s-a)t}\,dt = \int^\infty_0 [f(t)e^{at}]e^{-st}\,dt$  
  $\textstyle =$ $\displaystyle {\mathcal L}(e^{at}f(t)).$ (17)


Consider Integration. If $f(t)$ is piecewise continuous and $\vert f(t)\vert\leq Me^{at}$, then

\begin{displaymath}
{\mathcal L}\left[{\int^t_0 f(t)\,dt}\right]= {1\over s}{\mathcal L}[f(t)].
\end{displaymath} (18)

The inverse transform is known as the Bromwich Integral, or sometimes the Fourier-Mellin Integral.

See also Bromwich Integral, Fourier-Mellin Integral, Fourier Transform, Integral Transform, Laplace-Stieltjes Transform, Operational Mathematics


References

Laplace Transforms

Abramowitz, M. and Stegun, C. A. (Eds.). ``Laplace Transforms.'' Ch. 29 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 1019-1030, 1972.

Arfken, G. Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 824-863, 1985.

Churchill, R. V. Operational Mathematics. New York: McGraw-Hill, 1958.

Doetsch, G. Introduction to the Theory and Application of the Laplace Transformation. Berlin: Springer-Verlag, 1974.

Franklin, P. An Introduction to Fourier Methods and the Laplace Transformation. New York: Dover, 1958.

Jaeger, J. C. and Newstead, G. H. An Introduction to the Laplace Transformation with Engineering Applications. London: Methuen, 1949.

Morse, P. M. and Feshbach, H. Methods of Theoretical Physics, Part I. New York: McGraw-Hill, pp. 467-469, 1953.

Spiegel, M. R. Theory and Problems of Laplace Transforms. New York: McGraw-Hill, 1965.

Widder, D. V. The Laplace Transform. Princeton, NJ: Princeton University Press, 1941.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-26