I was trying to solve the following task but I stumbled across something I do not understand:
Calculate: $$\lim_{n \to \infty}\frac{1}{n^2-\sqrt{n^4+4n^2+n}}$$
my attempt was to factorize n^2 out of the squareroot:
$$$$ $$\lim_{n \to \infty}\frac{1}{n^2-\sqrt{n^4+4n^2+n}}$$
\begin{align} \\a_n & = \frac{1}{n^2-\sqrt{n^4+4n^2+n}} \\ & =\frac{1}{n^2-\sqrt{n^4\left(1+\frac{4}{n^2}+\frac{1}{n^3}\right)}} \\ & =\frac{1}{n^2-n^2\sqrt{1+\frac{4}{n^2}+\frac{1}{n^3}}} \\ \end{align}
Therefor, I thought that:
$$\lim_{n \to \infty}\frac{1}{n^2-n^2\sqrt{1+\frac{4}{n^2}+\frac{1}{n^3}}}$$ $$ = \lim_{n \to \infty}\frac{1}{\left(n^2-n^2\right)\sqrt{1}} = \infty$$
I also tried a different way where I got to the result of $-\dfrac{1}{2}$. I am not going to show that method here but it starts with using the 3rd binomial formula. Then, having the squareroot at the top of the fraction, I factorized $n^2$ and it all worked.
Why does this method like shown above not work?
I am very happy for any help.
P.S. This is not the only example where this kind of getting to a solution does not work for me. Are there cases where I am not allowed to factorize something?
HINT
Use
$$\frac{1}{n^2-\sqrt{n^4+4n^2+n}}\frac{n^2+\sqrt{n^4+4n^2+n}}{n^2+\sqrt{n^4+4n^2+n}}=\frac{n^2+\sqrt{n^4+4n^2+n}}{-4n^2-n}=\frac{1+\sqrt{1+4/n^2+1/n^3}}{-4-1/n}$$
In your attempt the following
$$n^2\sqrt{1+\frac{4}{n^2}+\frac{1}{n^3}}=n^2\cdot \sqrt1$$
is uncorrect, indeed by binomial series expansion
$$\sqrt{1+\frac{4}{n^2}+\frac{1}{n^3}}=1+\frac{2}{n^2}+o(1/n^2)$$
from here you can conclude by your attempt.