dingo_d
- 199
- 0
Homework Statement
Find the Fourier transform of
f(x)=\frac{1}{(x^2+a^2)^2},\ a>0, and show by direct calculation that with inverse Fourier transform you'll get the original function f(x)!
Homework Equations
Fourier transform and it's inverse:
F(k)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty f(x)e^{i k x}dx
f(x)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty F(k)e^{-ikx}dk
The Attempt at a Solution
I have put my function into the transform and I got:
F(k)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty \frac{e^{ikx}}{(x^2+a^2)^2}dx
I have transformed it to complex integral and since k is arbitrary I have two possible paths of integration, for k>0 in the upper plane and for k<0 in the lower plane. My resudues are:
Res(f,ia)=-i\frac{e^{-ka}}{4a^3}(1+ka) and
Res(f,-ia)=i\frac{e^ka}{4a^3}(1-ka).
So for k>0 my integral (without the (2\pi)^{-1/2}) is:
I=\pi \frac{e^{-ka}}{2a^3}(1+ka)
And for k<0:
I=\pi\frac{e^{ka}}{2a^3}(1-ka)
Now the problem is: which one do I use? Mathematica gives me this:
\frac{1}{2a^3}\cdot\ \sqrt{\frac{2}{{\pi}}}e^{-ak}\left((ak+1)\theta(k)-e^{2ak}(ak-1)\theta(-k)\right)
Where \theta(x) is Heaviside Step function.
I have noticed that the solutions of those integral are similar but how do I implement the step function? Plus how would I integrate it? I know that the derivative of step function is Delta function, but I don't know what the integral of it is?
Thanks!