Questions tagged [inverse-laplace]

This tag is for questions regarding to "Inverse Laplace Transform" which is the transformation of a Laplace transform into a function of time.

Definition: If $~\mathcal L\{f(t)\}=F(s)~$, then $~f(t)~$ is the inverse Laplace transform of $~F(s)~$, the inverse being written as:$$f(t)=\mathcal L^{-1}\{F(s)\}$$

Properties :

  • Linearity Property

$~\mathcal{L}^{{\left.-{1}\right.}}{\left\lbrace{a}\ {G}_{{1}}{\left({s}\right)}+{b}\ {G}_{{2}}{\left({s}\right)}\right\rbrace}={a}\ {{g}_{{1}}{\left({t}\right)}}+{b}\ {{g}_{{2}}{\left({t}\right)}}~$

  • Shifting Property

If $~\mathcal{L}^{{\left.-{1}\right.}}{G}{\left({s}\right)}= g{{\left({t}\right)}}~$, then $~\mathcal{L}^{{\left.-{1}\right.}}{G}{\left({s}-{a}\right)}={e}^{{{a}{t}}} g{{\left({t}\right)}}~$

  • If $~\mathcal{L}^{{\left.-{1}\right.}}{G}{\left({s}\right)}= g{{\left({t}\right)}}~$, then $~\mathcal{L}^{{\left.-{1}\right.}}{\left\lbrace\frac{{{G}{\left({s}\right)}}}{{s}}\right\rbrace}={\int_{{0}}^{{t}}} g{{\left({t}\right)}}{\left.{d}{t}\right.}~$

  • If $~\mathcal{L}^{{\left.-{1}\right.}}{G}{\left({s}\right)}= g{{\left({t}\right)}}~$,then $~\mathcal{L}^{{\left.-{1}\right.}}{\left\lbrace{e}^{{-{a}{s}}}{G}{\left({s}\right)}\right\rbrace}={u}{\left({t}-{a}\right)}\cdot g{{\left({t}-{a}\right)}}~$

Note: The inverse can generally be obtained by using standard transforms. Often $~F(s)~$ is the ratio of two polynomials and cannot be readily identified with a standard transform. However, the use of partial fractions can often convert such an expression into simple fraction terms which can then be identified with standard transforms.

References:

369 questions
0
votes
1 answer

Inverse Laplace transform of the Bessel function

I want to calculate the inverse Laplace transform of Bessel…
Dana
  • 29
  • 6
0
votes
2 answers

Inverse Laplace Transform of $\frac{1}{s+s^p/a}$

I am analyzing creep functions for some rock mechanics problem, and I found that the function: \begin{equation} J(t)=1/E +Bt^p, \end{equation} is the best choice for my dataset, where $E$, $B$ and $p$ are positive constants, and additionally $p$ is…
-1
votes
2 answers

Inverse Laplace transformation of a rational function

I just don't seem to be able to crack this inverse Laplace: $$ \mathcal{L}^{-1} \left\{ \frac{20000s}{s^2 + 20000s + 5\cdot 10^8} \right\} (t). $$ Could someone help me out? I'm totally lost. I don't seem to be able to partial fraction decompose it,…
-1
votes
2 answers

Inverse laplace transform of $\frac{1}{s^3(s-1)}$

I have a problem with this transform. I know that using this theorem (see the theroem) I can get the answer, and i have the resolution. But I don't understand why the put a $-1$ in the integral. IMG with the theorem After know this they…
1 2
3