I was working with the Maclaurin expansion of $f(x) = \ln(1+x)$. I will present the expansion quickly to get to the point I had trouble with.
$I$. $f(x) = \ln(1+x)$ is such that
$$\{ f^{(n)}(x) \}_{n=1}^\infty = \{\frac{1}{1+x}, -\frac{1}{(1+x)^2}, \frac{2}{(1+x)^3}, - \frac{6}{(1+x)^4},..., (-1)^{n-1}\frac{(n-1)!}{(1+x)^n} \}$$
$II$. From $I$ it follows that
$$\{ f^{(n)}(0) \}_{n=1}^\infty = \{1, -1, 2, - 6,..., (-1)^{n-1}(n-1)! \}$$
$III$. Then
$$f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(0)}{n!}x^n=\sum_{n=1}^\infty (-1)^{n-1}\frac{x^n}{n}$$
So far so good. But I was now requested to show for what $x$ the series is equal to the $f$. I attempted to use Taylor's inequality, asking whether
$$|f^{(n+1)}(x)| = \frac{n!}{(1+x)^{n+1}} \leq M$$
when $x$ is bounded around $0$ by some distance $d$ (equivalently, for $|x| \leq d$). However, I found it difficult to think of values of $x$ for which $\frac{n!}{(1+x)^{n+1}}$ is bounded under some $M$. At this point, I did not know how to proceed. How should I go about this?