Understanding Telescoping Series: Finding the Sum

qeteshchl
Messages
2
Reaction score
0
My apologies beforehand for not using the right format for this post.

Homework Statement



Find the sum of (from 1 to inf) of \sum8/(n(n+1)(n+2))

Homework Equations





The Attempt at a Solution



I approached the problem like I would a telescoping series by using partial faction decomposition to split it up. I arrived at:

\sum4/n - 8/(n+1) + 4/(n+2)

I started plugging in numbers for 1 to try and arrive at a pattern:

(1 - 1 + 1/3) + (1/2 - 2/3 + 1/4) + (1/3 - 2/4 + 1/5) + (1/4 - 2/5 + 1/6) ...

I'm not seeing any discernible pattern to what is canceling out. Am I just approaching this problem wrong? Thanks for any help you guys may provide!
 
Physics news on Phys.org
qeteshchl said:
My apologies beforehand for not using the right format for this post.

Homework Statement



Find the sum of (from 1 to inf) of \sum8/(n(n+1)(n+2))

Homework Equations


The Attempt at a Solution



I approached the problem like I would a telescoping series by using partial faction decomposition to split it up. I arrived at:

\sum4/n - 8/(n+1) + 4/(n+2)

I started plugging in numbers for 1 to try and arrive at a pattern:

(1 - 1 + 1/3) + (1/2 - 2/3 + 1/4) + (1/3 - 2/4 + 1/5) + (1/4 - 2/5 + 1/6) ...

I'm not seeing any discernible pattern to what is canceling out. Am I just approaching this problem wrong? Thanks for any help you guys may provide!

I'm assuming your partial fraction expansion is OK. What I notice in your general term is the two 4's and the -8. If they went with the same n, they would cancel. But the 4/n will be 4/(n+1) in the next term and the 4/(n+2) will be 4/(n+1) in the previous term. Try looking for that cancellation pattern.
 
Last edited:
I don't know if it was the most efficient way of doing it but I stretched out the nth term values pretty far until I found a pattern. Thanks for your advice LCKurtz, really appreciate the response!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top