3

What would be the sum of the following series?

$$\sum_{n=1}^{\infty} \frac{1}{n \cdot 2^n}$$

Thanks

Mark Fantini
  • 5,523
rndflas
  • 955

2 Answers2

5

$$\ln(1-x)=-\sum_{n=1}^\infty\frac{x^n}n$$

Can you recognize $x$ here?

See also: Taylor series for $\log(1+x)$ and its convergence

0

$a_n = \dfrac{(2^{-1})^n}{n} = \dfrac{a^n}{n}$.

Hint: find $\left(\displaystyle \sum_{n=1}^\infty \dfrac{x^n}{n}\right)'$

DeepSea
  • 77,651
  • could you elaborate more on the hint part please?? Thanks – rndflas Jan 16 '15 at 11:53
  • 1
  • Find derivative which turns out to be a geometric series that is easy to calculate the sum. 2. Integrate the sum get back the original series. 3. Plug $x = 1/2$ to get the final answer.
  • – DeepSea Jan 16 '15 at 11:54