Lesson 21 - Definition of Laplace Transforms

We have seen roughly 8 methods for solving differential equations. Let's take a break from this to discuss a powerful tool in solving differential equations, which involves transforming a function, typically some function in terms of time, into the s domain, meaning we will not have a function in terms of s.

f(t)f(s)

In doing so, we will uncover a few Laplace transforms that often come up in differential equations, and in the end we will construct a table of common Laplace transforms that we will utilize. The lesson will be the derivation of those Laplace transforms.

To start, let's introduce a definition of the Laplace transform.

Let f(t) be a function on [0,). The Laplace transform of the function f(t) is the function F(s) defined by the integral

L[f(t)]=F(s):=0estf(t)dt

In order to evaluate this improper integral, we can evaluate as such:

0estf(t)dt=limb0bestf(t)dt

The property of linearity applied to Laplace transforms as well:

L[af1(t)+bf2(t)]=aL[f1(t)]+bL[f2(t)]

Example

Find the following Laplace transforms:

  1. L[1]
  2. L[eat]

For L[1]

L[1]=0(est1)dt

Using our definition of Laplace transforms:

limb0b(est)dt

Recall that the derivative of et = et.

Now, recall that the derivative ekt = kekt.

We want to find the integral of ekt. So, we use the inverse of k. ektdt = 1kekt+c. If we take the derivative of 1kekt+c, we end up with the original integral ekt. This will be useful for us going forward.

=limb[1sest]0b=limb[1sesb+1s]

If we analyze the limit of this function, as 1best approaches infinity, the function goes to zero.

=[0+1s]=1s

So,

L[1]=1s

For L[eat], where a is a constant.

L[eat]=0(esteat)dt=limb0best+atdt

Factor out t in the exponent.

=limb0bet(sa)dt=limb[1saet(sa)]0b=[1saeb(sa)1sae(sa)0]

Similarly as before, as 1saeb(sa) approaches to infinity, the function goes to 0.

=0+1sa=1sa

So,

L[eat]=1sa

This next try for yourself contains the remaining Laplace transforms. I encourage you to try these and compare to the Laplace transform table in the next mini lesson.

Try for Yourself
3. L[sin(αt)]
4. L[cos(αt)]
5. L[t]
6. L[tn]
7. L[eatf(t)]
8. L[eattn]

Next Lesson: Lesson 21.1 - Table of Laplace Transforms

Table of Contents: Table of Contents