Find solutions to $|x|<x$

123 Views Asked by At

Find the solution set of

$$|x|<x.$$

I know that the solution set is $\emptyset$. But I am stuck in the case when $x<0$.

Shall I intersect the condition with the obtained result? I mean the following.

case) if $x<0$, then $|x|=-x$,

We have $$-x<x\implies 2x>0\implies x>0$$

Therefore, $$x<0 \wedge x>0=\emptyset$$

Thus the solution set of this case is $\emptyset$. Is my solution correct?

6

There are 6 best solutions below

1
On

or alternatively we have $$0\le |x|<x$$ and we can square the inequality then we get $$x^2<x^2$$ a contradiction

0
On

Very simple: since $x<0$ and $|x| \geq 0$, then $x<0 \leq |x|$.

0
On

Your solution is correct. For $x\geqslant0$:

$$x<x$$

it's false. For $x<0$: $$-x<x\implies 0<2x$$

but since $x<0$, it's a contradiction. Hence, $x\in\emptyset$.

0
On

The following inequality is true for any $x$: $$ x\le |x| $$ If we also add $|x|<x$ we get a contradiction: a solution would satisfy $$x\le |x|<x$$

0
On

The inequality $|x| < x$ is obviously false for $x = 0$. So, let us assume that $x \neq 0$. In this case, we can divide both sides of the inequality by $|x|$ to get $$ 1< \dfrac{x}{|x|} = \pm 1. $$ This, too, is false, proving that $|x| < x$ is false for all $x$.

0
On

If $x$ is a solution, then $x$ is strictly positive because $$0\leq |x|<x$$

So, it's not needed to consider the case $x<0$.