How to find the summation of this infinite series: $\sum_{k=1}^{\infty} \frac{1}{(k+1)(k-1)!}(1 - \frac{2}{k})$

586 Views Asked by At

I've been trying to figure out the following sum for a while now:

$$\sum_{k=1}^{\infty} \frac{1}{(k+1)(k-1)!}\left(1 - \frac{2}{k}\right)$$

I'm pretty sure that this doesn't evaluate to $0$.

As $k$ increases the term tends to $0$, but the first few terms add up to give a non-zero number.

I'm just having trouble figuring out how to find that number. Any help would be appreciated.

2

There are 2 best solutions below

3
On

Hint: Note that $1-\frac{2}{k}=\frac{(k+1)-3}{k}$. So our sum is $$\sum_1^\infty \frac{1}{k!} -3\sum_1^\infty \frac{1}{(k+1)!}.$$ Each sum is a fairly close relative of $e$.

2
On

Let's try splitting up the series (since if it converges to a finite number, it will be absolutely convergent, since all terms are positive).

$$\sum_{k=1}^{\infty} \frac{1}{(k+1)(k-1)!}(1 - \frac{2}{k}) = \sum_{k=1}^{\infty} \frac{1}{(k+1)(k-1)!} - 2 \sum_{k=1}^{\infty} \frac{1}{(k+1)(k)(k-1)!} \\ = \sum_{k=1}^{\infty} \frac{k}{(k+1)(k)(k-1)!} - 2 \sum_{k=1}^{\infty} \frac{1}{(k+1)!} \\ = \sum_{k=1}^{\infty} \frac{k}{(k+1)!} - 2 \left[\sum_{k=0}^{\infty} \frac{1}{(k+2)!} + \frac{1}{0!} + \frac{1}{1!} -2 \right] = \\ \sum_{k=0}^{\infty} \frac{k+1}{(k+2)!} -2\left[ \sum_{k=0}^{\infty}\frac{1^k}{k!} -2 \right] = \sum_{k=0}^{\infty}\frac{k}{(k+2)!} + \sum_{k=0}^{\infty} \frac{1}{(k+2)!} - 2[e^1 -2]$$

Using the same technique as before:

$$ = \sum_{k=0}^{\infty}\frac{k}{(k+2)!} + [e^1 -2] - 2[e^1 -2] \\= \sum_{k=1}^{\infty} \frac{ k }{(k+2)!} -[e^1 -2] \\ = \sum_{k=1}^{\infty} \frac{ k }{(k+2)!} + \sum_{k=0}^{\infty} \frac{2}{(k+2)!} - \sum_{k=0}^{\infty} \frac{2}{(k+2)!} -[e^1 -2] \\ = \sum_{k=0}^{\infty} \frac{k+2}{(k+2)!} - 2 \sum_{k=0}^{\infty} \frac{1}{(k+2)!} - [e^1 -2]$$

Using a second time our computation that $\sum_{k=0}^{\infty} \frac{1}{(k+2)!} = e^1 -2$ we get $$= \sum_{k=0}^{\infty} \frac{k+2}{(k+2)!} - 3[e^1 -2] \\ = \sum_{k=0}^{\infty} \frac{1}{(k+1)!} - 3[e^1 -2] \\ = \sum_{k=0}^{\infty}\frac{1}{(k+1)!} + 1 -1 -3[e^1-2] \\ = \sum_{k=0}^{\infty} \frac{1}{k!} -1 - 3[e -2] \\ = e-1 -3e +6 \\ \\= -2e+5 $$