Difference between revisions of "Laplace transform"
(Created page with "The '''Laplace Transform''' of a function is a linear transformation from the space of <math>\Re \to \Re</math> (<math>\Re</math> is the space of integratable functions) d...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''Laplace Transform''' of a function is a [[linear transformation]] from the space of <math>\Re \to \Re</math> (<math>\Re</math> is the space of integratable functions) defined as | The '''Laplace Transform''' of a function is a [[linear transformation]] from the space of <math>\Re \to \Re</math> (<math>\Re</math> is the space of integratable functions) defined as | ||
− | <cmath>\ | + | <cmath>\pounds \{ f \} (s) = F(s) = \int _{0} ^ {\infty} e^{-st} f(t) dt</cmath> |
==Uses== | ==Uses== | ||
Line 8: | Line 8: | ||
We first take the Laplace Transform of the equation, then solve the resulting algebra equation for <math>Y(s)</math>, and then take the inverse Laplace Transform of <math>Y(s)</math> to get <math>y</math>. | We first take the Laplace Transform of the equation, then solve the resulting algebra equation for <math>Y(s)</math>, and then take the inverse Laplace Transform of <math>Y(s)</math> to get <math>y</math>. | ||
+ | Here is a convenient table for reference: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |+ Table of Laplace Tranforms | ||
+ | |- <!-- Start of a new row --> | ||
+ | | style =”width:75%”| 1. <math>1</math> || <cmath>\frac{1}{s}, s>0</cmath> | ||
+ | |- | ||
+ | | 2. <math>e^{at}</math> || <cmath>\frac{1}{s-a}, s>a</cmath> | ||
+ | |- | ||
+ | | 3. <math>t^n, \text{n is a positive integer}</math> || <cmath>\frac{n!}{s^{n+1}},s>0</cmath> | ||
+ | |- | ||
+ | | 4. <math>t^p, p>-1</math> || <cmath>\frac{\Gamma (p+1)}{s^{p+1}}, s>0</cmath> | ||
+ | |- | ||
+ | | 5. <math>\sin (at)</math> || <cmath>\frac{a}{s^2+a^2},s>0</cmath> | ||
+ | |- | ||
+ | | 6. <math>\cos (at)</math> || <cmath>\frac{s}{s^2+a^2}, s>0</cmath> | ||
+ | |- | ||
+ | | 7. <math>\sinh (at)</math> || <cmath>\frac{a}{s^2-a^2}, s>|a|</cmath> | ||
+ | |- | ||
+ | | 8. <math>\cosh (at)</math> || <cmath>\frac{s}{s^2-a^2}, s>|a|</cmath> | ||
+ | |- | ||
+ | | 9. <math>\text{Heaviside} (t-a) = \begin{cases} 1 &\text{if } t \ge a \\ 0 &\text{if } t < a \end{cases}</math> || <cmath>\frac{e^{-as}}{s}, s>0</cmath> | ||
+ | |- | ||
+ | | 10. <math>\text{Heaviside} (t-a) \cdot f(t-a)</math> || <cmath>F(s-a)</cmath> | ||
+ | |- | ||
+ | |||
+ | |} | ||
+ | |||
+ | ==Example== | ||
+ | Solve the differential equation | ||
+ | |||
+ | <cmath>y''+y= H(t-5)</cmath> | ||
+ | |||
+ | , where <math>H(t)</math> is the Heaviside function, defined as | ||
+ | |||
+ | <cmath>H(x)= \begin{cases} x^2 &\text{if } x \ge 0 \\ x &\text{if } x < 0 \end{cases}</cmath> | ||
+ | |||
+ | ''Solution:'' | ||
+ | |||
+ | We take the Laplace transe | ||
==See Also== | ==See Also== | ||
*[[Differential equations]] | *[[Differential equations]] |
Latest revision as of 21:55, 12 January 2025
The Laplace Transform of a function is a linear transformation from the space of ( is the space of integratable functions) defined as
Uses
The Laplace Transform is a technique used to solve differential equation when some of the coefficients are not continuous functions.
We first take the Laplace Transform of the equation, then solve the resulting algebra equation for , and then take the inverse Laplace Transform of to get .
Here is a convenient table for reference:
1. | |
2. | |
3. | |
4. | |
5. | |
6. | |
7. | |
8. | |
9. | |
10. |
Example
Solve the differential equation
, where is the Heaviside function, defined as
Solution:
We take the Laplace transe
See Also
This article is a stub. Help us out by expanding it.