A rational function f(x) has the following power series representation for the interval $-3<x<3$. $f(x) = x - \frac{x^2}{3} + \frac{x^3}{3^2} +...$. Find a closed-form expression for f(x).
Now, I found that $f(x)=\sum_{n=1}^\infty (\frac{-1}{3})^{n-1}(x)^n$, but how do I continue from here.