Solve the following inequality :- $3x+2<|2x+5|<8x+9$
I need help in verifying if my method of solving is correct
I splitted this into 2 inequalities
A) $3x+2<|2x+5|$
Then squared both sides, $(3x+2)^2<(2x+5)^2$
this gave me x in the range $(-7/3 , 3)$
B) similarly did for $|2x+5|<8x+9$ and got x in the range $(-7/5,-2/3)$
The common range comes out to be $(-2/3 , 3)$
Is this process correct to solve inequalities by squaring the terms to remove that modulus function ?
Also, is there any further check I need to put in at the end to ensure that the range is correct if I square the terms initially which could potentially reduce my range?
Doing the exact same thing as you but with domain restrictions will give you the right answer as following :
Case-1 $$|2x+5|<8x+9$$ clearly for this to be true in any case whatsoever $8x+9>0$ must be true. Now squaring under this condition we get
$$(2x+5)^2<(8x+9)^2 \implies(6x+4)(10x+14)>0$$ $$\implies x \in (-\infty,-1.4)\ \cup\ \left(-\frac{2}{3}, \infty \right)$$
Now taking intersection with the $8x+9>0$ condition we get
$$x \in\left(-\frac{2}{3}, \infty \right) $$
Case-2 $$3x+2<|2x+5|$$ As noted by @Anne Bauval in the comments one obvious solution in this case would be $3x+2 <0 \implies x < -\frac{2}{3}$ and the other part of solution set comes from squaring the equation as follows $$(3x+2)^2<(2x+5)^2\implies (x-3)(5x+7)<0 \implies x \in \left(-\frac{7}{5} , 3\right)$$
so complete solution set for Case-2 will be the union of both solutions :
$$x \in \left(-\infty , 3\right)$$
Taking the intersection of both cases we finally get
$$x \in \left(-\frac{2}{3},3\right)$$
In conclusion always write the domain restrictions and check for obvious cases (applicable to me too ;) ) before squaring up inequalities as squaring always gives botched solutions.