Using the $\epsilon−\delta$ definition of limits, prove:
$$\lim\limits_{x \to 1} \frac{x^5+1}{x}=2$$
The factor $(x-1)$ I can control. And I can also limit the other factor in the numerator.
But the $x$ in the denominator is my problem because if I limit $(x-1)$ it seems to grow. I'm not sure what to do with it.
hint
$$x^5+1-2x=$$ $$(x-1)(x^4+x^3+x^2+x-1) $$
As $x $ is near $1$, we can assume that $$|x-1|<\frac {1}{2} $$ or $$\frac {1}{2}<x <\frac {3}{2} $$
Find $M >0$ such that $$|\frac {x^5-2x+1}{x}|<M|x-1|$$
then you take $$\delta=\min (\frac {1}{2},\frac {\epsilon}{M} )$$