I have been struggling with these problems for quite some time and cannot seem to find a solution, no matter what I try (u-substitution, rationalizing, etc.).
$$ \lim_{x \to\ 8} \frac{\sqrt[3]{8x}-\sqrt{x+8}}{x-8} \\ \lim_{x \to\ 1} \frac{\sqrt[3]{7+x^3}-\sqrt{3+x^2}}{x-1} $$ I am also struggling with this problem, it might be related: $\lim_{x\to\infty}\sqrt[3]{(x+1)^2}-\sqrt[3]{(x-1)^2} $
They all seem to be following a certain pattern, which I cannot understand.
Note: These problems should be solved by canceling out, i.e. without L'Hospital.
The identities
will be used in this answer
For the first limit, let $x= t^3$ $$ \lim = \lim_{t\to 2} \frac{2t - \sqrt{t^3+8}}{t^3 - 8} $$
Multiply by the conjugate of the numerator we get $$ \begin{align} \lim &= -\lim_{t\to 2} \frac{1}{2t+\sqrt{t^3+8}} \frac{t^3-4t^2+8}{t^3-8} \\ &= -\lim_{t\to 2} \frac{1}{2t+\sqrt{t^3+8}}\frac{(t-2)(t^2-2t-4)}{(t-2)(t^2+2t+4)} \\ &= -\lim_{t\to 2} \frac{1}{2t+\sqrt{t^3+8}}\frac{t^2-2t-4}{t^2+2t+4} \\ &= \frac{1}{24} \end{align} $$
The second limit is a little more cumbersome. Let $u = 7 + x^3$ and $v = 3 + x^2$,so $$ \begin{align} \lim &= \lim_{x\to 1} \frac{u^{1/3} - v^{1/2}}{x-1} \\ &= \frac{1}{x-1}\frac{u - v^{3/2}}{u^{2/3}+u^{1/3}v^{1/2}+v} \\ &= \frac{1}{x-1}\frac{u^2 -v^3}{(u + v^{3/2})(u^{2/3}+u^{1/3}v^{1/2}+v)} \end{align} $$
Furthermore $$ \begin{align} u^2 - v^3 &= (7+x^3)^2 - (3+x^2)^3 \\ &= 22 - 27x^2 + 14x^3 - 9x^4 \\ &= -(x-1)(9x^3-5x^2+22x+22) \end{align} $$
Thus $$\lim = -\lim_{x\to 1 \\u\to 8\\v\to 4} \frac{9x^3-5x^2+22x+22}{(u + v^{3/2})(u^{2/3}+u^{1/3}v^{1/2}+v)} = -\frac{1}{4} $$
For the last limit, let $x = 1/t$. Then
$$ \begin{align} \lim_{x\to\infty} &= \lim_{t\to 0} \frac{(1+t)^{2/3} - (1-t)^{2/3}}{t^{2/3}} \\ &= \lim_{t\to 0} \frac{(1+t)^2-(1-t)^2}{t^{2/3}((1+t)^{4/3}+(1+t)^{2/3}(1-t)^{2/3}+(1-t)^{4/3})} \\ &= \lim_{t\to 0} \frac{4t}{t^{2/3}((1+t)^{4/3}+(1+t)^{2/3}(1-t)^{2/3}+(1-t)^{4/3})} \\ &= \lim_{t\to 0} \frac{4t^{1/3}}{(1+t)^{4/3}+(1+t)^{2/3}(1-t)^{2/3}+(1-t)^{4/3}} \\ &= 0 \end{align} $$