Mathematica gives $-k \sqrt{\frac{\pi}{2}} \text{sgn}(k)$ as the Fourier transform of $1/x^2$ (i.e., the result of the command FourierTransform[1/x^2, x, k]
). And the Fourier transform of $-k \sqrt{\frac{\pi}{2}} \text{sgn}(k)$ is $1/x^2$ (FourierTransform[-k Sqrt[Pi/2] Sign[k], k, x]
). I found this by chance while playing with Mathematica, but I cannot understand the result. The definition of Fourier transform $\int_{-\infty}^\infty f(x) e^{-ikx} dx$ does not converge for the functions, and even Mathematica reports that the integrals does not converge. I read the documentation of FourierTransform
but could not find any relevant information. In what sense are they Fourier transform of each other?
I found an almost same question (What does the Fourier transform of $1/x^2$ mean?), but the answers looks not so complete. The answers mention "tempered distribution" and so I read some basic materials about it, but $1/x^2$ is not a tempered distribution as some comments on the answers already pointed. Is the notion of the Fourier transform of tempered distributions really relevant to my question?