Summation differentiation geometric series

Somefantastik
Messages
226
Reaction score
0

Homework Statement


find the sum for

\sum_{k=1}^{\infty} kx^{k}

Homework Equations



\sum_{k=0}^{\infty} x^{k} = \frac{1}{1-x}; -1 < x < 1

The Attempt at a Solution



\sum_{k=1}^{\infty} kx^{k} = \sum_{n=0}^{\infty}(n+1)x^{n+1} = x\sum_{n=0}^{\infty} (n+1)x^{n} = x \frac{d}{dx} \sum_{n=0}^{\infty}x^{n+1}

I'm not sure how to proceed; thoughts?
 
Physics news on Phys.org
I think from here

\sum_{k=0}^{\infty} x^{k} = \frac{1}{1-x}


You should just differentiate both sides w.r.t. x and then change the index.
 
does it matter that it's xn+1 and not xn?
 
Hi Somefantastik! :smile:

(ooh, you just changed it! :biggrin:)

That's fine … now you need to get that ∑xn+1 to be part of a ∑xn starting at 0 (so you may need to subtract something :wink:).
 
How about

x \frac{d}{dx} \sum_{n=0}^{\infty}x^{n+1} = x \frac{d}{dx}\left[x\left(\sum_{n=0}^{\infty}x^{n}\right)\right] = x \frac{d}{dx}\left[x\frac{1}{1-x}\right]
 
Yes, that's fine also. :smile:

( x/(1-x) = 1/(1-x) - 1 )

(though in the form 1/(1-x) - 1, it's easier to differentiate! :wink:)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top