I would like to know how to solve the limit of
$$\lim_{x\rightarrow\infty}e^{-t\sqrt{x}} \left(1 - \frac t{\sqrt x}\right)^{-x}$$
someone said the answer is $e^{t^2/2}$ but all I got is infinity.
Original Question
Consider a Gamma distribution with shape $\alpha$ and scale $\beta$, define variable $y$ in term of Gamma variable $x$ such that
$$y = \frac{x - \alpha\beta}{\sqrt{\alpha}\beta} = \frac{x}{\sqrt{\alpha}\beta} - \sqrt{\alpha}$$
Then MGF of $y$ is
$$M_y(t) = \mathbb{E}\left\{\exp\left(t(x/\sqrt{\alpha}\beta - \sqrt{\alpha})\right)\right\} = \exp(-t\sqrt{\alpha})\left(1 - \frac{t}{\sqrt{\alpha}}\right)^{-\alpha}$$
We know that the limit of Gamma is a Gaussian, see the figure, it follows that
$$\lim_{\alpha\rightarrow\infty}M_y(t)=e^{t^2/2}$$
I try to solve this limit simply by $\lim_{x\rightarrow\infty}(1 + 1/x)^x = e$, but still cannot get the right answer.