Inverse laplace transform for unique diffusion type problem

Groundwater
Messages
2
Reaction score
0
Hi all

I have been working on some unique solutions to advection-diffusion type problems.

One inverse Laplace transform that I seem to continue to encounter is the following:


Inverse Laplace[F(s)] where F(s)=[(1/(((s-α)^2)+β)*exp(-x*sqrt(s/D))]

In their classic 1959 text, Carslaw and Jaeger gave an inverse solution to F(s) for the case when β=0. It is an erfc based solution (as the exp(-x*sqrt(s/D)) would indicate).

If anyone has seen anything like this, please let me know. I have checked the following:

1. The Laplace Transform by Widder
2. Laplace Transforms and Applications by Watson
3. CRC Handbook of Tables for Mathematics, 4th edition
4. Table of Laplace Transforms by Roberts and Kaufman
5. Conduction of Heat in Solids by Carslaw and Jaeger
6. Analytical Solution to the one-dimensional advective-dispersive solute transport equation by van Genuchten and Alves
7...and a pile of elementary PDE Books

It may have to go back to first principles on this one..
 
Physics news on Phys.org
The most difficult part if you try to do the inverse transform with integration in the complex plane will be this integral along the branch cut

\int_0^{\infty } \frac{e^{-t \rho } \left(e^{-i x \sqrt{\frac{\rho }{d}}}-e^{i x \sqrt{\frac{\rho }{d}}}\right)}{\beta +(-\alpha -\rho )^2} \, d\rho

Maybe you can find that in a table somewhere. I couldn't even find/figure out the case where \beta = 0. If you can't find the one with non-zero beta, but perhaps can find

\int_0^{\infty } \frac{e^{-t \rho } \left(e^{-i x \sqrt{\frac{\rho }{d}}}-e^{i x \sqrt{\frac{\rho }{d}}}\right)}{(-\alpha -\rho )^4} \, d\rho

Then if beta is small maybe you could expand as a series in beta?
 
Thanks...I think I am a bit out of my league here. I once took an introductory course in ODE that introduced me to Laplace transforms. I have slowly figured out how to apply the technique in the solution of PDE. However, at my level, I am doing well if I can solve a solution using tabulated inverse Laplace transforms.

I did try to solve the inverse Laplace, but I am sure that I didn't even get as far as you. I may have to adjust my boundary condition.
 
Hi !

May be, you could try this :
Split the function into two terms, thanks to
1/(((s-α)^2)+B²) = c/(s-a -i B) - c/(s-a +i B)
c = 1/(2 i B)
The inverse Laplace of (1/(s-A))*exp(-C*sqrt(s)) can be found in tables.
But, there is a major difficulty, since A is complex : A=-a-i B or A=-a+i B
The formal result will involves Erfc functions in the complex range. The theoretical proof of validity should be rather ardous. Instead of doing it directly, I suggest to compute the Laplace transform of the result and check if it is consistent with the initial function F(s)

I suppose that beta>0 , so beta=B². If beta<0, then beta=-B² and there is no difficulty since A=-a-B or A=-a+B which are reals.
 
Last edited:
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top