PFStudent
- 169
- 0
Homework Statement
1.1.2
Write,
<br /> {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{99\cdot100}}<br />
as a fraction in lowest terms.
The Attempt at a Solution
Rewriting the problem as a summation,
<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{n\cdot(n+1)}}<br />
Then considering the first few terms,
<br /> {\frac{1}{1\cdot2}} = \frac{1}{2}<br />
<br /> {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} = \frac{2}{3}<br />
<br /> {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} = \frac{3}{4}<br />
This leads to the conjecture that,
<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{n}{n+1}}<br />
How would I prove the above by induction?
-PFStudent
Last edited: