Suppose that $$ a_n=\frac{n^2-2n+1}{2n^2+4n-1}. $$ I am trying to show that for each positive number $\epsilon$, there is a number $N$ such that $|a_n-L|<\epsilon$ whenever $n>N$.
Attempt
Clearly $L=1/2$ as $n\to\infty$. So, \begin{align} |a_n-L|&=\left|\frac{n^2-2n+1}{2n^2+4n-1}-\frac{1}{2}\right| \\ &=\left|\frac{-4n+3/2}{2n^2+4n-1}\right| \\ &\leq \left|\frac{-4n+3/2}{4n-1}\right| \\ &\leq \frac{4n}{4n-1}+\frac{3/2}{4n-1} \\ &= \frac{4n-1}{4n-1}+\frac{5/2}{4n-1} \\ &= 1+\frac{5/2}{4n-1}. \\ \end{align} We require $$ 1+\frac{5/2}{4n-1}<\epsilon\implies n>\frac{1}{4}\left(\frac{5}{2(\epsilon-1)}+1\right)=N. $$
Note that I have made the assumption that $n>0$ since we are considering $n\to\infty$. Is this logic correct? Have I made any mistakes or assumptions?
For the fisrt inequality step,
Since $2n^2+4n-1 \ge n^2$ and $\left|-4n+3/2\right| \le 4n$, \begin{align} |a_n-L|&=\left|\frac{n^2-2n+1}{2n^2+4n-1}-\frac{1}{2}\right| \\ &=\left|\frac{-4n+3/2}{2n^2+4n-1}\right| \\ &\leq \left|\frac{4n}{n^2}\right| \\ &=\frac{4}{n} \end{align}