I need to evaluate the limit $$\lim_{n\rightarrow \infty}(n-\sqrt{n+\alpha}\sqrt{n+\beta})$$
My work: $$(n-\sqrt{n+\alpha}\sqrt{n+\beta})=n-\sqrt{n^2+\alpha n+\beta n+\alpha\beta}$$ I understand that both $\alpha$ and $\beta$ are just constants. But, now how should I factor this? I understand the calculus behind limits, but the algebra troubles me.
Let $n>\max\{0,-\alpha,-\beta\}$.
$$n-\sqrt{(n+\alpha)(n+\beta)}=\frac{n^2-(n+\alpha)(n+\beta)}{n+\sqrt{(n+\alpha)(n+\beta)}}$$
$$=-\frac{(\alpha+\beta)n+\alpha\beta}{n+\sqrt{(n+\alpha)(n+\beta)}}=-\frac{\alpha+\beta+\frac{\alpha\beta}{n}}{1+\sqrt{\left(1+\frac{\alpha}{n}\right)\left(1+\frac{\beta}{n}\right)}}\stackrel{n\to +\infty}\to -\frac{\alpha+\beta}{2}$$