Saturday, February 10, 2018

limit of sequence with factorial


How do you show that: limn(n2)n2n!=0
using the squeeze theorem (I'd like to avoid using Stirling's formula, too). I tried rearranging it a bit into limn(n)n(2)nn! , but i can't really figure out what to do next. Thanks!


Answer



The desired limit is equivalent to



limn>nn(2n)!


Since


nn<2n(2n1)...(n+1)


we have the majorant


1n!


which clearly tends to 0, if n tends to infinity.


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...