3

Is there an analytic expression for the following integral? \begin{equation} F = \int_a^\infty \dfrac{e^{-x}}{\sqrt{x-a}}\,dx \end{equation}

Thomas
  • 43,555

1 Answers1

12

Given \begin{align} I = \int_{a}^{\infty} \frac{e^{-x}}{\sqrt{x-a}} \, dx \end{align} let $t = x-a$ to obtain \begin{align} I &= \int_{0}^{\infty} e^{-a - t} \, t^{(1/2) - 1} \, dt \\ &= e^{-a} \, \Gamma\left(\frac{1}{2}\right) = \sqrt{\pi} \, e^{-a} \end{align} where $\Gamma(x)$ is the gamma function.

Leucippus
  • 26,329