Proving the Sum of Reciprocals by Induction

  • Thread starter Thread starter thefeedinghan
  • Start date Start date
  • Tags Tags
    Induction Proof
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
thefeedinghan
Messages
2
Reaction score
0
Hello there, I'm having trouble proving this by induction

Homework Statement


[itex]\frac{1}{1(2)} + 1\frac{1}{2(3)}+...+\frac{1}{n(n+1)} = \frac{n}{n+1}[/itex]


Homework Equations


For the base case n=1

[itex]\frac{1}{1(2)}=\frac{1}{1+1} = \frac{1}{2} = \frac{1}{2}[/itex]

[itex]\frac{k}{k+1} + \frac{1}{(k+1)(k+2)}[/itex] <- the second term would be the next integer

The Attempt at a Solution


[itex]\frac{1}{1(2)}+ \frac{1}{2(3)}+\frac{1}{k(k+1)} + \frac{1}{(k+1)(k+2)} = \frac{k+1}{(k+1)+1} = \frac{k}{k+2} + \frac{1}{k+2}[/itex]

I don't know where to go from here, any help would be appreciated
 
Physics news on Phys.org
welcome to pf!

hi welcome to pf! :wink:
thefeedinghan said:
[itex]\frac{k}{k+1} + \frac{1}{(k+1)(k+2)}[/itex]

ok, now put the whole thing over (k+1)(k+2) …

what do you get? :smile:​