Define the function $f(x)=\frac{2x}{1+x^2}$ and let $f_n(x)=f(nx)$.
a) Show $f_n$ converges to 0 uniformly on $[1,\infty)$.
b) Show $f_n$ converges to 0 on $[0,1]$? is it uniform convergence.
I am confused here. How am I supposed to deal with uniform convergence problems for sequence of functions? What I have studied so far is about definition of convergence of sequence and definition of uniform continuity of functions and not a combination of them!
What is the strategy to answer such these questions? By the way, I am studying Goldberg textbook.
Update:
I watched some videos for different problems and I came to this part:
$|f_n(x)-0|=|f_n(x)|\le \frac{1}{2}$ by finding the maximum distance.
can I say now that sequence of $f_n(x)$ converges uniformly since for all natural numbers and all points in $[0,\infty)$, has a fixed distance to $f(x)$? how should I interepret this?