3

Show that the series

$$\sum\limits_{n=1}^{\infty}n a^n = \frac{a}{(a-1)^2} $$

for $|a|<1$ using the telescoping property.

I know how to do this using other methods. But the exercise asks to use telescoping property.

Giiovanna
  • 3,197

2 Answers2

2

From the form of the end result, you want to put $\sum na^n(a-1)$ in the form of a geometric series. This can be done as follows: \begin{align*} \sum_{n\geq 1} na^n(a-1)&=\left(\sum_{n\geq 1}na^{n+1} - (n-1)a^n\right)-\sum_{n\geq 1}a^n\\ &=\left(\lim_{n\rightarrow\infty} na^{n+1} \right)- \sum_{n\geq 1}a^n=\frac{a}{a-1}. \end{align*}

0

$$ \sum_{n\geq 1} (a-1)n a^n = \sum [(n+1)a^{n+1} - na^n] - a^{n+1} $$

We have that

$$\sum a^{n+1} = \frac{a^2}{1-a}$$

and

$$\sum [(n+1)a^{n+1} - na^n] = -a$$

applying the telescoping property. Then,

$$ \sum (a-1) na^n = -a + \frac{a^2}{(a-1)} = \frac{a}{a-1}$$

Then,

$$ \sum na^n= \frac{a}{(a-1)^2}$$

Giiovanna
  • 3,197