Saturday, April 7, 2018

limits - Stirling's formula: proof?

Suppose we want to show that n!2πnn+(1/2)en




Instead we could show that lim where C is a constant. Maybe C = \sqrt{2 \pi}.



What is a good way of doing this? Could we use L'Hopital's Rule? Or maybe take the log of both sides (e.g., compute the limit of the log of the quantity)? So for example do the following \lim_{n \to \infty} \log \left[\frac{n!}{n^{n+(1/2)}e^{-n}} \right] = \log C

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...