I need help with this problem:
For the next sequence {$f_n$}, determine the pointwise limit of {$f_n$} on the interval and indicate if {$f_n$} converges uniformly to that function.
- $ f_n(x)= \begin{cases} 0,\ x\leq n \\ x-n, \ x\geq n \end{cases} $ on $[a,b]$ and on $\mathbb{R}$
- $f_n(x)=x^n-x^{2n}$ on $[0,1]$
For the first one I know that when $x\geq n$, {$f_n$} would be the identity function displaced $n$. I don't know how to take the pointwise limit of the function. How do I find the pointwise limit and how do I determine if it converges uniformly?
For the secon one I did the following: $f(x)=\lim_{n\to\infty} x^n-x^{2n} = \lim_{n\to\infty} x^n - \lim_{n\to\infty} x^{2n} = 0$, so the pointwise limit is $0=f(x)$ I don't know how to determine if it converges uniformly, how do I do it? Thanks.
You can prove that convergence to zero is not uniform on $[0,1]$ by finding the point of max of $f_n$ ($x_{max}=1/\sqrt[n]{2}$) and then proving that $f_n(x_{max})$ does not approach zero. $$ |f_n(x_{max})-0|=f_n(2^{-1/n})=1/4. $$