Question
Find $\mathbb{E}[X^s e^{tX}]$, where $X \sim \mathrm{Gamma} (\alpha, \beta)$ and $\alpha$, $\beta$ are the shape and scale parameters respectively. Specify also the real values of $s$ and $t$ for which the required expectation exists.
My working
Let $Y \sim \mathrm{Gamma} (\alpha, 1)$, then $X = \beta Y$ and $f_Y(y) = \frac {y^{\alpha - 1} e^{-y}} {\Gamma(\alpha)}\ \forall\ y \in \mathbb{R}^+$.
$\begin{aligned}[t] \mathbb{E}[X^s e^{tX}] & = \mathbb{E}[(\beta Y)^s e^{t\beta Y}] \\[1 mm] & = \beta^s \int^{\infty}_{-\infty} y^s e^{t\beta y} f_Y(y)\ \mathrm{d}y \\[1 mm] & = \frac {\beta^s} {\Gamma(\alpha)} \int^{\infty}_{0} y^{\alpha - 1 + s} e^{\left(t\beta - 1\right)y}\ \mathrm{d}y \end{aligned}$
However, this is where I am stuck. I am having difficulty in evaluating the integral and finding the values of $s$ and $t$ for which there is convergence. I have tried relating the integral to the gamma function, but to no avail, in particular because of the exponential term in the integrand.
Are you allowed to just evaluate the integral?
$$\int_0^\infty y^{\alpha-1}e^{-\beta y}dy=\frac{\Gamma(\alpha)}{\beta^\alpha}$$ so
$$\int_0^\infty y^{\alpha+s-1}e^{(t\beta-1)y}dy=\frac{\Gamma(\alpha+s)}{(1-t\beta)^{\alpha+s}}$$
It must be that
$$\alpha+s>0\rightarrow s>-\alpha\\ 1-t\beta>0\rightarrow t<\frac 1 \beta$$