Finding the sum of ∑nx^(n+1)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
PCSL
Messages
146
Reaction score
0
I have to find the sum of the power series: [tex]\sum_{n=1}^\infty nx^{n+1}[/tex]

I know the I'm supposed to show work but I don't have any idea where to start. I'm not asking for you to do the problem for me, just a hint.

The only idea I had was to take the derivative to get rid of the n+1 in the exponent but I'm not sure if [tex]\sum_{n=1}^\infty n(n+1)x^{n}[/tex] is any easier to solve.

Also I tried looking at the integral but again didn't see what to do
[tex]\sum_{n=1}^\infty \frac{nx^{n+2}}{n+2}[/tex]

Thank you.
 
Physics news on Phys.org
Try factoring out [itex]x^2[/itex] and see if the resulting series reminds you of something familiar.
 
awkward said:
Try factoring out [itex]x^2[/itex] and see if the resulting series reminds you of something familiar.

So then I would have:

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

That doesn't look familiar.. should it?
 
PCSL said:
So then I would have:

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

That doesn't look familiar.. should it?

Integrate [itex]\displaystyle nx^{n-1}[/itex]
 
SammyS said:
Integrate [itex]\displaystyle nx^{n-1}[/itex]

I guess I just need more practice with these. Thank you, I don't think I would have thought of that any time soon ;).