How to verify the equation $\frac{1}{e^{2\pi x} - 1} = \sum_{k = 1}^{\infty} e^{-2\pi kx}$

61 Views Asked by At

May somebody tell me, why $$ \frac{1}{e^{2 \pi x} - 1} = \sum\limits_{k=1}^{\infty} e^{-2 \pi k x}? $$ It's obviously not Taylor's and Fourier's series, so how to prove it?

2

There are 2 best solutions below

1
On

Geometric series with common ratio $e^{-2\pi x}$. See Wikipedia for the formula of such a sum.


Note that your sum start at $k=1$, so we cannot exactly use the "famous" formula $\frac{1}{1-r}$, but rather $\frac{a}{1-r}$.

4
On

If $\;x>0\;$ , then $\;|e^{-2\pi x}|<1\;$ , and then we get:

$$\frac1{e^{2\pi x}-1}=\frac1{e^{2\pi x}}\frac1{1-e^{-2\pi x}}=\frac1{e^{2\pi x}}\sum_{k=0}^\infty e^{-2k\pi x}=\sum_{k=0}^\infty e^{-2\pi x(k+1)}=\sum_{k=1}^\infty e^{-2k\pi x}$$