Is there an easier way to solve the problem 2n+1/((n^2)((n+1)^2)) than adding up the sum from n to infinity?
I know the answer is 1, n = 1 as well. My problem is a more efficient way is needed.
what was the original question?
\[\sum_{n = 1}^{\infty}\frac{ 2n+1}{ n^2(n+1)^2 }\]
have you tried partial fractions?
\[\frac{2n+1}{n^2(n+1)^2}=\frac{1}{n^2}-\frac{1}{(n+1)^2}\] \[\sum_{n=1}^\infty \frac{1}{n^2(n+1)^2}=(1/1-1/4)+(1/4-1/9)+(1/9-1/16)+\cdots\]
I've seen that split before, but I'm not sure on the algebra to reach it. My question for that would be, where did the 2n go and why is it subtraction? But I understand the sequence better as that generic telescopic form. I am unsure how to reach it though.
if you combine the two terms on the right hand side, you should get the expression on the left hand side.
Join our real-time social learning platform and learn together with your friends!