I've just learned that you can sometimes turn functions into infinite geometric series as long as the independent variable is restricted to an interval of convergence such that the abs value of the common ratio of the geometric series is less than 1.
Apparently, you can also anti-derive that geometric series to come up with a more general power series for the anti-derivative of the original function.
For ex, let's say you start with $f(x)=\frac{3x^2}{1+x^3}$ and come up with the geometric series $\sum_{n=0}^\infty 3x^2 (-x^3)^n$.
Seeing that $f(x)$ is the derivative of $\ln(1+x^3)$, it would make sense that anti-deriving the series would give you an expression for $\ln(1+x^3)$ as an infinite series.
However, I'm wondering what happens to our radius of convergence from the geometric series.
Do the same rules of convergence apply to power series as they do to geometric series?
In this case, anti-differentiating, we get: $$x^3 -\frac{1}{2}x^6+\frac{1}{3}x^9-\frac{1}{4}x^{12}+...$$
There is no common ratio between the terms (that I can think of, at least), so does that mean that there is no consideration of radius of convergence anymore?
What happens to the radius of convergence and why?
Also, if the radius of convergence is $\mid x \mid < 1$, does that mean that the power series only gives us the function over that interval?