I have a function I am trying to simplify. I got it down the final step and I think I am just missing something simple.
I want to show that
$$\underset{n \rightarrow \infty}{\lim}\left( \left (1-\frac{\sqrt{n}t}{n}\right ) ^{-n} \exp(-\sqrt{n}t)\right) = \exp(t^2/2)$$
When I did this problem I used the property: if $a_n$ is a sequence that converges to $a$ as $n$ goes to $\infty$ then
$$\underset{n \rightarrow \infty}{\lim} \left (1+\frac{a_n}{n}\right ) ^{n} = \exp(a)$$
But this means that
$$\underset{n \rightarrow \infty}{\lim} \left (1-\frac{\sqrt{n}t}{n}\right ) ^{-n} = \exp(\sqrt{n}t)$$
Which means that
$$\underset{n \rightarrow \infty}{\lim}\left( \left (1-\frac{\sqrt{n}t}{n}\right ) ^{-n} \exp(-\sqrt{n}t)\right) = 1 \neq \exp(t^2/2)$$
I don't think your theorem can be applied in this case (because the sequence {$-\sqrt(n)t$} doesn't converge). Alternatively,
$$ (1- \dfrac{t}{\sqrt n})^{-n} = e^{ln {(1- \dfrac{t}{\sqrt n})^{-n}}} = e^{-n ln(1-\dfrac{t}{\sqrt n})}$$.
So,$$ (1- \dfrac{t}{\sqrt n})^{-n}. e^{-\sqrt{n}t} = e^{-n ln(1-\dfrac{t}{\sqrt n})-\sqrt{n}t}$$
Considering the taylor series expansion of $ln(1-\dfrac{t}{\sqrt n})$ (about 0), we get,
$$-n(ln(1-\dfrac{t}{\sqrt n})) =-n[ \dfrac{-t}{\sqrt n} - \dfrac{t^2}{ 2n} - \dfrac{t^3}{3 n\sqrt n} ]+ o(t^4 / \sqrt n)$$.
Now, $$-n(ln(1-\dfrac{t}{\sqrt n})) - \sqrt nt = t^2/2+ \dfrac{t^3}{3 \sqrt n} + o(t^4/ \sqrt n).$$
Letting $n \to \infty$, we have $$-n(ln(1-\dfrac{t}{\sqrt n})) - \sqrt nt \to t^2/2 .$$ Hence, $$\lim_{n \to \infty} (1- \dfrac{t}{\sqrt n})^{-n} . e^{- \sqrt nt} = \lim_{n \to \infty} e^{-n(ln(1-\dfrac{t}{\sqrt n})) - \sqrt nt} = e^{t^2/2} $$