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>\pound {f} (s) = F(s) = \int _{0} ^ {\infty} e^{-st} f(t) dt</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 $\Re \to \Re$ ($\Re$ is the space of integratable functions) defined as

\[\pounds \{ f \} (s) = F(s) = \int _{0} ^ {\infty} e^{-st} f(t) dt\]

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 $Y(s)$, and then take the inverse Laplace Transform of $Y(s)$ to get $y$.

Here is a convenient table for reference:

Table of Laplace Tranforms
1. $1$ \[\frac{1}{s}, s>0\]
2. $e^{at}$ \[\frac{1}{s-a}, s>a\]
3. $t^n, \text{n is a positive integer}$ \[\frac{n!}{s^{n+1}},s>0\]
4. $t^p, p>-1$ \[\frac{\Gamma (p+1)}{s^{p+1}}, s>0\]
5. $\sin (at)$ \[\frac{a}{s^2+a^2},s>0\]
6. $\cos (at)$ \[\frac{s}{s^2+a^2}, s>0\]
7. $\sinh (at)$ \[\frac{a}{s^2-a^2}, s>|a|\]
8. $\cosh (at)$ \[\frac{s}{s^2-a^2}, s>|a|\]
9. $\text{Heaviside} (t-a) = \begin{cases} 1 &\text{if } t \ge a \\ 0 &\text{if } t < a \end{cases}$ \[\frac{e^{-as}}{s}, s>0\]
10. $\text{Heaviside} (t-a) \cdot f(t-a)$ \[F(s-a)\]

Example

Solve the differential equation

\[y''+y= H(t-5)\]

, where $H(t)$ is the Heaviside function, defined as

\[H(x)= \begin{cases} x^2 &\text{if } x \ge 0 \\ x &\text{if } x < 0 \end{cases}\]

Solution:

We take the Laplace transe

See Also

This article is a stub. Help us out by expanding it.