Convergence or divergence of given series

55 Views Asked by At

Sorry if this is a silly question, but I'm trying these types of questions for the first time today.

I have a series and I'm told to check if it's convergent or divergent. The series is:

$1+\frac{2^2}{2!}+\frac{3^2}{3!}+... = \sum_{k=1}^\infty\frac{k^2}{k!}$

I simplified the nth term as $a_n=n/(n-1)!$

Now I'm not sure how to proceed further. Not allowed to use D'Alembert's ratio test yet.

Any help is appreciated.

2

There are 2 best solutions below

1
On BEST ANSWER

I think your second test is known to me as the Limit Comparison Test. Let's use that. I assume you know already that the series $\sum_{k=1}^\infty \frac 1{k!}$ converges. Let $a_k = \frac{k^2}{k!}$. For $k \ge 2$, let $b_k = \frac{1}{(k-2)!}$. Then we have the following.

$$\lim_{k\to\infty}\frac{a_k}{b_k} = \frac{k^2}{k!}\cdot\frac{(k-2)!}{1} = \lim_{k\to\infty} \frac{k^2}{k(k-1)} = 1.$$

It's easy to see that $\sum b_k$ converges, so by the Limit Comparison Test, $\sum a_k$ does too.

1
On

Comparison Test.

For $n\ge 4$ we have $$0<a_n=\frac {1}{1-\frac {1}{n}}\cdot \frac {1}{(n-2)!}<$$ $$<2\cdot \frac {1}{(n-2)!}\le$$ $$\le 2\cdot \frac {1}{2^{n-3}}=\frac {16}{2^n}.$$