Exercise
Prove the statement using the $\epsilon$, $\delta$ definition of a limit: $$\lim \limits_{x \to 3}{(x^2+x-4)} = 8$$
The Precise Definition of a Limit
In case you're not familiar with the definition of "The Precise Definition of a Limit", here it is.
Let $f$ be a function defined on some open interval that contains the number $a$, except possible $a$ itself. Then we say that the limit of $f(x)$ as $x$ approaches $a$ is $L$, and we write $$\lim \limits_{x \to a}{f(x)} = L$$ if for every number $\epsilon > 0$ there is a number $\delta > 0$ such that $$\text{if } 0 < |x - a| < \delta \text{ then } |f(x) - L| < \epsilon$$
Attempt
$\lim \limits_{x \to 3}{(x^2+x-4)} = 8 \implies \text{if } 0 < |x - 3| < \delta \text{ then } |x^2+x-4 - 8| < \epsilon$
$|x^2+x-4 - 8| < \epsilon \implies |x^2+x-12| < \epsilon \implies |(x-3)(x+4)| < \epsilon$
From here, I quickly get lost.
I notice that $|(x-3)(x+4)| < \epsilon \implies |x-3||x+4| < \epsilon \implies |x-3| < \frac{\epsilon}{|x+4|}$, which means that $\delta = \frac{\epsilon}{|x+4|}$.
In the other exercises, I often end the proof here, because I've solved for $\delta$ purely in terms of $\epsilon$. However, here I have $x$ on the RHS.
-
minus sign. I changed it to a,
comma. – dxiv Nov 23 '16 at 03:35