Absolute value of inequality in set notation

339 Views Asked by At

we did this problem in class yesterday and I couldn't replicate our result at home.

|${1+x\over 1-x}$| $\le$ 1

How do I algebraically solve this and then display the solution in set notation? I tried rewriting the absolute value as

-1 $\le$ ${1+x\over 1-x}$ $\le$ 1 but then I got stuck. I can't seem to manipulate it to the point where it's obvious for what x this inequality holds true.

Any help appreciated.

2

There are 2 best solutions below

4
On

Hint

Let $x\neq 1$.

$$-1\leq \frac{1+x}{1-x}\leq 1\iff \begin{cases}-(1-x)\leq 1+x\leq 1-x&1-x>0\\ -(1-x)\geq 1+x\geq 1-x&1-x<0.\end{cases}$$

0
On

Notice that $x\ne 1$.

Get rid of the enumerator (it is positive) and you can rewrite your inequality like this $$|x+1|\leq |x-1|$$ So a distance between $1$ and $x$ is more or equal then a distance between $-1$ and $x$ so $x\leq 0$.