As shown in the title, I'm asked to prove $\lim\limits_{n\to\infty} \sqrt{\dfrac{4n+1}{n}}=2$ using the $\epsilon,N$ definition only.
My solution was completely different from the solution they posted so I want to know if I did something wrong.
Let $\epsilon>0$, we have to find $N$ s.t $\forall n>N$. $\left|\sqrt{\dfrac{4n+1}{n}}-2\right|<\epsilon$. Since $n$ is iterating over naturals, we can say that $\sqrt{\dfrac{4n+1}{n}}-2$ is always positive by plugging in the minimum of $\mathbb{N}$.
I continued by multiplying by $\left(\sqrt{\dfrac{4n+1}{n}}+2\right)$.\ $\dfrac{\left(\sqrt{\dfrac{4n+1}{n}}-2\right)\left(\sqrt{\dfrac{4n+1}{n}}+2\right)}{\left(\sqrt{\dfrac{4n+1}{n}}+2\right)}= \dfrac{\dfrac{4n+1}{n}-4}{\left(\sqrt{\dfrac{4n+1}{n}}+2\right)}\stackrel{(*)}{<}\dfrac{1}{n}$ while (*) was using the previous conclusion that the denominator is always positive and greater than $1$.
Now I can say that we can take $N=\dfrac{1}{\epsilon}+10$ and this satisfies the desired.
An idea:
$$\frac{4n+1}n-4=\frac1n\implies\left|\frac{4n+1}n-4\right|=\left|\frac1n\right|=\frac1n$$
You can already from here deduce $\;\frac{4n+1}n\xrightarrow[n\to\infty]{}4\;$ by means of a $\;\delta,\epsilon\;$ argument or however, and
since the sequence is clearly positive all the time, we get
$$\sqrt{\frac{4n+1}n}\xrightarrow[n\to\infty]{}\sqrt4=2$$
Or else:
$$\left|\sqrt{\frac{4n+1}n}-2\right|=\left|{\frac{\sqrt{4n+1}}{\sqrt n}}-\sqrt 4\right|=\left|\frac{\sqrt{4n+1}-\sqrt{4n}}n\right|=\left|\frac1{n\left(\sqrt{4n+1}+\sqrt{4n}\right)}\right|\le$$
$$\le\frac1{2n\sqrt{4n}}=\frac1{4n^{3/2}}$$
and again: a $\;\delta,\epsilon\;$ argument or whatever.