I have to find a limit $\lim _{x \to - \infty}{(2x + \sqrt{4x^2 +3x - 2})}$. I know, that the correct answer is $-3/4$, I've checked it in a graphing tool.
But could someone explain it to me, how to find it analytically, preferably without the Lhopital rule, since the one uses derivatives, and in my textbook I've not yet reached the derivatives chapter, so I'm sure the exercise should and can be solved without the Lhopital rule.
I have a hint in the textbook, that I should multiply by the conjugate. I did:
$$ \lim _{x \to - \infty}{(2x + \sqrt{4x^2 +3x - 2})} = \\ \lim _{x \to - \infty}{(\frac{4x^2 - 4x^2 -3x + 2}{2x - \sqrt{4x^2 +3x - 2}})} = \\ \lim _{x \to - \infty}{(\frac{-3x + 2}{2x - x\sqrt{4 +3/x - 2/x^2}})} = \\ \lim _{x \to - \infty}{(\frac{-3 + 2/x}{2 - \sqrt{4 +3/x - 2/x^2}})} = \\ \lim _{x \to - \infty}{(\frac{-3 - 0}{2 - \sqrt{4 - 0 + 0}})} = \\ \lim _{x \to - \infty}{(\frac{-3}{0})} $$
That is not correct. Could anyone please, point where I'm wrong and what should I do?
Your mistake, as pointed out in comments, was to take $x$ instead of $-x$ for $\sqrt{x^2}$ when $x<0$.
I like to use the binomial series:
$\lim\limits_{x\to-\infty} 2x+\sqrt{4x^2+3x-2}=\lim\limits_{x\to-\infty} 2x-2x\sqrt{1+\dfrac3{4x}-\dfrac1{2x^2}}$
$=\lim\limits_{x\to-\infty}2x-2x\left(1+\dfrac3{8x}...\right)=\dfrac{-3}4.$