Hi inciduntveniam,I can see exactly where the wires got crossed, and it's a really common one. Let me anchor to the two pieces you wrote.
Absolute value doesn't care about the sign of
x. It cares about the sign of the
whole thing inside the bars - here, the whole expression 2x + 3. So the switch point is wherever 2x + 3 = 0, which is x =
-3/2,
not x =
0 and
not x =
3/2.
So the two cases are:- When 2x + 3 ≥ 0 (that is, x ≥
-3/2): the bars come off as-is - |2x + 3| = 2x + 3. ✅ (you had this right)
- When 2x + 3 < 0 (that is, x <
-3/2): the bars flip the
entire expression - |2x + 3| = -(2x + 3) = -2x - 3.
Two fixes to your negative case:
1. You don't flip just the 2x because x <
0. You flip the
whole inside, so 2x + 3 becomes -2x - 3, not 2x - 3.
2. The condition isn't x <
3/2. Set the inside negative: 2x + 3 < 0 - x <
-3/2.
That's why Dereno's regions split at
-3/2, and why the negative branch produced -2x - 3 (part of the 1 - 4x you get in Region 1).
Quick check to lock it in - solve these the same way:- |2x + 3| - where does it flip, and what does it become on the negative side? (Answer: flips at x =
-3/2, becomes -2x - 3.)
- |3x - 6| - flip point? Negative-side form? (Set 3x - 6 < 0 - x <
2; it becomes -3x + 6.)
Same rule every time:
find where the inside hits zero, and on the negative side flip the entire inside.Answer: Einciduntveniam
Hi, i just want to reconfirm the values of for |2x-3| so it is +ve i.e
2x+3 when x>=-3/2 and
2x-3 when x<3/2 . Am i doing the negative part calculation correct? My approach is that when x will be less than 0 then 2x will become -2x inside the mod so we'll have -2x+3 and when we'll open the mod as negative then that should be 2x-3<0 and will give x<3/ ; this is the correct way right?