Definition of Laplace Transform

Laplace transform is a method used to go from one domain to another domain. In this case we go from the time domain (t) to the frequency domain  (s).

As for most conversions, if there is one way to go from one unit to another, there should be a way to go backwards. It applies in this case also, although it isn’t necessarily a unit. In this case it’s simply called “Inverse Laplace Transform”. In this case we go from the Frequency domain (s), back to the time domain (t).

The notation for the Laplace transform is:

\mathcal{L}\{f(t)\}

The “L” is used to denote Laplace transform. What is inside the curly braces is the function you want to transform from the time domain to the frequency domain.

You may sometimes also see this notation which means the same as the one before:

fs

As for the Laplace transform, it is denoted:

Capture

This will give you F(s).

In order to get to the original time domain, you need to take the inverse Laplace transform of  F(s) which is:

eq0001MP

Now that we got the notation down for the Laplace transform we can go into more depth.

The general formula for the Laplace transform where ‘t’ is greater than or equal to zero:

F(s) =\int_0^{\infty} e^{-st} f(t)\, dt. We evaluate at t is greater than or equal to zero because we want to satisfy two conditions:

1. The function f(t) has to be piecewise continuous from the interval [0,A]. Simply means a function that is broken apart into different pieces but still continues on. For example:

piecewise-continuous

 

2. The same function f(t) must be of exponential order. This means that the function f(t) must be smaller than or equal to ke^(at) when t is grater than or equal to M. In this case the variables K, M, and a are just constants and K, M are positive.

As for the inverse Laplace transform, there isn’t any set equation or method of doing it. The way the inverse Laplace transform is denoted, is by the following:

laplace-transformation

It simply mean to get the function f(t) you would need to take the inverse Laplace transform of F(s).

The main reason we use Laplace transform is because it makes certain (not all) differential equations easier.

A small introduction on the steps to take when solving a Laplace transform problem. There are five steps that we can use to solve a differential equation using Laplace transform:

1. Have a differential equation to solve

2. Take the Laplace transform of both sides in the equation. This will give you a simple algebraic equation to solve.

3. Solve the algebraic equation

4. Simplify the algebraic so you have what you are solving for on the left side and what it is equal to on the right side. If you can simplify the right side it will make it easier. Once simplified use partial fractions to solve for the unknowns.

5. Take the inverse Laplace transform and you will have your solution for the differential equation.

7 responses to “Definition of Laplace Transform

Leave a Reply

Your email address will not be published. Required fields are marked *