Calculus · real student question

Find the sum of the series n/(n+1)! for n from 1 to infinity.

Question

Evaluate

n=1n(n+1)!\sum_{n=1}^{\infty} \frac{n}{(n+1)!}

Step-by-step solution

  1. Split the numerator so it matches the factorial below it. The obstacle is that nn and (n+1)!(n+1)! are out of step. Writing n=(n+1)1n = (n+1) - 1 fixes that:

    n(n+1)!=(n+1)1(n+1)!=n+1(n+1)!1(n+1)!\frac{n}{(n+1)!} = \frac{(n+1) - 1}{(n+1)!} = \frac{n+1}{(n+1)!} - \frac{1}{(n+1)!}

  2. Simplify the first piece. Because (n+1)!=(n+1)n!(n+1)! = (n+1)\cdot n!, the factor (n+1)(n+1) cancels:

    n+1(n+1)!=1n!\frac{n+1}{(n+1)!} = \frac{1}{n!}

    so the general term becomes a difference of consecutive reciprocal factorials:

    n(n+1)!=1n!1(n+1)!\frac{n}{(n+1)!} = \frac{1}{n!} - \frac{1}{(n+1)!}

  3. Write the partial sum and watch the middle cancel. With an=1n!a_n = \tfrac{1}{n!} the term is anan+1a_n - a_{n+1}, so

    SN=n=1N(1n!1(n+1)!)=11!1(N+1)!S_N = \sum_{n=1}^{N}\left(\frac{1}{n!} - \frac{1}{(n+1)!}\right) = \frac{1}{1!} - \frac{1}{(N+1)!}

    Every interior term appears once with each sign. This is what makes the series telescoping rather than merely convergent.

  4. Take the limit. Factorials grow faster than any power, so 1(N+1)!0\frac{1}{(N+1)!} \to 0 and

    n=1n(n+1)!=limNSN=1\sum_{n=1}^{\infty} \frac{n}{(n+1)!} = \lim_{N\to\infty} S_N = 1

  5. Sanity-check numerically. The first five terms are 12+26+324+4120+5720=0.5+0.333333+0.125+0.033333+0.006944=0.998611\tfrac12 + \tfrac{2}{6} + \tfrac{3}{24} + \tfrac{4}{120} + \tfrac{5}{720} = 0.5 + 0.333333 + 0.125 + 0.033333 + 0.006944 = 0.998611, and 116!=10.001389=0.9986111 - \tfrac{1}{6!} = 1 - 0.001389 = 0.998611 exactly, matching the closed form for S5S_5.

Answer

n=1n(n+1)!=1\sum_{n=1}^{\infty} \frac{n}{(n+1)!} = 1

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