For his examination, today my son was asked to find the leading behaviour of $\hat f(\omega)$ for $\omega\to 0$, where $$ \hat{f}(\omega)=\int_{-\infty}^\infty{e^{-i\omega x}\over 1+|x|}\,dx $$ is the Fourier transform of $f(x)=1/(1+|x|)$.
The integral cannot be expressed in terms of elementary functions, but computing it with Mathematica I could find that $\hat f(\omega)\sim -2\ln |\omega|,$ as $\omega\to 0$.
Of course there must be some obvious trick, allowing one to find the same result without actually computing the integral, but I haven't found it yet. Any ideas?
Another solution: You need only to look at $\int_0^{+\infty}\frac{\cos(\omega x)}{1+x}dx$ for $\omega>0$. By the change of variable $\omega x=u$, this is $I=\int_0^{+\infty}\frac{\cos(u)}{u+\omega}du$. Write $$I=\int_0^{1}\frac{\cos(u)-1}{u+\omega}du+\int_0^1\frac{du}{u+\omega}+\int_1^{+\infty}(\frac{\cos(u)}{u+\omega}-\frac{\cos(u)}{u})du+\int_1^{+\infty}\frac{\cos(u)}{u}du=A+B+C+D$$
Now if $\omega\to 0$, $A\to \int_0^{1}\frac{\cos(u)-1}{u}du$ as this integral is convergent, $B$ is easily computable, $C$ is seen to converge to $0$, and $D$ is convergent, and it is easy to finish. Of course this does not gives the informations given in @Jack D'Aurizio's answer.