I'm quite stuck with the following problem. I have seen on this forum that there is already an answer for the infinite sum to the problem but I can't seem to find how to find the sum for a finite value.
The first part of the questions asks to transform the given series using partial fractions, which I did as follows:
$$ \frac{1}{k(k + 2)} $$
Which becomes:
$$ \frac{1}{2} \left(\frac{1}{k} - \frac{1}{k + 2}\right) $$
The question now asks to evaluate the finite sum:
$$ \sum_{k=1}^{n} \frac{1}{2} \left(\frac{1}{k} - \frac{1}{k + 2}\right) $$
I have tried expanding the summation and I have been able to cancel out some terms, but I cannot seem to find a correct solution in the end. Has anyone any idea or method on how to evaluate these sums after rewriting them using partial fractions?
Thanks in advance!
For instance, with $n = 10$ we have $$ \sum_{k=1}^n \frac1k - \frac 1{k+2} = \\ \left(1 - \frac 13 \right) + \left(\frac12 - \frac 14 \right) + \left(\frac13 - \frac 15 \right) + \cdots + \left(\frac 18 - \frac 1{10} \right) + \left(\frac19 - \frac 1{11} \right) + \left(\frac1{10} - \frac 1{12} \right) =\\ 1 + \frac 12 + \left(\frac13 - \frac 1{3} \right) + \cdots + \left(\frac1{10} - \frac 1{10} \right) - \frac 1{11} - \frac 1{12}. $$ For a more formal approach, note that $$ \sum_{k=1}^n \frac1k - \frac 1{k+2} = \sum_{k=1}^n \frac1k - \sum_{k=1}^n \frac 1{k+2} = \sum_{k=1}^n \frac1k - \sum_{k=3}^{n+2} \frac 1{k}\\ = \left(1 + \frac 12 + \sum_{k=3}^n \frac1k\right) - \left(\frac1{n+1} + \frac 1{n+2} + \sum_{k=3}^n \frac1k\right). $$