Prove $$\lim_{n\to\infty}\sqrt{(n+a)(n+b)}-n=\frac{a+b}2.$$
I have found the preceding problem in the Calculus book (Bartle & Sherbert) where I am asked to demonstrate the previous limit assuming $a>0$, $b>0$.
I have been trying for an hour, but I cannot see how I can demonstrate it.
Hint. One may write, as $n \to \infty$, \begin{align} \sqrt{(n+a)(n+b)}-n&=\frac{\left(\sqrt{(n+a)(n+b)}-n\right)\left(\sqrt{(n+a)(n+b)}+n\right)}{\sqrt{(n+a)(n+b)}+n}\\\\ &=\frac{(n+a)(n+b)-n^2}{\sqrt{(n+a)(n+b)}+n} \end{align} Hope you can take it from here.