Problem: I need to formally prove that $$\lim_{x\to 1} x^3 = 1.$$
My work: This is what I have so far and I'm generally a bit stuck with these proofs from here onwards.
Because$$-\epsilon < x^3-1 < \epsilon = | x^3-1 | < \epsilon,$$
then $$ -\epsilon < x^3-1 < \epsilon$$ $$-\epsilon+1 < x^3 < \epsilon +1$$ $$ \sqrt[3]{-\epsilon+1}< x < \sqrt[3]{\epsilon+1}.$$
Hoping that what I have done so far is correct. Am I right in thinking that
$$ \sqrt[3]{-\epsilon+1}< x < \sqrt[3]{\epsilon+1}$$
is giving me an interval where $x$ is going to give me a $f(x)$ value that falls within the distance $\epsilon$ from the limit on the $y$-axis ? Or is this interval smaller than the $\epsilon$-distance on the $y$-axis?
You need to compute:
$$|x^3-1|=|(x-1)(1+x+x^2)|=|x-1|\times |1+x+x^2| $$
Now when $x$ is near $1$ (for instance $x\in [0,2]$) then $|1+x+x^2|\leq |1+2+2^2|=7$.
So you have :
$$|x^3-1|\leq 7|x-1|$$
Now given some $\epsilon$, I am sure you can guess $\delta$ such that...