Skip to main content

Coordinated Differential Equations

Section 3.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 3.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 3.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 3.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 3.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 3.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 3.1.4.

Recall that sinhat=(eateat)/2. Provided a>0, linearity makes it very easy to compute the Laplace transform of sinhat. By Example 3.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 disconinuities 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 function 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 3.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 3.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.
described in detail following the image
a function that is equal to one for zero and postive values and equal to zero for negative values
Figure 3.1.6. Unit step function for a=0

Example 3.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 3.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).
described in detail following the image
the graph of two functions with the first function increasing until two and then decreasing and the second function shifted to the right by one and set to zero for values less than one
Figure 3.1.8. ua(t)f(ta), where a=1

Activity 3.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 3.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 3.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 3.1.4 Finding Laplace Transforms and Inverse Transforms

To use the method of Laplace transforms effectively, we need either tables or computer software so that we can easily find Laplace transforms and inverse Laplace transforms.
Table 3.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)

Example 3.1.12.

Find the Laplace transformation of the function
f(t)=7+2etsin(6t)e3tt44
Table 3.1.11 tells us that the Laplace transform of 1 is 1s, so the first term becomes 7s. We also see the Laplace transformation of eatsin(bt) is b(sa)2+b2, so the second term gives us 12(s1)2+36. The Laplace transformation of tneat is n!(sa)n+1, so the third term gives us 6(s3)5. Putting this together gives
F(s)=7s+12(s1)2+366(s3)5

Example 3.1.13.

Find the inverse Laplace transformation of the function
F(s)=14s2+s2
Factoring the denominator gives s2+s2=(s1)(s+2), and we can split the expression via partial fractions (as if we are integrating) to written 14s2+s2=14s1+14s+2. Taking the inverse Laplace of this gives 14et+14e2t.

Example 3.1.14.

Find the inverse Laplace transformation of the function
2s+1s2+2s+5
The denominator does not factor (even if we allow irrational coefficients), but we can complete the square and obtain s2+2s+5=(s+1)2+4. We then want the numerator in the form A(s+1)+B, for some constants A and B. Setting A(s+1)+B=2s+1 and equating coefficients (as in partial fractions) gives us A=2,B=1, and we are really trying to find
L1(2(s+1)(s+1)2+4)L1(1(s+1)2+4)
Recall from Table 3.1.11 that L(eatsin(bt))=b(sa)2+b2 and L(eatcos(bt))=s(sa)2+b2, so we end up with
2etcos(2t)+12etsin(2t)

Example 3.1.15.

If f(t) is a function such that F(s)=L(f)(s)=1s8+1, find L(3e4tf(t))(s)
To solve this, we look at the part of Table 3.1.11 that says the Laplace transformation of ectf(t) is F(sc). In our case, with c=4, we get
L(e4tf(t))(s)=3(s4)8+1

Example 3.1.16.

Find the inverse Laplace transformation of the function
F(s)=7s2+2s+20s3+4s
The denominator factors as s3+4s=s(s2+4), and we can rewrite this as a partial fraction As+Bs+Cs2+4. Clearing denominators, we end up at the equation 7s2+2s+20=A(s2+4)+s(Bs+C); solving gives A=5,B=2,C=2, so we are to find the inverse Laplace of
5s+2ss2+4+2s2+4
The inverse Laplace of the first term is 5, and using the facts that L(sin(at))=as2+a2 and L(cos(at))=ss2+a2, we end up at
5+2cos(2t)+sin(2t)

Activity 3.1.2. Finding Inverse Transforms.

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

Subsection 3.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 3.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 3.1.7 Exercises

Finding Laplace transforms.

Find the Laplace transform for each of the functions in Exercise Group 3.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 3.1.7.9–16. You will find partial fraction decomposition very useful. A couple exercises have solutions added.

17.

Prove Theorem 3.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 3.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.