I've collected all the approaches, regarding the popular limit below:
$$\lim_{n\to \infty}\left(\sqrt {(n+a)(n+b)}-n\right)=\frac {a+b}{2}$$
Here $a,b\in\Bbb R$.
- Using the Squeeze theorem
- Using the Conjugates (square roots)
- Using the definition of derivative
- Using L'Hôpital's rule
- Using Taylor series with the Big O notation
I was just wondering. Can we still add another method to the list? Could you please share your methods that are still not on the list? Methods that do not rely on prior knowledge of the value of the limit are preferred.
Here's a "different" method, though it's just being different for the sake of being different.
Let's take a quadratic in $x$, with rational coefficients, that has $\sqrt{(n + a)(n + b)} - n$ as a solution. We'll choose it to be monic (why not). The coefficient of $x$ looks like it should be $2n$, which leads the constant term to be $(n + a)(n + b) - n^2 = an + bn + ab$. That is, our polynomial (which we'll index by $n$) will be $$p_n(x) = x^2 - 2nx + (an + bn + ab).$$ Then $x_n := \sqrt{(n + a)(n + b)} - n$ is the unique positive root of $p_n(x)$.
Note first that $x_n$ is bounded above, as $$x_n \le \sqrt{(n + \max\{a, b\})(n + \max\{a, b\})} - n = \max\{a, b\}.$$
Rearranging $p_n(x)$ to collect the $n$s, we get $$p_n(x) = x^2 - 2n\left(x - \frac{a + b}{2}\right) + ab.$$ Note the "naturally" occurring instance of $\frac{a + b}{2}$. Now, $p_n(x_n) = 0$ for all $n$, and so $$x_n - \frac{a + b}{2} = \frac{x_n^2 + ab}{2n}.$$ The numerator on the right hand side is bounded, and multiplied to the null-convergent sequence $\frac{1}{2n}$, which makes $x_n - \frac{a + b}{2}$ null-convergent. Hence $x_n \to \frac{a + b}{2}$.