I would like to prove that the sequence an=n!2n diverges to +∞. As I understand it, this means that for all numbers M, I must find a number N such that for all n≥N, I get an≥M. However, I'm not sure how to pick N.
Thanks.
Answer
You can use a lower bound on n! instead of n! itself. For example, when n≥3, an=n!2n=22n(3⋅…⋅n)≥22n(3n−2)=12(32)n−2. Since the sequence (32)n goes to +∞ as n goes to +∞, an must also go to +∞.
If you wish to go all the way back to the definition, you only need to elaborate the last sentence. This can be done as follows.
Note that now we know that an≥12(32)n−2 for n≥3. For any given M>0, pick N such that 12(32)N−2=M. (More specifically, N=log(2M)log(3/2)+2.) If N<3, we pick N=3 instead. Then, for all n>N, we know an≥12(32)n>M.
No comments:
Post a Comment