On uniform convergence of sequence

irony of truth
Messages
89
Reaction score
0
Suppose (f_n} is a sequence of functions where f_n(x) = x / (1 + n^2 x^2).

I am finding the pointwise limit of the sequence of {f_n'(x)} on the interval
(-oo, + oo)...in which {f_n'(x)} is the sequence of functions obtained from the derivative of x / (1 + n^2 x^2) and I am trying to find out if this {f_n'(x)}
converges uniformly or not.

SOlution:

Well, the derivative of x / (1 + n^2 x^2) is :

(1 - n^2 x^2) / ( 1 + n^2 x^2 )^2.

Now,
when x = 0, lim (n -> +oo) f_n'(0) = (1 - n^2 0^2) / ( 1 + n^2 0^2 )^2 = 1

When x is not 0,

lim (n -> +oo) f_n'(x) = (1 - n^2 x^2) / ( 1 + n^2 x^2 )^2

lim (n -> +oo) f_n'(x) = (1 - n^2 x^2) / ( 1 + 2n^2 x^2 + n^4 x^4 )

Multiplying both numerator and denominator by 1/n^4 yields

lim (n -> +oo) f_n'(x) = ( 0 - 0) / ( 0 + 0 + x^4 ) = 0 / x^4 = 0.
Since for a large value of x, I can make my n larger than x.

Hence, f(x) = 0 when x = 0 and f(x) = 1, when x is not 0.

Since the function f(x) is not continuous on the interval (-oo, +oo), then
{f_n'(x)} does not converge uniformly on that interval.



Have I done my solution correctly?
 
Physics news on Phys.org
It looks correct.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top