Prove with $\epsilon$ and $\delta$ that $\lim_{x\to 0} |x|=0$. I just have to find the $\delta$ that works with $\left||x| -0\right|< \epsilon$. Following the absolute value definition I found that when $x>0$, then $\epsilon=\delta$. But I´m stuck when $x<0$, what should I do in that case?.
2026-04-02 12:25:31.1775132731
On
Prove with $\epsilon$ and $\delta$ that $\lim_ {x\to 0} |x|=0$
504 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The definition of $\lim_{x\to a} f(x) = L$ is that $$\forall \epsilon \gt 0\ \exists \delta \gt 0 \text{ s.t. } 0\lt|x-a|\lt \delta \implies |f(x)-L|\lt \epsilon$$
In this case
$$||x|-0|=|x|=|x-0|$$ So just choose $\delta = \epsilon$, then $|x-0|\lt \delta \implies ||x|-0|\lt \epsilon$ and you're done.
Put aside the definition of absolute value for a moment and focus on the definition of a limit. Can you convince yourself that what you want is to find a $\delta$ such that if $|x|<\delta$, then $|x|<\epsilon$?