infinite summation of exponential functions

$\begingroup$

I've discovered through Wolfram Alpha that

$\sum_{t=1}^{\infty}{e^{-bt}}=\frac{1}{e^b-1}$

What are the steps of derivation here? According to infinite summation of power series:

$\sum_{t=1}^{\infty}p^t=\frac{1}{1-p}$,

I expected the solution to be

$\sum_{t=1}^{\infty}{(e^{-b})^t}=\frac{1}{1-e^{-b}}$.

What am I getting wrong?

In extension, how do I derive

$\sum_{t=1}^{\infty}{e^{-b(t-1)}}$ ?

$\endgroup$ 1

1 Answer

$\begingroup$

Your second formula isn't quite right: if $|p|<1$, then $$ \sum_{t=1}^{\infty}p^t=\frac{p}{1-p}$$ Using this with $p=e^{-b}$ yields $$ \sum_{t=1}^{\infty}e^{-bt}=\frac{e^{-b}}{1-e^{-b}}=\frac{1}{e^b-1}$$ as claimed.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like