Finding the Sum of a Power Series

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 12K views
student45
I'm trying to find the sum of this:

[tex] \[<br /> \sum\limits_{n = 0}^\infty {( - 1)^n nx^n } <br /> \][/tex]

This is what I have so far:

[tex] \[<br /> \begin{array}{l}<br /> \frac{1}{{1 - x}} = \sum\limits_{n = 0}^\infty {x^n } \\ <br /> \frac{1}{{(1 - x)^2 }} = \sum\limits_{n = 0}^\infty {nx^{n - 1} } = \sum\limits_{n = 1}^\infty {nx^{n - 1} } \\ <br /> \frac{x}{{(1 - x)^2 }} = \sum\limits_{n = 1}^\infty {nx^n } \\ <br /> \end{array}<br /> \][/tex]

So how do I get the (-1)^n part in there? Any suggestions would be really helpful. Thanks.
 
Physics news on Phys.org
[tex]\frac{1}{1+x} = \sum_{n=0}^{\infty} (-1)^{n}x^{n}[/tex]
 
Last edited:
[tex]\frac{1}{1+x} = \frac{1}{1-(-x)} = \sum_{n=0}^{\infty} (-x)^{n} = (-1)^{n}x^{n}[/tex]