Using the $ε − N$ definition of the limit, prove that $\displaystyle\lim \limits_{n\to\infty} \frac{(n^2 + 1)}{ (n^2 + 2)} = 1$.
In other words, given $\varepsilon> 0$, find explicitly a natural number $N$ which satisfies the statement in the definition of the limit.
Let $\varepsilon > 0$.
Define $$N = \lfloor \sqrt{\frac{1}{\varepsilon}-2}\rfloor +1$$
For all $n \geq N$, you have then $$n \geq \sqrt{\frac{1}{\varepsilon}-2}$$ so $$n^2+2 \geq \frac{1}{\varepsilon}$$
so $$\frac{1}{n^2+2} \leq \varepsilon$$
so $$\left| \frac{n^2+1}{n^2+2} - 1 \right| \leq \varepsilon$$
By the definition of the limit, this shows that $$\frac{n^2+1}{n^2+2} \rightarrow 1 $$