livcon
- 6
- 0
Homework Statement
Prove by induction the following summation formula:
\frac{1}{1\1*2} + \frac{1}{2*3} + ... + \frac{1}{n(n+1)} = 1 - \frac{1}{n+1}
n \geq 1
Homework Equations
-
The Attempt at a Solution
Inductive step:
1. \frac{1}{1*2} + \frac{1}{2*3} + ... + \frac{1}{n(n+1)} + \frac{1}{(n+1)((n+1)+1)} = 1 - \frac{1}{(n+1)+1}
2. \frac{1}{1*2} + \frac{1}{2*3} + ... + \frac{1}{n(n+1)} + \frac{1}{(n+1)((n+1)+1)} = 1 - \frac{1}{n+1} + \frac{1}{(n+1)(n+2)}
To prove this (1) should equal (2) (right?), but I don't see how to manipulate (2) to make it equal to (1)
Thanks in advance!