Does the following converge or diverge? I should use the ratio test.
$$\sum_{x=1}^\infty \frac{x}{(x-1)!}$$
Does the following converge or diverge? I should use the ratio test.
$$\sum_{x=1}^\infty \frac{x}{(x-1)!}$$
$$f(x)=\dfrac x{(x-1)!}=\dfrac{x-1+1}{(x-1)!}=\dfrac1{(x-2)!}+\dfrac1{(x-1)!}$$
Now use $e^y=\sum_{r=0}^\infty\dfrac{y^r}{r!}$
$f(1)=\dfrac1{0!}$ as $\dfrac1{n!}=0$ for integer $n<0$
The answer by lab bhattacharjee is clever and even allows you to compute the limit to which the series converges, but of course you can also use the ratio test if you just want to know whether the series converges or not. Let $$a_n = \frac{n}{(n-1)!}$$ Then $$\begin{aligned} \left| \frac{a_{n+1}}{a_n} \right| &= \left| \frac{n+1}{n} \cdot \frac{(n-1)!}{n!} \right| \\ &= \left| \frac{n+1}{n^2} \right| \\ &\to 0 \quad \text{as }n \to \infty \\ \end{aligned}$$ and consequently the series $\sum a_n$ converges absolutely.