Definite integral evaluation (Inverse Fourier Sine Transform)

tjackson3
Messages
140
Reaction score
0

Homework Statement



I'm working on a long problem and have come to the final step. The answer seems so simple, but I can't quite get to it. I need to evaluate this integral:

\int_0^{\infty}\ \left(e^{-k^2 t}/k\right)\sin(kx)\ dk

Homework Equations



Mathematica gives the result as \frac{\pi}{2}Erf[x/2\sqrt{t}].


The Attempt at a Solution



The answer makes me think that there is some kind of convolution theorem at work here (even though there isn't a direct one for the Sine Transform), since \int_0^{\infty}\ \sin(kx)/k\ dk = \pi/2. I can't for the life of me get that error function to come out, though. I've tried playing some with the convolution theorem dealing with the Cosine Transform, but that doesn't seem to get me anywhere. I tried converting to exponential form, since that seems like the logical way to get at the error function, but I'm left with the following integral:

\Im\left[\int_0^{\infty}\ e^{-t(k-(ix/2t))^2}/k\ dk\right]

The trouble is, if you do the typical thing of making a u substitution, you can't get rid of the k in the denominator, and I don't know how you'd separate the imaginary component. Any tips? Thank you so much!
 
Physics news on Phys.org
I think that last integral may be the right way to do it, since

\int_0^{\infty}\ e^{-k}/\sqrt{k}\ dk \propto Erf(\sqrt{k})
 
I haven't tried working the problem out completely, so this is just a suggestion. Let
$$f(x,t) = \int_0^\infty \frac{e^{-k^2 t}}{k}\sin kx\,dk.$$ If you differentiate with respect to x, you'll get
$$\frac{\partial f}{\partial x} = \int_0^\infty e^{-k^2 t}\cos kx\,dk,$$ which doesn't have the pesky k in the denominator. Perhaps it would be easier to solve for ##\partial_x f## and integrate the result.
 
That worked beautifully, vela. Thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top