How to prove the limit of the following sequence using epsilon-N argument.
$$a_n=\frac{3n^2+2n+1}{2n^2+n}$$
I took the limit to be $\frac{3}{2}$ and proceeded with the argument,
$$\left|\frac{3n^2+2n+1}{2n^2+n}-\frac{3}{2}\right|<\epsilon$$ $$\frac{n+2}{4n^2+2n}<\epsilon$$ How do I complete the argument from this point?
$$\frac{n+2}{4n^2 + 2n} = \frac{n+2}{2n(2n+1)} \leq \frac{n+2}{2n(n+2)} = \frac{1}{2n}$$ Do you want to take it from here? Maybe you'd like to see a full $\epsilon - N$ proof?