Question: Let $x_n$ be some term that goes to infinity as $n\rightarrow\infty$. I would like to know the precise asymptotics of $-\sqrt{x_n}+\sqrt{x_n+4}$.
My attempt: We have \begin{align*} -\sqrt{x_n}+\sqrt{x_n+4} &=\sqrt{x_n}\left(-1+\sqrt{1+\frac{4}{x_n}}\right) \\ &=\sqrt{x_n}(-1+1+\epsilon_n) \\ &=\sqrt{x_n}\cdot\epsilon_n, \end{align*} where $\epsilon_n$ is some decaying function that I want the precise asymptotics of. Thanks.