- #1
Ryuuken
- 5
- 0
Homework Statement
Prove the following identity by mathematical induction:
[tex]\sum_{i=1}^n \frac{1}{(2i - 1)(2i + 1)} = \frac{n}{(2n + 1)}[/tex]
Homework Equations
The Attempt at a Solution
Let P(n) = [tex]\sum_{i=1}^n \frac{1}{(2(1) - 1)(2(1) + 1)} = \frac{1}{(2(1) + 1)}[/tex]
P(1) = [tex]\sum_{i=1}^n \frac{1}{(1)(3)} = \frac{1}{3}[/tex] is true
Assuming P(k) is true, then P(k + 1) is also true.
[tex]\sum_{i=1}^n \frac{1}{(2(k + 1) - 1)(2(k + 1) + 1)} = \frac{k + 1}{(2(k + 1) + 1)}[/tex]
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?