Morberticus said:
Hmm... If k < 0 then I am guessing the integral is 0, as \theta(t) = 0 across the interval.
So would I end up with:
f(k) = -2\pi\int^{k}_{-\infty}\theta(t)dt = -2\pi k\theta(k)
Hmm, if you take the inverse Fourier transform of this:
<br />
\int_{-\infty}^{\infty}{(-2 \, \pi \, k \, \theta(k) \, e^{i k x} \, \frac{d k}{2 \pi}}<br />
I don't think you will get x^{-2}.
The problem with the convergence properties of the integral is, of course, the pole of order 2 on the real axis at x = 0. Let's try something different: Let's consider
x as a complex variable and shift the pole either above or below the integration path by an infinitesimal amount and let us close the contour of integration either along a large semicircle in the upper or lower part of the imaginary plane. To see where to close it, consider the absolute value of the factor:
<br />
|\exp(-i \, k \, z)| = e^{k \, \Im{(z)}}<br />
and require that it tends to zero when z \rightarrow \infty. We see that we must have k \, \Im{(z)} < 0, i.e. close it in the upper half-plane if k < 0 (notice that your contour is in the counterclockwise direction) or lower half-plane if k > 0 (the contour is in the clockwise direction). Also, the residue of the function:
<br />
f(z) = \frac{\exp{(-i \, k \, z)}}{(z \mp i \, \epsilon)^{2}}<br />
at the residue at the double pole is:
<br />
\mathrm{Res}\left[f(z), z = \pm i \, \epsilon \right] = \lim_{z \rightarrow \pm i \, \epsilon}{\frac{d}{d z}\left(\exp{(-i \, k \, z)} \right)} = -i \, k \, e^{\pm k \, \epsilon}<br />
Make sure you shift the pole so that it is inside the contour, i.e. take +i \, \epsilon if k< 0 or -i \, \epsilon if k>0. Both of these cases can be written as -i \, \mathrm{sgn}(k) \, \epsilon.
Noticing that the integral has a zero contribution over an infinite semi-circle, we have:
<br />
\int_{-\infty}^{\infty}{(x + i \, \mathrm{sgn}(k) \, \epsilon)^{-2} \, e^{-i \, k \, x} \, dx} = \oint_{C_{k}}{\frac{\exp(-i \, k \, z)}{(z + i \, \mathrm{sgn}(k) \, \epsilon)^{2}} \, dz} = -\mathrm{sgn}(k) \, 2 \pi \, i \, \mathrm{Res}\left[f(z), z = -\mathrm{sgn}(k) \, i \, \epsilon \right] = -2 \, \pi \, k \, \mathrm{sgn}(k) \, e^{-\mathrm{sgn}(k) \, k \, \epsilon} = -2 \, \pi \, |k| \, e^{-|k| \, \epsilon}<br />
Finally, taking the limit \epsilon \rightarrow 0+, we get:
<br />
\int_{-\infty}^{\infty}{x^{-2} \, e^{-i \, k \, x} \, dx} = -2 \pi \, |k|<br />
When I perform the inverse Fourier transform, I get 2/x^{2}, so, maybe you need to take half this value.