I wan to determine for which $x$ the following inequality holds $$ |x-1| < |2x+3| $$ Can somebody tell me how to approach this? Shall I analyze the following inequality $$ -(2x+3) < x-1 < +(2x+3) $$ jointly with this other one $$ +(x-1) < 2x+3 < -(x-1) $$ If so, how I should proceed from there? Thanks in advance
2026-04-08 14:28:22.1775658502
On
Double absolute inequality
79 Views Asked by user592234 https://math.techqa.club/user/user592234/detail At
4
There are 4 best solutions below
0
On
For these kind of inequalities we need to consider some cases, notably since the LHS and RHS are zero at $x=-\frac32$ and $x=1$ we can proceed as follows
- $x<-\frac32\implies -x+1 < -2x-3$
- $-\frac32\le x<1\implies -x+1 < 2x+3$
- $x\ge 1 \implies 1-x < 2x+3$
then we need to solve each inequality in the corresponding range and finally take tha union of the single solutions as final solution for the given inequality.

For $$x\geq 1$$ we get $$x-1<2x+3$$ and for $$-\frac{3}{2}\le x<1$$ we get $$-x+1<2x +3$$ and so on! Finally we get $$-\frac{2}{3}<x+\infty, -\infty<x<-4$$