Let us attempt to calculate $$\int_a^\infty e^{-x/2}x^{y-1}\mbox{d} x, a\geq 0 $$ First, we need the limits of integration, therefore let $u : = \frac{x-a}{2}$ i.e $x = 2u+a$ and $\mbox{d}x = 2\mbox{d}u$. $$2e^{-a/2}\int_0^\infty e^{-u}(2u+a)^{y-1}\mbox{d}u $$
Which is ALMOST what I want, save for the $(2u+a)$. The objective is to make use of $$\int_0^\infty e^{-t}t^{y-1}\mbox{dt} =\Gamma (y),\ y>1 $$
Is there a better substitution to make that gives us necessary limits and solves our problem with the $(2u+a)$ factor?
Let $z=x/2$ \begin{align} \int\limits_{a}^{\infty} \mathrm{e}^{-x/2} x^{y-1}\mathrm{d} x &= 2^{y} \int\limits_{a/2}^{\infty}\mathrm{e}^{-z} z^{y-1}\mathrm{d} z \\ &= 2^{y} \Gamma\left(y,\frac{a}{2}\right) \end{align} where $$\Gamma(a,x) = \int\limits_{x}^{\infty}\mathrm{e}^{-t} t^{a-1}\mathrm{d} t$$ is the upper incomplete gamma function.