Prove that $\lim _{x\to 1}f(x)=3$ where $f:(0,\infty)\to \mathbb{R}$ is given by $f(x)=\frac{x^3-1}{x-1}$.
I proved by definition of the limit
$$|f(x)-3|=\left|\frac{x^3-1}{x-1}-3\right|=|x^2+x-2|=|x-1||x+2|\leq |x-1|(|x|+2)$$
how to processed from this
Limit of a product is product of the limits. Since the limit of $|x-1|$ is $0$ and the limit of $|x|+2$ is 3, the limit of the product is $0$. For an $\epsilon- \delta$ argument let $\epsilon >0$ and choose $\delta \in (0,1)$ such that $\delta <\epsilon /4$. Then $|x-1| <\delta$ implies $|x-1| <\epsilon /4$ and $|x|+2<4$ so the product is less than $(\epsilon /4) (4)=\epsilon$, i.e. $|f(x)-3|<\epsilon$.