Calculate Sums with F(i) Function for Math Problem

  • Thread starter Thread starter daniel_i_l
  • Start date Start date
  • Tags Tags
    Sums
daniel_i_l
Gold Member
Messages
864
Reaction score
0
I need to calculate
<br /> \sum_{i=1}^n \frac{1}{i(i+1)}<br />
useing the fact that:
<br /> \sum_{i=1}^n F(i) - F(i-1) = F(n) - F(0)<br />
now I chose the function
<br /> F(i) = \frac{1}{i} \frac{1}{(i+1)} ... \frac{1}{(i+r)}<br />
so
<br /> F(i)-F(i-1)=(\frac{1}{i}\frac{1}{(i+1)} ... \frac{1}{(i+r-1)})(\frac{1}{(i+r)}-\frac{1}{(i-1)}) <br />
now I want to use that to calcualte the sum chooseing r as 2, but I'm stuck because the F(0) is undefined, and because of the
<br /> \frac{1}{i+r}-\frac{1}{i-1}) <br />
 
Last edited:
Physics news on Phys.org
You need to choose F(i) so that

<br /> F(i)-F(i-1)=\frac{1}{i(i+1)}<br />

Your choice of F(i) does not satisfy this (what is that r anyways?) Try another choice of F, with a hint-think partial fractions.
 
Why on Earth would you choose that three term nightmare for F? There is a much easier way to do it. Hint: what is \frac{1}{i+1} - \frac{1}{i}?
 
Thanks a lot!
 
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