Exercise 6.2.1

Let

f n ( x ) = nx 1 + n x 2 .

(a)
Find the pointwise limit of ( f n ) for all x ( 0 , ) .
(b)
Is the convergence uniform on ( 0 , ) ?
(c)
Is the convergence uniform on ( 0 , 1 ) ?
(d)
Is the convergence uniform on ( 1 , ) ?

Answers

(a)
lim f n ( x ) = lim nx 1 + n x 2 = lim x 1 n + x 2 = 1 x
(b)
Examine the difference | f n ( x ) f ( x ) | | nx 1 + n x 2 1 x | = | n x 2 ( 1 + n x 2 ) x ( 1 + n x 2 ) | = 1 x ( 1 + n x 2 )

Consider x n = 1 n , then

| f n ( x n ) f ( x n ) | = 1 ( 1 n ) ( 1 + n ( 1 n 2 ) = 1 n 2 = n 2

Which shows that no matter how big n is, we can find x = 1 n such that | f n ( x ) f ( x ) | 1 2 meaning 𝜖 cannot be made smaller then 1 2 . So f isn’t uniformly continuous.

(c)
No, same logic as (b)
(d)
Yes, because x 1 implies | f n ( x ) f ( x ) | = 1 x ( 1 + n x 2 ) 1 n

Meaning for all 𝜖 > 0 , setting N > 1 𝜖 implies every n N has | f n ( x ) f ( x ) | 1 N < 𝜖 for every x ( 1 , ) .

User profile picture
2022-01-27 00:00
Comments