My attempt: I tried manipulating the formula, but I couldn't do anything useful. I tried to find another function $f(x)$ such that $\lim_{x\to\infty} f(x) = 0$ and $f(x) \geq \sqrt{x+1} - \sqrt{x} $ for all $x$. $f(x) = \frac1x$ fails but I think $f(x) = \frac{1}{\sqrt{x}}$ would work (not sure how to verify this). I'm not sure how to proceed.
2026-04-06 17:13:10.1775495590
Prove $\lim_{x\to\infty} \left( \sqrt{x+1} - \sqrt{x} \right) = 0$
281 Views Asked by user217664 https://math.techqa.club/user/user217664/detail At
3
Try multiplying your expression by $\frac{\sqrt{x + 1} + \sqrt{x}}{\sqrt{x + 1} + \sqrt{x}}$ and then simplify the numerator and take the limit of this new expression as $x \to \infty$. What do you get?
Note that this is a common method for solving a problem like this. We say $\sqrt{x + 1} + \sqrt{x}$ is the conjugate of $\sqrt{x + 1} - \sqrt{x}$. The purpose of multiplying by this is that the numerator becomes the factored form of the difference of squares (recall: $(a + b)(a - b)= a^{2} - b^{2}$). This gets rid of the square roots in the numerator and allows us to cancel the $x$'s.