I would like someone to verify my $\epsilon-N$ proof that $\lim_{n\to\infty} \dfrac{n^2}{n^2 + n}$ = 1.
Proof:
Let $\epsilon > 0 $, and choose $N = \lceil1/\epsilon\rceil + 1$. Then for all $n > N$, we have
$$\left|\frac{n^2}{n^2 + n} - 1 \right| = \left|\frac{-n}{n^2 + n}\right| = \frac{n}{n^2 + n} \leq \frac{n}{n^2} = 1/n.$$
But since we have $n > N = \lceil1/\epsilon\rceil + 1 > \lceil1/\epsilon\rceil \geq 1/\epsilon$, it follows that $\epsilon > 1/n$. Thus, $1/n < \epsilon$ as we desired to show. Therefore, we conclude that the limit equals $1$.
Yes, it's correct. But another approach could be:
Let $\epsilon>0$. For the archimedean property there is $N\in \mathbb{N}$ such as, $$\frac{1}{N}<\epsilon.$$ Let $n\geq N$, then, $$\left|\dfrac{n^2}{n^2+n}-1\right|=\dfrac{n}{n^2+n}\leq \dfrac{1}{n}\leq \dfrac{1}{N}<\epsilon$$ So, $$\lim_{n\to \infty}\dfrac{n}{n^2+n}=1.$$