How can I show that the function $ f_n(x)=\frac{nx}{1+nx} $ converges uniformly on the interval $ x \in [1, \infty ) $ I have already proven the pointwise limit to be $ f(x)=1 $
I am working with the definition $ \forall \epsilon \gt0 \exists N \in \mathbb{N} $ such that $ \forall x \in [1, \infty) $ and $ \forall n \ge N \mid \frac{nx}{1+nx} - 1 \mid \lt \epsilon $
Do I need to produce a value of N or a value of $ \epsilon $?
I assume you are seeking after a proof that the function $f: x \mapsto 1$ on $[1, \infty[$ is the uniform limit of the sequence $(f_{n})$ because of your title and you saying that you have worked out that $f$ is the pointwise limit.
Let $\varepsilon > 0$. If $N \geq 1,$ then $f_{n} \to f$ uniformly on $[1, \infty[$ iff $$\bigg| \frac{nx}{1+nx} - 1 \bigg| = \frac{1}{1+nx} \leq \frac{1}{1+N} < \varepsilon,$$ which means that $$N > \frac{1}{\varepsilon} - 1.$$ So taking $N := \lceil \frac{1}{\varepsilon} - 1 \rceil + 1$ suffices.