Find exact value of limit:
$$ \lim \limits_{x \to \infty} \sqrt{( 3x^2 + 8x + 6)}-\sqrt{( 3x^2+3x+4)} $$
Here is what I've got so far:
$$\lim \limits_{x \to \infty} \frac{(\sqrt{( 3x^2 + 8x + 6)}-\sqrt{( 3x^2+3x+4)})-(\sqrt{( 3x^2 + 8x + 6)}+\sqrt{( 3x^2+3x+4)})}{\sqrt{( 3x^2 + 8x + 6)}-\sqrt{( 3x^2+3x+4)}} $$
$$\lim \limits_{x \to \infty} \frac{3x^2+8x+6-3x^2-3x-4}{\sqrt{( 3x^2 + 8x + 6)}-\sqrt{( 3x^2+3x+4)}} $$
$$\lim \limits_{x \to \infty} \frac{5x+2}{\sqrt{( 3x^2 + 8x + 6)}-\sqrt{( 3x^2+3x+4)}} $$
At this point I am stuck.. Hopefully someone can help me out with this one.
Correcting the mistake I mentioned in the comments we have $$\lim_{x\to\infty} \frac{5x+2}{\sqrt{3x^2+8x+6} + \sqrt{3x^2+3x+4}}$$ $$=\lim_{x\to\infty} \frac{5x+2}{x\left(\sqrt{3+8/x+6/x^2} + \sqrt{3+3/x+4/x^2}\right)}$$ $$=\lim_{x\to\infty} \frac{5+2/x}{\sqrt{3+8/x+6/x^2} + \sqrt{3+3/x+4/x^2}}$$ $$=\frac{5}{2\sqrt{3}}$$