Yesterday I had a post about this, and it cleared a lot up; however, even though I feel like I understand how to go about solving problems like this, I don't seem to get the right answers. For example:
$u_n = \frac{2n+3}{2n+1}$. We know that this sequence converges to 1, but I want to prove it using the definition.
So I want to show that , $\forall \varepsilon > 0$, $\exists N$ where,$ n > N \implies u_n - 1 < \varepsilon$.
We can manipulate the expression such that $u_n = \frac{2n+3}{2n+1} =\frac{n}n \frac{2+\frac{3}n}{2+\frac{1}n} = \frac{2+\frac{3}n}{2+\frac{1}n}$
Thus, we can show that $\forall \varepsilon > 0$, $\exists N$ where,$ n > N \implies \frac{2+\frac{3}n}{2+\frac{1}n} - 1 < \varepsilon$
Now, we can say that 0 < $\frac{2+\frac{3}n}{2+\frac{1}n}$ < $\frac{2+\frac{3}n}{2} = 1 + \frac{3}{2n}$. We can use this logic to say that
$\frac{2+\frac{3}n}{2+\frac{1}n} - 1 < 1 + \frac{3}{2n} - 1 < \varepsilon$ (since $1 + \frac{3}{2n}$ converges to 1).
So, finding an $N$ for $\frac{3}{2n} - 1$ would be the same as finding an $N$ for $u_n$, so we do:
$1 + \frac{3}{2n} - 1 < \varepsilon$ is the same as $\frac{3}{2n} < \varepsilon$. Thus, if $ N > \frac{3}{2\varepsilon}$, then the initial implication follows. However, I'm not sure how to complete things from here; am I close, or did I fall off the rails at some point? Thanks.
You have already shown that your $N$ works, I think it's all the notation that is giving you a headache. I would write like this (these are your words, but rewritten):
Given $\varepsilon$, take any $N > \frac{3}{2\epsilon}$. Now, for any $n >N$, we have $$ \frac{3}{2n} < \varepsilon$$
and so,
$$\left|\frac{2+\frac{3}n}{2+\frac{1}n} - 1\right| < \left|1 + \frac{3}{2n} - 1\right| = \frac{3}{2n} < \varepsilon $$