convergence of a sum fails with root test

195 Views Asked by At

So I was trying to find the values of $p>0$ such that the sum $$\sum_{n=1}^{\infty} \left(1-\frac{p}{n}\right)^n $$

converges. I tried to use the root test but the limit of that equals $1$ so the root test is inconclusive. How else would I do this question though? I can't use the integral test or the limit comparison test. The ratio test also fails.

2

There are 2 best solutions below

1
On BEST ANSWER

It fails to converge as the $n$th terms don't tend to $0$: $$\lim_{n\to\infty}\left(1-\frac{p}{n}\right)^n = e^{-p}$$

1
On

Hint: what is

$$ \lim_{n \to \infty} \left( 1 - \frac{p}{n} \right)^n ? $$