When I had the calculus class about the limit, one of my classmate felt confused about this limit:
$$\lim_{x\to \infty} \sqrt{x^2+x+1}-\sqrt{x^2+3x+1} = -1$$
What he thought that since $x^2 > x$ and $x^2 > 3x$ when $x \to \infty$ so the first square root must be $x$ and same for the second. Hence, the limit must be $0$.
It is obviously problematic.
And what I thought is that make prefect square under the limit, though I know the right solution is to rationalize the numerator.
After perfect-squaring, $$\lim_{x\to \infty} \sqrt{\left(x+\frac{1}{2}\right)^2+\frac{3}{4}}-\sqrt{\left(x+\frac{3}{2}\right)^2-\frac{5}{4}}$$ I assert that since there is a perfect square and a square root. As $x \to \infty$, the constant does not matter. So
$$\lim_{x\to \infty} \sqrt{\left(x+\frac{1}{2}\right)^2+\frac{3}{4}}-\sqrt{\left(x+\frac{3}{2}\right)^2-\frac{5}{4}}= \lim_{x\to \infty} \sqrt{\left(x+\frac{1}{2}\right)^2}-\sqrt{\left(x+\frac{3}{2}\right)^2}\\ = \frac{1}{2}-\frac{3}{2} = -1 $$
But when I conquer this limit: this post.
Here is my argument:
$\sqrt{ax^2+bx+c} =O(\sqrt a(x+\frac{b}{2a}))$ when $x \to \infty$
$$\lim_{x\to\infty}\frac{\sqrt{x^2-2x+3}+\sqrt{4x^2+5x-6}}{x+\sqrt{x^2-1}} =\frac{x-1+2(x+5/4)}{x+x} = \frac{3}{2}$$
Very concise get this answer but it gets downvoted.
I do not know what is wrong with my strategy. But in general case: for instance this problem about cubic root my strategy seems to work really efficient:
$$\lim_{x\to \infty} \sqrt[3]{x^3+6x^2+9x+1}-\sqrt[3]{x^3+5x^2+x+1}$$
My solution is:
$$\lim_{x\to \infty} \sqrt[3]{x^3+bx^2+cx+d} = \lim_{x\to \infty} \sqrt[3]{\left(x+\frac{b}{3}\right)^3}$$
So the limit becomes: $$\lim_{x\to \infty} \sqrt[3]{(x+2)^3+O(x)}-\sqrt[3]{\left(x+\frac{5}{3}\right)^3 + O(x)} =\lim_{x\to \infty} (x+2) -\left(x+\frac{5}{3}\right) = \frac{1}{3} $$
This result gets verified by wolframalpha.
To put all into a nutshell, what is wrong with my solution to these three problem. Is there any counterexample to this substitution. Any help, you will be appreciated.
Consider the general case $$A=\sqrt{x^2+ax+b}-\sqrt{x^2+cx+d}=x\left(\sqrt{1+\frac a x+\frac b {x^2}}-\sqrt{1+\frac c x+\frac d {x^2}}\right)$$ and use the fact that, for small $y$, using the generalized binomial theorem or Taylor series, $$\sqrt{1+y}=1+\frac{y}{2}-\frac{y^2}{8}+O\left(y^3\right)$$ For the first radical, replace $y$ by $\frac a x+\frac b {x^2}$ and by $\frac c x+\frac d {x^2}$ for the second radical. You then obtain $$A=x\left(1+\frac{a}{2 x}+\frac{\frac{b}{2}-\frac{a^2}{8}}{x^2}+O\left(\frac{1}{x^3}\right)-\left(1+\frac{c}{2 x}+\frac{\frac{d}{2}-\frac{c^2}{8}}{x^2}+O\left(\frac{1}{x^3}\right)\right)\right)$$ $$A=\frac{a-c}{2}+\frac{-a^2+4 b+c^2-4 d}{8 x}+O\left(\frac{1}{x^2}\right)$$ which shows the limit and also how it is approached.
Doing the same with $$B=\sqrt[3]{x^3+ax^2+bx+c}-\sqrt[3]{x^3+dx^2+ex+f}$$ and using $$\sqrt[3]{1+y}=1+\frac{y}{3}-\frac{y^2}{9}+O\left(y^3\right)$$ you should arrive to $$B=\frac{a-d}{3}+\frac{-a^2+3 b+d^2-3 e}{9 x}+O\left(\frac{1}{x^2}\right)$$ Doing the same with $$C=\sqrt[p]{x^p+a_1x^{p-1}+a_2x^{p-2}+\cdots}-\sqrt[p]{x^p+b_1x^{p-1}+b_2x^{p-2}+\cdots}$$ the limit will just be $$\frac{a_1-b_1} p$$
Your strategy works well for the limit because you just ignore the terms of degrees lower than $p-1$.