I believe that it equals $-4$. In the $\varepsilon$-$\delta$ definition, we can set $\delta=\varepsilon$ and I find this satisfies the definition. The problem is I can't seem to prove, based on this, that $$0 \leq \vert x-(-2)\vert \leq\delta =\varepsilon \implies \big\vert\vert x-2\vert-(-4)\big\vert < \varepsilon.$$ It seems such a basic question, but I keep hitting dead ends. A series of equations or even a hint would help.
2026-03-28 00:48:08.1774658888
Limit of $\vert x-2\vert$ as $x \to -2$
68 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: Since $|x - 2|$ is continuous, we have: $$\lim_{x \to -2}|x - 2| = |-2 - 2| = |-4| = 4.$$
By definition, given $\epsilon > 0$, you want to find $\delta > 0$ such that: $$|x - (-2)| < \delta \implies ||x - 2| - 4| < \epsilon.$$ Using that $||a|-|b|| < |a-b|$ implies $||x - 2| - 4| <|x-6|$ and rewriting in simples terms, you want to find $\delta > 0$ such that: $$|x+2| < \delta \implies |x - 6| < \epsilon$$ Can you go on?