2

I want to calculate the sum of $$\sum_{n=0}^\infty {(n+2)}x^{n}$$

I have tried to look for a known taylor/maclaurin series to maybe integrate or differentiate...but I did not find it :|

Thank you.

edit : i see a similarity to $\frac{1}{1-x}$ but I dont know how to go from there :(

Victor
  • 8,372
YNWA
  • 509

3 Answers3

7

Hint:

$$\rm (n+2)x^n=\frac{d}{dx}\big(x^{n+1}\big)+x^n, \qquad \sum_{n=0}^\infty x^{n+k}=\frac{x^k}{1-x}$$

anon
  • 151,657
  • oh...how come I didnt though of that? :) thank you – YNWA Mar 21 '12 at 20:36
  • 1
    Alternate: Multiply by $x$ to get $(n+2)x^{n+1}$, then integrate to get $x^{n+2}$. That way you get one series that can be recognized. – GEdgar Mar 21 '12 at 21:09
5

, so few hints:

  1. $\sum_{n = 0}^{\infty}(n+2)x^n = \sum_{n = 0}^{\infty}nx^n + 2\sum_{n = 0}^{\infty}x^n $

  2. $\frac{1}{1-x} = 1 + x + x^2 + \ldots$

  3. $\frac{d}{dx} (\sum_{n=0}^{\infty} x^n = \frac{1}{1-x}) \to (\sum_{n=0}^{\infty} \color{red}{??}x^{\color{red}{??}} = \color{red}{??})$

  • @Trismegistos excellent remark. –  Mar 21 '12 at 23:20