Calculate Sums with F(i) Function for Math Problem

  • Thread starter Thread starter daniel_i_l
  • Start date Start date
  • Tags Tags
    Sums
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
daniel_i_l
Gold Member
Messages
864
Reaction score
0
I need to calculate
[tex] \sum_{i=1}^n \frac{1}{i(i+1)}[/tex]
useing the fact that:
[tex] \sum_{i=1}^n F(i) - F(i-1) = F(n) - F(0)[/tex]
now I chose the function
[tex] F(i) = \frac{1}{i} \frac{1}{(i+1)} ... \frac{1}{(i+r)}[/tex]
so
[tex] 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)}) [/tex]
now I want to use that to calculate the sum chooseing r as 2, but I'm stuck because the F(0) is undefined, and because of the
[tex] \frac{1}{i+r}-\frac{1}{i-1}) [/tex]
 
Last edited:
Physics news on Phys.org
You need to choose F(i) so that

[tex] F(i)-F(i-1)=\frac{1}{i(i+1)}[/tex]

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 [tex]\frac{1}{i+1} - \frac{1}{i}[/tex]?
 
Thanks a lot!