βΉοΈ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://mathvault.ca/laplace-transform/ |
| Last Crawled | 2026-04-17 11:24:19 (7 hours ago) |
| First Indexed | 2020-08-09 11:49:08 (5 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Laplace Transform: A First Introduction | Math Vault |
| Meta Description | A gentle, concise introduction to the concept of Laplace transform, along with 9 basic examples to illustrate its derivations and usage. |
| Meta Canonical | null |
| Boilerpipe Text | Let us take a moment to ponder how truly bizarre the
Laplace transform
is.
You put in a sine and get an oddly simple,
arbitrary-looking fraction
. Why do we suddenly have squares?
You look at the table of
common Laplace transforms
to find a pattern and you see no rhyme, no reason, no obvious link between different functions and their different, very different, results.
Whatβs going on here?
Or so we thought when we first encountered the cursive
L
in school.
Table of Contents
What does the Laplace transform do, really?
Some Preliminary Examples
Looking Inside the Laplace Transform of Sine
Diverging Functions: What the Laplace Transform is for
A Transform of Unfathomable Power
What does the Laplace transform do, really?
At a high level, Laplace transform is an
integral transform
mostly encountered in differential equations β in electrical engineering for instance β where electric circuits are represented as differential equations.
In fact, it takes a
time-domain function
, where
t
is the variable, and outputs a
frequency-domain function
, where
s
is the variable. Definition-wise, Laplace transform takes a function of real variable
f
(
t
)
(defined for all
t
β₯
0
) to a function of complex variable
F
(
s
)
as follows:
L
{
f
(
t
)
}
=
β«
0
β
f
(
t
)
e
β
s
t
d
t
=
F
(
s
)
Some Preliminary Examples
What fate awaits
simple functions
as they enter the Laplace transform?
Take the simplest function: the
constant function
f
(
t
)
=
1
. In this case, putting
1
in the transform yields
1
/
s
, which means that we went from a constant to a variable-dependent function.
(Odd but not too worrying. After all, weβve seen
1
/
x
integrating to
ln
β‘
x
in calculus. Not a constant-to-variable situation of course, but an unexpected transformation nonetheless.)
Let us take it up a notch, with the
linear function
f
(
t
)
=
t
. After the transformation, it is turned into
1
/
s
2
, which means that we went from
1
β
1
/
s
to
t
β
1
/
s
2
. A pattern begins to emerge.
Now what about
f
(
t
)
=
t
n
? With this simple
power function
, we end up with:
L
{
t
n
}
=
n
!
s
n
+
1
So there was a factorial in
L
{
t
}
all along, hidden by the fact that
1
!
=
1
. What else is the transform hiding?
Here, a glance at a table of
common Laplace transforms
would show that the emerging pattern cannot explain other functions easily. Things get weird, and the weirdness escalates quickly β which brings us back to the sine function.
Looking Inside the Laplace Transform of Sine
Let us unpack what happens to our sine function as we Laplace-transform it. We begin by noticing that a sine function can be expressed as a
complex exponential
β an indirect result of the celebrated
Eulerβs formula
:
e
i
t
=
cos
β‘
t
+
i
sin
β‘
t
In fact, a sine is often expressed in terms of exponentials for
ease of calculation
, so if we apply that to the function
f
(
t
)
=
sin
β‘
(
a
t
)
, we would get:
sin
β‘
(
a
t
)
=
e
i
a
t
β
e
β
i
a
t
2
i
Thus the
Laplace transform
of
sin
β‘
(
a
t
)
then becomes:
L
{
sin
β‘
(
a
t
)
}
=
1
2
i
β«
0
β
(
e
i
a
t
β
e
β
i
a
t
)
e
β
s
t
d
t
which means that we have a
product of exponentials
. Distributing the terms, we get:
L
{
sin
β‘
(
a
t
)
}
=
1
2
i
β«
0
β
e
i
a
t
β
s
t
β
e
β
i
a
t
β
s
t
d
t
Here,
factoring
the
t
in the exponents yields:
L
{
sin
β‘
(
a
t
)
}
=
1
2
i
β«
0
β
e
(
i
a
β
s
)
t
β
e
(
β
i
a
β
s
)
t
d
t
and since
Re
(
s
)
>
0
by assumption, we can proceed with the integration from
0
to
β
as usual:
L
{
sin
β‘
(
a
t
)
}
=
e
(
i
a
β
s
)
t
2
i
(
i
a
β
s
)
|
0
β
β
e
(
β
i
a
β
s
)
t
2
i
(
β
i
a
β
s
)
|
0
β
Let us simplify further.
Distributing
the
i
inside the parentheses, we get:
L
{
sin
β‘
(
a
t
)
}
=
e
(
i
a
β
s
)
t
2
(
β
a
β
i
s
)
|
0
β
β
e
(
β
i
a
β
s
)
t
2
(
a
β
i
s
)
|
0
β
By evaluating the
t
at the
boundaries
, we get:
L
{
sin
β‘
(
a
t
)
}
=
(
e
(
i
a
β
s
)
β
β
2
(
β
a
β
i
s
)
β
e
(
i
a
β
s
)
β
0
2
(
β
a
β
i
s
)
)
β
(
e
(
β
i
a
β
s
)
β
β
2
(
a
β
i
s
)
β
e
(
β
i
a
β
s
)
β
0
2
(
a
β
i
s
)
)
And because
Re
(
s
)
>
0
by assumption, both
e
(
i
a
β
s
)
β
β
and
e
(
β
i
a
β
s
)
β
β
oscillate to
0
(i.e.,
vanish at infinity
), after which we are then left with:
L
{
sin
β‘
(
a
t
)
}
=
1
β
2
(
β
a
β
i
s
)
+
1
2
(
a
β
i
s
)
Once there, merging the
fractions
together would yield:
L
{
sin
β‘
(
a
t
)
}
=
2
(
a
β
i
s
)
β
2
(
β
a
β
i
s
)
β
4
(
a
β
i
s
)
(
β
a
β
i
s
)
=
2
a
β
2
i
s
+
2
a
+
2
i
s
4
(
a
2
+
i
s
a
β
i
s
a
+
s
2
)
=
4
a
4
(
a
2
+
s
2
)
=
a
a
2
+
s
2
which shows that after Laplace transform, a sine is turned into a more tractable
geometric function
. By following similar reasoning, the Laplace transform of cosine can be shown to be equal to the following expression as well:
L
{
cos
β‘
(
a
t
)
}
=
s
a
2
+
s
2
(
Re
(
s
)
>
0
)
But then, one might argue βWhy do we need to transform trigonometric functions like this when we can just
integrate
them?β
Diverging Functions: What the Laplace Transform is for
What if we throw a wrench in there by introducing a
diverging function
, say,
f
(
t
)
=
e
a
t
? As it turns out, the Laplace transform of the exponential
e
a
t
is actually deceptively simple:
L
{
e
a
t
}
=
β«
0
β
e
a
t
e
β
s
t
d
t
=
β«
0
β
e
(
a
β
s
)
t
d
t
Here, we see that so long as
Re
(
s
)
>
a
, we would get that:
β«
0
β
e
(
a
β
s
)
t
d
t
=
e
(
a
β
s
)
t
a
β
s
|
0
β
=
0
β
1
a
β
s
=
1
s
β
a
That is, as long as
Re
(
s
)
>
a
, the Laplace transform of
e
a
t
is a simple
1
/
(
s
β
a
)
. Hereβs a
video version
of the derivation for the record.
On the other hand, if we mix the exponential
e
a
t
with the
power function
t
n
, we would then have:
L
{
t
n
e
a
t
}
=
β«
0
β
t
n
e
a
t
e
β
s
t
d
t
which, after a bit of
recursion
and
integration by parts
, would become:
n
!
(
s
β
a
)
n
+
1
Here, notice how the transforms of exponential and power function are both
represented
in the expression, with the factorial
n
!
, the
1
/
(
s
β
a
)
fraction, and the
n
+
1
exponent.
In fact, it turns out that we can integrate
any
function with the Laplace transform, as long as it does not
diverge
faster than the
e
a
t
exponential. In the tables of Laplace transforms, you might have noticed the
Re
(
s
)
>
a
condition. That is what the condition is alluding to.
A Transform of Unfathomable Power
However, what we have seen is only the tip of the iceberg, since we can also use Laplace transform to transform the
derivatives
as well. In goes
f
(
n
)
(
t
)
. Something happens. Then out goes:
s
n
L
{
f
(
t
)
}
β
β
r
=
0
n
β
1
s
n
β
1
β
r
f
(
r
)
(
0
)
For example, when
n
=
2
, we have that:
L
{
f
β²
β²
(
t
)
}
=
s
2
L
{
f
(
t
)
}
β
s
f
(
0
)
β
f
β²
(
0
)
In addition to the derivatives, the
L
can also process some
integrals
: the integral sine, cosine and exponential, as well as the
error function
β to name a few.
But thatβs not all. There is also the
inverse Laplace transform
, which takes a frequency-domain function and renders a time-domain function.
In fact, performing the transform from time to frequency and back once introduces a factor of
1
/
2
Ο
. Sometimes, youβll see the whole fraction in front of the inverse function, while other times, the transform and its inverse share a factor of
1
/
2
Ο
.
This is as if the Kraken could restitute the boat intact β but only for a factor of
1
/
2
Ο
.
The Laplace transform, even after all those years, never ceases to bring us awe with its power. Hereβs a
table
summarizing the transforms weβve discussed thus far:
Function
Laplace Transform
1
1
s
t
1
s
2
t
n
n
!
s
n
+
1
e
a
t
1
s
β
a
sin
β‘
(
a
t
)
a
a
2
+
s
2
cos
β‘
(
a
t
)
s
a
2
+
s
2
t
n
e
a
t
n
!
(
s
β
a
)
n
+
1
f
(
2
)
(
t
)
s
2
L
{
f
(
t
)
}
β
s
f
(
0
)
β
f
β²
(
0
)
f
(
n
)
(
t
)
s
n
L
{
f
(
t
)
}
β
β
r
=
0
n
β
1
s
n
β
1
β
r
f
(
r
)
(
0
) |
| Markdown | 
[](https://mathvault.ca/)
- [Learn](https://mathvault.ca/laplace-transform/)
- [Hub](https://mathvault.ca/hub/)
Definitive resource hub on everything higher math
- [Vault](https://mathvault.ca/vault/)
Bonus guides and lessons on mathematics and other related topics
- [Products & Services](https://mathvault.ca/shop)
- [Definitive Guide to Learning Higher Mathematics](https://mathvault.ca/higher-math-learning-guide/)
- [Ultimate LaTeX Reference Guide](https://mathvault.ca/latex/)
- [Comprehensive List of Mathematical Symbols](https://mathvault.ca/product/comprehensive-list-of-mathematical-symbols/)
- [Math Tutoring / Consulting](https://mathvault.ca/tutoring/)
- [Resources]()
- [Higher Math Proficiency Test](https://mathvault.ca/math-test/)
- [10 Commandments of Higher Math Learning](https://mathvault.ca/10-commandments/)
- [Math Vault Linear Algebra Ebook Series](https://mathvault.ca/free-ebooks-series/)
- [Recommended Math Books](https://mathvault.ca/books/)
- [Recommended Math Websites](https://mathvault.ca/websites/)
- [Recommended Online Tools](https://mathvault.ca/online-tools/)
- [About]()
- [About Us](https://mathvault.ca/about/)
Where we came from, and where we're going
- [Write for Us](https://mathvault.ca/write-for-us/)
Join us in contributing to the glory of mathematics
[Start Here](https://mathvault.ca/introduction-series/)
[Kim Thibault](https://mathvault.ca/author/kimthibo/ "Kim Thibault")
# Laplace Transform: A First Introduction
College Math, Calculus, Complex Number
- [Home](https://mathvault.ca/)
- Β»
- [Vault](https://mathvault.ca/vault/)
- Β»
- [College Math](https://mathvault.ca/college-math/)
- Β»
- Laplace Transform: A First Introduction
Let us take a moment to ponder how truly bizarre the **[Laplace transform](https://mathvault.ca/hub/higher-math/math-symbols/calculus-analysis-symbols/#Key_Transforms)** is.
You put in a sine and get an oddly simple, **arbitrary-looking fraction**. Why do we suddenly have squares?
You look at the table of **common Laplace transforms** to find a pattern and you see no rhyme, no reason, no obvious link between different functions and their different, very different, results.
Whatβs going on here?
Or so we thought when we first encountered the cursive L in school.

Table of Contents
[Toggle](https://mathvault.ca/laplace-transform/)
- [What does the Laplace transform do, really?](https://mathvault.ca/laplace-transform/#What_does_the_Laplace_transform_do_really)
- [Some Preliminary Examples](https://mathvault.ca/laplace-transform/#Some_Preliminary_Examples)
- [Looking Inside the Laplace Transform of Sine](https://mathvault.ca/laplace-transform/#Looking_Inside_the_Laplace_Transform_of_Sine)
- [Diverging Functions: What the Laplace Transform is for](https://mathvault.ca/laplace-transform/#Diverging_Functions_What_the_Laplace_Transform_is_for)
- [A Transform of Unfathomable Power](https://mathvault.ca/laplace-transform/#A_Transform_of_Unfathomable_Power)
## [What does the Laplace transform do, really?](https://mathvault.ca/laplace-transform/#toc)
At a high level, Laplace transform is an **[integral transform](https://en.wikipedia.org/wiki/Integral_transform#:~:text=In%20mathematics%2C%20an%20integral%20transform,in%20the%20original%20function%20space.)** mostly encountered in differential equations β in electrical engineering for instance β where electric circuits are represented as differential equations.
In fact, it takes a **time-domain function**, where t is the variable, and outputs a **frequency-domain function**, where s is the variable. Definition-wise, Laplace transform takes a function of real variable f ( t ) (defined for all t β₯ 0) to a function of complex variable F ( s ) as follows:
L
{
f
(
t
)
}
\=
β«
0
β
f
(
t
)
e
β
s
t
d
t
\=
F
(
s
)
## [Some Preliminary Examples](https://mathvault.ca/laplace-transform/#toc)
What fate awaits **simple functions** as they enter the Laplace transform?
Take the simplest function: the **constant function** f ( t ) \= 1. In this case, putting 1 in the transform yields 1 / s, which means that we went from a constant to a variable-dependent function.
(Odd but not too worrying. After all, weβve seen 1 / x integrating to ln β‘ x in calculus. Not a constant-to-variable situation of course, but an unexpected transformation nonetheless.)
Let us take it up a notch, with the **linear function** f ( t ) \= t. After the transformation, it is turned into 1 / s 2, which means that we went from 1 β 1 / s to t β 1 / s 2. A pattern begins to emerge.
Now what about f ( t ) \= t n? With this simple **power function**, we end up with: L { t n } \= n \! s n \+ 1 So there was a factorial in L { t } all along, hidden by the fact that 1 \! \= 1. What else is the transform hiding?
Here, a glance at a table of **[common Laplace transforms](https://tutorial.math.lamar.edu/pdf/Laplace_Table.pdf)** would show that the emerging pattern cannot explain other functions easily. Things get weird, and the weirdness escalates quickly β which brings us back to the sine function.
## [Looking Inside the Laplace Transform of Sine](https://mathvault.ca/laplace-transform/#toc)
Let us unpack what happens to our sine function as we Laplace-transform it. We begin by noticing that a sine function can be expressed as a **complex exponential** β an indirect result of the celebrated [Eulerβs formula](https://mathvault.ca/euler-formula/):e i t \= cos β‘ t \+ i sin β‘ tIn fact, a sine is often expressed in terms of exponentials for **ease of calculation**, so if we apply that to the function f ( t ) \= sin β‘ ( a t ), we would get: sin β‘ ( a t ) \= e i a t β e β i a t 2 iThus the **Laplace transform** of sin β‘ ( a t ) then becomes:
L { sin β‘ ( a t ) } \= 1 2 i β« 0 β ( e i a t β e β i a t ) e β s t d twhich means that we have a **product of exponentials**. Distributing the terms, we get:
L { sin β‘ ( a t ) } \= 1 2 i β« 0 β e i a t β s t β e β i a t β s t d t
Here, **factoring** the t in the exponents yields:
L { sin β‘ ( a t ) } \= 1 2 i β« 0 β e ( i a β s ) t β e ( β i a β s ) t d tand since Re ( s ) \> 0 by assumption, we can proceed with the integration from 0 to β as usual:
L { sin β‘ ( a t ) } \= e ( i a β s ) t 2 i ( i a β s ) \| 0 β β e ( β i a β s ) t 2 i ( β i a β s ) \| 0 β
Let us simplify further. **Distributing** the i inside the parentheses, we get:
L { sin β‘ ( a t ) } \= e ( i a β s ) t 2 ( β a β i s ) \| 0 β β e ( β i a β s ) t 2 ( a β i s ) \| 0 βBy evaluating the t at the **boundaries**, we get:
L { sin β‘ ( a t ) } \= ( e ( i a β s ) β
β 2 ( β a β i s ) β e ( i a β s ) β
0 2 ( β a β i s ) ) β ( e ( β i a β s ) β
β 2 ( a β i s ) β e ( β i a β s ) β
0 2 ( a β i s ) )And because Re ( s ) \> 0 by assumption, both e ( i a β s ) β
β and e ( β i a β s ) β
β oscillate to 0 (i.e., **[vanish at infinity](https://mathvault.ca/math-glossary/#vanish)**), after which we are then left with:L { sin β‘ ( a t ) } \= 1 β 2 ( β a β i s ) \+ 1 2 ( a β i s )Once there, merging the **fractions** together would yield:L { sin β‘ ( a t ) } \= 2 ( a β i s ) β 2 ( β a β i s ) β 4 ( a β i s ) ( β a β i s ) \= 2 a β 2 i s \+ 2 a \+ 2 i s 4 ( a 2 \+ i s a β i s a \+ s 2 ) \= 4 a 4 ( a 2 \+ s 2 ) \= a a 2 \+ s 2which shows that after Laplace transform, a sine is turned into a more tractable **geometric function**. By following similar reasoning, the Laplace transform of cosine can be shown to be equal to the following expression as well: L { cos β‘ ( a t ) } \= s a 2 \+ s 2 ( Re ( s ) \> 0 ) But then, one might argue βWhy do we need to transform trigonometric functions like this when we can just **integrate** them?β
## [Diverging Functions: What the Laplace Transform is for](https://mathvault.ca/laplace-transform/#toc)
What if we throw a wrench in there by introducing a **diverging function**, say, f ( t ) \= e a t? As it turns out, the Laplace transform of the exponential e a t is actually deceptively simple: L { e a t } \= β« 0 β e a t e β s t d t \= β« 0 β e ( a β s ) t d tHere, we see that so long as Re ( s ) \> a, we would get that: β« 0 β e ( a β s ) t d t \= e ( a β s ) t a β s \| 0 β \= 0 β 1 a β s \= 1 s β a That is, as long as Re ( s ) \> a, the Laplace transform of e a t is a simple 1 / ( s β a ). Hereβs a **video version** of the derivation for the record.
On the other hand, if we mix the exponential e a t with the **power function** t n, we would then have: L { t n e a t } \= β« 0 β t n e a t e β s t d t which, after a bit of [recursion](https://mathvault.ca/math-glossary/#recursion) and [integration by parts](https://mathvault.ca/integration-overshooting-method/#Integration_By_Parts), would become:n \! ( s β a ) n \+ 1Here, notice how the transforms of exponential and power function are both **represented** in the expression, with the factorial n \!, the 1 / ( s β a ) fraction, and the n \+ 1 exponent.
In fact, it turns out that we can integrate *any* function with the Laplace transform, as long as it does not **diverge** faster than the e a t exponential. In the tables of Laplace transforms, you might have noticed the Re ( s ) \> a condition. That is what the condition is alluding to.
## [A Transform of Unfathomable Power](https://mathvault.ca/laplace-transform/#toc)
However, what we have seen is only the tip of the iceberg, since we can also use Laplace transform to transform the **derivatives** as well. In goes f ( n ) ( t ). Something happens. Then out goes:s n L { f ( t ) } β β r \= 0 n β 1 s n β 1 β r f ( r ) ( 0 )For example, when n \= 2, we have that:L { f β² β² ( t ) } \= s 2 L { f ( t ) } β s f ( 0 ) β f β² ( 0 )In addition to the derivatives, the L can also process some **integrals**: the integral sine, cosine and exponential, as well as the [error function](https://mathvault.ca/hub/higher-math/math-symbols/probability-statistics-symbols/#Continuous_Probability_Distributions_and_Associated_Functions) β to name a few.
But thatβs not all. There is also the **[inverse Laplace transform](https://mathvault.ca/hub/higher-math/math-symbols/calculus-analysis-symbols/#Key_Transforms)**, which takes a frequency-domain function and renders a time-domain function.
In fact, performing the transform from time to frequency and back once introduces a factor of 1 / 2 Ο. Sometimes, youβll see the whole fraction in front of the inverse function, while other times, the transform and its inverse share a factor of 1 / 2 Ο.
This is as if the Kraken could restitute the boat intact β but only for a factor of 1 / 2 Ο.
The Laplace transform, even after all those years, never ceases to bring us awe with its power. Hereβs a **table** summarizing the transforms weβve discussed thus far:
| Function | Laplace Transform |
|---|---|
| 1 | 1 s |
| t | 1 s 2 |
| t n | n \! s n \+ 1 |
| e a t | 1 s β a |
| sin β‘ ( a t ) | a a 2 \+ s 2 |
| cos β‘ ( a t ) | s a 2 \+ s 2 |
| t n e a t | n \! ( s β a ) n \+ 1 |
| f ( 2 ) ( t ) | s 2 L { f ( t ) } β s f ( 0 ) β f β² ( 0 ) |
| f ( n ) ( t ) | s n L { f ( t ) } β β r \= 0 n β 1 s n β 1 β r f ( r ) ( 0 ) |
[](https://mathvault.ca/higher-math-learning-guide/)
How's your higher math going?
Shallow learning and mechanical practices rarely work in higher mathematics. Instead, use these 10 principles to **optimize your learning** and prevent years of wasted effort.
[Hmm... **Tell me more.**](https://mathvault.ca/higher-math-learning-guide/)
- 100shares

Kim Thibault
#### About the author
Kim Thibault is an incorrigible polymath. After a Ph.D. in Physics, she did applied research in machine learning for audio, then a stint in programming, to finally become an author and scientific translator. She occasionally solves differential equations as a hobby. Find her on her [**website**](http://kimthibault.com/) and on [**Linkedin**](https://linkedin.com/in/kimthibaultphd).
[Β« Previous PostThe Definitive Glossary of Higher Mathematical Jargon](https://mathvault.ca/math-glossary/)
[Next Post Β»Eulerβs Formula: A Complete Guide](https://mathvault.ca/euler-formula/)
#### You may also like
[](https://mathvault.ca/euler-formula/ "Eulerβs Formula: A Complete Guide")
Eulerβs Formula: A Complete Guide
[Eulerβs Formula: A Complete Guide](https://mathvault.ca/euler-formula/)
[](https://mathvault.ca/statistical-significance/ "A First Introduction to Statistical Significance β Through Dice Rolling and Other Uncanny Examples")
A First Introduction to Statistical Significance β Through Dice Rolling and Other Uncanny Examples
[A First Introduction to Statistical Significance β Through Dice Rolling and Other Uncanny Examples](https://mathvault.ca/statistical-significance/)
#### Leave a Reply
[Cancel reply](https://mathvault.ca/laplace-transform/#respond)
1. 
**Precious Amadi** says:
[February 10, 2021 at 2:11 AM](https://mathvault.ca/laplace-transform/#comment-3586)
Any link to download soft copy?
[Reply](https://mathvault.ca/laplace-transform/#comment-3586)
1. [](https://mathvault.ca/) **[Math Vault](https://mathvault.ca/)** says:
[February 10, 2021 at 2:02 PM](https://mathvault.ca/laplace-transform/#comment-3587)
Hi Amadi. Thanks for your interest. If you click on the βPrintβ button in your browser, you can save the guide as a PDF. That would be a way of generating a soft copy.
[Reply](https://mathvault.ca/laplace-transform/#comment-3587)
{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}
#### Search
***
#### Navigational Menu
***
[**General** **M****a****th**](https://mathvault.ca/general-math/)
[**Alg****e****bra**](https://mathvault.ca/general-math/algebra/)
[**Func****tions &** **Operations**](https://mathvault.ca/general-math/functions-operations/)
[**College** **M****ath**](https://mathvault.ca/college-math)
[**Calc****ul****us**](https://mathvault.ca/college-math/calculus/)
[**Probab****ilit****y & Statistics**](https://mathvault.ca/college-math/probability-statistics/)
[**Foundation** **o****f Higher Math**](https://mathvault.ca/foundation-of-higher-math/)
[**Math** **Too****ls**](https://mathvault.ca/math-tools/)
#### Useful Resources
***
[Higher Math Exploration Series](https://mathvault.ca/introduction-series/)
[10 Commandments of Higher Math Learning](https://mathvault.ca/10-commandments/)
[Compendium of Math Symbols](https://mathvault.ca/hub/higher-math/math-symbols)
[Higher Math Proficiency Test](https://mathvault.ca/math-test/)
#### Math eBooks
***
[Definitive Guide to Learning Higher Math](https://mathvault.ca/higher-math-learning-guide/)
[Ultimate LaTeX Reference Guide](https://mathvault.ca/latex/)
[Linear Algebra eBook Series](https://mathvault.ca/free-ebooks-series/)
#### Popular Guides
***
## [The Definitive Glossary of Higher Mathematical Jargon](https://mathvault.ca/math-glossary/ "The Definitive Glossary of Higher Mathematical Jargon")
[The Definitive Glossary of Higher Mathematical Jargon](https://mathvault.ca/math-glossary/)
## [The Definitive, Non-Technical Introduction to LaTeX, Professional Typesetting and Scientific Publishing](https://mathvault.ca/latex-guide/ "The Definitive, Non-Technical Introduction to LaTeX, Professional Typesetting and Scientific Publishing")
[The Definitive, Non-Technical Introduction to LaTeX, Professional Typesetting and Scientific Publishing](https://mathvault.ca/latex-guide/)
## [The Definitive Higher Math Guide on Integer Long Division (and Its Variants)](https://mathvault.ca/long-division/ "The Definitive Higher Math Guide on Integer Long Division (and Its Variants)")
[The Definitive Higher Math Guide on Integer Long Division (and Its Variants)](https://mathvault.ca/long-division/)
About Math Vault
Originally founded as a Montreal-based math tutoring agency, Math Vault has since then morphed into a global resource hub for people interested in learning more about higher mathematics. For more, see [about us](https://mathvault.ca/about/).
Guides
[Definitive Guide to Learning Higher Math](https://mathvault.ca/higher-math-learning-guide/)
[Ultimate LaTeX Reference Guide](https://mathvault.ca/latex/)
[Comprehensive List of Math Symbols](https://mathvault.ca/product/comprehensive-list-of-mathematical-symbols/)
[Linear Algebra eBook Series](https://mathvault.ca/free-ebooks-series/)
Resources & Tools
[Higher Math Exploration Series](https://mathvault.ca/introduction-series/)
[Higher Math Proficiency Test](https://mathvault.ca/math-test/)
[10 Commandments of Higher Math Learning](https://mathvault.ca/10-commandments/)
Contact
[About Us](https://mathvault.ca/about/)
[Write for Us](https://mathvault.ca/write-for-us/)
Β© 2026 Math Vault. All Rights Reserved.
[Privacy Policy](https://mathvault.ca/privacy-policy/) [Terms of Use](https://mathvault.ca/terms-of-use/) [Anti-Spam](https://mathvault.ca/anti-spam-policy/) [Disclosure](https://mathvault.ca/affiliate-disclosure/) [DMCA Notice](https://mathvault.ca/dmca/)
- 100shares
[Math Vault](https://mathvault.ca/?blackhole=cb4b0d2f5d "Do NOT follow this link or you will be banned from the site!")
Notifications |
| Readable Markdown | Let us take a moment to ponder how truly bizarre the **[Laplace transform](https://mathvault.ca/hub/higher-math/math-symbols/calculus-analysis-symbols/#Key_Transforms)** is.
You put in a sine and get an oddly simple, **arbitrary-looking fraction**. Why do we suddenly have squares?
You look at the table of **common Laplace transforms** to find a pattern and you see no rhyme, no reason, no obvious link between different functions and their different, very different, results.
Whatβs going on here?
Or so we thought when we first encountered the cursive L in school.

Table of Contents
- [What does the Laplace transform do, really?](https://mathvault.ca/laplace-transform/#What_does_the_Laplace_transform_do_really)
- [Some Preliminary Examples](https://mathvault.ca/laplace-transform/#Some_Preliminary_Examples)
- [Looking Inside the Laplace Transform of Sine](https://mathvault.ca/laplace-transform/#Looking_Inside_the_Laplace_Transform_of_Sine)
- [Diverging Functions: What the Laplace Transform is for](https://mathvault.ca/laplace-transform/#Diverging_Functions_What_the_Laplace_Transform_is_for)
- [A Transform of Unfathomable Power](https://mathvault.ca/laplace-transform/#A_Transform_of_Unfathomable_Power)
## [What does the Laplace transform do, really?](https://mathvault.ca/laplace-transform/#toc)
At a high level, Laplace transform is an **[integral transform](https://en.wikipedia.org/wiki/Integral_transform#:~:text=In%20mathematics%2C%20an%20integral%20transform,in%20the%20original%20function%20space.)** mostly encountered in differential equations β in electrical engineering for instance β where electric circuits are represented as differential equations.
In fact, it takes a **time-domain function**, where t is the variable, and outputs a **frequency-domain function**, where s is the variable. Definition-wise, Laplace transform takes a function of real variable f ( t ) (defined for all t β₯ 0) to a function of complex variable F ( s ) as follows:
L
{
f
(
t
)
}
\=
β«
0
β
f
(
t
)
e
β
s
t
d
t
\=
F
(
s
)
## [Some Preliminary Examples](https://mathvault.ca/laplace-transform/#toc)
What fate awaits **simple functions** as they enter the Laplace transform?
Take the simplest function: the **constant function** f ( t ) \= 1. In this case, putting 1 in the transform yields 1 / s, which means that we went from a constant to a variable-dependent function.
(Odd but not too worrying. After all, weβve seen 1 / x integrating to ln β‘ x in calculus. Not a constant-to-variable situation of course, but an unexpected transformation nonetheless.)
Let us take it up a notch, with the **linear function** f ( t ) \= t. After the transformation, it is turned into 1 / s 2, which means that we went from 1 β 1 / s to t β 1 / s 2. A pattern begins to emerge.
Now what about f ( t ) \= t n? With this simple **power function**, we end up with: L { t n } \= n \! s n \+ 1 So there was a factorial in L { t } all along, hidden by the fact that 1 \! \= 1. What else is the transform hiding?
Here, a glance at a table of **[common Laplace transforms](https://tutorial.math.lamar.edu/pdf/Laplace_Table.pdf)** would show that the emerging pattern cannot explain other functions easily. Things get weird, and the weirdness escalates quickly β which brings us back to the sine function.
## [Looking Inside the Laplace Transform of Sine](https://mathvault.ca/laplace-transform/#toc)
Let us unpack what happens to our sine function as we Laplace-transform it. We begin by noticing that a sine function can be expressed as a **complex exponential** β an indirect result of the celebrated [Eulerβs formula](https://mathvault.ca/euler-formula/):e i t \= cos β‘ t \+ i sin β‘ tIn fact, a sine is often expressed in terms of exponentials for **ease of calculation**, so if we apply that to the function f ( t ) \= sin β‘ ( a t ), we would get: sin β‘ ( a t ) \= e i a t β e β i a t 2 iThus the **Laplace transform** of sin β‘ ( a t ) then becomes:
L { sin β‘ ( a t ) } \= 1 2 i β« 0 β ( e i a t β e β i a t ) e β s t d twhich means that we have a **product of exponentials**. Distributing the terms, we get:
L { sin β‘ ( a t ) } \= 1 2 i β« 0 β e i a t β s t β e β i a t β s t d t
Here, **factoring** the t in the exponents yields:
L { sin β‘ ( a t ) } \= 1 2 i β« 0 β e ( i a β s ) t β e ( β i a β s ) t d tand since Re ( s ) \> 0 by assumption, we can proceed with the integration from 0 to β as usual:
L { sin β‘ ( a t ) } \= e ( i a β s ) t 2 i ( i a β s ) \| 0 β β e ( β i a β s ) t 2 i ( β i a β s ) \| 0 β
Let us simplify further. **Distributing** the i inside the parentheses, we get:
L { sin β‘ ( a t ) } \= e ( i a β s ) t 2 ( β a β i s ) \| 0 β β e ( β i a β s ) t 2 ( a β i s ) \| 0 βBy evaluating the t at the **boundaries**, we get:
L { sin β‘ ( a t ) } \= ( e ( i a β s ) β
β 2 ( β a β i s ) β e ( i a β s ) β
0 2 ( β a β i s ) ) β ( e ( β i a β s ) β
β 2 ( a β i s ) β e ( β i a β s ) β
0 2 ( a β i s ) )And because Re ( s ) \> 0 by assumption, both e ( i a β s ) β
β and e ( β i a β s ) β
β oscillate to 0 (i.e., **[vanish at infinity](https://mathvault.ca/math-glossary/#vanish)**), after which we are then left with:L { sin β‘ ( a t ) } \= 1 β 2 ( β a β i s ) \+ 1 2 ( a β i s )Once there, merging the **fractions** together would yield:L { sin β‘ ( a t ) } \= 2 ( a β i s ) β 2 ( β a β i s ) β 4 ( a β i s ) ( β a β i s ) \= 2 a β 2 i s \+ 2 a \+ 2 i s 4 ( a 2 \+ i s a β i s a \+ s 2 ) \= 4 a 4 ( a 2 \+ s 2 ) \= a a 2 \+ s 2which shows that after Laplace transform, a sine is turned into a more tractable **geometric function**. By following similar reasoning, the Laplace transform of cosine can be shown to be equal to the following expression as well: L { cos β‘ ( a t ) } \= s a 2 \+ s 2 ( Re ( s ) \> 0 ) But then, one might argue βWhy do we need to transform trigonometric functions like this when we can just **integrate** them?β
## [Diverging Functions: What the Laplace Transform is for](https://mathvault.ca/laplace-transform/#toc)
What if we throw a wrench in there by introducing a **diverging function**, say, f ( t ) \= e a t? As it turns out, the Laplace transform of the exponential e a t is actually deceptively simple: L { e a t } \= β« 0 β e a t e β s t d t \= β« 0 β e ( a β s ) t d tHere, we see that so long as Re ( s ) \> a, we would get that: β« 0 β e ( a β s ) t d t \= e ( a β s ) t a β s \| 0 β \= 0 β 1 a β s \= 1 s β a That is, as long as Re ( s ) \> a, the Laplace transform of e a t is a simple 1 / ( s β a ). Hereβs a **video version** of the derivation for the record.
On the other hand, if we mix the exponential e a t with the **power function** t n, we would then have: L { t n e a t } \= β« 0 β t n e a t e β s t d t which, after a bit of [recursion](https://mathvault.ca/math-glossary/#recursion) and [integration by parts](https://mathvault.ca/integration-overshooting-method/#Integration_By_Parts), would become:n \! ( s β a ) n \+ 1Here, notice how the transforms of exponential and power function are both **represented** in the expression, with the factorial n \!, the 1 / ( s β a ) fraction, and the n \+ 1 exponent.
In fact, it turns out that we can integrate *any* function with the Laplace transform, as long as it does not **diverge** faster than the e a t exponential. In the tables of Laplace transforms, you might have noticed the Re ( s ) \> a condition. That is what the condition is alluding to.
## [A Transform of Unfathomable Power](https://mathvault.ca/laplace-transform/#toc)
However, what we have seen is only the tip of the iceberg, since we can also use Laplace transform to transform the **derivatives** as well. In goes f ( n ) ( t ). Something happens. Then out goes:s n L { f ( t ) } β β r \= 0 n β 1 s n β 1 β r f ( r ) ( 0 )For example, when n \= 2, we have that:L { f β² β² ( t ) } \= s 2 L { f ( t ) } β s f ( 0 ) β f β² ( 0 )In addition to the derivatives, the L can also process some **integrals**: the integral sine, cosine and exponential, as well as the [error function](https://mathvault.ca/hub/higher-math/math-symbols/probability-statistics-symbols/#Continuous_Probability_Distributions_and_Associated_Functions) β to name a few.
But thatβs not all. There is also the **[inverse Laplace transform](https://mathvault.ca/hub/higher-math/math-symbols/calculus-analysis-symbols/#Key_Transforms)**, which takes a frequency-domain function and renders a time-domain function.
In fact, performing the transform from time to frequency and back once introduces a factor of 1 / 2 Ο. Sometimes, youβll see the whole fraction in front of the inverse function, while other times, the transform and its inverse share a factor of 1 / 2 Ο.
This is as if the Kraken could restitute the boat intact β but only for a factor of 1 / 2 Ο.
The Laplace transform, even after all those years, never ceases to bring us awe with its power. Hereβs a **table** summarizing the transforms weβve discussed thus far:
| Function | Laplace Transform |
|---|---|
| 1 | 1 s |
| t | 1 s 2 |
| t n | n \! s n \+ 1 |
| e a t | 1 s β a |
| sin β‘ ( a t ) | a a 2 \+ s 2 |
| cos β‘ ( a t ) | s a 2 \+ s 2 |
| t n e a t | n \! ( s β a ) n \+ 1 |
| f ( 2 ) ( t ) | s 2 L { f ( t ) } β s f ( 0 ) β f β² ( 0 ) |
| f ( n ) ( t ) | s n L { f ( t ) } β β r \= 0 n β 1 s n β 1 β r f ( r ) ( 0 ) | |
| Shard | 120 (laksa) |
| Root Hash | 8577111680796856520 |
| Unparsed URL | ca,mathvault!/laplace-transform/ s443 |