English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is the inverse Laplace transform of the following:
e^(-a * sqrt(s))

I've tried doing this using computer software, and it's not giving me an answer. An explanation would be helpful.

2007-07-26 14:31:11 · 2 answers · asked by whitesox09 7 in Science & Mathematics Mathematics

a is constant

2007-07-26 14:31:51 · update #1

2 answers

I used Mathematica, with the input

InverseLaplaceTransform[Exp[-a * Sqrt[s]],s,t]

and it gave me

a * Exp[-(a^2)/(4t)]/(2 * Sqrt[Pi] * t^(3/2))

or

a * e^(-a^2/(4t)) all over 2 * sqrt(pi) * t^(3/2).

I thought about it and tried looking up tables online, but I couldn't find anything about this type of function, so I have no explanation as of yet. If you know how, maybe a Bromwich Integral would be useful, but I doubt it.

2007-07-26 14:59:12 · answer #1 · answered by darthsherwin 3 · 0 0

e^(-asqr[s]) can be written as an infinite series:
e^(-sqr[x]) = 1 - x^(1/2) + x/2! - x^(3/2)/3! +-...
Let x = sqr[a^2 s]
Now take the inverse of each term in the series, collect terms, then you will get
L^(-1)|e^(-as^[1/2)) = e^(-1/4at)/{2sqr[pi] (at)^(3/2)}
I might be off by a sign or have missed an a, but you should get the idea

2007-07-26 22:05:46 · answer #2 · answered by kellenraid 6 · 0 0

fedest.com, questions and answers