Let $x\in\mathbb{R}$ and consider the power series: $$\sum_{n=0}^\infty (-1)^n(n^2+3n+2)x^n.$$ a) Find the radius of convergence $r$ for the series.
b) Show that the series is the Taylor series for $f(x)=\frac{2}{(1+x)^3}$ in $x=0$.
c) Show that the series does not converge uniformly on the interval $I=(-r,0]$. (You can, without proof, use the fact that the series is convergent towards $f$ on the interval of convergence.)
...In a) I've found the radius of convergence to be $r=1$. Can anybody help me with question c)?
To show that a serie is uniformly convergent, you generally show that
$$R_N(x) = \sum_{n=N}^\infty (-1)^n(n^2+3n+2)x^n \xrightarrow[{N\to\infty}]{} 0 \qquad \text{uniformly}$$
Namely, because for $x < 0$ the sum is always positive, if we note $R_N(x)$ this sum, that $\forall \epsilon, \exists N_0 > 0, \forall N > N_0, \forall x \in ]-1;0], R_N(x) \leq \epsilon$. But here we are going to show the opposite, namely, $\exists \epsilon, \forall N_0 > 0, \exists N > N_0, \exists x \in ]-1;0], R_N(x) > \epsilon$. which can be written $\exists \epsilon, \forall N > 0, \exists x \in ]-1;0], R_N(x) > \epsilon$. Any $\epsilon$ can work, so:
Fixing $A > 0$, no matter how big you choose $N$, you will always be able to find $x \in ]-1;0]$ such that it is bigger than $A$ (because it still tends to infinity). This shows the opposite of uniformly convergence, hence it is not uniformly convergent.
To show this: Fix $\epsilon = 1$, $N > 0$. The function $x \mapsto R_N(x)$ is decreasing with $R_N(x) \xrightarrow[{x\to -1}]{} +\infty$. So, by definition we can find a $x$ such that $R_N(x) > \epsilon$.
And to show that $R_N(x) \xrightarrow[{x\to -1}]{} +\infty$, it is sufficient to show, that is not upper bounded (by monotonicity). If it was upper bounded by $K$. Then the sum from $N$ to $M$ would be upperd bounded by $K$ (for all $x$). So you make $x$ tend to $-1$ and then $M$ tend to infinity and you shouw that $R_N(-1) < +\infty$ which is not true.