I have to calculate the limit $\lim_{x\to\infty}\dfrac{\sqrt[3]{x+3x^2}}{x+2}$
I have tried to solve it:
$$\lim_{x\to\infty}\frac{\sqrt[3]{x+3x^2}}{x+2} = \lim_{x\to\infty}\frac{(x+3x^2)^\frac{1}{3}}{x+2} = \lim_{x\to\infty}\frac{(x(1+3x))^\frac{1}{3}}{x+2}$$
But I don't know what to do after. Thanks in advance
The highest power in both the numerator is $1$, i.e., $x^{1}$ in the denominator. We ignore the $x^2$ in the numerator since it is essentially $x^{2/3}$ because of the cube root.
Divide by $x^{1} = x$: for $x \neq 0$: $$\dfrac{\sqrt[3]{x+3x^2}}{x+2} = \dfrac{\sqrt[3]{x+3x^2}/x}{(x+2)/x} = \dfrac{\sqrt[3]{x+3x^2}/\sqrt[3]{x^3}}{1+2/x} = \dfrac{\sqrt[3]{(x+3x^2)/x^3}}{1+2/x} = \dfrac{\sqrt[3]{x^{-2}+3x^{-1}}}{1+2/x}\text{.}$$ Now $$\lim_{x \to \infty}\sqrt[3]{x^{-2}+3x^{-1}} = \sqrt[3]{\lim_{n \to \infty}\left(x^{-2}+3x^{-1}\right)} = \sqrt[3]{0+0} = 0 $$ and $$\lim_{x \to \infty}(1+2/x) = 1 + 0 = 1$$ hence $$\lim\limits_{x \to \infty}\dfrac{\sqrt[3]{x+3x^2}}{x+2} = \dfrac{0}{1} = 0\text{.}$$