Answer Sum of Sequence Problem: \sum\limits_{n=2}^\infty {\frac{1}{n(n-1)}}

  • Thread starter Thread starter tony873004
  • Start date Start date
  • Tags Tags
    Sequence
Click For Summary

Homework Help Overview

The discussion revolves around finding the sum of the series \(\sum\limits_{n=2}^\infty {\frac{1}{n(n-1)}}\). Participants are exploring the implications of the series' formulation and comparing it to a similar series involving \(\sum\limits_{n=1}^\infty {\frac{1}{n(n+1)}}\), which is known to converge to 1.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Some participants attempt to relate the series to a known result, questioning whether adjustments need to be made for the starting index of the summation. Others raise concerns about the difference in the denominators of the series being compared, prompting a discussion on partial fraction decomposition.

Discussion Status

The discussion is active, with participants providing insights into the method of partial fraction decomposition and its relevance to the problem. There is acknowledgment of a mistake regarding the signs in the series, and some participants are exploring different approaches to understand the series better.

Contextual Notes

Participants note that there may be confusion due to the similarity between the two series and the implications of their respective formulations. There is also mention of a potential gap in understanding partial fractions, which may affect the ability to apply the discussed methods effectively.

tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143

Homework Statement


Find the Sum of [tex]\sum\limits_{n = 2}^\infty {\frac{1}{{n\left( {n - 1} \right)}}}[/tex]



Homework Equations


[tex]\sum\limits_{n = 1}^\infty {\frac{1}{{n\left( {n + 1} \right)}} = 1}[/tex]



The Attempt at a Solution


[tex]\sum\limits_{n = 2}^\infty {\frac{1}{{n\left( {n + 1} \right)}} = \sum\limits_{n = 1}^\infty {\frac{1}{{n\left( {n + 1} \right)}} - a_1 = 1} - a_1 = 1 - \frac{1}{{1\left( {1 + 1} \right)}} = 1 - \frac{1}{2} = \frac{1}{2}} [/tex]

But the book says the answer is 1. I can see it being 1 if n=1 in the sumation symbol, but it is n=2, so don't I have to subtract the value of a1 from the sum computed from the formula?
 
Physics news on Phys.org
Why are you finding \sum 1/n(n+1) when the question is asking for \sum 1/n(n-1)? (Note the difference in signs.)
 
tony873004 said:

Homework Statement


Find the Sum of [tex]\sum\limits_{n = 2}^\infty {\frac{1}{{n\left( {n - 1} \right)}}}[/tex]

Homework Equations


[tex]\sum\limits_{n = 1}^\infty {\frac{1}{{n\left( {n + 1} \right)}} = 1}[/tex]

The Attempt at a Solution


[tex]\sum\limits_{n = 2}^\infty {\frac{1}{{n\left( {n + 1} \right)}} = \sum\limits_{n = 1}^\infty {\frac{1}{{n\left( {n + 1} \right)}} - a_1 = 1} - a_1 = 1 - \frac{1}{{1\left( {1 + 1} \right)}} = 1 - \frac{1}{2} = \frac{1}{2}} [/tex]

But the book says the answer is 1. I can see it being 1 if n=1 in the summation symbol, but it is n=2, so don't I have to subtract the value of a1 from the sum computed from the formula?

You may want to look up partial fraction decomposition. I will explain how you can compute the formula that is given to you (#2). The sum you're interested in can be computed in a similar fashion.

[tex]\frac{1}{n(n+1)} = \frac{1}{n}-\frac{1}{n+1}[/tex]

There is a method for obtaining the right hand side given any rational expression -- you should look this up so that you understand how to apply this idea if you are given more complicated rational expressions as your n-th term in the series.

Now, since

[tex]\sum_{k=1}^\infty \frac{1}{n(n+1)} = \sum_{k=1}^\infty \left( \frac{1}{n} - \frac{1}{n+1} \right)[/tex]

try writing out a few terms and you should see a pattern. Try to apply this approach to your summation. (Note, as morphism already pointed out, that your summation has subtraction in the denominator, and not addition.)

This type of summation/series is called a telescoping series.
 
Last edited:
Thanks, I mixed up a + and - sign.
 
rs1n said:
You may want to look up partial fraction decomposition...

...try writing out a few terms and you should see a pattern...

[tex]\sum\limits_{n = 2}^\infty {\frac{1}{{n\left( {n - 1} \right)}} = \sum\limits_{n = 1}^\infty {\frac{1}{{n - 1}} - \frac{1}{n} = \left( {\frac{1}{1}} \right)} } + \left( {} \right) + \left( {} \right)...\left( { - \frac{1}{n}} \right) = \mathop {\lim }\limits_{n \to \infty } \frac{1}{1} - \frac{1}{n} = 1 - 0 = 1[/tex]

Everything but the first and last terms cancel, so now I get 1. But I still don't understand decomposition.

How should I have known to do this:
[tex]\frac{1}{{n\left( {n - 1} \right)}} = \frac{1}{{n - 1}} - \frac{1}{n}[/tex]
 
You have a minor mistake:

[tex]\sum\limits_{n = 2}^\infty {\frac{1}{{n\left( {n - 1} \right)}} = \sum_{ n=\mathbf{2}}^\infty \left({\frac{1}{{n - 1}} - \frac{1}{n} \right)[/tex]

Regarding the decomposition, look up partial fractions. It's essentially the reverse of combining two fractions. Judging by your response, perhaps partial fractions have not been covered. Fortunately, there is another method which DOES use the formula in (#2) directly.

Write out a few terms of the sum

[tex]\sum_{n=1}^\infty \frac{1}{n(n+1)}[/tex]

and compare with the terms from

[tex]\sum_{n=2}^\infty \frac{1}{n(n-1)} = \sum_{n=2}^\infty \frac{1}{(n-1)n}[/tex]

(Use the form on the right hand side. Just write out the terms explicitly -- don't simplify)

NOTE THE INDICES; THEY ARE DIFFERENT.
 
That mistake was a typo. Thanks for catching it. I think we covered partial fractions in the week I was sick. I knew it'd come back to bite me. Thanks for your help! And thanks for the alternate method.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K