Telescopic sum issues, cant get Sk

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
yuming
Messages
1
Reaction score
0
1. Homework Statement
Find a formula for the nth partial sum of the series and use it to find the series' sum if the series converges

Homework Equations


3/(1*2*3) + 3,/(2*3*4) + 3/(3*4*5) +...+ 3/n(n+1)(n+2)

The Attempt at a Solution


the first try, i tried using partial fraction which equals to A/(n) + B/(n+1) + C/(n+2). which made me get (3/2n - 3/n+1 + 3/2(n+2). Sn= (3/2 - 3/2 +3/6) + (3/4 - 1 + 3/8) + (3/6 - 3/4 + 3/10) + (3/8 - 3/5 + 3/12). i can't cancel it correctly. please help
i saw the correct working which the partial fraction suppose to be A/(n)(n+1) - B/(n+1)(n+2). didnt make sense to me because i thought in partial fraction we are suppose to split all the parts? and i tried that way and i would get A/(n)(n+1) + B/(n+1)(n+2) instead of A/(n)(n+1) - B/(n+1)(n+2). (couldnt get negative b) please help, have been trying to solve this for days.
 
Last edited by a moderator:
Physics news on Phys.org
yuming said:
1. Homework Statement
Find a formula for the nth partial sum of the series and use it to find the series' sum if the series converges

Homework Equations


3/(1*2*3) + 3,/(2*3*4) + 3/(3*4*5) +...+ 3/n(n+1)(n+2)

The Attempt at a Solution


the first try, i tried using partial fraction which equals to A/(n) + B/(n+1) + C/(n+2). which made me get (3/2n - 3/n+1 + 3/2(n+2). Sn= (3/2 - 3/2 +3/6) + (3/4 - 1 + 3/8) + (3/6 - 3/4 + 3/10) + (3/8 - 3/5 + 3/12). i can't cancel it correctly. please help
i saw the correct working which the partial fraction suppose to be A/(n)(n+1) - B/(n+1)(n+2). didnt make sense to me because i thought in partial fraction we are suppose to split all the parts? and i tried that way and i would get A/(n)(n+1) + B/(n+1)(n+2) instead of A/(n)(n+1) - B/(n+1)(n+2). (couldnt get negative b) please help, have been trying to solve this for days.

Suggestions: (i) forget the '3' in the numerator; you can always put it back after you have done the summation; (ii) write ##\frac{1}{n(n+2)}## in partial fractions, then multiply by ##1/(n+1)## afterward.
 
yuming said:
1. Homework Statement
Find a formula for the nth partial sum of the series and use it to find the series' sum if the series converges

Homework Equations


3/(1*2*3) + 3,/(2*3*4) + 3/(3*4*5) +...+ 3/n(n+1)(n+2)

The Attempt at a Solution


the first try, i tried using partial fraction which equals to A/(n) + B/(n+1) + C/(n+2). which made me get (3/2n - 3/n+1 + 3/2(n+2). Sn= (3/2 - 3/2 +3/6) + (3/4 - 1 + 3/8) + (3/6 - 3/4 + 3/10) + (3/8 - 3/5 + 3/12). i can't cancel it correctly. please help
First off, you need more parentheses. When you write 3/2n, that means ##\frac 3 2 n##, not ##\frac3 {2n}## as you intended. When you write 3/n + 1, that's even worse, as it means ##\frac 3 n + 1##
yuming said:
i saw the correct working which the partial fraction suppose to be A/(n)(n+1) - B/(n+1)(n+2). didnt make sense to me because i thought in partial fraction we are suppose to split all the parts? and i tried that way and i would get A/(n)(n+1) + B/(n+1)(n+2) instead of A/(n)(n+1) - B/(n+1)(n+2). (couldnt get negative b) please help, have been trying to solve this for days.
You can split it however you want. I wouldn't have thought of this approach, but working it through, it makes sense.

Decompose by setting ##\frac{1}{n(n + 1)(n + 2)} = \frac{A}{n(n + 1)} + \frac{B}{(n + 1)(n + 2)}##. After you find A and B, you will have a series that telescopes nicely.
Note: to simplify things you can take out a factor of 3 from all of the terms in the original problem.