I am trying to determine the solution to:
$$3\lvert2-x\rvert \ge\lvert x+5\rvert-3$$
I looked at some other similar questions here and I tried to follow their strategy by splitting the inequality up into cases:
$$\lvert 2-x\rvert = \begin{cases} 2-x, & \text{if $x \le 2$} \\ -2+x, & \text{if $x >2$} \end{cases}$$
$$\lvert x+5\rvert = \begin{cases} x+5, & \text{if $x \ge -5$} \\ -x-5, & \text{if $x <-5$} \end{cases}$$
As far as I understand I have three intervals to check:
$$1) \space x<-5 \\2) \space -5 \le x\le2 \\3) \space x>2$$
Case 1: $3(2-x) \ge -x-5-3 \implies x\le 7$
Case 2: $-3(2-x) \ge (x+5)-3 \implies x\le 1$
Case 3: $-3(2-x) \ge x+5-3 \implies x\ge 4$
Final answer: $$ x \le 1;\space \space 4 \le x\le7$$
My questions:
- I am currently doing this like a robot without really knowing whats going on. What am I trying to figure out when looking at the different cases 1,2,3? In other words, what do the solutions of the cases tell me about my inequality.
- Is there any other strategy I can use to solve these inequalities?
- The solution wolframalpha gives me is $(4, \infty)$ and $(-\infty,1]$. What am I doing wrong?
You start of with the expression $$3\lvert2-x\rvert \ge\lvert x+5\rvert-3$$ and you are looking for all the possible $x \in \mathbb{R}$ that make this inequality true. Now, why are we breaking it up into those intervals? Well that is because of how absolute value is defined:
Notice that:
Now, we sum up the possible cases:
To this we can conclude that the following intervals fit the criteria: $x<-5,\ -5 \leq x \leq 1$ and $x \geq 4$. We can type it more neatly so the solution is given by $ x \in (-\infty,1] \cup [4, \infty).$