Summation differentiation geometric series

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 7K views
Somefantastik
Messages
226
Reaction score
0

Homework Statement


find the sum for

[tex]\sum_{k=1}^{\infty} kx^{k}[/tex]

Homework Equations



[tex]\sum_{k=0}^{\infty} x^{k} = \frac{1}{1-x}; -1 < x < 1[/tex]

The Attempt at a Solution



[tex]\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}[/tex]

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

[tex]\sum_{k=0}^{\infty} x^{k} = \frac{1}{1-x}[/tex]


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?
 
How about

[tex]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][/tex]