For the sequence $$s_n = \frac{n}{n+\sqrt n},$$ I am trying to prove that the limit as $n\to+\infty$ is $1$ with $\varepsilon-\delta$ type proof.
So i currently have that: $|f(x)-L| < \varepsilon$ if $x>\delta$
$|x/(x+\sqrt x)-1|<\varepsilon$
I dont know how to manipulate the LHS or what epsilon to choose that will help me with the proof any help is appreciated, thanks.
Observe that \begin{align*} \biggl|\frac{n}{n+\sqrt{n}} -1\biggr| = \biggl|\frac{\sqrt{n}}{n+\sqrt{n}}\biggr|\leq \frac{\sqrt{n}}{n}=\frac{1}{\sqrt{n}} \end{align*} Hence you have to choose an $n$ such that $\epsilon >\frac{1}{\sqrt{n}}$ happens.