AP Calculus BC

Does the Sum of 1/(n·2^n) Converge? Yes, to ln 2

The series converges, and its sum is exactly the natural logarithm of 2. The ratio test gives a limit of 1/2, and the exact value comes from the Maclaurin series for the logarithm evaluated at one half.

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

Converges

Settled by the ratio test.

The ratio test verdict

an+1an=n2n(n+1)2n+1=12nn+112\left|\frac{a_{n+1}}{a_n}\right| = \frac{n\,2^{n}}{(n+1)\,2^{n+1}} = \frac{1}{2}\cdot\frac{n}{n+1} \longrightarrow \frac{1}{2}

The limit is 1/2<11/2 < 1, so the series converges absolutely. The factor n/(n+1)n/(n+1) tends to 1 and does not affect the limit, which is the usual pattern when a polynomial rides alongside an exponential.

Where the exact sum comes from

The Maclaurin series ln(1x)=n=1xnn-\ln(1-x) = \sum_{n=1}^{\infty} \frac{x^{n}}{n} converges for 1x<1-1 \le x < 1. Setting x=1/2x = 1/2 turns the left side into ln(1/2)=ln2-\ln(1/2) = \ln 2 and the right side into exactly this series.

n=11n2n=ln ⁣(112)=ln20.6931\sum_{n=1}^{\infty}\frac{1}{n\,2^{n}} = -\ln\!\left(1 - \tfrac{1}{2}\right) = \ln 2 \approx 0.6931

It is worth noticing that x=1/2x = 1/2 is comfortably inside the interval of convergence, so no endpoint check is needed. At x=1x = 1 the same series becomes the harmonic series and diverges, which is the boundary this one stays well clear of.

Not sure which test a series wants?

The Convergence Test Chooser walks the decision in order: nth term first, then geometric and p-series pattern matching, then alternating structure, then the ratio test, and finally the comparison family.

Frequently asked questions

How do I recognise a series with a known closed form?

Match it against the standard Maclaurin series for exe^{x}, sinx\sin x, cosx\cos x, 1/(1x)1/(1-x) and ln(1+x)\ln(1+x). A series with a factorial or a lone power of x over n is usually one of those evaluated at a specific point.

Does the ratio test give the sum?

No. It gives the verdict only. Getting a sum requires recognising the series as a known expansion, telescoping it, or summing it geometrically.