Compute closed form for: $$f(x) = \sum_{k = 1}^{\infty} \frac{k}{3^{k}}$$
EDIT: There appears to have been solutions linked to this question as it is seen a s duplicate. One of them is a bit advanced and doesn't really explain the intermediate steps that some of the less mathematically mature may have difficulties piecing together. I feel this one may benefit beginners in Real Analysis more.
This question is in a chapter on power series and uniform convergence.
My Ideas:
When I look at this what comes to mind is that in order to find a closed form solution I'm going to have to attempt to manipulate this expression into a power series from that tools are available to use to compute it.
That being the case I would like to get this into something like: $$\sum_{k = 1}^{\infty}a_{k}x^{k}$$.
I see if I take the integral of both sides I would arrive at something of the form:
$$\int_{0}^{x}f(t) dt = \int_{0}^{x} \sum_{k = 1}^{\infty} \frac{k}{3^{k}}dt \\ \Rightarrow \ = \sum_{k = 1}^{\infty} \frac{k}{3^{k}}x$$
If I take this integral $k$ times I would be able to get a $x^k$ term eventually. But I don't see anything fruitful coming from that, maybe I would have to play around with it more.
Another thought was examining the $\frac{k}{3^k}$ term I ask myself if there is a time that this ratio would ever be greater than $1$, because if not then I may have my geometric series right in front of me. Attempting to figure when $\frac{k}{3^{k}} > 1$, the only thing I arrived at was: $$\frac{\ln{k}}{k} > \ln{3}$$.
Which isn't very conclusive. So assuming that it is always true that $\frac{k}{3^{k}} > 1$, the closed from of the solution would be:
$$\frac{3^k}{3^k - k}$$
Feedback on the thought process? Am I heading in the right direction with either idea? or perhaps something else should be tried?