I've run into something confusing.
The problem is that I have to find the power series representation of $g(x)$ using the given $f(x)$, specifically $g(x) = \ln(1 - 3x)$ using $f(x) = \frac{1}{1-x}$.
Now, I did it, but my result is incorrect: $$\ln(1-3x) = \int \frac{dx}{1-3x} = \int \sum 3^{k}x^{k} = \sum \frac{3^{k}x^{k+1}}{k+1}$$
The answer at the back of my textbook is: $$\sum \frac{3^k x^k}{k}$$
My result for the interval of convergence was however correct, which leads me to believe that there is maybe a mistake in the book's answer?
Any help is appreciated, thanks!
You're simply neglecting the chain rule: $$ \int\frac{dx}{1-3x} = \frac {-1} 3 \ln(1-3x) + C. $$