Finding the Sum of a Convergent Series with Partial Fractions

  • Thread starter Thread starter jwxie
  • Start date Start date
  • Tags Tags
    Series Sum
Click For Summary

Homework Help Overview

The discussion revolves around determining the convergence of the series \(\sum_{k=1}^{\infty} \frac{2k + 1}{k^2 (k + 1)^2}\) and finding its sum if it converges. Participants explore the nature of the series, which involves concepts from calculus and series convergence tests.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the application of the k-th term test for divergence and its implications, noting that while the limit of the k-th term approaches zero, this does not confirm convergence. There is exploration of partial fraction decomposition as a method to analyze the series, with some questioning its effectiveness. The potential for the series to be telescoping is also raised, alongside concerns about the validity of simplifications made during the analysis.

Discussion Status

The discussion is ongoing, with participants actively questioning the assumptions made in their approaches and seeking alternative methods to compute the sum. Some participants suggest that the series may converge to a specific value, while others express uncertainty about the calculations and the nature of the series.

Contextual Notes

There are indications of confusion regarding the application of the k-th term test and the handling of terms in the partial fraction decomposition. Participants note that the series is not a straightforward p-series and express uncertainty about the presence of telescoping behavior.

jwxie
Messages
278
Reaction score
0

Homework Statement



Determine whether the series converges or diverges. For convergent series, find the sum of the series.

sima (k=1, infinity), (2k +1) / ((k^2) (k+1)^2 )

Homework Equations



The Attempt at a Solution


Well, the kth test for divergence said this series has limit ak = 0 because if we simplify the leading terms, we have 2k / c*k^4, which is 1/k^3, this is a p-series. We know that for p > 1, the p-series will converge.

But how do you find the sum?
Partial fraction expanision seems not a good choice?

(2k +1) / ((k^2) (k+1)^2 ) = A/k + B/k^2 + C/(k+1) + D/(k+1)^2
->>>>
(2k+1) = A(k)(k+1)^2 + B(k+1)^2 + C(k^2)(k+1) + D(k^2)

We can ignore anything that has power higher than 1, so after mulitiplication, we have
2k + 1 = Ak + 2Bk + B

it's clear that b = 1
2k = k(a+2b)
2k = k(a+2)
2 = a + 2
a = 0

so are we left with the expansion 1/k^2 ? which doesn't make sense to me...

well anyhow, even if i have a compute error, this is not a telescopic series, no positive terms will cancel. How do I compute the sum then?
 
Physics news on Phys.org
jwxie said:

Homework Statement



Determine whether the series converges or diverges. For convergent series, find the sum of the series.

sima (k=1, infinity), (2k +1) / ((k^2) (k+1)^2 )

Homework Equations



The Attempt at a Solution


Well, the kth test for divergence said this series has limit ak = 0
So the k-th term test for divergence tells us nothing.
jwxie said:
because if we simplify the leading terms, we have 2k / c*k^4, which is 1/k^3, this is a p-series. We know that for p > 1, the p-series will converge.

But how do you find the sum?
Partial fraction expanision seems not a good choice?

(2k +1) / ((k^2) (k+1)^2 ) = A/k + B/k^2 + C/(k+1) + D/(k+1)^2
->>>>
(2k+1) = A(k)(k+1)^2 + B(k+1)^2 + C(k^2)(k+1) + D(k^2)

We can ignore anything that has power higher than 1, so after mulitiplication, we have
2k + 1 = Ak + 2Bk + B

it's clear that b = 1
2k = k(a+2b)
2k = k(a+2)
2 = a + 2
a = 0

so are we left with the expansion 1/k^2 ? which doesn't make sense to me...

well anyhow, even if i have a compute error, this is not a telescopic series, no positive terms will cancel. How do I compute the sum then?
 
wait. kth term test said if lim ak =/= 0, it must diverges. if it is zero, it may or may not diverge.

So i just that to begin with. Now I need a different approach to find the sum. It converges to 1. I mean I can approximate it goes goes to 1 if I look at the pattern numbers. But definitely I can't be sure.

How would I compute it?
 
jwxie said:

Homework Statement



Determine whether the series converges or diverges. For convergent series, find the sum of the series.

sima (k=1, infinity), (2k +1) / ((k^2) (k+1)^2 )

Homework Equations



The Attempt at a Solution


Well, the kth test for divergence said this series has limit ak = 0 because if we simplify the leading terms, we have 2k / c*k^4, which is 1/k^3, this is a p-series.
Yes, lim ak = 0, which means that the k-th term test does not apply. You can't just simplify the leading terms, and this series is not a p-series.
jwxie said:
We know that for p > 1, the p-series will converge.

But how do you find the sum?
Partial fraction expanision seems not a good choice?

(2k +1) / ((k^2) (k+1)^2 ) = A/k + B/k^2 + C/(k+1) + D/(k+1)^2
->>>>
(2k+1) = A(k)(k+1)^2 + B(k+1)^2 + C(k^2)(k+1) + D(k^2)

We can ignore anything that has power higher than 1,
?
Carry this out. Find A, B, C, and D.
jwxie said:
so after mulitiplication, we have
2k + 1 = Ak + 2Bk + B
No, this is not how it works. On the right side you are going to have terms up to degree 3. The coefficients of the k3 and k2 terms have to be zero, but you can't just ignore them.
jwxie said:
it's clear that b = 1
2k = k(a+2b)
2k = k(a+2)
2 = a + 2
a = 0

so are we left with the expansion 1/k^2 ? which doesn't make sense to me...

well anyhow, even if i have a compute error, this is not a telescopic series, no positive terms will cancel. How do I compute the sum then?

If you complete your partial fractions work, you will find that this is a telescoping series.

jwxie said:
wait. kth term test said if lim ak =/= 0, it must diverges. if it is zero, it may or may not diverge.
And this tells us exactly nothing.
jwxie said:
So i just that to begin with. Now I need a different approach to find the sum. It converges to 1. I mean I can approximate it goes goes to 1 if I look at the pattern numbers. But definitely I can't be sure.

How would I compute it?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
835
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
29
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K