0

How do I evaluate this sum:

$$\sum_{n=1}^\infty{\frac{1}{n2^n}}$$

2 Answers2

2

Another way is

$$\sum_{n=1}^\infty{\frac{1}{n2^n}}=\sum_{n=1}^\infty{\int_0^{1/2}x^{n-1}\,\mathrm{d}x=\int_0^{1/2}\sum_{n=1}^\infty x^{n-1}\,\mathrm{d}x=\int_0^{1/2}{\frac{1}{1-x}}}\,\mathrm{d}x=\ln{2}$$

  • This works in this case, but in general one must take care about the interchange between summation and integration. In particular, a sufficient condition is that the series $S(x) = \sum_{n=0}^\infty f_n(x)$ is uniformly convergent on the domain of integration. (being all $f_n$ continuous on the same region.) – user91126 Nov 03 '13 at 16:21
1

Hint: Think of this as the result of plugging $x=\frac{1}{2}$ in to a power series.

Nick Peterson
  • 32,430