The methods yield two different answers. Could you explain the reason clearly and in detailed?
Question:
$$\lim_{{x \to \infty}} \left( \sqrt{x^2 + 6x + 14} - (x+1) \right) = ?$$
Solution:
Method 1:
By employing the conjugate of the original problem, the solution is as follows:
\begin{aligned} & =\operatorname{lim}_{x \rightarrow \infty}\left[\sqrt{(x+3)^2+5}-(x+1)\right] \\ & =\lim _{x \rightarrow \infty}\left[\sqrt{(x+3)^2 \cdot\left(1+\frac{5}{(x+3)^2}\right)}-(x+1)\right] \\ & =\lim _{x \rightarrow \infty}\left[|x+3| \cdot \sqrt{1+\frac{5}{(x + 3)^2}}-(x+1)\right] \\ & =\lim _{x \rightarrow \infty}[(x+3)-(x+1)]=2 \end{aligned}
Method 2:
Alternatively,
\begin{aligned} & =\lim_{x \rightarrow \infty}\left[\sqrt{x^2 \cdot\left(1+\frac{6}{x}+\frac{14}{x^2}\right)}-(x+1)\right] \\ & =\lim_{x \rightarrow \infty} \left[|x| \cdot \sqrt{1+\frac{6}{x}+\frac{14 }{x^2}}-(x+1)\right] . \\ & =\lim_{x \rightarrow \infty}[(x)-(x+1)]=-1 \end{aligned}
In some books, the authors solve the examples with $\infty-\infty$ indeterminate case by multiplying and dividing the expression by its conjugate in the $\infty-\infty$ indeterminate case. But is it not $\frac{\infty}{\infty}$? How can we do it? Please see my other question in this site.
In your first method, you replace $$(x+3)\sqrt{1+\frac{5}{(x+3)^2}}$$ with just $x+3$ without justification.
You used an "invalid" rule where you only calculate the limit of part of your expression, i.e. you replace $$\lim f(g(x)\cdot h(x))$$ with $$\lim f([\lim g(x)]\cdot h(x))$$ but there is no rule that allows you to do this. There are many limit laws, but you must be careful to always know which one you are applying.
In the second approach, you do the same just with a different set of functions.
So both your methods are incorrect, even though the first gives, by chance, the correct result.
Remember, limit laws such as $\lim a_n b_n=\lim a_n \lim b_n$ only hold if the individual limits exist! In your case, the limit of $(x+3)$ does not exist, so you cannot just replace the expressions willy nilly.
For a better way of solving the problem, you can multiply your expression with $\frac{\sqrt{x^2+6x+1} + (x+1)}{\sqrt{x^2+6x+1} + (x+1)}$ and you should get, after some simplification, that the original expression is equal to $$\frac{4+\frac{13}{x}}{1+\frac1x + \sqrt{1+\frac6x+\frac{14}{x^2}}}$$
and this is an expression where you can use all the limit laws you know because all limits exist and are finite. In other words, once you did this simplification, you can note that