I don't think that's correct. You can't multiply both sides by x+2, reason being that x+2 may be negative (reversal of inequality signs). Doing so would cause you to lose one set of values (x < -4 if I'm not wrong)
But you can still use that method like this:
|x/(x+2)| < 2
-2 < x/(x+2) < 2
Consider -2 < x/(x+2) AND x/(x+2) < 2
=> [x/(x+2)] + 2 > 0 AND [x/(x+2)] - 2 < 0
...
...
...
which yields required set = { x ϵ R : x < -4 OR x > -4/3 }
1. But remember that you're solving the
intersection of the two inequalities in this case. Let me give you an example. Say, suppose we have:
-2x + 3 < x < 2x + 3
=> -2x + 3 < x AND x < 2x + 3
=> x > 1 AND x > -3
=> Taking the intersection of {x > 1} and {x > -3}, required set = { x ϵ R : x > 1 }
2. Also, take careful note that |f(x)| < 2 and |f(x)| > 2 are VASTLY different, and that you can't use this (shortcut) method when the other side of the inequality is not a real constant.
|f(x)| < 2
-2 < f(x) < 2
whereas
|f(x)| > 2
f(x) < -2 or f(x) > 2
It's a matter of preference. You can also solve the problem by a graphical method, the testing of cases for inner functions, and in this case, squaring and the one you've highlighted. I preferred squaring in this case because it was the fastest for me. But there are instances where you have no other choice but to test the inner functions (the 'sureproof' method, but the slowest too), e.g.:
|x+2| < 2x - |x+1|
because both sides are not necessarily positive.