Uniform convergence of the series of functions $\sum\frac{1}{n+n^2x}$ on $(0,1]$.

144 Views Asked by At

How to check uniform convergence of the series of functions $\sum\frac{1}{n+n^2x}$ on the interval $(0,1]?$ I tried it by various methods but didn’t find any suitable way. $M_n$- test , Abel’s and Dirchlet test does not give appropriate answer . I tried by taking derivative series also . Please suggest how to check it’s uniform convergence. Thanks in advance.

3

There are 3 best solutions below

0
On BEST ANSWER

The only possible issues are in a right neighbourhood of the origin: if we assume $\frac{1}{m+1}\leq x\leq \frac{1}{m}$ we have $$-\log(x)\leq\log(m+1)\leq H_m=\sum_{n\geq 1}\frac{m}{n(n+m)} \leq \sum_{n\geq 1}\frac{1}{n+n^2 x}=f(x) $$ hence the converge is not uniform, since $f(x)$ is unbounded in a right neighbourhood of the origin.

0
On

If the series converged uniformly, then we would have

$$\lim_{n \to \infty} \sup _{x \in (0,1]}\left|\sum_{k = n+1}^{\infty}\frac{1}{k + k^2x}\right| = 0$$

This is a direct consequence of the definition that $f_n(x) \to f(x)$ uniformly for $x \in D$, if for any $\epsilon > 0$ there exists $N \in \mathbb{N}$ independent of $x$ such that $|f_n(x) - f(x)| < \epsilon$ for all $n > N$and all $x \in D$.

However, since $x_n = 1/n \in (0,1]$,

$$\left|\sup _{x \in (0,1]}\sum_{k = n+1}^{\infty}\frac{1}{k + k^2x}\right|\geqslant\sup _{x \in (0,1]}\sum_{k = n+1}^{2n}\frac{1}{k + k^2x} \geqslant \sup _{x \in (0,1]} \frac{n}{2n + 4n^2x} \\\geqslant \frac{n}{2n + 4n^2(1/n)} = 1/6 \not\to 0 $$

Thus, convergence is not uniform on $(0,1]$.

2
On

If $f_N(x)=\sum_{n=1}^N \frac{1}{n+n^2x}$ converged uniformly, the sequence $\sum_{n=1}^N \frac{1}{n}$ should converge, which is absurd.