Morberticus said:
Hmm... If k < 0 then I am guessing the integral is 0, as [tex]\theta(t) = 0[/tex] across the interval.
So would I end up with:
[tex]f(k) = -2\pi\int^{k}_{-\infty}\theta(t)dt = -2\pi k\theta(k)[/tex]
Hmm, if you take the inverse Fourier transform of this:
[tex]
\int_{-\infty}^{\infty}{(-2 \, \pi \, k \, \theta(k) \, e^{i k x} \, \frac{d k}{2 \pi}}[/tex]
I don't think you will get [itex]x^{-2}[/itex].
The problem with the convergence properties of the integral is, of course, the pole of order 2 on the real axis at [itex]x = 0[/itex]. 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:
[tex]
|\exp(-i \, k \, z)| = e^{k \, \Im{(z)}}[/tex]
and require that it tends to zero when [itex]z \rightarrow \infty[/itex]. We see that we must have [itex]k \, \Im{(z)} < 0[/itex], i.e. close it in the upper half-plane if [itex]k < 0[/itex] (notice that your contour is in the counterclockwise direction) or lower half-plane if [itex]k > 0[/itex] (the contour is in the clockwise direction). Also, the residue of the function:
[tex]
f(z) = \frac{\exp{(-i \, k \, z)}}{(z \mp i \, \epsilon)^{2}}[/tex]
at the residue at the double pole is:
[tex]
\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}[/tex]
Make sure you shift the pole so that it is inside the contour, i.e. take [itex]+i \, \epsilon[/itex] if [itex]k< 0[/itex] or [itex]-i \, \epsilon[/itex] if [itex]k>0[/itex]. Both of these cases can be written as [itex]-i \, \mathrm{sgn}(k) \, \epsilon[/itex].
Noticing that the integral has a zero contribution over an infinite semi-circle, we have:
[tex]
\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}[/tex]
Finally, taking the limit [itex]\epsilon \rightarrow 0+[/itex], we get:
[tex]
\int_{-\infty}^{\infty}{x^{-2} \, e^{-i \, k \, x} \, dx} = -2 \pi \, |k|[/tex]
When I perform the inverse Fourier transform, I get [itex]2/x^{2}[/itex], so, maybe you need to take half this value.