How can I solve this limit? I know the answer is $2/3$.
I tried factorisation, but solving the complicated denominator using L'Hopital's Rule returns a wrong answer, $0$.
$$ \lim_{x\to\infty} \left((x^3+x^2)^{1/3} - (x^3-x^2)^{1/3})\right) $$
Thanks.
$$ \lim_{x\to\infty} (x(1+1/x)^{1/3} - x(1-1/x)^{1/3})) $$ and then expand $(1\pm\epsilon)^{1/3}\approx 1\pm\epsilon/3...$ for $\epsilon\to 0\ .$