Compute the limit $\lim\limits_{x\to+\infty}\sqrt{x+\sqrt{x}}-\sqrt{x-1}$
my attempt:
I tried to multiply top and bottom by the conjugate
$$\begin{align} \lim_{x\to+\infty}\sqrt{x+\sqrt{x}}-\sqrt{x-1}&=\lim_{x\to+\infty}\left(\sqrt{x+\sqrt{x}}-\sqrt{x-1}\right)\frac{\sqrt{x+\sqrt{x}}+\sqrt{x-1}}{\sqrt{x+\sqrt{x}}+\sqrt{x-1}}\\ &=\lim_{x\to+\infty}\frac{\left(\sqrt{x+\sqrt{x}}\right)^2-\left(\sqrt{x-1}\right)^2}{\sqrt{x+\sqrt{x}}+\sqrt{x-1}}\\ &=\lim_{x\to+\infty}\frac{(x+\sqrt{x})-(x-1)}{\sqrt{x+\sqrt{x}}+\sqrt{x-1}}\\ &=\lim_{x\to+\infty}\frac{1+\sqrt{x}}{\sqrt{x+\sqrt{x}}+\sqrt{x-1}} \end{align}$$
But I don't know what I can do after this.
Let's start from your last line: $$\begin{align} \lim_{x\to+\infty}\frac{1+\sqrt{x}}{\sqrt{x+\sqrt{x}}+\sqrt{x-1}} &= \lim \frac{\sqrt x}{\sqrt x} \frac{\frac{1}{\sqrt x} + 1}{\sqrt{1 + \frac{1}{\sqrt x}} + \sqrt{1 - \frac{1}{ x}}} \\ &= \frac{1}{1 + 1} = \frac{1}{2} \end{align}$$ where we note that everywhere we have $\frac{1}{\sqrt x}$, those terms go to $0$ as $x \to \infty$. The method of factoring out the largest element in the numerator and denominator very often works. $\diamondsuit$