I would like to show that the sequence of functions $\{f_n\}$ defined by $f_n(x)=\frac{x^2}{x^2+(1-nx)^2}$ is uniformly convergent on $[\delta,1]$ for all $\delta \in (0,1)$.
I will fix a $\delta \in (0,1)$. I see that $f_n(x)\rightarrow f(x)=0$ for each $x\in [\delta,1]$ (pointwise convergence).
Given an $\epsilon >0$ I need to find an $N \in \mathbb{N}$ such that for all $n \geq N$ $$|f_n(x)-f(x)|=\mid\frac{x^2}{x^2+(1-nx)^2}\mid <\epsilon$$
for all $x\in [\delta,1]$. I am having trouble finding this $N$. I know I can bound $f_n$ above by $\frac{1}{n^2-2n+2}$, but that is not really helping me. I've even tried looking at $f_n'$, but that was treacherous. I have hit a wall. I would really appreciate some help. Thank you :-)