i was trying to solve this limit: $\lim_{x\to\infty} \frac{e^{-it\sqrt{x}}}{(1-\frac{it}{\sqrt{x}})^x}$
I have tried to use the fact that $\lim_{x\to\infty} (1+1/x)^x =e$.
$\lim_{x\to\infty} \frac{e^{-it\sqrt{x}}}{(1-\frac{it}{\sqrt{x}})^x} = \lim_{x\to\infty} \frac{e^{-it\sqrt{x}}}{((1-\frac{it}{\sqrt{x}})^\sqrt{x})^\sqrt{x}} = \lim_{x\to\infty} \frac{e^{-it\sqrt{x}}}{e^{-it\sqrt{x}}}=1 $
I am doing something wrong, probably abusing the fact that $\lim_{x\to\infty} (1-it/\sqrt{x})^\sqrt{x}=e^{-it}$ in this situation.
The limit shoud be $e^{-t^2/2}$, but how can i prove it?
Thank you