Differential Equations

Introduction To Laplace Transforms<!-- --> | Differential Equations

Introduction To Laplace Transforms

Sharan Sajiv Menon - November 10th, 2021


Laplace transforms can be used to turn a differential equation into an complex algebra equation.

The Laplace Transform is defined by the following equation.

F(s)=0estf(t)dtF(s)=\int_0^{\infty} e^{-st}f(t)dt

Note that we have an improper integral here, so you should remember how to solve an improper integral.

It is usually defined as an operator LL that transforms the function f(t)f(t) into the Laplace Transform F(s)F(s)

Example 1: Find the Laplace transform of f(t)=1f(t)=1

F(s)=0estdt=1sF(s)=\int_0^{\infty} e^{-st}dt = \frac{1}{s}

I just skipped the steps for solving improper integrals. If you want to see the full steps, Click here.

So, we have F(s)=1sF(s)=\frac{1}{s}, where x>0x>0

However, rather than solving a improper integral every time, we usually just use a table of Laplace Transforms. For a table of Laplace transforms, click here.

I will list a few common transforms below.

f(t)f(t) L{f(t)}L\{f(t)\}
11 1s\frac{1}{s}
eate^{at} 1sa\frac{1}{s-a}

Inverse Laplace Transforms

We can actually take the inverse of a Laplace transform, which is basically going from F(s)F(s) to f(t)f(t), rather than f(t)f(t) to F(s)F(s). This is usually defined by the operator L1L^{-1}.

To find the inverse Laplace transform, just use the table above.

Example 2: Find L1{F(s)}L^{-1}\{F(s)\}, where F(s)=6s+1s8+4s3F(s)=\frac{6}{s} + \frac{1}{s-8} + \frac{4}{s-3}.

Solution: One property of Laplace Transforms (and inverse Laplace transforms) is that there is no need to worry about the sums or differences of Laplace transforms, just take the transform of each individual part and sum the rest.

In other words

L1{F(s)}=L1{6s}+L1{1s8}+L1{4s3}L^{-1}\{F(s)\}=L^{-1}\{\frac{6}{s}\}+L^{-1}\{\frac{1}{s-8}\}+L^{-1}\{\frac{4}{s-3}\}

Take the individual inverse Laplace transforms

  • L1{6s}=6L^{-1}\{\frac{6}{s}\}=6
  • L1{1s8}=e8tL^{-1}\{\frac{1}{s-8}\}=e^{8t}
  • L1{4s3}=4e3tL^{-1}\{\frac{4}{s-3}\}=4e^{^{3t}}

I found these inverses by using the table that I showed above.

Substitute these inverse transforms in to get a final answer.

L1{F(s)}=6+e8t+4e3tL^{-1}\{F(s)\}=6+e^{8t}+4e^{3t}

Created by Sharan Sajiv Menon, © 2022