Finding the Limit of Partial Sums for a Series

  • Thread starter Дьявол
  • Start date
  • Tags
    Series Sum
In summary, to find the sum of a series, one can use the telescoping method where the series is separated into sums over odd and even indices. Then, by finding the limit of these partial sums, the total sum can be calculated. However, this method only works if the partial sums converge.
  • #1
Дьявол
365
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.
 
Mathematics news on Phys.org
  • #2
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.
 
  • #3
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 ?
 
  • #4
You say some terms cancel... look at which ones don't cancel (not many)
 
  • #5
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?
 
  • #6
Дьявол 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
 
  • #7
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.
 
  • #8
Only if you do it right. (2n+1)/[n2(n+1)2] = 1/n2 - 1/(n+1)2
 
  • #9
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:

FAQ: Finding the Limit of Partial Sums for a Series

What is the formula for finding the sum of a series?

The formula for finding the sum of a series is S = (n/2)(2a + (n-1)d), where S is the sum, n is the number of terms, a is the first term, and d is the common difference.

How do I know if a series is arithmetic or geometric?

To determine if a series is arithmetic or geometric, look for a pattern in the difference between consecutive terms. If the difference is constant, the series is arithmetic. If the ratio between consecutive terms is constant, the series is geometric.

Can you give an example of finding the sum of an arithmetic series?

Say we want to find the sum of the arithmetic series 3 + 6 + 9 + 12 + 15. First, we count the number of terms, which in this case is 5. Then, we find the first term (a = 3) and the common difference (d = 3). Finally, we plug these values into the formula S = (n/2)(2a + (n-1)d) and get S = (5/2)(2(3) + (5-1)(3)) = 45. Therefore, the sum of the series is 45.

Do all series have a finite sum?

No, not all series have a finite sum. Some series, such as geometric series with a ratio greater than 1, have infinite sums. In these cases, the sum can be represented by S = a/(1-r), where a is the first term and r is the common ratio.

Is there an easier way to find the sum of a series?

Yes, for some series there are easier ways to find the sum. For arithmetic series, you can use the shortcut formula S = (n/2)(a + l), where l is the last term. For geometric series, you can use the shortcut formula S = a((1-r^n)/(1-r)), where n is the number of terms and r is the common ratio. However, it is important to understand the general formula and how to derive these shortcuts in case they do not apply to a specific series.

Similar threads

Replies
7
Views
2K
Replies
3
Views
1K
Replies
33
Views
2K
Replies
6
Views
2K
Replies
2
Views
2K
Back
Top