Calculating an Infinite Sum: Strategies and Tips

  • Thread starter Thread starter Beer-monster
  • Start date Start date
  • Tags Tags
    Infinite Sum
Click For Summary

Homework Help Overview

The discussion revolves around calculating the infinite sum \(\sum_{n=1}^{\infty}n^{2}x^{n}\), with participants exploring various strategies and mathematical techniques related to series and derivatives.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the use of derivatives of the geometric series to derive the sum, questioning how to manipulate the series to achieve the desired form. There are inquiries about the correctness of derivatives and the implications of removing terms from the sum.

Discussion Status

The conversation is active, with participants providing insights into the differentiation of series and the relationships between different sums. Some guidance has been offered regarding the manipulation of terms and the importance of checking calculations, but no consensus has been reached on a final answer.

Contextual Notes

Participants note the challenge of adjusting the sum to account for the range starting from \(n=1\) rather than \(n=0\), and there are mentions of potential errors in earlier calculations that need to be addressed.

Beer-monster
Messages
285
Reaction score
0
Could someone suggest how I could go about calculating this infinite sum?

[tex]\sum_{n=1}^{\infty}n^{2}x^{n}[/tex]

I'm having some trouble as this series does not have a constant ratio, difference or matches any standard series I can think of at the moment.

Thanks
 
Physics news on Phys.org
You derive something like that by looking at derivatives of the geometric series. You can sum x^n, n=0 to infinity, right? Take a derivative of both sides. What's sum n*x^n, k=0 to infinity? Now take another derivative.
 
So, take the derivative, do the sum then take the new derivative?

So the first sum would be the derivative of [itex]nx^{n-1}[/itex]

Or just look at the what derivatives I can solve that give me [itex]n^{2}x^{n}[/itex]?
 
Beer-monster said:
So, take the derivative, do the sum then take the new derivative?

So the first sum would be the derivative of [itex]nx^{n-1}[/itex]

Or just look at the what derivatives I can solve that give me [itex]n^{2}x^{n}[/itex]?

So did you get the sum of n*x^(n-1)? What is it?
 
Last edited:
It's the sum of increasing derivatives of [itex]x^{n}[/itex].

i.e. [tex]\frac{d1}{dx}+\frac{dx}{dx}+\frac{d^{2}x^{2}}{dx^{2}} ...\frac{d^{n}x^{n}}{dx^{n}}[/tex]
 
Beer-monster said:
It's the sum of increasing derivatives of [itex]x^{n}[/itex].

i.e. [tex]\frac{d1}{dx}+\frac{dx}{dx}+\frac{d^{2}x^{2}}{dx^{2}} ...\frac{d^{n}x^{n}}{dx^{n}}[/tex]

No, that's not what I mean and it's not right. sum x^n=1/(1-x), right? Differentiate BOTH sides of the equation.
 
As so:

[tex]\frac{d}{dx}\sum{x^{n}}=\sum \frac{d}{dx}x^n = \frac{d}{dx} \frac{1}{1-x} = \frac{1}{(1-x)^{2}}[/tex]
 
Beer-monster said:
As so:

[tex]\frac{d}{dx}\sum{x^{n}}=\sum \frac{d}{dx}x^n = \frac{d}{dx} \frac{1}{1-x} = \frac{1}{(1-x)^{2}}[/tex]

Ok, so sum n=0 to infinity n*x^(n-1)=1/(1-x)^2. Right? Now take a second derivative.
 
You mean

[tex]\sum n(n-1)x^{n-2} = \frac{-2}{(1-x)^{3}}[/tex]

Then do I remove the extra factor of x^{n-2} by adding on both sides to get my final answer?
 
  • #10
Beer-monster said:
You mean

[tex]\sum n(n-1)x^{n-2} = \frac{-2}{(1-x)^{3}}[/tex]

Then do I remove the extra factor of x^{n-2} by adding on both sides to get my final answer?

You've got a sign error in that derivative. If you know sum n(n-1)x^(n-2) then you can find sum n(n-1)x^n, right? They differ by a factor of x^2. Now n(n-1)*x^n=n^2*x^n-n*x^n. That's the general strategy. You'll need to pay some attention to the details of the limits to get the right answer.
 
  • #11
I think I get the idea, but I'm getting something messy out.

[tex]\frac{2x^{2}}{(1-x)^{3}}+\frac{1}{(1-x)}[/tex]

To take care of the fact that the sum is between 1 and infinity not 0 and infinity can I just subtract the n=0 term from my calculated sum?
 
  • #12
Beer-monster said:
I think I get the idea, but I'm getting something messy out.

[tex]\frac{2x^{2}}{(1-x)^{3}}-\frac{1}{(1-x)}[/tex]

To take care of the fact that the sum is between 1 and infinity not 0 and infinity can I just subtract the n=0 term from my calculated sum?


Well, just look at the n=0 term in sum n*x^(n-1), etc. You really can answer your questions for yourself.

RGV
 
  • #13
Yes. I realize that came out a bit more stupid than I intended it to. My apologies for not being specific enough.


However, I was mostly thinking in general terms. I have a few more sums to work out, and I hope to use this strategy in more situations. To subtract the n=0 term (should it be non-zero) from a the result of the standard infinite to get the sum between n=1 and n=infinite makes sense to me, but I've often been wrong about these things before.:smile:
 
  • #14
Beer-monster said:
I think I get the idea, but I'm getting something messy out.

[tex]\frac{2x^{2}}{(1-x)^{3}}+\frac{1}{(1-x)}[/tex]

To take care of the fact that the sum is between 1 and infinity not 0 and infinity can I just subtract the n=0 term from my calculated sum?

You are getting pretty close. sum n^2*x^n-sum n*x^n=2x^2/(1-x)^3, right? But I think you've got the sum n*x^n part wrong. Can you go back and fix that?
 
  • #15
Beer-monster said:
Yes. I realize that came out a bit more stupid than I intended it to. My apologies for not being specific enough.


However, I was mostly thinking in general terms. I have a few more sums to work out, and I hope to use this strategy in more situations. To subtract the n=0 term (should it be non-zero) from a the result of the standard infinite to get the sum between n=1 and n=infinite makes sense to me, but I've often been wrong about these things before.:smile:

If you think you will be having trouble at small n, just write out the first few terms explicitly; for example, [itex]S =\sum_{n=0}^\infty x^n = 1 + x + x^2 + \sum_{n=3}^\infty x^n.[/itex] Now it is perfectly clear what the first few terms of [itex]dS/dx \mbox{ and } d^2S/dx^2[/itex] are.

RGV
 
  • #16
Sorry, I realize now I wrote down my sum wrong on my paper.

Using
[tex]\sum nx^{n-1} = \frac{1}{(1-x)^{2}}[/tex]

[tex]\sum nx^{n}= \frac{x}{(1-x)^{2}}[/tex]

Thus my answer is:

[tex]\frac{2x^{2}}{(1-x)^{3}}+\frac{x^{3}}{(1-x)^{2}}[/tex]
 
Last edited:
  • #17
Beer-monster said:
Sorry, I realize now I wrote down my sum wrong on my paper.

Using
[tex]\sum nx^{n-1} = \frac{1}{(1-x)^{2}}[/tex]

[tex]\sum nx^{n}= \frac{x}{(1-x)^{2}}[/tex]

Thus my answer is:

[tex]\frac{2x^{2}}{(1-x)^{3}}+\frac{x^{3}}{(1-x)^{2}}[/tex]

Closer and closer. Now you've got sum n*x^n ok. But you don't really mean x^3, do you? Keep checking.
 
  • #18
No, the x^2s cancel. This is becoming a vivid reminder of how I shouldn't try and rush maths in my head and should sit down with a pencil and shut up :)
 
  • #19
Beer-monster said:
No, the x^2s cancel. This is becoming a vivid reminder of how I shouldn't try and rush maths in my head and should sit down with a pencil and shut up :)

Maybe, so what's your final answer? I'm dying to know.
 
  • #20
[tex]\frac{2x^{2}}{(1-x)^{3}}+\frac{x}{(1-x)^{2}}[/tex]

Which can be simplified to:

[tex]\frac{x(1+x)}{(1-x)^{3}}[/tex]

Which makes sense in the problem I'm doing, and maple agrees :)
 
  • #21
I agree. :)
 
  • #22
Thanks for all your help. I had to use this strategy again for further sums in the problem I was working on so going over it was really helpful.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
4
Views
2K
Replies
6
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K