Problem Check - Absolute Value: solving |x+1| + |x−2| = 7

doughishere

Junior Member
Joined
Dec 18, 2015
Messages
59
Hey all. Im back. Quick question to test my understanding. The problem is, Find all numbers x satisfying the given equation.

The equation is: \(\displaystyle |x+1|+|x-2| = 7\).


3 Cases:
a) \(\displaystyle x < -1\).
b) \(\displaystyle x > 2\).
c) \(\displaystyle -1 \le x \ge 2\).

a) \(\displaystyle x < -1\). In this case \(\displaystyle x+1 < 0\) which means that \(\displaystyle |x+1| = -(x+1)\) and \(\displaystyle x-2 < 0\) which means that \(\displaystyle |x-2| = -(x-2)\).

solve: \(\displaystyle -(x+1)-(x-2) = 7 \rightarrowtail \)(because i wanted to)\(\displaystyle \rightarrowtail -x+1-x+2 = 7 \rightarrowtail -2x+3 = 7 \rightarrowtail -2x = 6 \rightarrowtail x = -3\).

check: \(\displaystyle |x+1|+|x-2| = 7 \rightarrowtail |-3+1|+|-3-2| = 7 \rightarrowtail |-2|+|-5| = 7 \rightarrowtail 2+5 = 7 \rightarrowtail 7 = 7\).

Thus, x<-1.



b) \(\displaystyle x > 2\). In this case \(\displaystyle x+1 > 0\) which means that \(\displaystyle |x+1| = (x+1)\) and \(\displaystyle x-2 > 0\) which means that \(\displaystyle |x-2| = (x-2)\).

solve: \(\displaystyle (x+1)+(x-2) = 7 \rightarrowtail x+1+x-2 = 7 \rightarrowtail 2x-1 = 7 \rightarrowtail 2x = 8 \rightarrowtail x = 4\).

check: \(\displaystyle |x+1|+|x-2| = 7 \rightarrowtail |4+1|+|4-2| = 7 \rightarrowtail |5|+|2| = 7 \rightarrowtail 7 = 7\).

Thus, x >2.



c) \(\displaystyle -1 \le x \ge 2\). In this case \(\displaystyle x+1 > 0\) which means that \(\displaystyle |x+1| = (x+1)\) and \(\displaystyle x-2 < 0\) which means that \(\displaystyle |x-2| = -(x-2)\).

solve: \(\displaystyle (x+1)-(x-2) = 7 \rightarrowtail x+1-x+2 = 7 \rightarrowtail 3 \neq 7\). Not a Solution.


Thus the set of numbers x such that \(\displaystyle |x+1|+|x-2| = 7\) is \(\displaystyle \{-3,4\}\).
 
Last edited:
c) \(\displaystyle 1 \le x \ge 2\).
c) \(\displaystyle 1 \le x \ge 2\).

If you hadn't written it twice, I would have thought it a typo. You seem to think this means something. It doesn't.

Generally, your presentation is quite thorough. Try not to invent new notation. It's okay to write vertically and let the reader sort out a detail or two.

Note, also, that you can throw out many extraneous solutions simply by looking at the Domain. When you define x in (-1,2) and you get x = 7, there is no need to "check" that. Just throw it out.
 
If you hadn't written it twice, I would have thought it a typo. You seem to think this means something. It doesn't.

Generally, your presentation is quite thorough. Try not to invent new notation. It's okay to write vertically and let the reader sort out a detail or two.

Note, also, that you can throw out many extraneous solutions simply by looking at the Domain. When you define x in (-1,2) and you get x = 7, there is no need to "check" that. Just throw it out.


Im trying to formulate it in my mind and thus write it down so that theres some order to it. Logically this is how i see the problem/answer and logically i wanted to present the 3 cases at the top because i though this was the hardest part....next i wanted to take each of the cases at the top and present them so that the reader and i have the same understanding of the problem and its solution.

.The goal is to be as complete and through as possible but also a template for the dozen or so problems that are similar. The arrows i admit were for flair.


The book specifically states that we need to check our answers...I assume for completeness thats also the case....in other words, "its nice to check the answer."
 
The book specifically states that we need to check our answers...I assume for completeness thats also the case....in other words, "its nice to check the answer."

You missed my point. If an algebraic manipulation leads you to a result that is not in the specified Domain, then it ISN'T "an answer". Thus, there is no requirement, even using the book's language, to check it. You should feel a mandate to "check" things that might be valid. There is no responsibility to check things that cannot possibly be valid. On the other hand, simply checking that something violates the Domain, may constitute "checking". Just don't do unnecessary things.
 
\(\displaystyle 1 \le x \ge 2\)
You need to fix this notation.

Are you trying to refer to values of x between 1 and 2, inclusive?

If so, your cases do not address values of x from -1 up to but not including 1.


\(\displaystyle 1 \le x \ge 2\). In this case \(\displaystyle x+1 > 0\) which means that \(\displaystyle |x+1| = (x+1)\) and \(\displaystyle x-2 < 0\) which means that \(\displaystyle |x-2| = -(x-2)\).
Not when x = 2.
 
You need to fix this notation.

Are you trying to refer to values of x between 1 and 2, inclusive?

If so, your cases do not address values of x from -1 up to but not including 1.


Not when x = 2.


Ok i get whats going on now. Its a simple typo....it should have been -1.

The 3 cases should be

a) \(\displaystyle x < -1\).
b) \(\displaystyle x > 2\).
c) \(\displaystyle -1 \le x \ge 2\).
 
Ok i get whats going on now. Its a simple typo....it should have been -1.

The 3 cases should be

a) \(\displaystyle x < -1\).
b) \(\displaystyle x > 2\).
c) \(\displaystyle -1 \le x \ge 2\).

Well, that's one correction made, yes. But what the other posters were trying to point out is that one of your signs is pointing the wrong way in case c. What you wrote doesn't at all say what you think it says. Think about what the two halves of the inequality are saying. \(\displaystyle -1 \le x\) tells you that -1 is less than or equal to x. Or, in other words, x is greater than or equal to -1. All good so far, but now let's look at the second half. \(\displaystyle x \ge 2\). This says that x is greater than or equal to 2.

Putting those together, the whole inequality says that x is greater than to equal to -1, and x is greater than or equal to 2. Oops! What you wrote is technically accurate, but it's vacuously true. Given \(\displaystyle x \ge 2\), it automatically follows that \(\displaystyle x \ge -1\) by the property of transitivity (because \(\displaystyle 2 \ge -1\)). Also, aside from not representing the interval you desire, it's just poor, very confusing notation. If you were to punch that into a graphing calculator, like, say, Desmos, it would throw up an error: "Double inequalities must both go the same way, e.g. \(\displaystyle 1 \le y \le 2\)."
 
Well, that's one correction made, yes. But what the other posters were trying to point out is that one of your signs is pointing the wrong way in case c. What you wrote doesn't at all say what you think it says. Think about what the two halves of the inequality are saying. \(\displaystyle -1 \le x\) tells you that -1 is less than or equal to x. Or, in other words, x is greater than or equal to -1. All good so far, but now let's look at the second half. \(\displaystyle x \ge 2\). This says that x is greater than or equal to 2.

Putting those together, the whole inequality says that x is greater than to equal to -1, and x is greater than or equal to 2. Oops! What you wrote is technically accurate, but it's vacuously true. Given \(\displaystyle x \ge 2\), it automatically follows that \(\displaystyle x \ge -1\) by the property of transitivity (because \(\displaystyle 2 \ge -1\)). Also, aside from not representing the interval you desire, it's just poor, very confusing notation. If you were to punch that into a graphing calculator, like, say, Desmos, it would throw up an error: "Double inequalities must both go the same way, e.g. \(\displaystyle 1 \le y \le 2\)."



I get it now. Thanks. And thanks to everyone.
 
Heres a question...if I have the equation \(\displaystyle |x+1|+|x-2| +|x-5| = 7\) assuming i just wanted to look at the "cases", this time they would be



a) \(\displaystyle x < -1\).
b) \(\displaystyle -1 \le x \le 2\).
c) \(\displaystyle 2 < x \le 5\).
d) \(\displaystyle 5 < x\)

is that right?
 
Last edited:
Other than the fact that it doesn't matter where you include "=", you seem to have the idea.
 
Other than the fact that it doesn't matter where you include "=", you seem to have the idea.


because of the transitive property....thanks/


One Final question and i swear ill stop talking about absolute values... the equation \(\displaystyle |x+3|= x+3\) I already understand the answer im just trying to fit it in a format in my retard brain thats nice.



So \(\displaystyle |x+3|= x+3\). Here there are 3 cases: a) x<-3 b) x>-3 and c) x=-3

If i go case by case and "solve" i get

a) \(\displaystyle x < -3\). In this case \(\displaystyle x+3 < 0\) which means that \(\displaystyle |x+3| = -(x+3) =x+3\) ....which is...false. If i "solve" using my method in that top post(i dont have to, i want to. it may not work) i work it out like:

solve: \(\displaystyle -(x+3) = x+3 \rightarrowtail -x-3 = x+3 \rightarrowtail x =-3\). ok now "check"


now i do the "check"

\(\displaystyle |x+3| = x+3 \rightarrowtail |-3+3|= -3+3 \rightarrowtail |0|=0\)


is the fact that my "check" is coming out 0 = 0 the "proof" that they are in fact not equal? That there is no real number on the number line that satisfies this equation? I want a mathematical expression that tells me that -(x+3) != x+3......is 0=0 that "proof" for lack of better word.



I can do a similar thing with greater than but the "check" comes out to be 3=3 in case (b).


does it even make sense to "solve" and "check" like the book has told me do in previous problems?
 
Last edited:
because of the transitive property....thanks/


One Final question and i swear ill stop talking about absolute values... Given the equation \(\displaystyle |x-5|= 5-x\). I already understand the answer im just trying to fit it in a format in my retard brain thats nice.



So \(\displaystyle |x+3|= x+3\). Here there are 3 cases: a) x<-3 b) x>-3 and c) x=-3
Not sure why you set up THREE cases.

\(\displaystyle 0 > a \implies |a| = (-\ 1)a \text {, whereas } 0 \le a \implies |a| = a.\)

\(\displaystyle 0 > x + 3 \implies -\ 3 > x \text { and } |x + 3| = (-\ 1)(x + 3) = -\ x - 3.\)

\(\displaystyle -\ 3 > x \text { and } |x + 3| = x + 3 \implies -\ 3 > x \text { and } -\ x - 3 = x + 3 \implies\)

\(\displaystyle -\ 3 > x \text { and } -\ 3 = x \text {, which is a contradiction and so} \implies\)

\(\displaystyle -\ 3 \not > x.\)

\(\displaystyle -\ 3 \le x \implies 0 \le x + 3 \implies |x + 3| = x + 3.\)

\(\displaystyle -\ 3 \le x \text { and } |x + 3| = x + 3 \implies -\ 3 \le x \text { and } 0 = 0.\)

\(\displaystyle \text {But } 0 = 0 \text { for EVERY value of x.}\)

\(\displaystyle \therefore -\ 3 \le x.\)

What makes this a bit hard to check is that you do not have a single solution; rather there are an infinite number of them.

We can check a number less than minus 3.

\(\displaystyle |-\ 4 + 3| = |-\ 1| = 1 \ne -\ 4 + 3 = -\ 1.\)

We can check a number not less than minus 3.

\(\displaystyle |-\ 2 + 3| = |1| = 1 = - 2 + 3.\)
 
Top