So, I'm stuck on this question, and have been working on it for a few hours, probably because I'm not 100% in understanding the definition. But here's the question:
Using the $\epsilon$ - N definition of the limit prove that,
$\lim_{x \to ∞}{1\over(n^2+n)}$ = $0$ (sorry I don't know how to write fractions in limits).
In other words, given $\epsilon$ > $0$, find explicitly a natural number N which satisfies the statement in the definition of the limit.
So the definition I received in lectures is:
Let $(a_n)_1^∞$ ($1$ should be $n=1$, I couldn't get it to work, sorry) be a sequence of real numbers $(a_n)_1^∞$ = {$a_1, a_2, a_3,...$} .
Definition: We write $\lim_{n \to ∞} a_n = a$, and say the limit of $(a_n)_1^∞$ equals $a$, if for every $\epsilon$ > 0 there exists N ∈ $\mathbb{N}$ such that if $n ≥ N$, then $|a_n - a| < \epsilon$.
So far this is what I've done:
|$\frac{1}{n^2+n}$ + 1| < $\epsilon$
$\therefore$ |$\frac{1-n^2+n}{n^2+n}$ + 1| < $\epsilon$
I did try other ways like disregarding the 'n' in the denominator since $n^2$ is more significant then it, but I don't think I'm supposed to do that. I'm really just stuck on what to do next as I don't really understand the process. Any help would be GREATLY appreciated, thanks! :)
In the OP, it was implicitly assumed that the limit was $-1$. This occurred when writing
$$\left|\frac{1}{n^2+n}-\color{red}{(-1)}\right|<\epsilon$$
The $\color{red}{-1}$ should be $\color{blue}{0}$ instead.
To show that $\lim_{n\to \infty}\frac{1}{n^2+n}=0$ we let $\epsilon>0$ be given. Then, we have
$$\left|\frac{1}{n^2+n}-\color{blue}{0}\right|\le \frac{1}{n}<\epsilon$$
whenever $n>N(\epsilon)=\lfloor \frac{1}{\epsilon}\rfloor +1$. And we are done.