$f(x)$ is defined as:
$f(x)=\frac{\sqrt[3]{x}-1}{x-1};x\in \mathbb{R} \setminus \{ 1 \} $
$f(x)=\frac{1}{3};x=1$
How to find the $\delta$ for some $\epsilon$ such that: $|x−1|<\delta\implies |f(x)−f(1)|<\epsilon$?
I tried a lot of things, but I seem to be completely stuck.
Note that $$\frac{\sqrt[3]{x}-1}{x-1} = \frac{\sqrt[3]{x}-1}{x-1}\frac{\sqrt[3]{x^2}+\sqrt[3]{x}+1}{\sqrt[3]{x^2}+\sqrt[3]{x}+1} = \frac{1}{\sqrt[3]{x^2}+\sqrt[3]{x}+1}.$$
This follows from the equality $a^3 - b^3 = (a -b)(a^2 +ab+b^3)$.