0

Is there a general rule to find the value of infinite sums like $$\sum\limits_{n=1}^{\infty}\frac{n}{r^n}?$$ I know the formula for a sum of a geometric sequence, but this is a geometric sequence multiplied by an arithmetic sequence. How would one calculate this infinite sum?

Thomas Andrews
  • 177,126

2 Answers2

1

For $\displaystyle|y|<1, \sum_{n=0}^{\infty}y^n=\frac1{1-y}$

Differentiate both sides wrt $y$ and multiply with $y$

Set $\displaystyle y=\frac1x$

See also : Arithmetico-geometric sequence

1

Hint: Set $x = 1/r$, then $$ \sum_{n=1}^{\infty} nx^n = x \sum_{n=1}^{\infty} nx^{n-1} = x \frac{d}{dx} \sum_{n=0}^{\infty} x^n $$ where the last equality holds when $|x|<1$. Now use your geometric series knowledge.

Tom
  • 9,978