My textbook asks me to prove that
when 1>|r|,
$$\sum_{k=1}^∞ k r^{k-1} = \frac{(1)}{(1-r)^2}$$
Does anyone know if this can be proven?
Note: This question has been flagged as duplicate, but before you go on look at other answers, here is how I solved this question:
$\sum_{k=1}^n k r^2 = 1+2r+3r^2+...... $
$S= 1+2r+3r^2+4r^3+.....$
$Sr= r+2r^2+3r^3+4r^4+....$
$S-Sr= 1+r+r^2+r^3+r^4+....$
$S-Sr= \frac{1}{1-r}$
$S(1-r)\frac{1}{(1-r)}=\frac{(1)}{(1-r)(1-r)}$
$S=\frac{(1)}{(1-r)^2}$