I have calculated the Taylor series for $f(x)=\ln(1+x)$ centered at $x=0$ with some help and have gotten the following,
$$\sum_{n=1}^\infty\frac{(-1)^{n+1}}{n}x^n$$,
I then found the values of $x$ for which the series converges, through the ratio test I found these values to be $-1<x<=1$. I am now trying to prove that the series converges to the function $ln(1+x)$ for these values of $x$ that I have found.
So how would I prove that it converges to the function?
I thought it might be instructive to show convergence using only the sum of a geometric progression and an elementary inequality. To that end we proceed.
Note that we can write
$$\begin{align} \sum_{n=1}^N\frac{(-1)^{n-1}x^n}{n}&=\sum_{n=1}^N (-1)^{n+1}\int_0^xt^{n-1}\,dt\\\\ &=\int_0^x \sum_{n=1}^N (-t)^{n-1}\,dt\\\\ &=\int_0^x\frac{1-(-t)^N}{1+t}\,dt\\\\ &=\log(1+x)-(-1)^N\int_0^x\frac{t^N}{1+t}\,dt \end{align}$$
Now, note that for $|x|<1$
$$\begin{align} \left| \int_0^x\frac{t^N}{1+t}\,dt\right|&\le \frac{1}{1-|x|}\int_0^x t^n\,dt\\\\ &=\frac{x^{N+1}}{(1-|x|)(N+1)}\\\\ &\to 0\,\,\text{as}\,\,n\to \infty \end{align}$$
Therefore, for $|x|<1$, we have
$$\lim_{N\to \infty}\sum_{n=1}^N\frac{(-1)^{n-1}x^n}{n}=\log(1+x)$$
as was to be shown!