Find $ \lim\limits_{n\to\infty}\left[\dfrac{1}{2^{n/2}\Gamma(n/2)} \displaystyle \int_{n-\sqrt{2n}}^{\infty} t^{\frac{n}{2}-1}e^{\frac{-t}{2}}\,dt\right]$
This looks like the p.d.f. of a chi-square distribution. With limit $n\to \infty$, this should be a normal distribution. So, should this be 1 (like the area under the curve) ?
What does $n-\sqrt{2n}$ mean here ?
Please help.
Set $m=n/2$, so that you want to compute $$ \lim\limits_{m\to\infty}\left[\dfrac{1}{2^{m}\Gamma(m)} \displaystyle \int_{2m-2\sqrt{m}}^{\infty} t^{m-1}e^{\frac{-t}{2}}\,dt\right] =\lim\limits_{m\to\infty}\mathbb P(X_m\ge 2m-2\sqrt m), $$ where $X_m\sim\Gamma(m,1/2)$. Now, use the fact that $X_m$ has the same distribution as $\sum_{k=1}^mE_k$, where $E_k\sim\mathrm{Exp}(1/2)$ are i.i.d. random variables.
Then, $$ \mathbb P(X_m\ge 2m-2\sqrt m) =\mathbb P\left(\sum_{k=1}^mE_k\ge 2m-2\sqrt m\right) =\mathbb P\left(\sqrt m\left(\frac1m\sum_{k=1}^mE_k-2\right)\ge-2\right), $$ and by the CLT, $\sqrt m\left(\frac1m\sum_{k=1}^mE_k-2\right)\xrightarrow[m\to\infty]{}\mathcal N(0,4)$ in distribution, so $$ \mathbb P(X_m\ge 2m-2\sqrt m) \xrightarrow[m\to\infty]{}\mathbb P\left(N\ge-1\right)\left(=\frac1{\sqrt{2\pi}}\int_{-1}^\infty\exp\left(-x^2/2\right)\,\mathrm dx\right), $$ where $N\sim\mathcal N(0,1)$.
One has $\mathbb P\left(N\ge-1\right)\approx0.841345$, which is in line with Claude Leibovici's answer.