With the help of Maple, I have get the Fourier sine transform of $1/x^3,$ which is defined as $\sqrt{\frac{2}{\pi}}\int_0^{+\infty}\frac{\sin(x\omega)}{x^3}d x.$ And the output Maple given is
with(inttrans):
fouriersin(1/x^3,x,omega);
-sqrt(2)*sqrt(Pi)*omega^2/4
But I do not know how Maple calculated this. So I try to evaluate it by hand: By integration by parts, \begin{align*} &\sqrt{\frac{2}{\pi}}\int_0^{+\infty}\frac{\sin(x\omega)}{x^3}d x\\ =&\sqrt{\frac{2}{\pi}}\left(\left(\sin(x\omega)\frac{x^{-2}}{-2}-\omega\cos(x\omega)\frac{x^{-1}}{-2(-1)}\right)\bigg|_{x=0}^{x=+\infty}+\int_0^{+\infty}(-1)\omega^2\frac{\sin(x\omega)}{2x}d x\right). \end{align*} But it is clear that the function $\sin(x\omega)\frac{x^{-2}}{-2}-\omega\cos(x\omega)\frac{x^{-1}}{-2(-1)}$ is not convergent as $x\to 0$ from right. We known that, by Dirichlet integral, noting $x>0,$ \begin{gather*} \int_0^{+\infty}\frac{\sin(x\omega)}{x}d x=\frac{\pi}{2}. \end{gather*} Thus, if we can show that \begin{gather*}\tag{$\star$} \lim_{x\to 0^+}\left(\sin(x\omega)\frac{x^{-2}}{-2}-\omega\cos(x\omega)\frac{x^{-1}}{-2(-1)}\right)=0, \end{gather*} then we arrive at $$\sqrt{\frac{2}{\pi}}\int_0^{+\infty}\frac{\sin(x\omega)}{x^3}d x=-\frac{\sqrt{2\pi}\omega^2}{4}.$$ But $(\star)$ is not true. So I think that we can not use ordinary method of integration by parts to this integral. Now what should I do? Or can someone give me some hints or references.
PS: This problem comes out of the 5th exercise on page 323 of Weinberger's book A First Course in Partial Differential Equations with Complex Variables and Transform Methods, 1995.