how to find the limit of
$$\sqrt[3]{n^3+n^2} - \sqrt[3]{n^3+1}$$
I tried to multiply it by
$$\frac{\sqrt[3]{n^3+n^2} + \sqrt[3]{n^3+1}}{\sqrt[3]{n^3+n^2} + \sqrt[3]{n^3+1}}$$
once or twice, also tried to multiply by :
$$\frac{\sqrt[3]{(n^3+n^2)^2} + \sqrt[3]{(n^3+1)^2}}{\sqrt[3]{(n^3+n^2)^2} + \sqrt[3]{(n^3+1)^2}}$$
but i couldnt get rid of the roots
Hint:
$$ a^3-b^3=(a-b)\left(a^2+ab+b^2\right)\ \Longrightarrow\ a-b=\dfrac{a^3-b^3}{a^2+ab+b^2}. $$
Now make a suitable choice for $a$ and $b$ that will simplify your limit.