USING THE DEFINITION:
For any $ε > 0$ , there is $δ > 0$ ; $| x - a | < δ$ Then $| F(x) - L | < ε$
SHOW THAT:
$$\lim_{x \rightarrow -2}(\frac{-x}{2}-4)=-3$$
USING THE DEFINITION:
For any $ε > 0$ , there is $δ > 0$ ; $| x - a | < δ$ Then $| F(x) - L | < ε$
SHOW THAT:
$$\lim_{x \rightarrow -2}(\frac{-x}{2}-4)=-3$$
$$f(x)=-\frac{x}2-4$$
The goal is to find $\delta$ such that $\delta > \lvert x-(-2)\rvert > 0 \implies \exists\epsilon>0,\,\epsilon > \lvert f(x)-(-3) \rvert$
Start with $\epsilon$ and use that to define $\delta$:
$$\epsilon > \lvert f(x)-(-3) \rvert>0$$ $$\epsilon > \lvert (-\frac{x}2-4)+3 \rvert>0$$ $$\epsilon > \lvert -\frac{x}2-1 \rvert>0$$ $$\epsilon > \lvert-\frac12\rvert\cdot\lvert x+2\rvert>0$$ $$\epsilon > \frac12\lvert x+2\rvert>0$$ $$2\epsilon > \lvert x-(-2)\rvert>0$$
Now, simply define $\delta=2\epsilon$ and the proof is complete. In order to verify this, simply work through the above steps in reverse.