I get what the epsilon-definition of convergences means but I still don't get how we find a fitting $N$. Let me explain what I mean with a little (simple) example:
Let $a_n = \frac{n}{n+1}$, determine the limit and prove it. So, the limit is easy to find: it's $1$. The definition I am using is: $$\forall \epsilon > 0: \exists N \in \mathbb{N} \text{ such that } \forall n \geq N,\ |a_n-a| < \epsilon.$$
To find $N$ I did the following: $$|a_n-a| < \epsilon \Rightarrow \left|\frac{n}{n+1}-1\right| < \epsilon \Leftrightarrow \frac{1}{n+1} < \epsilon \Leftrightarrow n > \frac{1-\epsilon}{\epsilon}$$
Does that mean I have to choose $N = \frac{1-\epsilon}{\epsilon}$? I've got a solution in which they take $N = \frac{2}{\epsilon}$ but I don't know why and..how.
Thanks in advance.