Does the Sequence Converge Uniformly Across Different Intervals?

AI Thread Summary
The sequence of functions f_n converges pointwise to zero, but does not converge uniformly on the interval [0, 1] due to the supremum being 1. However, it does converge uniformly on intervals of the form [δ, ∞) for any δ > 0, as the maximum of the function shifts left and eventually leaves the interval. The discussion highlights the importance of understanding the behavior of the function at specific points, particularly at x = 0, which can affect uniform convergence. Visualizing the functions and their limits is suggested as a helpful approach to grasping these concepts.
twoflower
Messages
363
Reaction score
0
Hi,

next one I've little problems with:

<br /> f_{n} = \frac{2nx}{1+n^{2}x^{2}}<br />

<br /> \mbox{a) } x \in [0, 1]<br />

<br /> \mbox{b) } x \in (1, \infty)<br />

First the pointwise convergence:

<br /> \lim_{n \rightarrow \infty} \frac{2nx}{1+n^{2}x^{2}} = 0<br />

I computed the derivative of my function to know where to get supremum and I got that maximum is in x=\frac{1}{n}.

I used it to get supremum on the first interval and I got

<br /> \sup \left\{\left|\frac{2nx}{1+n^{2}x^{2}}\right|, x \in [0,1]\right\} = 1 \Rightarrow f_{n} \mbox{ doesn&#039;t converge uniformly on } [0,1]<br />

On the second interval (1, \infty) I cannot use the point x = \frac{1}{n} and since the function is decreasing on this interval I will take the leftmost point to compute the supremum. It will be

<br /> \sup \left\{\left|\frac{2nx}{1+n^{2}x^{2}}\right|, x \in (1,\infty)\right\} \leq \left|\frac{2n}{1+n^2}\right| \longrightarrow 0 \mbox{ as n goes to \infty}<br />

Thus

<br /> f_{n} \rightrightarrows 0 \mbox{ on (1, \infty)}<br />

According to "official" results this is not complete result. Would you help me please to finish it?

Thank you.
 
Last edited:
Physics news on Phys.org
The only error I see is that the supremum on [0,1] is not 2, but 1.
All else looks right to me. The function converges pointwise to the zero function and. It doesn't converge uniformly on [0,1], but it does on the interval [\delta,\infty) for any \delta&gt;0.
 
Galileo said:
The only error I see is that the supremum on [0,1] is not 2, but 1.
You're right, my mistake.

Galileo said:
...but it does on the interval [\delta,\infty) for any \delta&gt;0.
That's what I was asking for - how can you see that? I can't see it so far - I proved it doesn't converge uniformly on some interval ([0,1]) but I can't see the possibility it could still converge uniformly on its part.

Btw, would (0, \infty) be the same as you wrote? (I mean just not using delta here).
 
I didn't say anything.
 
Last edited:
twoflower said:
You're right, my mistake.


That's what I was asking for - how can you see that? I can't see it so far - I proved it doesn't converge uniformly on some interval ([0,1]) but I can't see the possibility it could still converge uniformly on its part.

Btw, would (0, \infty) be the same as you wrote? (I mean just not using delta here).

You already showed that the function f_n is monotonically decreasing after the point 1/n, so this maximum shifts to the left (if you visualize the graph) as n increases. That means if you have the interval [\delta, \infty) the point at which f_n has a maximum will eventually leave this interval (provided \delta&gt;0). So the function will be monotonically decreasing in this interval, so you can take the supremum to be the left endpoint and show that it goes to zero, just as before.

It may seem surprising at first, but the although the sequence converges uniformly on [\delta, \infty) it does NOT converge uniformly on (0,\infty). That is because the spike at 1/n will always lie in the interval (0,->) for any n.
 
Last edited:
Thank you very much Galileo, it helped me a lot.

Then, would this be correct formal finish of the problem?

<br /> \delta &gt; 0,\mbox{ then \\}<br /> \sup \left\{\left|\frac{2nx}{1+n^2x^2}\right|, x \in [\delta, \infty)\right\} = \frac{2\delta n}{1+\delta^2n^2} \longrightarrow 0 \mbox{ as n goes to \infty}<br />

I already understood this particular problem, but I'm afraid it won't always be that obvious so that I can guess on which interval it could still converge uniformly. Is there any common approach how to find interval, on which it could still converge uniformly when I prove it doesn't on some others?
 
Almost right. Ofcourse I wasn't totally precise on this point either, but the supremum of f_n on the interval [\delta,\infty) is not always the left endpoint. What matters is that from a given moment on the spike will leave the interval. I.e. there exists an N&gt;0 such that the supremum is the value of the function at the left endpoint (as in your expression) for all n>N (in this case n&gt;1/\delta. So it is still true that
\lim_{n\to \infty} \sup_{x\in D}|f_n(x)-f(x)|=0.

Where in this case ofcourse D=[\delta,\infty), f(x)=0 (the limit function).

Usually the reason why a sequence of functions doesn't converge uniformly is because of the limiting behaviour at a specific point (in this case at x=0).
For a sequence of \arctan(nx) functions, the problem also lies at x=0 and this also converges uniformly on [\delta, \infty) for any \delta&gt;0. I think practice is the best way to get a feel for these things. I personally always visualize the functions and see how the graphs change as n increases, because I have a very visual way of thinking.
Also see the analogy between (continuity - uniform continuity) and (convergence - uniforn convergence).
they are expressed in epsilons and delta's (or more commonly N's for the latter), but with continuity, you first specify a point x in the domain of f, then you any \epsilon&gt;0 and then find your \delta&gt;0 to match, so your \delta may depend on the point and the chosen epsilon \delta=\delta(x,\epsilon), while for uniform continuity you can find a \delta which works (uniformly) for all points x in the region of interest and depends only on \epsilon.
Likewise, for pointwise convergence your take the pointwise limit (f_n(x)\to f(x) for each point x), so the N in your limit is chosen after specifying the point and the \epsilon, while for uniform convergence you can find a N(\epsilon) which works (uniformly) or ALL points in the region of interest.

Anyway, when you've found the supremum of |fn(x)-f(x)| and you find that it depends on n, you should check whether this point will remain in the region of interest.
 
Back
Top