I need to prove $$ \lim_{x\rightarrow\ 0}\frac{x^2-8}{{x-8}} =1 $$ using epsilon-delta definition. I know I need to show that for every $\epsilon >0$ there exist a $\delta >0$ such that if $|x|<\delta$, then $| {\frac{x^2-8}{x-8}}-1|<\epsilon$
WHat I did:
$|{\frac{x^2-8}{x-8}}-1|=|{\frac{x^2-x}{x-8}}|$, but Im having troubles now deciding what my delta should be.
I would really appreciate if someone could give me an explanation on how should I choose delta and why. Thanks.
Note that$$\frac{x^2-x}{x-8}=x\frac{x-1}{x-8}.$$Now, if $|x|<1$, then $-1<x<1$ and therefore you have two things:
So,$$|x|<1\implies\left|x\frac{x-1}{x-8}\right|<\frac27|x|.$$Therefore, given $\varepsilon>0$, take $\delta=\min\left\{\frac72\varepsilon,1\right\}$and then\begin{align}|x|<\delta&\implies|x|<\frac72\varepsilon\quad\text{and}\quad|x|<1\\&\implies\left|x\frac{x-1}{x-8}\right|<\varepsilon.\end{align}