While trying to solve a certain Laplace transform, this spicy integral developed.
$$ \int_0^\infty \frac{\sqrt x e^{-x}}{b^2 +x^2} dx $$
I am not sure how to approach this problem, and would appreciate any help. One attempt was to expand the exponential into a power series. This would lead to something like:
$$\sum_{n=0}^\infty \frac{{(-1)}^n}{n!} \int_0^\infty \frac{x^{n+1/2}}{b^2+x^2}dx$$
This integral looks like it could be approached with some complex analysis for $n < 3/2$ but it doesn't really make sense for all except for the first two terms. Am I missing something here?
I would appreciate any help solving this integral! Thanks.
According to Maple it is (for $b > 0$) $$ 2\,\sqrt {\pi} \left( {\it LommelS2} \left( 1,1/2,b \right) -1 \right) $$
where the Lommel S2 function is defined here. So I don't think you're going to get an elementary answer.
EDIT: Writing $$ \frac{1}{b^2 + x^2} = \frac{i}{2 b (x + i b)} - \frac{i}{2 b (x - i b)}$$ I get something slightly more elementary: $$ -{\frac {\pi\,\sqrt {2} \left( \left( 1+i \right) {{\rm e}^{-ib} }{\rm erf} \left( \left( 1/2-i/2 \right) \sqrt {2}\sqrt {b}\right)+ \left( 1-i \right) {{\rm e}^{ib}}{\rm erf} \left( \left( 1/2+i/2 \right) \sqrt {2}\sqrt {b}\right)- \left( 1+i \right) {{\rm e}^{-ib}} - \left( 1-i \right) {{\rm e}^{ib}} \right) }{4 \sqrt {b}}} $$