1

If $$|x| < 1$$ Prove that

$$\begin{align}\large 1 + 2x + 3x^2 + 4x^3 + \dots = \frac{1}{(1 - x)^2}\end{align}$$

ZaIROuS
  • 13

4 Answers4

3

Differentiate the geometric series

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

This yields directly $$\frac{1}{(1-x)^2}=\sum_{n=1}^\infty nx^{n-1}$$

1

HINT: Let $S= 1+2x+3x^2+4x^3+\cdots$. Then $$S-Sx=1+(2x-x)+(3x^2-2x^2)+\cdots=1+x+x^2+\cdots.$$

pritam
  • 10,157
1

Another$^2$ approach:

Since $\sum_{i=0}^{\infty} x^i = \frac1{1-x} $, differentiating both sides we get $\sum_{i=1}^{\infty} ix^{i-1} = \frac1{(1-x)^2} $.

marty cohen
  • 107,799
0

Another approach:

As @Andre said, you have $$S=\sum_{i=0}^\infty x^i=\frac1{1-x}.$$ You wanted to calculate $$T=\sum_{i=1}^\infty ix^{i-1}.$$

Final job: Consider the difference $$xT-S$$ and use the explicit form of $S$.

Jlamprong
  • 1,837