The question:
a) Differentiate both sides of the geometric series with respect to r:
$\sum_{i=0}^n r^i=\frac{1-r^{n+1}}{1-r}$
b) Use the result in part (a) to show that
$\sum_{i=1}^nir^i < \frac{r}{(1-r)^2}$
for all n≥1.
Solution for a) Quotient rule.
$\sum_{i=0}^nir^{i-1}=\frac{-(n+1)r^n(1-r)+(1-r^{n+1})}{(1-r)^2}$
b) With mathematical induction:
$P(n): \sum_{i=1}^nir^i < \frac{r}{(1-r)^2}$
$n=1, LHS = r^2 - 2r + 1, RHS = 2r^2$
Assume P(k) is true
$P(k): \sum_{i=1}^kir^i < \frac{r}{(1-r)^2}$
Prove P(k+1) is true:
$P(k+1): \sum_{i=1}^{k+1}ir^i < \frac{r}{(1-r)^2}$
$\sum_{i=1}^kir^i+(k+1)*ir^(k+1) < \frac{r}{(1-r)^2}$
Stuck here, please enlighten
Thank you, Best regards