Prove this series does not uniformly converge

1k Views Asked by At

$$\sum_{n=1}^{\infty}n^2 \sin \frac{x}{n^4}$$

It is easy to show that it absolutely converges. But what about uniform convergence?

With M-test: $$|| f_n|| = \sup (| n^2 \sin \frac{x}{n^4}|) \leq \sup (| \frac{x}{n^2} |) $$

It seems to me that in order to proceed I have to pick a restricted set $[a,b]$.

In this case, let $c= | max(|a|,|b|)$: in [a,b] the supremum is $\leq \frac{c}{n^2}$.

The series $$\sum_{n=1}^{\infty}\frac{c}{n^2}$$ converges, so in any restricted interval I have uniform convergence.

But how can I prove that in any other case there is not uniform convergence?

I tried with the necessary condition "$f_n$ must uniformly converge". This means: $$\lim \sup |f_n - f| = 0$$

In my case it is $\leq \lim \sup |x/n^2|$...

but if x is unrestricted I don't know how I can deal with lim sup.. Thanks a lot!

EDIT

Suddenly I realized: what if I study this series passing to the asymptotically equivalent $$\sum_{n=1}^{\infty}n^2 \frac{x}{n^4}$$? In this case I could use the theorem for power series! Is it correct?

EDIT 2

OMG, I've just noticed that $$\sum_{n=1}^{\infty}n^2 \frac{x}{n^4}$$ is NOT A POWER series..

However, let's suppose that the given series is $\sum_{n=1}^{\infty}n^2 \sin \frac{x^n}{n^4}$. Then I'd pass (#) to $$\sum_{n=1}^{\infty}\frac{x^n}{n^2}$$. I'd compute the convergence radius (1) and then say "oh, the given series uniformly converges just in any compact subset in (-1,1)". Is the (#) step correct?

2

There are 2 best solutions below

12
On BEST ANSWER

If it converges uniformly, then

$$\sup_{x\in \mathbb R} \left|n^2 \sin(x/n^4)\right|\to 0$$

as $n\to \infty$. This is clearly false.

0
On

This is meant to elucidate the A given By Arctic Char because of the long chat with the OP that followed it.

$f_n\to f$ uniformly on a domain $D$ iff $$\lim_{n\to \infty}\|f-f_n\|=0,$$ where $$\|f-f_n\|=\sup_{x\in D}|f(x)-f_n(x)|.$$ Suppose $f_n\to f$ uniformly on $D$ then also $\lim_{n\to \infty}\|f_{n+1}-f\|=0.$ Then we have $$\|f_{n+1}-f_n\|\leq \|f-f_n\|+\|f_{n+1}-f\|$$ (because $\;|f_{n+1}(x)-f_n(x)|\leq |f_{n+1}(x)-f(x)|+|f(x)-f_n(x)|\;), $ so we must have $$\lim_{n\to \infty}\|f_{n+1}-f_n\|=0.$$

When $f_n(x)=\sum_{j=1}^n j^2 \sin (x/j^4)$ and the domain $D=\mathbb R,$ we have $$\|f_{n+1}-f_n\|\geq |f_{n+1}(\pi (n+1)^4/2)-f_n(\pi(n+1)^4/2)|=(n+1)^2.$$ So $\|f_{n+1}-f_n\|$ does not converge to $0, $ so $f_n$ does not converge uniformly.