- #1
andyk23
- 26
- 0
Homework Statement
[itex]\sum[/itex] i=1 to n[itex]\sqrt{1+(1/i^2)+(1/(1+i)^2)}[/itex] = n(n+2)/n+1
2. The attempt at a solution
First I did the base case of p(1) showing 3/2 on the LHS equals the 3/2 on the RHS.
Then I assumed p(k) and wrote out the formula with k in it.
Then prove p(k+1)= p(k)+ [itex]\sqrt{1+1/(k+1)^2+1/(k+2)^2}[/itex]
=k(k+2)/k+1 + [itex]\sqrt{1+1/(k+1)^2+1/(k+2)^2}[/itex]
Then I squared each to get rid of the square root.
(k(k+2)/(k+1))^2+ (k+1)^2/(k+1)^2 + 1/(k+1)^2 + 1/(k+2)^2
Then I factored everything out
((k^4+4k^3+4k)/(k+1)^2) + ((k^2+2k+1)/(k+1)^2) + 1/(k+1)^2 + 1/(k+2)^2.
Basically I'm having a brain freeze on how to get (k+2) as the common denominator. Any Guidance would be great thanks!