Calculus · real student question

Evaluate the sum of 2k / 2^k for k from 1 to infinity.

Question

Evaluate

k=12k2k\sum_{k=1}^{\infty}\frac{2k}{2^{k}}

Step-by-step solution

  1. Pull the constant out and name the shape. A sum whose terms are a linear factor times a geometric factor is called arithmetico-geometric; it always converges when the ratio is under 1 in absolute value:

    k=12k2k=2k=1k(12)k\sum_{k=1}^{\infty}\frac{2k}{2^{k}}=2\sum_{k=1}^{\infty}k\left(\frac12\right)^{k}

  2. Derive the key formula by differentiating the geometric series. From k0xk=11x\sum_{k\ge 0}x^{k}=\dfrac{1}{1-x}, differentiate and multiply by xx:

    k=1kxk1=1(1x)2  k=1kxk=x(1x)2,x<1\sum_{k=1}^{\infty}kx^{k-1}=\frac{1}{(1-x)^{2}}\ \Longrightarrow\ \sum_{k=1}^{\infty}kx^{k}=\frac{x}{(1-x)^{2}},\qquad |x|<1

    Differentiation is what produces the extra factor kk; this is the standard way to generate such formulas rather than memorise them.

  3. Substitute x=12x=\tfrac12.

    k=1k(12)k=12(112)2=1214=2\sum_{k=1}^{\infty}k\left(\frac12\right)^{k}=\frac{\frac12}{\left(1-\frac12\right)^{2}}=\frac{\frac12}{\frac14}=2

    Squaring the denominator is essential: using 1121-\tfrac12 instead of (112)2\left(1-\tfrac12\right)^{2} would give 1.

  4. Multiply by the constant 2.

    k=12k2k=2×2=4\sum_{k=1}^{\infty}\frac{2k}{2^{k}}=2\times 2=4

  5. Check by adding terms. The first few are 1,1,0.75,0.5,0.3125,1,1,0.75,0.5,0.3125,\dots and the running total climbs 1,2,2.75,3.25,3.5625,1,2,2.75,3.25,3.5625,\dots toward 44; summing 200 terms gives exactly 4.04.0 in double precision ✓. Convergence is fast because the geometric factor eventually overwhelms the linear one.

Answer

44

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