I have this problem on my Real Analysis homework and I am stuck. The requirement is to use the $\epsilon - N$ definition of limit to verify.
$$ lim \frac{3n}{\sqrt{n^2+6n+2}} = 3 $$
This is my logical definition of limit that I am working with: $$ \forall \space \epsilon >0 \space \exists \space N_{\epsilon}; \space N_{\epsilon} \space \epsilon \space \mathbb{N} \space \forall \space n \space \epsilon \space \mathbb{N} \space n > N_{\epsilon} \space |\{x\}_{n} - a| < \epsilon $$
My work so far is:
$$ \{x\}_{n} = \frac{3n}{\sqrt{n^2+6n+2}}, \space a = 3 \\ \rightarrow | \frac{3n}{\sqrt{n^2+6n+2}} - 3| < \epsilon $$
My strategy is to attempt to get a simplified fraction and transitivity to prove that there is a value between my series and epsilon such that for some index $N_{\epsilon}$ the definition is upheld. I'm currently stuck trying to simplify this fraction. Maybe there is no further simplification and I then just need to think of some value. Anyways,
$$ 1. \space Let \space a = \frac{3n}{\sqrt{n^2+6n+2}} \space and \space b = 3 \\ 2. \space Then \space we \space have \space (a-b) = \frac{a^2-b^2}{a+b} \\ a-b = \frac{(\frac{3n}{\sqrt{n^2+6n+2}})^2 - 3^2}{\frac{3n}{\sqrt{n^2+6n+2}} + 3} \\ = \space \frac{\frac{9n^2}{n^2+6n+2}-9}{\frac{3n}{\sqrt{n^2+6n+2}} + 3} \\ \frac{-54n-18}{n^2+6n+2} \times \frac{\sqrt{n^2+6n+2}}{3n+3\sqrt{n^2+6n+2}} $$
This is where I get stuck. I don't think I am able to simplify this further, so at this point should I just be focusing on attempting to find a value larger than it that is simpler? What would a reasonable value look like? This fraction is messing with me a little bit. Appreciate any advice. Should I look at the triangle inequality to try to find a fraction?
There is a much simpler solution! Usually, such questions do not require you to do very complicated simplifications.
Possible solution: Let $\varepsilon>0$ and $N_\varepsilon>\frac{9-3\varepsilon}{\varepsilon}$. Then, for all $n>N_\varepsilon$ we get:
$\left|\frac{3n}{\sqrt{n^2+6n+2}}-3\right|=\left|\frac{3n}{\sqrt{(n+3)^2-7}}-3\right|<\left|\frac{3n}{n+3}-3\right|=\left|\frac{3n-3n-9}{n+3}\right|=\frac{9}{n+3}<\frac{9}{N_\varepsilon+3}<\frac{9}{\frac{9-3\varepsilon}{\varepsilon}+3}=\varepsilon$