I need to find: $\lim_{x \to 8} \frac{(\sqrt[3]{x} -2)}{x-8}$
I cannot solve this by substitution because that would cause the denominator to equal 0.
Normally, I would simply use the conjugate trick, however I am uncertain how I would rationalize the numerator.
$$\frac{(\sqrt[3]{x} -2)}{x-8}\times\frac{\sqrt[3]{x}+2}{\sqrt[3]{x}+2}$$
However, clearly this won't help me with anything, as I won't be able to factor anything.
$$\frac{(\sqrt[3]{x^2} -4)}{(x-8)(\sqrt[3]{x^2}+2)}$$
I am unsure about how to continue from here. Perhaps I am on the wrong track entirely. Any form of guidance would be welcome. Thank you.
Take the steps below$$\lim_{x \to 8} \frac{\sqrt[3]{x} -2}{x-8} =\lim_{x \to 8} \frac{(\sqrt[3]{x} -2)((\sqrt[3]{x})^2 +2\sqrt[3]{x} + 4)}{(x-8)((\sqrt[3]{x})^2 +2\sqrt[3]{x} + 4)}$$ $$=\lim_{x \to 8}\frac{x-8}{(x-8)((\sqrt[3]{x})^2 +2\sqrt[3]{x} + 4)} =\lim_{x \to 8}\frac{1}{(\sqrt[3]{x})^2 +2\sqrt[3]{x} + 4} =\frac1{4+4+4}=\frac1{12}$$