Let $g(x)=\sqrt{x^{2}+4}$ from $\mathbb{R}\rightarrow \mathbb{R}$. I want to show that $g$ is continuous at $x=1$.
I have to show that for any $\epsilon>0$, there exists a $\delta>0$ such that $|x-1|< \delta \implies |g(x)-g(1)|<\epsilon$.
So I do some rough work first and start with $$|g(x)-g(1)|$$ $$=|\sqrt{x^{2}+4} -\sqrt{5}|$$ $$\leq|\sqrt{x^{2}+4}| + |\sqrt{5}|$$.
I am stuck on what to do after. The plan is to choose the right $\delta$.