Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

6.1 The Laplace Transform

Transform

In this chapter we will discuss the Laplace transformto the power 1. 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 ) .

We can think of t as time and 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 s 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) for the Laplace transform of 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) is the Laplace transform of f(t). Let us define the transform.

{ f ( t ) } = F ( s ) = d e f 0 e s t f ( t ) d t .

We note that we are only considering t0 in the transform. Of course, if we think of t 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.

Table 1: Some Laplace transforms (C,ω, and a are constants).
f ( t ) { f ( t ) }
C C s
t 1 s 2
t 2 2 s 3
t 3 6 s 4
t n n ! s s + 1
e a t 1 s + a
sin ( ω t ) ω s 2 + ω 2
cos ( ω t ) s s 2 + ω 2
sinh ( ω t ) ω s 2 ω 2
cosh ( ω t ) s s 2 ω 2
u ( t a ) e a s s

Since the transform is defined by an integral. We can use the linearity properties of the integral. For example, suppose C 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 ) } .

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 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 ) } .

It must also be noted that not all functions have a Laplace transform. For example, the function 1/t does not have a Laplace transform as the integral diverges for all s. Similarly, tant or et2do 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) is of exponential order as t goes to infinity if

| f ( t ) | M e c t ,

for some constants M and c, for sufficiently large t (say for all t>to for some to). The simplest way to check this condition is to try and compute

lim t f ( t ) e c t

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

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

Function graph showing y = exp((1-s)*t) on t in [0, 20] and y = exp(t) on t in [0, 20]. Adjustable parameter: Transform variable s (s) = 1.5. Viewing window: x from -0.57 to 8.37, y from -0.56 to 4.96.
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) be of exponential order, that is |f(t)|Mect for all t>0 (for simplicity t0=0). Let s>c, or in other words (cs)<0. By the comparison theorem from calculus, the improper integral defining {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 .

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

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) outside of discontinuities. For example, the unit step function is sometimes defined using u(0)=1/2. This new step function, however, has the exact same Laplace transform as the one we defined earlier where u(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), to be able to find f(t) such that {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. So we can without fear make the following definition.

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

1 { F ( s ) } = d e f f ( t )

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.

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 ) }

Of course, we also have 1{AF(s)=A1{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 )

where F(s) is the Laplace transform of f(t) and a 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 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 )

where F(s) and G(s) are polynomials. Since normally, for the functions that we are considering, the Laplace transform goes to zero as s, it is not hard to see that the degree of F(s) must be smaller than that of 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 (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.