Solving absolute value inequalities

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Nitrate
Messages
75
Reaction score
0

Homework Statement


[abs(x)]/[abs(x+2)]<2


Homework Equations





The Attempt at a Solution



case 1: [abs(x)]/[abs(x+2)]<2
case 2: [abs(x)]<2[abs(x+2)]
is this right so far?
if so, why is there two cases
and what do i do next?
 
Physics news on Phys.org
What you have written is NOT two cases. It is two versions of the same inequality.

Because an absolute value is always positive, multiplying both sides of "case 1" by |x+2| does not change the direction of the inequality sign and leads to "case 2".

To solve this inequality, you should consider three cases:
a) [itex]x\le -2[/itex] so that x and x+2 are both less than 0. |x+ 2|= -(x+2) and |x|= -x.
b) [itex]-2< x\le 0[/itex] so that x+ 2 is positive but x is still less than 0. |x+ 2|= x+ 2 and |x|= -x.
c) [itex]0< x[/itex] so that both x and x+ 2 are both positive. |x+ 2|= x+ 2 and |x|= x.
 
Nitrate said:

Homework Statement


[abs(x)]/[abs(x+2)]<2

Homework Equations



The Attempt at a Solution



case 1: [abs(x)]/[abs(x+2)]<2
case 2: [abs(x)]<2[abs(x+2)]
is this right so far?
if so, why is there two cases
and what do i do next?
Those are not two different cases.

The inequality [itex]\displaystyle\frac{|x|}{|x+2|}<2[/itex] is equivalent to [itex]\displaystyle|x|<2|x+2|\ .[/itex]