Integral arising from the inverse Fourier Transform

Hardflip
Messages
3
Reaction score
0

Homework Statement


[/B]
I was using the Fourier transform to solve the following IVP:

\frac{\partial^2 u}{\partial t \partial x} = \frac{\partial^3u}{\partial x^3} \\<br /> u(x,0)=e^{-|x|}

Homework Equations


[/B]
<br /> f(x) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\hat{f}(\omega)e^{i\omega x}d\omega<br />

<br /> \hat{f}(e^{-|x|}) = \sqrt{\frac{2}{\pi}}\frac{1}{1+\omega^2}<br />

The Attempt at a Solution


[/B]
After working out the PDE, I've gotten to the solution:

<br /> u(x,t) = \frac{1}{\pi}\int_{-\infty}^{\infty}\frac{e^{-\omega^2 t}}{1+\omega^2}e^{i\omega x}d\omega<br />

And, after doing the usual trick of completing the square, I've gotten the integral down to

<br /> u(x,t) = \frac{1}{\pi}e^{-\frac{x^2}{4t}}\int_{-\infty}^{\infty}\frac{e^{-t(\omega-\frac{ix}{2t})^2}}{1+\omega^2}d\omega<br />

But from here I have no idea how to proceed. Keep in mind that my professor often assigns problems by taking them from the textbook and tweaking random things without working through them himself. In a few of his assignments, he has made the problems unsolvable by doing so. If this integral has a closed form solution, I would really appreciate a hint on where to proceed from here. If it doesn't, then I would appreciate knowing just as much so I can bring it to my professor's attention.
 
Last edited:
Physics news on Phys.org
I didn't check that your solution so far is correct, though it looks like you messed up in completing the square. Your last expression doesn't look well defined for t=0.

But assuming you end up with a similar integral, contour integration in the complex plane looks like a way to go.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top