Calculus · real student question

Evaluate the infinite sum of 1/(n · 2ⁿ) for n from 1 to infinity.

Question

Evaluate

n=11n2n\sum_{n=1}^{\infty} \frac{1}{n\,2^{n}}

Step-by-step solution

  1. Check convergence before evaluating. The terms are positive and 1n2n12n\frac{1}{n2^{n}} \le \frac{1}{2^{n}}, whose sum is the convergent geometric series 2n=1\sum 2^{-n} = 1. So the series converges and its value is at most 11 — a useful bound to compare the final answer against.

  2. Recall the logarithmic (Mercator) series. For x<1|x| < 1,

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

    This is the antiderivative of the geometric series 11x=n0xn\frac{1}{1-x} = \sum_{n \ge 0} x^{n}, integrated term by term from 00 to xx.

  3. Rewrite the given term to match the pattern. Split the 2n2^{n} into the power of a single number:

    1n2n=(12)nn\frac{1}{n\,2^{n}} = \frac{\left(\tfrac12\right)^{n}}{n}

    so the series is exactly n1xnn\sum_{n\ge1} \frac{x^{n}}{n} with x=12x = \tfrac12, comfortably inside the radius of convergence.

  4. Substitute x = 1/2.

    n=1(12)nn=ln(112)=ln12\sum_{n=1}^{\infty} \frac{\left(\tfrac12\right)^{n}}{n} = -\ln\left(1-\frac12\right) = -\ln\frac12

  5. Simplify the logarithm. Since ln12=ln2\ln\tfrac12 = -\ln 2,

    ln12=ln2-\ln\frac12 = \ln 2

    n=11n2n=ln2\Longrightarrow \quad \sum_{n=1}^{\infty} \frac{1}{n\,2^{n}} = \ln 2

  6. Confirm numerically. Adding the first two hundred terms gives 0.69314718055994530.6931471805599453, and ln2=0.6931471805599453\ln 2 = 0.6931471805599453 — agreement to full double precision, and safely under the bound of 11 from the first step.

Answer

n=11n2n=ln20.6931472\sum_{n=1}^{\infty} \frac{1}{n\,2^{n}} = \ln 2 \approx 0.6931472

Need to solve a different problem like this? Open the solver →