i am having trouble with two claims i don't know how to prove or disprove:
a)$f(x)=\sum_{n=1}^\infty \arctan\left(\frac{2x}{x^2+n^3}\right)$ is continuous in R.
b)$\sum _{n=1}^\infty (1-x)x^n$ is uniformly converge in [0,1]
what i tired:
a)i don't know how to prove it. how do i prove that this sequence is continuous in R? should i use the taylor approximation of it or it consists of 2 continuous functions in R and then deduct it's continuous in R? knowing that the taylor approximation of arctanx is $\sum_{n=1} ^\infty \frac{(-1)^n}{2n+1}x^{2n+1}$ is continuous in R and then show that $\sum_{n=1} ^\infty\frac{2x}{x^2+n^3}$ is contiuous in r? and then assert it's continuous in R because it's a composite function of 2 functions that are continuous in R? is there any smart and elegant way to do it otherwise?( if it was a finite set i would've tried to test if $\sum_{n=1} ^\infty(\int_a^bu_n(x)dx)=\int_a^b(\sum_{n=1} ^\infty u_n(x))dx$ (putting the domain and sequence inside)
b)(using abel's test or weirstrauss uniform convergence test would make it easier, however i am wonderig how to use cuchy's test to prove it). for the sum of sequences to uniformly converge it has to follow: $|\sum_{k=n+1}^mu_k(x)| < \epsilon$,so $|\sum_{k=n+1}^m x^n(1-x)|< \epsilon$(can i use $x^n$ to assert that $x^n <\epsilon$? how to formally prove it?
please help me if you can. having a hard time with it.
thank you very much for helping
Observe that for any $\;x,y\in\Bbb R\;$ , we have that $\;|\arctan x-\arctan y|\le|x-y|\;$ (Use the mean value theorem...), and thus taking $\;y=0\;$ we get that $\;\arctan x|\le |x|\;,\;\;x\in\Bbb R\;$ , so
$$\left|\arctan\frac{2x}{x^2+n^3}\right|\le\left|\frac{2x}{x^2+n^3}\right|,\,\,\,\text{and since}\;\;\sum_{n=1}^\infty\frac{2x}{x^2+n^3}$$
converges absolutely for all $\;x\in \Bbb R\;$ , you get what you want with Weierstrass M- Theorem.
For the other one: for $\;x=0\;$ the series is zero, and for $\;x\in [0,1)\;$ we get
$$\sum_{n=1}^\infty(1-x)x^n=\sum_{n=1}^\infty\left(x^n-x^{n+1}\right)=\frac x{1-x}-\frac{x^2}{1-x}=x$$
so the limit function is
$$f(x)=\begin{cases}x,&x\in[0,1)\\{}\\0,&x=1\end{cases}\;\;\implies\;\text{the limit isn't continuous and thus the convergence is}$$
only pointwise but not uniform.