Solving without L'Hopital $$\lim_{x\to-\infty}\left(\sqrt{4x^2-6}-\sqrt{4x^2+x}\right)$$
That's
$$\lim_{x\to-\infty}\left(\sqrt{4x^2-6}\right)-\lim_{x\to-\infty}\left(\sqrt{4x^2+x}\right)$$
I have been taught to get the highest exponents, so...
$$\sqrt{4x^2}-\sqrt{4x^2}$$
It's the same for both sides, no?
$$2x-2x$$
$$-\infty+\infty$$
Which is wrong. The correct answer is
$$\frac{1}{4}$$
Why? I always just grab the highest exponent ($\sqrt{4x^2}$) and work with it. But this time it didn't go well.
Notice, $$\lim_{x\to -\infty}\left(\sqrt{4x^2-6}-\sqrt{4x^2+x}\right)$$ $$=\lim_{x\to \infty}\left(\sqrt{4x^2-6}-\sqrt{4x^2-x}\right)$$ $$=\lim_{x\to \infty}\frac{\left(\sqrt{4x^2-6}-\sqrt{4x^2-x}\right)\left(\sqrt{4x^2-6}+\sqrt{4x^2-x}\right)}{\left(\sqrt{4x^2-6}+\sqrt{4x^2-x}\right)}$$ $$=\lim_{x\to \infty}\frac{4x^2-6-4x^2+x}{\left(\sqrt{4x^2-6}+\sqrt{4x^2-x}\right)}$$ $$=\lim_{x\to \infty}\frac{x-6}{x\left(\sqrt{4-\frac{6}{x^2}}+\sqrt{4-\frac{1}{x}}\right)}$$ $$=\lim_{x\to \infty}\frac{1-\frac{6}{x}}{\sqrt{4-\frac{6}{x^2}}+\sqrt{4-\frac{1}{x}}}$$ $$=\frac{1-0}{\sqrt{4-0}+\sqrt{4-0}}=\frac{1}{2+2}=\color{red}{\frac{1}{4}}$$