Sunday, March 12, 2017

limits - Finding limntoinftyfracsqrtn!2n



I'm looking for a way to find this limit:



limnn!2n




I think I have found that it diverges, by plugging numbers into the formula and "sandwich" the result. However I can't find way to prove it.



I know that n!2πn(ne)n when n. (Stirling rule I think)



However, I don't know how I could possibly use it. I mean, I tried using the rule of De l'Hôpital after using that rule, but I didn't go any further.


Answer



n!2n(2πn)1/4(ne)n/22n=(2πn)1/4(n2e)n.


Since n2e and n1/4 converge to , so does n!2n.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...