I am trying to solve this question: Find an equation for $\delta$ for any given $\epsilon$ for the limit, $\lim\limits_{x \to 4} \ x^2 + 6$
I understand the $\epsilon$-$\delta$ definition generally but I am hung up on solving this one. As I solve the inequalities I run into an issue where I cannot find a way to solve for $x$ and not take the square root of a negative.
Here is where I get to for the epsilon inequality: $\sqrt{-\epsilon+16}<x<\sqrt{\epsilon+16}$
Where do I go from here?
You want to show the limit is $22$. So let $\epsilon>0$. We have:
$|x^2+6-22|=|x^2-16|=|x-4|\cdot |x+4|$
The term $|x-4|$ is bounded by the $\delta$ we will choose. So we only need to deal with $|x+4|$. Suppose that $|x-4|<1$. (this is a fine assumption, because we will require $\delta$ to be less than $1$ in the end). Then:
$-1<x-4<1$
Adding $8$ to all sides we obtain $7<x+4<9$, and so $|x+4|<9$. And so in this case:
$|x^2+6-22|=|x-4|\cdot |x+4|<9|x-4|$
So now choose $\delta=\min\{1, \frac{\epsilon}{9}\}$. If $|x-4|<\delta$ then in particular $|x-4|<1$ and so the inequality $|x^2+6-22|<9|x-4|$ holds. Since $|x-4|<\frac{\epsilon}{9}$ we obtain:
$|x^2+6-22|<9\dfrac{\epsilon}{9}=\epsilon$