Okay so there is this complex problem that I did solve but it took me a long time to solve it. I'm interested in a different approach to make problems like this simpler and fast to solve.
$$\log_{x^2+2x-3}\frac{|x+4|-|x|}{x-1}>0$$
My Try:
Case 1: When $$0<x^2+2x-3<1.$$ Inside this case, 4 more cases arise, $$ \text{a) } x+4>0 \text{ and } x>0$$ $$ \text{b) } x+4>0 \text{ and } x<0$$ $$ \text{c) } x+4<0 \text{ and }x>0$$ $$ \text{d) } x+4<0 \text{ and } x<0$$
Case 2: When $$x^2+2x-3>1.$$ Again the same four sub-cases for modulus arise.
On solving the two cases separately and taking the union, I get the answer.
How can this question and similar others be solved without making too many cases? Please let me know your approach
And thanks for giving this your time.
To be honest, I can't think of any way to significantly simplify and shorten a solution to this inequality. It is indeed one of those not too difficult but very lengthy and tedious problems with lots of cases. However, one place where you should save some time is the list of your subcases: subcase "$\text{c) } x+4<0 \text{ and }x>0$" is impossible as the two conditions contradict each other, so you shouldn't even set it up. It's easier to see on the number line: the two absolute values switch at $x=-4$ and $x=0$ respectively, splitting the number line into three (not four) intervals, so you have three (not four) subcases.