Ryuuken
- 5
- 0
Homework Statement
Prove the following identity by mathematical induction:
\sum_{i=1}^n \frac{1}{(2i - 1)(2i + 1)} = \frac{n}{(2n + 1)}
Homework Equations
The Attempt at a Solution
Let P(n) = \sum_{i=1}^n \frac{1}{(2(1) - 1)(2(1) + 1)} = \frac{1}{(2(1) + 1)}
P(1) = \sum_{i=1}^n \frac{1}{(1)(3)} = \frac{1}{3} is true
Assuming P(k) is true, then P(k + 1) is also true.
\sum_{i=1}^n \frac{1}{(2(k + 1) - 1)(2(k + 1) + 1)} = \frac{k + 1}{(2(k + 1) + 1)}
Do I just change all the i's and n's to k+1 and expand it until left equation is equal to the right?