Differential Equations for EngineersXYZ Homework Edition

⇩ Download ▾

6.1 The Laplace Transform

Transform

In this chapter we will discuss the Laplace transform1. The Laplace transform turns out to be a very efficient method to solve certain ODE problems. In particular, the transform can take a differential equation and turn it into an algebraic equation. If the algebraic equation can be solved, applying the inverse transform gives us our desired solution. The Laplace transform also has applications in the analysis of electrical circuits, NMR spectroscopy, signal processing, and elsewhere. Finally, understanding the Laplace transform will also help with understanding the related Fourier transform, which, however, requires more understanding of complex numbers.

The Laplace transform also gives a lot of insight into the nature of the equations we are dealing with. It can be seen as converting between the time and the frequency domain. For example, take the standard equation

m x ( t ) = c x ( t ) + k x ( t ) = f ( t ) . mx''(t) = cx'(t) + kx(t) = f(t). \nonumber

We can think of tt as time and f(t)f(t) as incoming signal. The Laplace transform will convert the equation from a differential equation in time to an algebraic (no derivatives) equation, where the new independent variable ss is the frequency.

We can think of the Laplace transform as a black box that eats functions and spits out functions in a new variable. We write {f(t)}=F(s)\mathcal{L} \{f(t)\} = F(s) for the Laplace transform of f(t)f(t). It is common to write lower case letters for functions in the time domain and upper case letters for functions in the frequency domain. We use the same letter to denote that one function is the Laplace transform of the other. For example F(s)F(s) is the Laplace transform of f(t)f(t). Let us define the transform.

{ f ( t ) } = F ( s ) = d e f 0 e s t f ( t ) d t . \mathcal{L} \{f(t)\} = F(s) \overset{\rm{def}}{=} \int_0^{\infty} e^{-st}f(t)\,dt. \nonumber

We note that we are only considering t0t \ge 0 in the transform. Of course, if we think of tt as time there is no problem, we are generally interested in finding out what will happen in the future (Laplace transform is one place where it is safe to ignore the past). Let us compute some simple transforms.

By applying similar procedures we can compute the transforms of many elementary functions. Many basic transforms are listed in Table 1\PageIndex{1}.

Table 1\PageIndex{1}: Some Laplace transforms (C,ωC, \omega, and aa are constants).
f ( t ) f(t) { f ( t ) } \mathcal \{f(t)\}
C C C s \dfrac{C}{s}
t t 1 s 2 \dfrac{1}{s^{2}}
t 2 t^2 2 s 3 \dfrac{2}{s^3}
t 3 t^3 6 s 4 \dfrac{6}{s^4}
t n t^n n ! s s + 1 \dfrac{n!}{s^{s+1}}
e a t e^{-at} 1 s + a \dfrac{1}{s+a}
sin ( ω t ) \sin(\omega t) ω s 2 + ω 2 \dfrac{\omega}{s^2+\omega^2}
cos ( ω t ) \cos(\omega t) s s 2 + ω 2 \dfrac{s}{s^2+\omega^2}
sinh ( ω t ) \sinh(\omega t) ω s 2 ω 2 \dfrac{\omega}{s^2- \omega^2}
cosh ( ω t ) \cosh(\omega t) s s 2 ω 2 \dfrac{s}{s^2-\omega^2}
u ( t a ) u(t-a) e a s s \dfrac{e^{-as}}{s}

Since the transform is defined by an integral. We can use the linearity properties of the integral. For example, suppose CC is a constant, then

{ f ( t ) } = o e s t C f ( t ) d t = C 0 e s t f ( t ) d t = C { f ( t ) } . \mathcal{L} \{f(t)\} = \int_o^{\infty} e^{-st}Cf(t)\, dt = C \int _0^{\infty} e^{-st}f(t) \,dt = C \mathcal{L} \{f(t)\}. \nonumber

So we can “pull out” a constant out of the transform. Similarly we have linearity. Since linearity is very important we state it as a theorem.

These rules together with Table 1\PageIndex{1} make it easy to find the Laplace transform of a whole lot of functions already. But be careful. It is a common mistake to think that the Laplace transform of a product is the product of the transforms. In general

{ f ( t ) g ( t ) } { f ( t ) } { g ( t ) } . \mathcal{L} \{f(t)g(t)\} \neq \mathcal{L} \{f(t)\} \mathcal{L} \{g(t)\}. \nonumber

It must also be noted that not all functions have a Laplace transform. For example, the function 1/t1/t does not have a Laplace transform as the integral diverges for all ss. Similarly, tant\tan\, t or et2e^{t^2}do not have Laplace transforms.

Existence and Uniqueness

Let us consider when does the Laplace transform exist in more detail. First let us consider functions of exponential order. The function f(t)f(t) is of exponential order as tt goes to infinity if

| f ( t ) | M e c t , \left|f(t)\right| \le Me^{ct}, \nonumber

for some constants MM and cc, for sufficiently large tt (say for all t>tot > t_o for some tot_o). The simplest way to check this condition is to try and compute

lim t f ( t ) e c t \lim_{t \rightarrow \infty} \dfrac{f(t)}{e^{ct}} \nonumber

If the limit exists and is finite (usually zero), then f(t)f(t) is of exponential order.

For an exponential order function we have existence and uniqueness of the Laplace transform.

Interactive figureWhy ℒ{f} needs s > c: the transform integrandDrag the Transform variable s slider from 0 to 3.
Only the right half of the frame is drawn, since the integral starts at zero. A dashed curve climbs steeply away from the vertical axis, while a solid curve leaves the same starting height and sinks steadily toward the horizontal axis instead, so the area beneath it is finite. Lowering the transform variable through the threshold flattens that solid curve into a horizontal line and then turns it upward to climb like the dashed one — at which point the area is infinite and the transform does not exist. Adjustable parameter: Transform variable s (s) = 1.5. Viewing window: x from -0.57 to 8.37, y from -0.56 to 4.96.
XYZ Graph · viewer build 5edf91b
The existence theorem's own integral, drawn. For f(t) = e^t — of exponential order with c = 1 — the transform integrand e^(−st) f(t) = e^((1−s)t) is the solid curve, with f itself dashed behind it, and only t ≥ 0 is plotted because the definition integrates from 0 to ∞. Drag s down through the threshold s = c = 1: above it the integrand decays and the improper integral converges, so F(s) exists; at s = 1 it flattens to the constant 1 and the area is already infinite; below it the integrand grows and there is no transform at all.

The existence is not difficult to see. Let f(t)f(t) be of exponential order, that is |f(t)|Mect|f(t)| \leq Me^{ct} for all t>0t>0 (for simplicity t0=0t_0=0). Let s>cs>c, or in other words (cs)<0(c-s)<0. By the comparison theorem from calculus, the improper integral defining {f(t)}\mathcal{L}\{f(t)\} exists if the following integral exists

0 e s t ( M e c t ) d t = M 0 e ( c s ) t d t = M [ e ( c s ) t c s ] t = 0 = M c s . \int_0^{\infty}e^{-st}(Me^{ct})dt= M \int_0^{\infty}e^{(c-s)t}dt=M \left[ \dfrac{e^{(c-s)t}}{c-s} \right]_{t=0}^{\infty} = \dfrac{M}{c-s}. \nonumber

The transform also exists for some other functions that are not of exponential order, but that will not be relevant to us. Before dealing with uniqueness, let us note that for exponential order functions we obtain that their Laplace transform decays at infinity:

lim s F ( s ) = 0 \lim_{s \rightarrow \infty} F(s)=0 \nonumber

Both theorems hold for piecewise continuous functions as well. Recall that piecewise continuous means that the function is continuous except perhaps at a discrete set of points where it has jump discontinuities like the Heaviside function. Uniqueness however does not “see” values at the discontinuities. So we can only conclude that F(s)=G(s)F(s) = G(s) outside of discontinuities. For example, the unit step function is sometimes defined using u(0)=1/2u(0)=1/2. This new step function, however, has the exact same Laplace transform as the one we defined earlier where u(0)=1u(0)=1.

6.1.3Inverse Transform

As we said, the Laplace transform will allow us to convert a differential equation into an algebraic equation. Once we solve the algebraic equation in the frequency domain we will want to get back to the time domain, as that is what we are interested in. If we have a function F(s)F(s), to be able to find f(t)f(t) such that {f(t)}=F(s)\mathcal{L} \{f(t)\}=F(s), we need to first know if such a function is unique. It turns out we are in luck by Theorem 3\PageIndex{3}. So we can without fear make the following definition.

If F(s)={f(t)}F(s) = \mathcal{L} \{f(t)\} for some function f(t)f(t). We define the inverse Laplace transform as

1 { F ( s ) } = d e f f ( t ) \mathcal{L}^{-1} \{F(s)\} \overset{\rm{def}}{=} f(t) \nonumber

There is an integral formula for the inverse, but it is not as simple as the transform itself—it requires complex numbers and path integrals. For us it will suffice to compute the inverse using Table 1\PageIndex{1}.

As the Laplace transform is linear, the inverse Laplace transform is also linear. That is,

1 { A F ( s ) + B G ( s ) } = A 1 { F ( s ) } + B 1 { G ( s ) } \mathcal{L}^{-1} \{AF(s) + BG(s)\} = A\mathcal{L}^{-1} \{F(s)\} + B\mathcal{L}^{-1} \{G(s)\} \nonumber

Of course, we also have 1{AF(s)=A1{F(s)}.\mathcal{L}^{-1} \{AF(s) = A \mathcal{L}^{-1} \{F(s)\}. Let us demonstrate how linearity can be used.

Shifting Property of Laplace Transforms

Another useful property is the so-called shifting property or the first shifting property

{ e a t f ( t ) } = F ( s + a ) \mathcal{L} \{e^{-at}f(t)\} = F(s+a) \nonumber

where F(s)F(s) is the Laplace transform of f(t)f(t) and aa is a constant.

The shifting property can be used, for example, when the denominator is a more complicated quadratic that may come up in the method of partial fractions. We complete the square and write such quadratics as (s+a)2+b(s+a)^2 + b and then use the shifting property.

In general, we want to be able to apply the Laplace transform to rational functions, that is functions of the form

F ( s ) G ( s ) \dfrac{F(s)}{G(s)} \nonumber

where F(s)F(s) and G(s)G(s) are polynomials. Since normally, for the functions that we are considering, the Laplace transform goes to zero as ss \rightarrow \infty, it is not hard to see that the degree of F(s)F(s) must be smaller than that of G(s)G(s). Such rational functions are called proper rational functions and we can always apply the method of partial fractions. Of course this means we need to be able to factor the denominator into linear and quadratic terms, which involves finding the roots of the denominator,

Footnotes

[1] Just like the Laplace equation and the Laplacian, the Laplace transform is also named after Pierre-Simon, marquis de Laplace (1749 – 1827).

[2] The function is named after the English mathematician, engineer, and physicist Oliver Heaviside (1850–1925). Only by coincidence is the function “heavy” on “one side.”

Adapted from Differential Equations for Engineers by Jiří Lebl (https://www.jirka.org/diffyqs/), © Jiří Lebl, licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.