I was doing some work on limits for calculus: rudimentary exercises in analyzing a limit for a given expression.
The problem that came up was this one: $$\lim_{x\to 1}\frac{\sqrt{x+5}+\sqrt6}x\tag1$$
I could immediately plug in the limit, and find the result as: $$\lim_{x\to 1} 2\sqrt6\tag2$$
However, at first I conjugated, because I assumed the limit was a zero like the others, and this showed up: $$\lim_{x\to1}\frac{x-1}{x(\sqrt{x+5}-\sqrt6)}\tag3$$
Now, the limit for that one does not exist. Why does this happen? It would seem that conjugating would not affect the final result being different since I am just manipulating the expression, yet it did, and yet it is not incorrect to apply a conjugate here, it seems. Why would it be incorrect to apply a conjugate here, then?