Evaluate the sum $\frac{1}{3^1} + \frac{2}{3^2} + \frac{3}{3^3} + \cdots + \frac{k}{3^k} + \cdots $
How would I go about solving this problem? I'm thinking of setting the sum to $S$, multiplying by $3$, and then subtracting from the original equation. HELP!
I have explained my reasoning in the comment below.
So as you said, let's set
$$S=\frac{1}{3^1} + \frac{2}{3^2} + \frac{3}{3^3} + \cdots + \frac{k}{3^k}\cdots$$
Now we see
$$3S=\frac{1}{3^0} + \frac{2}{3^1} + \frac{3}{3^2} + \cdots + \frac{k}{3^{k-1}}\cdots$$
And so
$$3S-S=\frac{1-0}{3^0} + \frac{2-1}{3^1} + \frac{3-2}{3^2} + \cdots + \frac{k-(k-1)}{3^{k-1}}\cdots$$ or, rewritten,
$$2S=\frac1{3^0}+\frac1{3^1}+\frac1{3^2}+\cdots=\frac32$$
So that we get $S=\frac 34$.