I am interested in finding a formula for the evaluation of \begin{equation} \int_0^\infty \frac{\cos(x) - 1}{x^{1+\alpha}}dx, \quad 0<\alpha<1. \end{equation} I believe the integral exists as an improper integral, however the calculation becomes tricky due to our choice of $\alpha$. Given the similar look to integrating $\sin x /x$, I decided to try using the Laplace transform. So I let \begin{equation} A(t) = \int_0^\infty \frac{\cos(tx) - 1}{x^{1+\alpha}}dx \end{equation} and then do \begin{align} \mathcal{L}(A)(t) ={}& \int_0^\infty \int_0^\infty \frac{\cos(tx) - 1}{x^{1+\alpha}} e^{-st}dx dt\\ ={}& \int_0^\infty \frac{1}{x^{1+\alpha}} \int_0^\infty (\cos(tx) - 1)e^{-st}dtdx\\ ={}& \int_0^\infty \frac{1}{x^{1+\alpha}} \mathcal{L}(\cos(tx) - 1)(t)dx\\ ={}& \int_0^\infty \frac{1}{x^{1+\alpha}} \left( \frac{s}{s^2+x^2} - \frac{1}{s} \right)dx\\ ={}& - \frac{1}{s} \int_0^\infty \frac{x^{1-\alpha}}{s^2+x^2}dx. \end{align}
Unfortunately I've found myself unable to solve this improper integral. Given that our only condition on $\alpha$ is $0 < \alpha < 1$, it doesn't seem to lend itself to trigonometric substitution. Integration by parts didn't appear to clean anything up either.
I greatly appreciate any clarity or ideas. To be honest, even if I can solve the last improper integral, I can't be sure the inverse Laplace transform will be clean either; so perhaps my initial approach is where I need work. Thank you.