Finding the Limit of Partial Sums for a Series

  • Context: Undergrad 
  • Thread starter Thread starter Дьявол
  • Start date Start date
  • Tags Tags
    Series Sum
Click For Summary

Discussion Overview

The discussion revolves around finding the limit of partial sums for the series \(\sum_{n=1}^{\infty}{\frac{1}{n(n+2)}}\). Participants explore methods for summing series, particularly through techniques such as separating terms and telescoping series. The conversation includes both specific examples and general approaches to series summation.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant asks how to find the limit of the partial sums for the series \(\sum_{n=1}^{\infty}{\frac{1}{n(n+2)}}\) and mentions the need for convergence.
  • Another participant suggests rewriting the term \(\frac{1}{n(n+2)}\) as \(\frac{1}{2}\left(\frac{1}{n} - \frac{1}{n+2}\right)\) and proposes separating the sum into odd and even indices to facilitate telescoping.
  • There is a discussion about the cancellation of terms in the series, with one participant questioning how certain terms cancel and others do not.
  • One participant reiterates the method of separating odd and even indices and provides a breakdown of the sums, concluding that the total is \(\frac{3}{4}\).
  • Another participant inquires whether the method of separating terms should always be used and presents a new series for consideration, asking if a similar approach applies.
  • Responses clarify that the method can be applied correctly depending on the series structure and provide an example of rewriting another series in a similar fashion.
  • A later contribution discusses the limit of a different series, arriving at a limit of 1, while acknowledging earlier assistance.

Areas of Agreement / Disagreement

Participants express varying methods for summing series and do not reach a consensus on a single approach. Multiple viewpoints on the effectiveness of separating terms and the conditions under which it should be applied remain evident throughout the discussion.

Contextual Notes

Some participants express uncertainty about the cancellation of terms and the application of the separation method to different series. The discussion includes various assumptions about convergence and the structure of series without resolving these uncertainties.

Дьявол
Messages
365
Reaction score
0
How to find sum of some series?

For example I got:

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

All I know is that the condition that I need to find the sum of series is the sum of all partial (separate sums) and I know that the sum must be convergent.

So [tex]\lim_{n \rightarrow \infty}(x_n)=0[/tex].

In my case it is true.

So, [tex]\sum_{n=1}^{\infty}{\frac{1}{n(n+2)}}=\frac{1}{1*3}+\frac{1}{2*4}+\frac{1}{3*5}...[/tex]

I need to find [tex]\lim_{n \rightarrow \infty}(X_n)[/tex].

But how will I find the limit of the partial sums?

Thanks in advance.
 
Physics news on Phys.org
Trick: 1/[n(n+2)] = (1/2)(1/n - 1/(n+2)). Separate the sum into sum over odd n and sum over even n. For each sum, the series telescopes to the first positive term. The final result is then (1/2)(1 + 1/2) = 3/4.
 
Do you mean like: [tex]\lim_{n \rightarrow \infty}X_n=\lim_{n \rightarrow \infty}[\frac{1}{2}(1- \frac{1}{3})+\frac{1}{2}(\frac{1}{2}-\frac{1}{4})+\frac{1}{2}(\frac{1}{3}-\frac{1}{5})+\frac{1}{2}(\frac{1}{4}-\frac{1}{6})][/tex]

I see that some terms cancel out, but how did you get (1/2)(1 + 1/2) = 3/4 ?
 
You say some terms cancel... look at which ones don't cancel (not many)
 
Here cancel 1/3-1/3, 1/4-1/4.
1/2 * 1 for sure is not canceling, and also 1/2 * 1/2, -1/2 * 1/5, -1/2 * 1/6
As I can see 1/2*1/n+2 will always stay there. How to get in order these ones?
 
Дьявол said:
Do you mean like: [tex]\lim_{n \rightarrow \infty}X_n=\lim_{n \rightarrow \infty}[\frac{1}{2}(1- \frac{1}{3})+\frac{1}{2}(\frac{1}{2}-\frac{1}{4})+\frac{1}{2}(\frac{1}{3}-\frac{1}{5})+\frac{1}{2}(\frac{1}{4}-\frac{1}{6})][/tex]

I see that some terms cancel out, but how did you get (1/2)(1 + 1/2) = 3/4 ?

I said SEPARATE odd indices from even indices. You have the sum of two sums.

1/2( 1 - 1/3 + 1/3 - 1/5 + 1/5 -1/7 + ...) = 1/2

and 1/2(1/2 - 1/4 + 1/4 - 1/6 + 1/6 - 1/8 + ...) = 1/4

Therefore total = 3/4
 
mathman said:
I said SEPARATE odd indices from even indices. You have the sum of two sums.

1/2( 1 - 1/3 + 1/3 - 1/5 + 1/5 -1/7 + ...) = 1/2

and 1/2(1/2 - 1/4 + 1/4 - 1/6 + 1/6 - 1/8 + ...) = 1/4

Therefore total = 3/4

Oh, I see. Could you possibly tell me should I always use this method? I mean, should I always use [tex]\frac{x}{n}-\frac{y}{n+2}[/tex] depending from the denominator?

For example:

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

should I use [tex]\frac{1}{n^2}-\frac{n^2}{(n+1)^2}[/tex] ?

Thanks in advance.
 
Only if you do it right. (2n+1)/[n2(n+1)2] = 1/n2 - 1/(n+1)2
 
mathman said:
Only if you do it right. (2n+1)/[n2(n+1)2] = 1/n2 - 1/(n+1)2
Sorry, it was typo mistake.
[tex]\frac{2n+1}{n^2(n+1)^2}=\frac{A}{(n+1)^2}+\frac{2n+1}{n^2(n+1)^2} - \frac{A}{(n+1)^2}=\frac{A}{(n+1)^2}+\frac{2n+1-An^2}{n^2(n+1)^2}=[/tex]
n=-1
[tex]2n+1-An^2=0[/tex]
A=-1
[tex]=-\frac{1}{(n+1)^2}+\frac{(n+1)^2}{n^2(n+1)^2}=\frac{1}{n^2}-\frac{1}{(n+1)^2}[/tex]

Xn=(1 - 1/4) + (1/4 - 1/9) + (1/9 - 1/16) +...+ (1/n2 - 1/(n+1)2)

[tex]\lim_{n \rightarrow \infty}(X_n)=\lim_{n \rightarrow \infty}(1 - \frac{1}{(n+1)^2})=1-0=1[/tex]

Thanks for the help and the efforts.
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K