u≥0⟹∣u∣=u; u<0⟹∣u∣=−u. Correct?|x-3| + |x+2| - |x-4| = 3
The solution is -6 and 2. What is the method of finding the x? Split into piecewise? If so, how would one split it into piecewise function?
Consider cases. The sign of |x - 3| changes when you go from x < 3 to x > 3, so that can be an interval endpoint. The same can be said for x = -2 and x = 4. So you've got intervals (-infinity, -2), [-2, 3), [3, 4), and [4, +infinity). For each interval, you know the sign of the three absolute values.|x-3| + |x+2| - |x-4| = 3
The solution is -6 and 2. What is the method of finding the x? Split into piecewise? If so, how would one split it into piecewise function?
The simplest thing to do is separate the number line into sub-intervals: x< -2, -2< x< 3, 3< x< 4, and x> 4. If x< -2, all three of x-3= x- (3), x+ 2=x- (-2), and x- 4=x- (4) are negative: |x- 3|+ |x+ 2|- |x- 4|= -(x- 3)- (x+ 2)+ x- 4= -x- 3= 3 so -x= 6, x= -6. That IS "less than -2" x=-6 is solution. If -2< x< 3 then x+ 2 is positive but x- 3 and x- 4 are still negative: |x- 3|+ |x+ 2|- |x- 4|= -(x- 3)+ (x+ 2)+ x- 4= x+ 1= 3 so x= 2. That IS "between -3 and 3" so it is also a solution. If 3< x< 4, the x+ 2 and x- 3 are positive but x- 4 is still negative: |x- 3|+ |x+ 2|- |x- 4|= (x- 3)+ (x+ 2)+ x- 4= 3x- 5= 3. 3x= 8 so x= 8/3. That is NOT between 3 and 4 so is NOT a solution. Finally, if x> 4, all three of x- 3, x+ 2, and x- 4 are positive so |x- 3|+ |x+ 2|- |x- 4|= x- 3+ x+ 2- x+ 4= x+ 3= 3 so x= 0. That is NOT between 3 and 4 so is NOT a solution.|x-3| + |x+2| - |x-4| = 3
The solution is -6 and 2. What is the method of finding the x? Split into piecewise? If so, how would one split it into piecewise function?
There was ONE equation.So when dealing with multiple absolute value equations, extraneous solutions are bound to come out? That is, if the solutions are out of the "domain" of the specific boundaries you are testing?
There was ONE equation.
What extraneous solutions? if the assumption that x lies in a specific interval leads to a solution where x is outside the interval that was the basis for the solution, the solution is wrong, not extraneous.
On the assumption that x is in the interval (a, b) then x is not in the interval (a, b) is just nonsense.
You need to get what we are doing. When we are dealing with a function that includes absolute values, we can restate it in terms of a piecewise function that has no absolute values.Okay thank you!Last question, let's say the absolute value equation is |x-8|-|x-2|+|x|=6. Then what would the intervals you are testing be?
Would it be x<0 , 0<x<2 , 2<x<8 , 8<x ??? or
would it be x<0 , 0≤x≤2 , 2<x<8 , 8≤x or
would it be x≤0 , 0<x<2 , 2≤x≤8 , 8<x or
would it be x<0 , 0≤x<2 , 2≤x<8 , 8≤x or........
To rephrase the question, I am confused as to where to put the "or equal to" sign (≤ and ≥). Tacking the equal sign onto all the intervals is not possible right? Does the placement of the equals sign not matter as long as it does not occupy the same number? E.g. (a,b) U [b,c) as opposed to (a,b] U [b,c) <---- since that is just (a,c) ?
Ahhh! My logic is not very good. Please help me out!