πŸ•·οΈ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 120 (from laksa148)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

πŸ“„
INDEXABLE
βœ…
CRAWLED
7 hours ago
πŸ€–
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://mathvault.ca/laplace-transform/
Last Crawled2026-04-17 11:24:19 (7 hours ago)
First Indexed2020-08-09 11:49:08 (5 years ago)
HTTP Status Code200
Meta TitleLaplace Transform: A First Introduction | Math Vault
Meta DescriptionA gentle, concise introduction to the concept of Laplace transform, along with 9 basic examples to illustrate its derivations and usage.
Meta Canonicalnull
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://www.facebook.com/tr?id=3257118080998043&ev=PageView&noscript=1) [![Light logo of Math Vault, an online resource hub of higher mathematics](https://mathvault.ca/wp-content/uploads/New-MVLogo-White.png)](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. ![Laplace transform of function f](https://mathvault.ca/wp-content/uploads/Laplace-Transform.png) 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 ) | [![The Definitive Guide to Higher Mathematics β€” Cover](https://mathvault.ca/wp-content/uploads/Higher-Math-Guide-Cover.png)](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 ![Math Vault Standard Post](https://mathvault.ca/wp-content/litespeed/avatar/8f28b1715d6e47ed7ec221f47fa20fc9.jpg?ver=1775679107) 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 [![Diagram illustrating Euler's formula for complex numbers](https://mathvault.ca/wp-content/uploads/Euler-formula-diagram.png)](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/) [![Header image of Math Vault's A Primer on Statistical Significance](https://mathvault.ca/wp-content/uploads/Statistical-Significance.jpg)](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. ![](https://mathvault.ca/wp-content/litespeed/avatar/8d683f12d5f4861c291bb898dfd8242b.jpg?ver=1775608862) **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/wp-content/litespeed/avatar/d96413892cebda856b0216ca7e7f9f76.jpg?ver=1775604434)](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. ![Laplace transform of function f](https://mathvault.ca/wp-content/uploads/Laplace-Transform.png) 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 ) |
Shard120 (laksa)
Root Hash8577111680796856520
Unparsed URLca,mathvault!/laplace-transform/ s443