-3

I would like to compute the value of this series:

\begin{equation*} \sum_{n = 0}^{+ \infty} n . e^{- \alpha n} \end{equation*}

Where $\alpha$ is a constant.

watou
  • 121

1 Answers1

1

$\sum_{n = 0}^{ \infty} n e^{- a n} $ can be written $\sum_{n = 0}^{ \infty} n (e^{- a})^ n =\sum_{n = 0}^{ \infty} n x^ n $ where $x = e^{-a} $.

This is a well-known sum that is asked here often.

Ways of evaluating this include differentiating $\sum_{n = 0}^{ \infty} x^ n $ and multiplying the sum by $1-x$.

Have at it.

marty cohen
  • 107,799