Solving absolute value inequalities

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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]