





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
How to use the laplace transform to solve initial value problems of differential equations. It includes a proof of the theorem relating the laplace transforms of a function and its derivative, an example of applying the theorem to a second order differential equation, and information on how to find the inverse laplace transform.
Typology: Study notes
1 / 9
This page cannot be seen from the preview
Don't miss anything!






Solving Differential Equations with The Laplace Transform
The usefulness of the Laplace transform in solving initial value problems comes from the fact that L{f ′(t)} is related to L{f (t)}.
Theorem. Suppose that f is continuous and f ′^ is piecewise continuous on any interval 0 ≤ t ≤ A. Suppose futher that there exist constants K, a, and M such that |f (t)| ≤ Keat^ for t ≥ M. Then L{f (t)} exists for s > a, and moreover
L{f ′(t)} = sL{f (t)} − f (0).
Proof Suppose that the points of discontinuity of f on 0 ≤ t ≤ A are
0 ≤ t 1 < t 2 < · · · < tn ≤ A.
Then, integrating over each subinterval, ∫ (^) A
0
e−stf ′(t) dt =
∫ (^) t 1
0
e−stf ′(t) dt +
∫ (^) t 2
t 1
e−stf ′(t) dt
tn
e−stf ′(t) dt
We evaluate each integral using integration by parts:
u = e−st, dv = f ′(t) dt, v = f (t), du = −se−st^ dt.
0
e−stf ′(t) dt
=
e−stf (t)
}t=t 1 t=0 +^
e−stf (t)
}t=t 2 t=t 1 +^ · · ·^ +^
e−stf (t)
}t=A t=tn
∫ (^) t 1
0
e−stf (t) dt + s
∫ (^) t 2
t 1
e−stf (t) dt
tn
e−stf (t) dt
e−st^1 f (t 1 ) − f (0)
e−st^2 f (t 2 ) − e−st^1 f (t 1 )
e−sAf (A) − e−stn^ f (tn)
0
f (t)e−st^ dt
= e−sAf (A) − f (0) + s
0
f (t)e−st^ dt.
s
0
f (t)e−st^ dt,
the corresponding integrals over subintervals were re-combined to form a single integral over the entire interval.
This last identity is only valid under certain assumptions.
Theorem. Suppose that the functions f (t), f ′(t),... , f (n−1)(t) are continuous and that f (n)(t) is piecewise continuous on any interval 0 ≤ t ≤ A. Suppose further that there exist constants 0 ≤ t ≤ A such that, for t ≥ M ,
|f (t)| ≤ Keat, |f ′(t)| ≤ Keat, · · · , |f (n−1)(t)| ≤ Keat.
Then L{f (t)} exists, and
L{f (n)(t)} = snL{f (t)} − sn−^1 f (0) + sn−^2 f ′(0) − · · · − sf (n−2)(0) − f (n−1)(0).
Example. Use the Laplace transform to solve the initial value problem y′′^ + 6y′^ − 7 y = 0, y(0) = 1, y′(0) = 0.
Clearly we could solve this by finding the roots of the characteristic equation, but let us see how the Laplace transform can lead us to the same solution.
Since the Laplace transform is linear, the differential equation implies
L{y′′} + 6L{y′} − 7 L{y} = 0. (1)
Using the recursion formula from the theorem above, we may write the left side of (1) in terms of L{f (t)}.
Applying the above theorem, we get
s^2 L{y} − sy(0) − y′(0) + 6[sL{y} − y(0)] − 7 L{y} = 0.
Combining terms with L{y} and combining terms with y(0) gives us
(s^2 + 6s − 7)L{y} − (6 + s)y(0) − y′(0) = 0.
Plugging in the initial conditions,
y(0) = 1, y′(0) = 0,
we get
(s^2 + 6s − 7)L{y} − (6 + s) = 0 =⇒ L{y} = 6 +^ s s^2 + 6s − 7
Factoring the denominator, we expand by partial fractions
L{y} = 6 + s (s − 1)(s + 7)
s − 1
s + 7
To find the numbers A and B, multiply both sides of the last equality by (s − 1)(s + 7) to get
6 + s = A(s + 7) + B(s − 1) = (A + B)s + 7A − B.
Therefore, equating coefficients on both sides, we find that
A + B = 1, and 7 A − B = 6.
Solving this system results in
A =^7 8
In general, we often want to know how to “undo” a Laplace transform.
That is, given a Laplace transform F (s), what function f (t) is such that L{f (t)} = F (s)?
If we denote the inverse Laplace transform of F (s) by L−^1 {F (s)}, then we look for an f (t) so that
L−^1 {F (s)} = f (t).
If we can’t easily compute L−^1 {F (s)} by hand, there are many references for common inverse Laplace transforms (See p. 319 of our textbook).
Computer algebra systems can also compute many inverse Laplace transforms.
Just as the Laplace transform is a linear operator, the inverse of the Laplace transform is also linear:
If F (s) = c 1 F 1 (s) + c 2 F 2 (s) + · · · + cnFn(s), then
L−^1 {F (s)} = c 1 L−^1 {F 1 (s)} + c 2 L−^1 {F 2 (s)} + · · · + L−^1 {Fn(s)}.
This means that you can compute the inverse Laplace transform term-by-term, as we did in the last example.
Example. Find the inverse Laplace transform of
8 s^2 − 4 s + 12 s(s^2 + 4)
Notice that the denominator is factored completely over the reals. The partial fraction expansion is given by
8 s^2 − 4 s + 12 s(s^2 + 4)
s
This implies that
8 s^2 − 4 s + 12 = A(s^2 + 4) + Bs^2 + Cs = (A + B)s^2 + Cs + 4A
By equating coefficients of each power of s, we find
A + B = 8, C = − 4 , 4 A = 12.
Therefore, A = 3, B = 5, C = − 4.
8 s^2 − 4 s + 12 s(s^2 + 4)
s +^5 s^ −^4 s^2 + 4
s
s^2 + 4
Hence, using the table on page 319 of our textbook,
L−^1
8 s^2 − 4 s + 12 s(s^2 + 4)
= 3 + 5 cos 2t + 2 sin 2t.