The problem says:
$f_{n}(x)=\frac{x^{2}}{x^{2}+(1-nx)^{2}},\,0\leq x\leq1$ is convergent pointwise to $0$ but not uniformly.
So, I show that $f_n \rightarrow f$(pointwise) on $[0,1]$.
And I tried:
If I take $\epsilon=1/2N$, then
$$\frac{1}{2N}\leq\frac{1}{N}\left|\frac{1}{2-Nx}\right|=\left|\frac{x^{2}}{2Nx-N^{2}x^{2}}\right|=\left|\frac{x^{2}}{1-(1-Nx)^{2}}\right|\leq\left|\frac{x^{2}}{x^{2}-(1-Nx)^{2}}\right|$$ Thus, it is not convergent to $0$ uniformly on $[0,1]$.
But it seems to be wrong since $\epsilon$ is dependent on N.
How can I fix it?
Use the following propisition: "If $(f_n(x))$ converges pointwisley on A to f(x), and there is a sequence $(x_m)_{m\ge 1}$ in A such that $f_n(x_n)-f(x_n)$ does not converges to 0, then the given sequence of functions does not converges uniformly over A".
Now, take $x_n= \frac{1}{n}$.