Summation of series using method of difference

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
14 replies · 8K views
hhm28
Messages
13
Reaction score
0

Homework Statement


Here's my question. My school recently taught me finding summation using method of difference and what my teacher taught was just involving 2 partial fractions.

But this question appeared in my exercise given by my teacher.

r th term: (2r-1)/r(r+1)(r+2). Find summation of n th terms begin with r=1.

Can someone show me how to solve this using method of difference?


2. The attempt at a solution
What I got is sum (- 1/2r + 3/r+1 - 5/2(r+2) ).

And I stucked. What I used to know is r th term is f(r) - f(r-1). and sum of rth term is f(n)- f(0).
I can't get the f(r) - f(r-1) either because -1/2r and -5/2(r+2) both having the same sign.
 
Physics news on Phys.org
welcome to pf!

hi hhm28! welcome to pf! :smile:
hhm28 said:
r th term: (2r-1)/r(r+1)(r+2). Find summation of n th terms begin with r=1.

might be easier to split it up first

for example 2/(r+1)(r+2) - 1/r(r+1)(r+2) :wink:
 
This did help me. But the problem is i stucked somewhere.

I got sigma -[(2/r+2) - (3/r+1) + (1/2r+2) + (1/2r)] and I stucked.

I should've make it into f(r)-f(r-1). =( I'm stupid Argh...

Can you show me how? Perhaps upload a photo. LOL
 
LOL. Thats the problem. I only know how to solve f(r) - f(r-1).

Now there is 3 partial fractions. But with 2/(r+1)(r+2) - 1/r(r+1)(r+2), i managed to get ∑ -[(2/r+2) - (3/r+1) + (1/2r+2) + (1/2r)].
 
1/r(r+1) = (1/r) - (1/r+1)

∑ 1/r(r+1) = ∑ (1/r) - (1/r+1)
= -∑ [(1/r+1) -(1/r)]

Let f(r)= 1/ r+1 , f(r-1)= 1/r
∑ 1/r(r+1) = -∑ f(r) - f(r-1)
= - [f(n) - f(0)]
= - [(1/n+1) - 1]
= n/n+1
 
∑1/r(r+1)(r+2) = ∑1/2r - 1/(r+1) + 1/2(r+2)

How do i continue? the 1/(r+1) is disrupting. =(
 
means that A/r(r+1) + B/(r+2) to get partial?
 
Gosh. I never learned that =(
 
Thank you so much anywhere. =)
 
hhm28 said:

Homework Statement


Here's my question. My school recently taught me finding summation using method of difference and what my teacher taught was just involving 2 partial fractions.

But this question appeared in my exercise given by my teacher.

r th term: (2r-1)/r(r+1)(r+2). Find summation of n th terms begin with r=1.

Can someone show me how to solve this using method of difference?2. The attempt at a solution
What I got is sum (- 1/2r + 3/r+1 - 5/2(r+2) ).

And I stucked. What I used to know is r th term is f(r) - f(r-1). and sum of rth term is f(n)- f(0).
I can't get the f(r) - f(r-1) either because -1/2r and -5/2(r+2) both having the same sign.
Good start. Try writing out the first few terms:

r=1: ##-\frac{1}{2}\left(\frac{1}{1}\right) + 3\left(\frac{1}{2}\right) - \frac{5}{2}\left(\frac{1}{3}\right)##

r=2: ##-\frac{1}{2}\left(\frac{1}{2}\right) + 3\left(\frac{1}{3}\right) - \frac{5}{2}\left(\frac{1}{4}\right)##

r=3: ##-\frac{1}{2}\left(\frac{1}{3}\right) + 3\left(\frac{1}{4}\right) - \frac{5}{2}\left(\frac{1}{5}\right)##

r=4: ##-\frac{1}{2}\left(\frac{1}{4}\right) + 3\left(\frac{1}{5}\right) - \frac{5}{2}\left(\frac{1}{6}\right)##

r=5: ##-\frac{1}{2}\left(\frac{1}{5}\right) + 3\left(\frac{1}{6}\right) - \frac{5}{2}\left(\frac{1}{7}\right)##

Now look at the pieces with (1/3) (or (1/4) or (1/5)). Can you see a pattern to how the various parts cancel?
 
Last edited: