Skip to main content

Section 6.1 The Laplace Transform

Consider the electrical circuit governed by the differential equation
LI+RI+1CI=E(t).
The voltage function, E(t), might have discontinuities. For example, the voltage in the circuit can be periodically turned on and off. The previous methods that we have used to solve second order linear differential equations may not apply here. However, the Laplace transform, an integral transform, gives a method of solving such equations.
As a second example, let us consider a population of fish that is governed by exponential growth,
dPdt=kPP(0)=P0,
and suppose that we wish to determine the effects of seasonal fishing. In other words, harvesting will not be continuous. For example, we might only allow fishing at a constant rate r during the first half of the year,
H(t)={r0t1/2,01/2<t<1,r1t3/2,03/2<t<2,
Our initial value problem now becomes
dPdt=kPHP(0)=P0,
It should be clear that we need some additional tools to analyze differential equations possessing discontinuous terms.
Given an initial value problem
ay+by+cy=g(t)y(0)=y0y(0)=y0,
the idea is to use the Laplace transform to change the differential equation into an equation that can be solved algebraically and then transform the algebraic solution back into a solution of the differential equation. Surprisingly, this method will even work when g is a discontinuous function, provided the discontinuities are not too bad.

Subsection 6.1.1 Definition of the Laplace Transform

We shall define the Laplace transform of a function f(t) by
L(f)(s)=F(s)=0estf(t)dt,
provided this integral converges. The Laplace transform of a function has many nice properties, especially with respect to the derivative of f. However, before we investigate these properties, let us compute several Laplace transforms.

Example 6.1.1.

  1. Let f(t)=k, where k is a constant. Then
    L(f)(s)=0estkdt=ks,
    for s>0.
  2. For f(t)=t, the Laplace transform is
    L(f)(s)=0esttdt=1s2,
    for s>0.
  3. If f(t)=eat with t>0, then
    L(f)(s)=0esteatdt=0e(sa)tdt=[e(sa)tsa]0.
    Noting that e(sa)t0 as t for s>a, we find that
    L(eat)=1sa
    for s>a.

Example 6.1.2.

The Laplace transform of a function does not always exist, even for functions that are infinitely differentiable. For example, let f(t)=et2. Then for any real number s, we know that
et2est=et(ts)>1,
for t>s with t0; hence,
0bet2estdt=0bet(ts)dtb.
Thus, the integral
0et2estdt
does not converge.
The Laplace transform, however, does exist in many cases. In Subsection 6.1.3, we will show that the Laplace transform of a function exists provided the function does not grow too quickly and does not possess bad discontinuities.

Subsection 6.1.2 Properties of the Laplace Transform

One of the most important properties of the Laplace transform is linearity. That is,
L(αf+βg)(s)=αL(f)(s)+βL(g)(s),
where α,βR provided the Laplace transforms of f and g exist. The proof of this statement follows directly from the definition of the Laplace transform and the properties of integration,
L(αf+βg)(s)=0est[αf(t)+βg(t)]dt=limb0best[αf(t)+βg(t)]dt=αlimb0bestf(t)dt+βlimb0bestβg(t)dt=αL(f)(s)+βL(g)(s)
We state the linearity of the Laplace transform as a theorem. Transforms of functions having the linearity property are called linear operators.

Example 6.1.4.

Recall that sinhat=(eateat)/2. Provided a>0, linearity makes it very easy to compute the Laplace transform of sinhat. By Example 6.1.1,
L(sinhat)=12L(eat)12L(eat)=12(1sk1s+k).
Thus, for s>k>0,
L(sinhat)=ks2k2.
The Laplace transform of discontinuous functions also exist, provided the discontinuities are not too bad. We say that a function f is piecewise continuous on an interval [a,b] if f satisfies the following conditions.
  1. There are a finite number of discontinuities of f on [a,b].
  2. If c[a,b] is a discontinuity, then the one-sided limits
    limtcf(t)andlimtc+f(t)
    both exist. We also assume that limta+f(t) and limtbf(t) exist.
We say that a function is piecewise continuous on an interval [0,), if it is piecewise continuous on the interval [0,b] for all b>0. The types of discontinuities that we are describing are sometimes called jump discontinuities. If a function is piecewise continuous, then the continuities are not too bad.

Example 6.1.5.

One of the simplest piecewise continuous functions is
u(t)={0,t<01,t0.
The function u(t) has a jump discontinuity at t=0. It follows very quickly that L(u(t))=1/s for s>0.
If we define the unit step function at a to be
ua(t)=u(ta)={0,t<a1,ta,
then we have a jump discontinuity at t=a (Figure 6.1.6). If a>0, then
L(ua(t))=0estua(t)dt=aestdt=limb[ests]ab=esas,
where s>0 and a>0. A function of the form ua(t)=u(ta) is called a step function or Heaviside function, named for the British engineer Oliver Heaviside.
Figure 6.1.6.

Example 6.1.7.

Given a function f(t), consider the new function
g(t)=ua(t)f(ta).
To obtain the function g from f, we shift the graph of the f to the right by a units and let g(t)=0 for 0t<a (see Figure 6.1.8). Let us compute the Laplace transform of g,
L(g)=0g(t)estdt=af(ta)estdt.
If we make the substitution w=ta, then
L(g)=0f(w)es(w+a)dt=esa0f(w)eswdt=esaL(f).
In other words, if L(f)=F(s), then L(ua(t)f(ta))=easF(s).
Figure 6.1.8.

Activity 6.1.1. Finding Laplace Transforms.

Find the Laplace transform for each of the functions below. Recall that cosht=(et+et)/2 and sinht=(etet)/2

Subsection 6.1.3 Existence and Uniqueness of the Laplace Transform

If we are to use Laplace transforms to study differential equations, we would like to know which functions actually have Laplace transforms. Furthermore, if two functions have the same Laplace transform, we can ask if the functions must be the same. In other words, we wish to know if the Laplace transform of a function exists and is unique. We can answer both of these questions affirmatively if the function f(t) is piecewise continuous on [0,) and does not grow too quickly as t. We say a function f(t) is exponentially bounded on [0,) if there exist constants M0 and a such that
|f(t)|Meat,
for all t in [0,). In other words, the graph of f must lie between the curves y=Meat and y=Meat. The following two theorems tell us that Laplace transforms exist and are unique for piecewise continuous, exponentially bounded functions on the interval [0,). We leave the proofs of these theorem as exercises.
In light of Theorem 6.1.10, it now makes sense to define the inverse Laplace transform of a function F(s), which we will denote by L1(F(s))(t), as the function f(t) whose unique Laplace transform is F(s). Furthermore, the inverse Laplace transform is linear,
L1(αF+βG)=αL1(F)+βL1(G).

Subsection 6.1.4 Finding Laplace Transforms and Inverse Transforms

To use the method of Laplace transforms effectively, we need either tables or computer software such as Sage so that we can easily find Laplace transforms and inverse Laplace transforms.
Table 6.1.11. Table of Laplace Transforms
f(t)=L1(F(s)) F(s)=L(f(t))
1 1/s, s>0
eat 1/(sa), s>a
tn, nN n!/sn+1, s>0
ta, a>1 Γ(a+1)/sa+1, s>0
sinat a/(s2+a2), s>0
cosat s/(s2+a2), s>0
sinhat a/(s2a2), s>|a|
coshat s/(s2a2), s>|a|
eatsinbt b/[(sa)2+b2], s>a
eatcosbt (sa)/[(sa)2+b2], s>a
tneat, nN n!/(sa)n+1, s>a
uc(t) ecs/s, s>0
uc(t)f(tc) ecsF(s)
ectf(t) F(sc)
f(ct) (1/c)F(s/c), c>0
δ(tc)=δc(t) ecs
f(t) sF(s)f(0)
f(t) s2F(s)sf(0)f(0)
We can also use Sage to find Laplace transforms and inverse transforms (see Subsection 6.1.8).

Activity 6.1.2. Finding Inverse Transforms.

Find the inverse Laplace transform for each of the following functions.

Subsection 6.1.5 Important Lessons

  • Many initial value problems have discontinuous forcing terms.
  • The Laplace transform of a function f(t) by
    L(f)(s)=F(s)=0estf(t)dt,
    provided the integral converges.
  • If f is a piecewise continuous, exponentially bounded function defined [0,), then the Laplace transform of f,
    L(f)(s)=F(s)=0estf(t)dt
    exists.
  • The Laplace transform is a linear operator; i.e.,
    L(αf+βg)(s)=αL(f)(s)+βL(g)(s),
    where α,βR provided the Laplace transforms of f and g exist.
  • If we know the Laplace transform F(s) of a function, we can recover the original function using the inverse Laplace transform of a function L1(F(s))(t).
  • The inverse Laplace transform is linear,
    L1(αF+βG)=αL1(F)+βL1(G).
  • If L(f)=F(s), then L(uc(t)f(tc))=escF(s).
  • If c0, we define the Heaviside function to be
    uc(t)={0t<c1tc.
    The Laplace transform of uc is
    L(uc(t))(s)=ecss.

Reading Questions 6.1.6 Reading Questions

1.

Does the Laplace transform of a function always exist? If so, why? If not, given an example?

2.

What is the Heaviside function? Explain.

Exercises 6.1.7 Exercises

Finding Laplace transforms.

Find the Laplace transform for each of the functions in Exercise Group 6.1.7.1–8. Recall that cosht=(et+et)/2 and sinht=(etet)/2.

Finding inverse Laplace transforms.

Find the inverse Laplace transform for each of the functions in Exercise Group 6.1.7.9–16. You will find partial fraction decomposition very useful.

17.

Prove Theorem 6.1.9: If f is a piecewise continuous, exponentially bounded function defined [0,), then the Laplace transform of f,
L(f)(s)=F(s)=0estf(t)dt
exists.

18.

Let f be a function whose Laplace transform L(f)(s)=F(s) exists for s>a. Prove that
L(ectf(t))(s)=F(sc)
for s>a+c.

19.

Prove Theorem 6.1.10: Suppose that f and g are piecewise continuous, exponentially bounded functions defined [0,), with Laplace transforms of F(s) and G(s), respectively. If F(s)=G(s), then f(t)=g(t).

20.

If f is a piecewise continuous, exponentially bounded function defined [0,), prove that the Laplace transform of f,
L(f)(s)=F(s)=0estf(t)dt
exists.

21.

Define the gamma function to be
Γ(x)=0ettx1dt
for x>0. The gamma function is very useful for expressing the Laplace transform of the function tα.
  1. Show that Γ(1)=1.
  2. Prove that Γ(x+1)=xΓ(x) and deduce that Γ(n+1)=n! for nN.
  3. Show that the Laplace transform of f(t)=tα is
    L(f)(s)=Γ(α+1)sα+1.
    If n is a positive integer, then L(tn)(s)=n!/sn+1.

Subsection 6.1.8 Laplace Transforms with Sage

Computer algebra systems have now replaced tables of Laplace transforms just as the calculator has replaced the slide rule. It is easy to calculate Laplace transforms with Sage. For example, suppose that we wish to compute the Laplace transform of f(x)=t3etcost. We can use the Sage command laplace.
To recover the original function, we can use the Sage command inverse_laplace. Suppose that
F(s)=ss2+1+6(s1)4.
We can even use Sage to find the Laplace transform of piecewise-defined functions. Suppose that
f(t)={1,0t30,t>3.
The Sage command to define a piecewise-defined function is piecewise.
Sage can be used to find the Laplace transform of a piecewise-defined function.

Exercises 6.1.9 Exercises

1.

Use Sage to find the Laplace transform of
f(t)={t,0t12,t>1.

2.

Use Sage to find the Laplace transforms for each of the functions in Exercise Group 6.1.7.1–8.

3.

Use Sage to find the inverse Laplace transform for each of the functions in Exercise Group 6.1.7.9–16.
You have attempted 1 of 3 activities on this page.