So I want to simplify this expression: $$\sum_{k=1}^n \frac{1}{4k^2-1}$$ and Wolfram Alpha tells me it can be simplified to two forms: $$\frac{n}{2n+1}$$ and $$\frac{1}{2}-\frac{1}{2(2n+1)}$$ The problem being that I don't know how to do so and I cannot seem to, after sincerely trying, find any helpful information in my text book nor in Google. Thanks.
2026-04-02 23:03:54.1775171034
Simplification of $\sum_{k=1}^n \frac{1}{4k^2-1}$
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: $$\frac 1{4k^2 - 1} = \frac 1{(2k + 1)(2k - 1)} = \frac 12\left(\frac{1}{2k - 1} - \frac{1}{2k + 1}\right)$$ So now your sum can collapse to contain only some initial and terminal terms.