I am trying to prove that $f(x) = x + \frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + ...$ is continuous for a fixed $x_0 \in (-1,1)$ by using the Weierstrass M-test. Now, the solution in the book is not what I expected, and not even close to what I had in my own mind. So, can some one verify if I am totally of with my approach to solve this
Here was my suggestion:
Let $M_n = x^n$, then for each $f_n(x) = \frac{x^n}{n}$ we have that $f_n(x) \leq M_n$. We know that $\sum_{n=1}^{\infty} M_n$ converges since it is a geometric series, hence $\sum_{n=1}^{\infty} f_n(x)$ converges uniformly by Weierstrass M-test, and by the Continuous Limit Theorem f(x) is continuous at $x_0$.
I guess there is a mistake here somewhere...could anybody point it out for me?
I really think you can prove it like this: just choose $a \in (-1, 1)$ such that $x_0 \in (-a, a)$. Then for your $f_n$ the inequality $\lvert f_n(x) \rvert \leq \frac{a^n}{n} =: M_n$ holds for all $x \in [-a, a]$. Obviously $\displaystyle \sum_{n = 1}^{\infty} M_n < \infty$ is true (just estimate it by a geometric series). Hence $\displaystyle \sum_{k = 1}^n f_n(x)$ converges uniformly on $[-a, a]$, i.e. $f \lvert_{[-a, a]}$ is continuous. But as $x_0 \in [-a, a]$, this is all we wanted.