3
$\begingroup$

I have to find the formula for sum $\sum_{i=2}^{n} \frac1{i^2-1}$ I remember reading somewhere that $\displaystyle \frac1{i^2-1}$ can be shown as $\displaystyle\frac1{i+1}$ and $\displaystyle \frac1{i-1}$.

If I can express it as this, then I should be able to create a telescopic sum, and produce the formula easily. But how can I get to those two fractions in the first place so that I can build the proof?

  • 6
    Writing $\frac{1}{i^2-1}$ as a combination of $\frac{1}{i-1}$ and $\frac{1}{i+1}$ is usually called "partial fraction decomposition". You can easely find sites covering this, and it is also covered in any Calculus textbook, in the section called something like "integrals of rational functions"...2011-05-30

1 Answers 1

7

$\frac1{k^2-1} = \frac1{2} \left( \frac1{k-1} - \frac1{k+1} \right)$ Now let the telescopic summation take over.

  • 0
    @Christopher: That's what I got after doing it out, as well.2011-05-30