We know a sequence is convergent if and only if given $\epsilon>0$ there exist $n_0\in \mathbb{N}$(which depends on $\epsilon>0$) such that $\forall n\ge n_0, \lvert a_n - L\rvert \lt \epsilon$.
I already know $\displaystyle \lim_{n \to \infty}\frac{n}{n+1}=1$
Then, using the definition we want to find that $\epsilon>0$ such that: $$\left\lvert \frac{n}{n+1}-1\right\rvert\lt \epsilon$$ We can rewrite this as : $$\left\lvert \frac{-1}{n+1}\right\rvert\lt \epsilon$$
The problem comes here , where I do not really know how to proceed and how to get rid of the absolute value, any help would be appreciated.
$$\left \lvert \frac{-1}{n+1} \right\rvert = \frac{1}{n+1} \lt \epsilon \iff n > \frac1\epsilon - 1$$ So take $n_0 = \left \lfloor \dfrac1\epsilon \right\rfloor$ to guarantee that for all $n \ge n_0$, the above inequality holds.