How to prove $\displaystyle \lim\limits_{n\to\infty}\frac{n+\sin(n)}{n+1} = 1$ ?
The beginning:
Fix $\epsilon$ > 0. Is there an $N\in \mathbb{N},$ such that $$n\ge N \implies\left|\frac{n+\sin(n)}{n+1}-1 \right|<\epsilon?$$
$$\left|\frac{n+\sin(n)}{n+1}-1 \right|<\epsilon \iff$$ $$\left|\frac{\sin(n)-1}{n+1}\right|<\epsilon \iff$$ $$\ldots$$
I got that $n > \frac{2}{\epsilon}-1$, is that right?
N=(max or min ?) {0, $\lfloor\frac{2}{\epsilon}-1\rfloor$}
I hope that the task is understandable. Thank you for answering.
Note that $$\left|\frac{n+\sin(n)}{n+1}-1\right|=\left|\frac{-1+\sin(n)}{n+1}\right|\leq \frac{1+|\sin(n)|}{n+1}.$$ Now recall that $\sin(n)\in [-1,1]$. Can you take it from here?