A series involving factorial

85 Views Asked by At

Series from $n=0$ to infinity of $n!/1000^n$

I know the limit of $n!$ is infinity and $1000^n$ is also infinity. In this regard, I really don't see how L'Hopital's rule can work in this case. How do I tackle this problem ?

3

There are 3 best solutions below

0
On BEST ANSWER

Since$$\lim_{n\to\infty}\frac{\frac{(n+1)!}{1000^{n+1}}}{\frac{n!}{1000^n}}=\lim_{n\to\infty}\frac n{1000}=\infty,$$your series diverges, by the ratio test.

0
On

For $n >2000$ we have $\frac {n!} {(1000)^{n}} >\frac {(2000)(2001)...n} {(1000)^{n}} >2^{n-2000}$ so the general term of the series tends to $\infty$.

0
On

When you go from the term $n$ to the term $n+1$, you multiply by $n+1$ and divide by $1000$. So the numerator will eventually "win" and make the terms larger and larger.


More rigorously, for $n>1000$,

$$t_n:=\frac{n!}{1000^n}\ge t_{1000}1.001^{n-1000},$$ forming a diverging geometric series.