I was once taught that, for using the Taylor series to expand $ln(1+x)$ the limit/range for having an accurate approximation (when the series "converges") is $|x|<1$. So the range of values for $ln(1+2x)$ would be $-\frac{1}{2}<x<\frac{1}{2}$.
What about problems like
Expand $ln(\frac{1-2x}{1+9x^2})$ up to $x^4$ and state the range of values where it is a good approximation
I would first split it into $ln(1-2x) - ln(1+9x^2)$, expand to $x^4$ and then combine the resulting polynomials, but the ranges for each $ln$ is $|x|<\frac{1}{2}$ and $|x|<\frac{1}{3}$ respectively. Which range should I choose and why?
(Explain like I'm a high school dropout studying math again)
Your first expression converges for the range $|x|<\frac 12$, the second converges for $|x|<\frac13$, so find a range of values of $x$ for which both converge. $$\left[-\frac12,\frac12\right]\cap\left[-\frac13,\frac13\right]=\left[-\frac13,\frac13\right]$$ The range where they both converge is $|x|<\frac13$.