How could we show $$\sum \frac{1}{4n^2-1}=\frac{n}{2n+1}=\frac{1}{2}-\frac{1}{2 \times (2n+1)}$$ I am looking for an answer other than induction as in the actual problem I am suppose to find out a representation of the sum (I used wolfarm alpha to get that represenation).Experimenting with smaller sums it is not much difficult to identify the form $\frac{n}{2n+1}$ however, I would appreciate if anybody show me other methods to obtain those forms.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
This sum can be computed using telescoping: $\frac1{4n^2-1}=\frac12\left(\frac1{2n-1}-\frac1{2n+1}\right)$, so in the sum all terms but $\frac12\cdot 1$ and $-\frac12\cdot\frac1{2n+1}$ cancel. |
|||
|
|
|
It may be worth trying $$ \frac{1}{{4n^2 - 1}} = \frac{1}{{(2n + 1)(2n - 1)}} = \frac{1}{{2(2n - 1)}} - \frac{1}{{2(2n + 1)}} $$ and considering telescoping series. |
|||
|
|