I'm doing an assignment and I've come across the following problem:
Prove the following using $\epsilon - N$: $$\lim_\limits{x \to \infty} \frac{3n^2 -2n + 1}{2n^2 - 4} = \frac{3}{2}$$
I'm having trouble isolating the n value in terms of $\epsilon$. I've gotten as far as:
$$\left|\frac{3n^2 -2n + 1}{2n^2 - 4} - \frac{3}{2}\right| = \left|\frac{7 - 2n}{2n^2 - 4}\right| < \left|\frac{7 - 2n}{n^2 - 2}\right|$$
and I'm unable to progress from here. I'm struggling to think of a "nice/simple" function to serve as my upper bound such that I can determine $n$ in terms of $\epsilon$.
I'm just looking for someone to point me in the right direction.
Note that$$n\geqslant4\implies\left|\frac{7-2n}{2n^2-4}\right|=\frac{2n-7}{2n^2-4}<\frac{2n}{2n^2-4}=\frac n{n^2-2}.$$But you have $n^2-2\geqslant\frac{n^2}2$, since this is equivalent to $n^2\geqslant4$. So,$$n\geqslant4\implies\left|\frac{7-2n}{2n^2-4}\right|<\frac n{n^2/2}=\frac2n.$$Can you take it from here?