How Do You Prove the Summation Formula for 1/(4k^2 - 1)?

  • Thread starter Thread starter Natasha1
  • Start date Start date
  • Tags Tags
    Sequences
Natasha1
Messages
494
Reaction score
9
I have to use the partial fraction technique on 1/(4k^2 - 1)...

ANSWER: So far so good and I get 1 / 2(2k-1) - 1 / 2(2k+1), is this correct?


I now need to show that ?

[math]
\sum 1 / 4k^2 - 1 = n / 2n + 1
[/math]


Please help :confused:
 
Last edited:
Physics news on Phys.org
You have the denominator
4k^2-1 = (2k+1)(2k-1)
therefore i believe you should get
\frac{1}{4k^2-1} = \frac{1}{(2k+1)}+\frac{1}{(2k-1)}

Then you know that:
<br /> \sum_{k=1}^n \frac{1}{4k^2-1} = <br /> \sum_{k=1}^n \frac{1}{(2k+1)} + \sum_{k=1}^n \frac{1}{(2k-1)}<br />

You should then try to find expressions for the two new summations...
 
hi,
I got what natasha got for the breakdown. You need to look at the sequence of partial sums and see what cancels out. It's easier to do this if you factor your 1/2 out. You should be able to see what's laeft fairly easily. Simplify that and you get your answer.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top