I think its clear to see that it converges to $\frac{1}{x^{2}}$ and its domain is all real numbers except for zero. The exercise asks to analyse the uniform convergence of this sequence in the intervals $[\frac{1}{2},\infty]$ and in $]0,\infty]$. So it would suffice to show that $\forall \epsilon \gt 0 \forall x$ in the domain $\exists N $ such that $\forall n \gt N$ $|f_n-\frac{1}{x^{2}}|\lt \epsilon$.
I am not sure on how to find a way to make $N$ depend only on $\epsilon$. Can someone give me a hint or point some mistake in my thought? Thanks in advance. Can also accept linked answers (really didnt found duplicates)
Building on @Didier's comment, when $x \in (0, \infty)$, we can consider the sequence $f_n(1/\sqrt{n})$ to show that the convergence is not uniform. In this case
$$ |f_n(1/\sqrt{x}) - \frac{1}{x^2}| = \left \lvert \frac{n}{n(\frac{1}{\sqrt{n}^2}) + 1} - n\right \lvert = n/2. $$
Clearly the convergence here cannot be uniform, since for $\epsilon > 0$, for any proposed $N$ we can take $x = 1/\sqrt{N}$ to show that the requirement for uniform convergence is not satisfied.
As for the case where $x \in [\frac{1}{2}, \infty)$, there is the inequality
\begin{align*} \left \lvert \frac{n}{nx^2+1} - \frac{1}{x^2} \right \lvert &= \left \lvert \frac{1}{x^2(nx^2+1)} \right \lvert \\ &\leq \left \lvert \frac{1}{(\frac{1}{2})^2((\frac{1}{2})^2n+1)}\right \lvert \\ & = \frac{4}{n/4+1}. \end{align*}
Can you continue from here?