Calculus · real student question

Determine whether the series sum from n = 1 to infinity of n/3^n converges or diverges, and find its sum.

Question

Determine whether the series

n=1n3n\sum_{n=1}^{\infty} \frac{n}{3^n}

converges or diverges. Justify the conclusion rigorously, and find the sum if it exists.

Step-by-step solution

  1. Pick a test that suits the shape of the terms. The general term an=n/3na_n = n/3^n mixes a polynomial factor with an exponential one. Ratios of such terms simplify beautifully because 3n+1/3n3^{n+1}/3^n collapses to a constant, so the ratio test is the natural choice — a comparison test would also work but needs a cleverly chosen comparison series.

  2. Form the ratio of consecutive terms. With an=n3na_n = \dfrac{n}{3^n} and an+1=n+13n+1a_{n+1} = \dfrac{n+1}{3^{n+1}}:

    an+1an=n+13n+13nn=n+1n13\frac{a_{n+1}}{a_n} = \frac{n+1}{3^{n+1}} \cdot \frac{3^n}{n} = \frac{n+1}{n}\cdot\frac{1}{3}

    All terms are positive, so absolute values change nothing.

  3. Take the limit and apply the test. Since n+1n=1+1n1\dfrac{n+1}{n} = 1 + \dfrac{1}{n} \to 1,

    L=limnan+1an=13L = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right| = \frac{1}{3}

    Because L=13<1L = \tfrac13 < 1, the ratio test guarantees the series converges absolutely. Note the polynomial factor nn has no effect on the limit — geometric decay always beats polynomial growth.

  4. Get the exact sum from the arithmetico-geometric formula. Convergence alone does not give a value, but this series is a standard one. Differentiating the geometric series n0rn=11r\sum_{n\ge0} r^n = \dfrac{1}{1-r} and multiplying by rr yields, for r<1|r|<1,

    n=1nrn=r(1r)2\sum_{n=1}^{\infty} n r^{n} = \frac{r}{(1-r)^2}

  5. Substitute r=1/3r = 1/3. Writing n3n=n(13)n\dfrac{n}{3^n} = n\left(\dfrac13\right)^{n}:

    n=1n3n=13(113)2=1349=1394=34\sum_{n=1}^{\infty}\frac{n}{3^n} = \frac{\tfrac13}{\left(1-\tfrac13\right)^2} = \frac{\tfrac13}{\tfrac49} = \frac13\cdot\frac94 = \frac34

  6. Sanity-check numerically. Adding the first few terms gives 0.3333+0.2222+0.1111+0.0494+0.0206+0.3333 + 0.2222 + 0.1111 + 0.0494 + 0.0206 + \cdots, and the partial sums climb to 0.750000.75000 and stay there — matching the exact value 3/43/4.

Answer

Converges (L=13<1),n=1n3n=34\text{Converges } (L = \tfrac13 < 1), \quad \sum_{n=1}^{\infty}\frac{n}{3^n} = \frac{3}{4}

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