What is the reason that the series of derivavtives does not converge uniformly.

47 Views Asked by At

Consider the series $$\sum_{n=1}^{\infty}u_n(x)$$ for which the sum of first n terms $$S_n(x)=\frac{\log(1+n^4x^2)}{2n^2}, x \in [0,1]$$.Prove that the series of derivatives $$\sum_{n=1}^{\infty}u'_n(x)$$ does not converge uniformly on $x \in [0,1]$.

What I have in hand that is $$S_n(x)=\frac{\log(1+n^4x^2)}{2n^2}, x \in [0,1]$$.
Now breaking and extending the terms I have $$\sum_{n=1}^{\infty}u_n(x)=\sum_{n=1}^{\infty}\frac{\log(1+n^4x^2)}{2n^2}=\frac{\log(1+x^2)}{2}+\frac{\log(1+2^4x^2)}{2.2^2}+....+\frac{\log(1+({n-1})^4x^2)}{2.({n-1})^2}+\frac{\log(1+n^4x^2)}{2.n^2}+...+\infty$$

$$\Rightarrow \sum_{n=1}^{\infty}u'_n(x)=\sum_{n=1}^{\infty}\frac{n^2.x}{1+n^4x^2}=\frac{x}{1+x^2}+\frac{2^2.x}{1+2^4x^2}+\frac{3^2.x}{1+3^4x^2}+...$$

Now by ratio Test I have,
$$\lim_{n\to\infty}\left|\frac{u'_{n+1}(x)}{u'_n(x)}\right|=\lim_{n\to\infty}\left|\frac{(n+1)^2.x}{1+(n+1)^4x^2}.\frac{1+n^4x^2}{n^2.x}\right|\rightarrow1 \neq0$$

Is this the reason behind non-uniform convergence?

1

There are 1 best solutions below

0
On BEST ANSWER

Notice that the terms go to $0$ pointwise. If convergence was uniform, given an $\epsilon$, we should be able to find an $N$ so that for $n > N$, all the terms are uniformly small, by the Cauchy criterion for uniform convergence. However, taking the point $x = 1/n^2$, the summand evaluates to $2$, so there is always at least one point which violates the criterion, so convergence is not uniform.