I know how to get the correct answer.
$$\lim_{x \to \infty } \sqrt{(x^2 + 7x)} - x$$ $$\lim_{x \to \infty } \frac{(x^2 + 7x) - x^2}{\sqrt{(x^2 + 7x)} + x}$$ $$\lim_{x \to \infty } \frac{7x}{\sqrt{x(x + 7)} + x}$$ $$\lim_{x \to \infty } \frac{7 \sqrt{x}}{\sqrt{(x + 7)} + \sqrt{x}}$$
Now as $x \to \infty$ the value of $\lim_{x \to \infty } \sqrt{(x + 7)}$ becomes similar to $\lim_{x \to \infty } \sqrt{x}$
$$\lim_{x \to \infty } \frac{7 \sqrt{x}}{\sqrt{x} + \sqrt{x}} = \frac{7}{2}$$
I want to know why this other way is incorrect :-
$$\lim_{x \to \infty } \sqrt{(x^2 + 7x)} - x$$
Now as $x \to \infty$ the value of $\lim_{x \to \infty } \sqrt{(x^2 + 7x)}$ becomes similar to $\lim_{x \to \infty } \sqrt{x^2}$
$$\lim_{x \to \infty } \sqrt{(x^2)} - x = 0/-2$$
Which is incorrect, i checked on a graphing calculator. But i want to know why ? please help.
I think students often think that limits are an approximate tool and when dealing with limits we can replace $A$ by $B$ even when $A \neq B$. Sorry!!! This is never the case in mathematics. You can replace $A$ by $B$ only when $A = B$.
Thus in your first approach when you reach the fraction $$\frac{7\sqrt{x}}{\sqrt{x + 7} + \sqrt{x}}$$ then you are not allowed to replace $\sqrt{x + 7}$ by $\sqrt{x}$ by saying that they are similar. What you can and should do is to divide both numerator and denominator by $\sqrt{x} \neq 0$ to get the fraction $$\dfrac{7}{\sqrt{1 + \dfrac{7}{x}} + 1}$$ and then we can see that $7/x \to 0$ as $x \to \infty$ so the above fraction tends to $7/(\sqrt{1 + 0} + 1) = 7/2$.
You have yourself shown the danger of replacing $A$ by $B$ when they are similar but not equal in your second evaluation. A wrong approach may give a right answer sometimes but that does not make it a right approach.