Skip to main content
Logo image

Subsection 9.1.1 Motivation

The Laplace transform is a powerful tool for solving differential equations by exploiting integration by parts and the properties of exponential functions. Before we dive into the details, let’s recall the basic formula for integration by parts:
u dv=uvv du.
In this equation, u and v are functions of t. So dv=vdt, and du=udt. Now, we can rewrite this formula as:
uvdtderivative on v=uvvudtderivative on u.
Notice how the derivative initially applied to v on the left-hand side shifts over to u on the right-hand side. This ability to transfer derivatives between functions within an integral forms the core idea behind the Laplace transform.
Let’s see this concept in action. Consider an integral of the form:
estydt,
where s is a constant. By setting u=est and dv=ydt in our integration by parts formula, we get:
estyu ydtdv(1)=estyu yvyv (sest dty)du(2)=esty+sestydt(3).
What’s happening here? The derivative on y in integral (1) is effectively transferred to the exponential function est in integral (2), leaving an extra factor of s next to integral (3).
This process of transferring derivatives between functions is a reoccuring theme in the Laplace transform method and in the coming sections, we will uncover how it uses this idea to solve a wide range of differential equations.

Reading Questions Check-Point Questions

1. The Laplace transform method is leverages which concepts to solve differential equations?

    The Laplace transform method is leverages which concepts to solve differential equations?
  • Chain Rule
  • Incorrect. The chain rule is not a key feature of the Laplace transform method. Think about a process that allows you to transfer derivatives.
  • Product Rule
  • No, the product rule is not a key concept in the Laplace transform method. Consider a method related to integration.
  • Integration by Parts
  • Correct! The Laplace transform method leverages integration by parts to move derivatives from one function to another inside integrals.
  • Properties of Exponential Functions
  • Correct! The Laplace transform method uses the properties of exponential functions, especially their behavior under differentiation and integration, to solve differential equations.

2. Which concept from calculus allows you to transfer the derivative of one function to another inside an integral?

    Which concept from calculus allows you to transfer the derivative of one function to another inside an integral?
  • Chain Rule
  • Incorrect. The chain rule is used for compositions of functions, not for transferring derivatives within integrals. Try again.
  • L’Hopital’s Rule
  • Incorrect. L’Hopital’s Rule is used to evaluate limits of indeterminate forms, not to transfer derivatives within integrals.
  • Integration by Parts
  • Correct! Integration by Parts allows the transfer of a derivative from one function to another inside an integral, a fundamental tool in the Laplace transform method.
  • Implicit Differentiation
  • Incorrect. Implicit differentiation is used to differentiate equations where the variable isn’t isolated, not to transfer derivatives within integrals.

3. ddt[est]=XXXX.

    ddt[est]=XXXX
  • sest
  • Correct! The derivative of est with respect to t is sest.
  • est
  • Incorrect. The derivative should include a factor of s due to the chain rule.
  • sest
  • Incorrect. The derivative should be negative because the exponent of est has a negative sign.
  • 1sest
  • Incorrect. This expression incorrectly represents the derivative of est. Think about applying the chain rule to the exponent.

4. Select the result of applying integration by parts to  t2 y dt.

    Select the result of applying integration by parts to  t2 y dt
  • t2 y dt=t2yy dt
  • Incorrect. Pay close attention to how integration by parts is applied. Try again.
  • t2 y dt=t2yt2y dt
  • Incorrect. You need to transfer the derivative correctly by choosing the appropriate u and dv.
  • t2 y dt=2ty dt
  • Incorrect. This result is incorrect due to a missing term. Try applying integration by parts again.
  • t2 y dt=t2y2ty dt
  • Correct! The result of applying integration by parts to t2 y dt is t2y2t y dt.