How can I use the telescoping technique to compute the following sum? I'm having issues getting started. I know the basic steps but I don't know how to perform them. I know I have to separate the fraction into A and B. After that I have to perform the sum but I'm not sure what comes next.
$$\sum_{i=3}^n \frac{1}{i(i+3)} $$
Thanks for any help!
$\sum_{i=3}^{n} \frac{1}{i(i+3)} = \frac{1}{3} \sum_{i=3}^{n} \frac{1}{i} - \frac{1}{i+3}$ via partial fractions.
To see what's going on, try writing out the first 4 or so terms and you'll quickly see what cancels out and what's left over...