A limit converging to exp(-x²)

  • Thread starter Thread starter Feynman's fan
  • Start date Start date
  • Tags Tags
    Converging Limit
Feynman's fan
Messages
14
Reaction score
0
Here is the problem at hand:

<br /> \lim\limits_{n\to\infty} \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+\lfloor x\sqrt{n} \rfloor} = \frac{1}{\sqrt{\pi}} e^{-x^2}<br />

I've tried to evaluate the limit using the Stirling's formula, many things canceled out yet I got stuck.

Thanks a lot for any help or hints.

ADDED:

Here is what I did:

I was trying to squeeze the limit by using the Stirling's formula, which is:
\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n}&lt;n!&lt;\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n+\frac{1}{12(n-1)}}.

So I started with the RHS of the squeezing:

For simplicity: let \lfloor x\sqrt{n} \rfloor:=p.

Then

<br /> \begin{align} <br /> \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+p} &amp;= \frac{\sqrt{n}(2n)!}{2^{2n}(n+p)!(n-p)!}<br /> \\ &amp;&lt; \frac{\sqrt{n}\sqrt{2\pi}(2n)^{(2n)+\frac{1}{2}}e^{-(2n)+\frac{1}{12((2n)-1)}}}{2^{2n}\sqrt{2\pi}(n+p)^{(n+p)+\frac{1}{2}}e^{-(n+p)}\sqrt{2\pi}(n-p)^{(n-p)+\frac{1}{2}}e^{-(n-p)}}<br /> \\ &amp;&lt; \frac{n^{2n+1}e^{\frac{1}{12(2n-1)}}}{\sqrt{\pi}(n+p)^{n+p+\frac{1}{2}}(n-p)^{n-p+\frac{1}{2}}}<br /> \\ &amp;&lt; ?<br /> \end{align}<br />
 
Last edited:
Physics news on Phys.org
Please use the homework template and show your work - the approach with Stirling's formula looks good, so it is impossible to tell where you did a mistake or where you need help.
 
Thank you for looking into it!

Here is what I did.

I was trying to squeeze the limit by using the Stirling's formula, which is:
\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n}&lt;n!&lt;\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n+\frac{1}{12(n-1)}}.

So I started with the RHS of the squeezing:

For simplicity: let \lfloor x\sqrt{n} \rfloor:=p.

Then

<br /> \begin{align} <br /> \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+p} &amp;= \frac{\sqrt{n}(2n)!}{2^{2n}(n+p)!(n-p)!}<br /> \\ &amp;&lt; \frac{\sqrt{n}\sqrt{2\pi}(2n)^{(2n)+\frac{1}{2}}e^{-(2n)+\frac{1}{12((2n)-1)}}}{2^{2n}\sqrt{2\pi}(n+p)^{(n+p)+\frac{1}{2}}e^{-(n+p)}\sqrt{2\pi}(n-p)^{(n-p)+\frac{1}{2}}e^{-(n-p)}}<br /> \\ &amp;&lt; \frac{n^{2n+1}e^{\frac{1}{12(2n-1)}}}{\sqrt{\pi}(n+p)^{n+p+\frac{1}{2}}(n-p)^{n-p+\frac{1}{2}}}<br /> \\ &amp;&lt; ?<br /> \end{align}<br />
 
Feynman's fan said:
Here is the problem at hand:

<br /> \lim\limits_{n\to\infty} \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+\lfloor x\sqrt{n} \rfloor} = \frac{1}{\sqrt{\pi}} e^{-x^2}<br />

I've tried to evaluate the limit using the Stirling's formula, many things canceled out yet I got stuck.

Thanks a lot for any help or hints.

ADDED:

Here is what I did:

I was trying to squeeze the limit by using the Stirling's formula, which is:
\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n}&lt;n!&lt;\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n+\frac{1}{12(n-1)}}.

So I started with the RHS of the squeezing:

For simplicity: let \lfloor x\sqrt{n} \rfloor:=p.

Then

<br /> \begin{align} <br /> \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+p} &amp;= \frac{\sqrt{n}(2n)!}{2^{2n}(n+p)!(n-p)!}<br /> \\ &amp;&lt; \frac{\sqrt{n}\sqrt{2\pi}(2n)^{(2n)+\frac{1}{2}}e^{-(2n)+\frac{1}{12((2n)-1)}}}{2^{2n}\sqrt{2\pi}(n+p)^{(n+p)+\frac{1}{2}}e^{-(n+p)}\sqrt{2\pi}(n-p)^{(n-p)+\frac{1}{2}}e^{-(n-p)}}<br /> \\ &amp;&lt; \frac{n^{2n+1}e^{\frac{1}{12(2n-1)}}}{\sqrt{\pi}(n+p)^{n+p+\frac{1}{2}}(n-p)^{n-p+\frac{1}{2}}}<br /> \\ &amp;&lt; ?<br /> \end{align}<br />

A slightly better upper bound on n! is
\sqrt{2 \pi} n^{n + \frac{1}{2}} e^{-n + \frac{1}{12n}}
For a derivation, see Feller, Introduction to Probability Theory, Vol. 1, Wiley (1968).
 
You can simplify your denominator if you split the products into two factors each (with ^(n+1/2) and ^+-p).
p^2 is an integer so you can replace it back, for remaining factors of p this could be useful:
$$p\geq x\sqrt{n}-1$$
 
Feynman's fan said:
Here is the problem at hand:

<br /> \lim\limits_{n\to\infty} \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+\lfloor x\sqrt{n} \rfloor} = \frac{1}{\sqrt{\pi}} e^{-x^2}<br />

I've tried to evaluate the limit using the Stirling's formula, many things canceled out yet I got stuck.

Thanks a lot for any help or hints.

ADDED:

Here is what I did:

I was trying to squeeze the limit by using the Stirling's formula, which is:
\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n}&lt;n!&lt;\sqrt{2\pi}n^{n+\frac{1}{2}}e^{-n+\frac{1}{12(n-1)}}.

So I started with the RHS of the squeezing:

For simplicity: let \lfloor x\sqrt{n} \rfloor:=p.

Then

<br /> \begin{align} <br /> \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+p} &amp;= \frac{\sqrt{n}(2n)!}{2^{2n}(n+p)!(n-p)!}<br /> \\ &amp;&lt; \frac{\sqrt{n}\sqrt{2\pi}(2n)^{(2n)+\frac{1}{2}}e^{-(2n)+\frac{1}{12((2n)-1)}}}{2^{2n}\sqrt{2\pi}(n+p)^{(n+p)+\frac{1}{2}}e^{-(n+p)}\sqrt{2\pi}(n-p)^{(n-p)+\frac{1}{2}}e^{-(n-p)}}<br /> \\ &amp;&lt; \frac{n^{2n+1}e^{\frac{1}{12(2n-1)}}}{\sqrt{\pi}(n+p)^{n+p+\frac{1}{2}}(n-p)^{n-p+\frac{1}{2}}}<br /> \\ &amp;&lt; ?<br /> \end{align}<br />

I think use of the squeeze theorem is unnecessary; the simple form of Stirling is enough, because it is an asymptotic form, meaning that
\lim_{k \to \infty} \frac{k!}{\text{St}(k)} = 1, \text{ where }<br /> \text{St}(k) = \sqrt{2 \pi} k^{k + (1/2)} e^{-k}
Also, if I were doing it I would start by eliminating the greatest-integer function and just use ##x \sqrt{n}## in Stirling's formula. After that I would use ##x \sqrt{n}-1 \leq \lfloor x \sqrt{n} \rfloor \leq x \sqrt{n}+1## to show that the limit would not change.
 
I've tried the suggested things yet unfortunately I still cannot arrive at e^{-x^2} which supposedly should follow from something like (1+\frac{-x^2}{n})^n.


mfb said:
p^2 is an integer so you can replace it back
But how do I proceed with \lfloor x\sqrt{n} \rfloor^2?


Ray Vickson said:
I think use of the squeeze theorem is unnecessary; the simple form of Stirling is enough
Could you please elaborate on this?
 
Feynman's fan said:
I've tried the suggested things yet unfortunately I still cannot arrive at e^{-x^2} which supposedly should follow from something like (1+\frac{-x^2}{n})^n.



But how do I proceed with \lfloor x\sqrt{n} \rfloor^2?



Could you please elaborate on this?

Well, ## (1+u/n)^n \to e^u## if ##u## does not depend on ##n##, so you get the limit you want!

We can drop the floor function because
<br /> \lim_{n \to \infty} <br /> \frac{\Gamma(n+x\sqrt{n}+p)\Gamma(n-x\sqrt{n}-p)}<br /> {\Gamma(n+x \sqrt{n}) \Gamma(n-x\sqrt{n})} = 1,
as you can, and should, verify.
 
Ray Vickson said:
\lim_{n \to \infty} <br /> \frac{\Gamma(n+x\sqrt{n}+p)\Gamma(n-x\sqrt{n}-p)}<br /> {\Gamma(n+x \sqrt{n}) \Gamma(n-x\sqrt{n})} = 1,
This approach sounds very interesting! Yet how did you arrive at the limit?

I thought that if we want to drop \lfloor · \rfloor at the very beginning, we need to proceed as follows:

\begin{align}
\lim_{n \to \infty} \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+\lfloor x\sqrt{n} \rfloor} &= \lim\frac{\sqrt{n}}{2^{2n}}\frac{(2n)!}{(n+\lfloor x\sqrt{n} \rfloor)!(n-\lfloor x\sqrt{n} \rfloor)!}
\\ &= \lim\frac{\sqrt{n}}{2^{2n}} \frac{(2n)!}{ \Gamma (n+\lfloor x\sqrt{n} \rfloor+1)\ \ \Gamma(n-\lfloor x\sqrt{n} \rfloor+1)}
\\ &= \lim\frac{\sqrt{n}}{2^{2n}} \frac{(2n)!}{ \Gamma (n+ x\sqrt{n}+1)\ \ \Gamma(n- x\sqrt{n} +1)}
\end{align}
And the last step is okay because $$\lim_{n\to\infty}\frac{\Gamma (n+\lfloor x\sqrt{n} \rfloor+1)\ \ \Gamma(n-\lfloor x\sqrt{n} \rfloor+1)}{\Gamma (n+ x\sqrt{n}+1)\ \ \Gamma(n- x\sqrt{n} +1)}=1 $$
What am I doing wrong here?
 
Last edited:
  • #10
Feynman's fan said:
This approach sounds very interesting! Yet how did you arrive at the limit?

I thought that if we want to drop \lfloor · \rfloor at the very beginning, we need to proceed as follows:

\begin{align}
\lim_{n \to \infty} \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+\lfloor x\sqrt{n} \rfloor} &= \lim\frac{\sqrt{n}}{2^{2n}}\frac{(2n)!}{(n+\lfloor x\sqrt{n} \rfloor)!(n-\lfloor x\sqrt{n} \rfloor)!}
\\ &= \lim\frac{\sqrt{n}}{2^{2n}} \frac{(2n)!}{ \Gamma (n+\lfloor x\sqrt{n} \rfloor+1)\ \ \Gamma(n-\lfloor x\sqrt{n} \rfloor+1)}
\\ &= \lim\frac{\sqrt{n}}{2^{2n}} \frac{(2n)!}{ \Gamma (n+ x\sqrt{n}+1)\ \ \Gamma(n- x\sqrt{n} +1)}
\end{align}
And the last step is okay because $$\lim_{n\to\infty}\frac{\Gamma (n+\lfloor x\sqrt{n} \rfloor+1)\ \ \Gamma(n-\lfloor x\sqrt{n} \rfloor+1)}{\Gamma (n+ x\sqrt{n}+1)\ \ \Gamma(n- x\sqrt{n} +1)}=1 $$
What am I doing wrong here?

You are not doing anything wrong here; you just are not nearly finished. You need to use Stirling's formula on all the Gamma functions and on the factorials, then simplify. It is messy and will take time.
 
  • #11
Ray Vickson said:
You are not doing anything wrong here; you just are not nearly finished. You need to use Stirling's formula on all the Gamma functions and on the factorials, then simplify. It is messy and will take time.

Thanks a lot for pointing out the direction!

By the way, can we use the result from above, which is \lim\limits_{n\to\infty} \frac{\sqrt{n}}{2^{2n}} \binom {2n} {n+\lfloor x\sqrt{n} \rfloor} = \frac{1}{\sqrt{\pi}} e^{-x^2}as step functions to show that \int_{-\infty}^{\infty}e^{-x^2}=\sqrt{\pi}?

It seems to fit quite well.

(I know there are other conventional ways to show it but this floor function makes it exactly to a sequence of step functions!)
 
Back
Top