Series Convergence: Ratio Test & Lim. n→∞

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Confusedalways
Messages
4
Reaction score
0
I'm trying to determine if $$\sum_{n=1}^{\infty}\frac{{n}^{10}}{{2}^{n}}$$ converges or diverges.

I did the ratio test but I'm left with determining $$\lim_{{n}\to{\infty}}\frac{(n+1)^{10}}{2n^{10}} $$

Any suggestions??
 
Last edited by a moderator:
Physics news on Phys.org
I would write the limit as:

$$L=\frac{1}{2}\lim_{n\to\infty}\frac{(n+1)^{10}}{n^{10}}=\frac{1}{2}\left(\lim_{n\to\infty}\left(1+\frac{1}{n}\right)\right)^{10}$$

Can you proceed?
 
Yes thanks!