I do not quite understand this difference in limits

49 Views Asked by At

According it my study material:

$\lim_{x\to 0^-}\frac {x}{|x|}= -1$ and $\lim_{x\to0^-} \frac {1}{|x|}= \infty$

Why does $\lim_{x\to0^-} \frac {1}{|x|}\ne -\infty$ as 1 still devided by a negative number?

3

There are 3 best solutions below

0
On BEST ANSWER

If $x<0$, then $|x|=-x>0$. Therefore $$\lim_{x \to 0^-} \frac{1}{|x|} = \lim_{x \to 0^-} \frac{1}{-x} = - \lim_{x \to 0^-} \frac{1}{x} = -(-\infty)=+\infty.$$

0
On

The absolute value of a negative number is a positive number, i.e. $$ |x| = \left\{ \begin{array}{l l} x, & x > 0\\ -x, & x < 0 \end{array} \right. $$ so this means that $$ \lim_{x \rightarrow 0^- } \frac{1}{|x|} = \frac{1}{-x} =\infty, \ x < 0 $$

0
On

Remember that despite $x$ being negative, $|x|$ is still defined to be a strictly nonnegative number. Therefore you are actually dividing a positive number by a positive number, giving $\infty$ rather than $-\infty$.