Skip to main content
Logo image

Section 9.5 Summary & Exercises

In this section, we introduced the concept of the forward Laplace transform and derived some common Laplace transforms that we will use throughtout this chapter. The following points summarize the essential concepts from the forward Laplace transform section:

Summary of the Key Ideas.

  • Differential Algebraic Equations. The Laplace transform converts a differential equation into an algebraic equation, simplifying the solution process by eliminating derivatives.
  • Laplace Transform Concept. Applying the Laplace transform to a differential equation involves transforming each term by multiplying by est and integrating with respect to t from 0 to , but is often simplified by directly applying the Laplace operator, L.
  • Linearity Property. The Laplace transform is linear, meaning it distributes across addition and subtraction, and allows for constants to be factored out. This property is essential for transforming complex equations.
  • Transforming Initial Conditions. Initial conditions are incorporated directly into the Laplace-transformed equation, modifying the transformed terms to include initial values, making it easier to solve the resulting algebraic equation.
  • Common Function Transforms. The Laplace transforms of common functions, such as exponentials, sines, cosines, and polynomials, are essential tools in transforming differential equations and are summarized in the provided table.
  • Transforming Derivatives. The Laplace transform of a derivative, y(t) or higher, transfers the derivative onto the Laplace variable s, reducing the order of the equation while introducing initial condition terms.
  • Multiplication by eat and tn. When multiplying a function by an exponential eat, the Laplace transform shifts by a in the s-domain, and multiplying by tn corresponds to differentiating the transform n times with respect to s, introducing a sign change.
  • Transforming the Entire Equation. The process of applying the Laplace transform to an entire differential equation with initial conditions involves systematically transforming each term and leads to a simplified algebraic equation in the s-domain, ready for solving.
The table below summarizes the common Laplace transforms that we derived in this section.

Common Laplace Transforms L1L8.

Let a and b be constant.
L1
L{1}=1s,s>0
L2
L{eat}=1sa,s>a
L3
L{tn}=n!sn+1,s>0,n=1,2,3,
L4
L{sin(bt)}=bs2+b2,s>0
L5
L{cos(bt)}=ss2+b2,s>0
L6
L{tneat}=n!(sa)n+1,s>a
L7.
L{eatsin(bt)}=b(sa)2+b2,s>a
L8.
L{eatcos(bt)}=sa(sa)2+b2,s>a

Laplace Transform Property P1.

Let F(s)=L{f(t)} and G(s)=L{g(t)}.
P1
L{af(t)±bg(t)}=aF(s)±bG(s),a,b are constants
P2.
L{eatf(t)}=F(sa),a is a constant
P3.
L{f(t)}=sF(s)f(0)
P4.
L{f(t)}=s2F(s)sf(0)f(0)
P5.
L{f(t)}=s3F(s)s2f(0)sf(0)f(0)
P6.
L{tnf(t)}=(1)nd(n)ds(n)F(s),n=1,2,3,

Exercises Exercises

Definition of the Laplace Transform.

Use the definition to compute each of the following Laplace Transforms.

1.

L{7t}
Answer. Answer
7s2

2.

L{7t+e5t}
Answer. Answer
7s2+1s5

3.

L{eat}
Answer. Answer
W(s)=1sa

4.

L{40e3t}
Answer. Answer
40s3

5.

L{15}
Answer. Answer
15s

6.

L{e7t}
Answer. Answer
1s7

7.

L{11t}
Answer. Answer
11s2

Forward Transform.

Compute the forward Laplace Transforms using the common Laplace transform table.

8.

L{e2t}
Answer. Answer
L2 (a=2)
L{e2t}=1s2

9.

L{e9t}
Answer. Answer
L2 (a=9)
L{e9t}=1s+9

10.

L{t2}
Answer. Answer
L3 (n=2)
L{t2}=2!s2+1=2s3

11.

L{t9}
Answer. Answer
L3 (n=9)
L{t9}=9!s9+1=9!s10

12.

L{sin(5t)}
Answer. Answer
L4 (b=5)
L{sin(5t)}=5s2+52=5s2+25

13.

L{cos(πt)}
Answer. Answer
L4 (b=π)
L{cos(πt)}=πs2+(π)2=πs2+π2

14.

L{t599}
Answer. Answer
L3 (n=599)
L{t599}=599!s599+1=599!s600

15.

L{e0.0001t}
Answer. Answer
L2 (a=0.0001)
L{e0.0001t}=1s0.0001

Exploring the Forward Laplace Transform.

Use the concepts discussed in the section to solve the following exercises.

16.

Answer the following questions related to the Laplace transform of y.
  1. Show that
    L{y(t)}=limb0by(t)est dtI.
    Solution. Solution
    This follows directly from the definition of the Laplace transform.
    L{y(t)}=0y(t)est dt=limb0by(t)est dtI.
  2. Use integration by parts to show that
    I=esby(b)y(0)+s0by(t)est dt.
    Solution. Solution
    Select u=est and dv=y(t) dt. Then
    0besty dt=esty(t)|0b0by(t)(sest) dt=esby(b)e0y(0)(s)0by(t)est dt=esby(b)y(0)+s0by(t)est dt
  3. Plug I from (b) into the limit from (a) to show that
    L{y}=limb(y(b)esb)Ly(0)+sL{y}.
    Solution. Solution
    Substitute I from (b) into the limit from (a).
    Misplaced &
  4. In order for L{y} to exist, what must be true?
    Answer. Answer
    The limit, L, must converge. That is, as t gets large, the ratio, y(t)est, flattens out to some number. In order to maintain this ratio, growth rate of y(t) must be less than or equal to est.

Forward Transform.

Compute the forward Laplace Transforms using the common transform table and properties.

17.

L{t3e9t}
Answer. Answer
L{t3e9t}=3!(s(9))3+1L6 (a=2,n=4)=6(s+9)4

18.

L{t3e2t}
Answer. Answer
6(s+2)4

19.

L{tsin(3t)}
Answer. Answer
2s(s2+9)2

20.

L{e5tcos(4t)}
Answer. Answer
s5(s5)2+16

21.

L{e2tt3sin(5t)}

22.

L{e2tsin(2t)+t2e3t}
Answer. Answer
L7 (a=2),L9 (n=2,a=3)
L{e2tsin(2t)+t2e3t}=2(s+2)2+4+2(s3)3=2(s+2)2+4+2(s3)3

23.

L{8tcos(6t)+e3tsin(4t)}
Answer. Answer
L3 (n=9)
L{t9}=9!s9+1=9!s10

24.

L{t2sin(3t)}
Answer. Answer
P(s)=18[s23](s2+9)3

Forward Transforming Equations.

Use the forward Laplace transform to solve the following differential equations.

25.

Solve the differential equation y+3y+2y=0 given the initial conditions y(0)=2 and y(0)=1.
Answer. Answer
y(t)=et3e2t

26.

Solve the differential equation y+4y=10e2t with the initial condition y(0)=3.
Answer. Answer
y(t)=72e4t52e2t
You have attempted 1 of 1 activities on this page.