Define $g(x)$ = $\sum_{n=0}^\infty \frac{x^{2n}}{1+x^{2n}}$. Find the values of x where the series converges and show that we get a continuous function on this set.
So I know that if I can prove uniform convergence, then that implies uniform convergence. Is there a way to use the Weierstrass M-test here? I also can't figure out what to do to find the radius of convergence.
We have $g(x) = \sum_{n=0}^\infty \frac{x^{2n}}{1+x^{2n}} = \sum_{n=0}^\infty \frac{1}{1+x^{-2n}} < \sum_{n=0}^\infty \frac{1}{x^{-2n}} = \sum_{n=0}^\infty x^{2n} = \sum_{n=0}^\infty (x^2)^n$. This is a geometric series, so it will converge when $|x^2| < 1 \rightarrow x \in (-1,1)$.
For $|x| = 1$, we have $g(x) = \sum_{n=0}^\infty \frac{1}{2}$, so the series is divergent.
For $|x| > 1$, we have $\lim_{n\rightarrow \infty} \frac{x^{2n}}{1+x^{2n}}=1\neq0$, so the series is divergent.