So guys I need to find the limit of:
$\displaystyle\lim_{n \to \infty}\left(\sqrt{n^2+2n+5}-n\right)$
The quadratic equation is hard to factorise and I really struggle to answer these questions.
Do I need to use the limit comparison test after I simplify this?
When you're facing a limit that's difference of square roots (or any radical indeed) it's a nice idea is to multiply by the sum of the two square roots. So we have:
$$\lim_{n \to \infty} \sqrt{n^2 + 2n + 5} - n = \lim_{n \to \infty} \frac{n^2 + 2n + 5 - n^2}{\sqrt{n^2+2n+5}+n} = \lim_{n \to \infty} \frac{2 + \frac 5n}{\sqrt{1 + \frac 2n + \frac 5{n^2}} + 1} = 1$$