Absolute Value Equations
Absolute Value Equations
An absolute value equation is an equation that contains an absolute value expression, such as โฃax+bโฃ=c. Because the absolute value of a number represents its distance from zero on a number line, both positive and negative values can have the same absolute value. For example, โฃ5โฃ=5 and โฃโ5โฃ=5.
The Golden Rule of Absolute Value
To solve an absolute value equation of the form โฃXโฃ=c:
- If c>0: The equation splits into two separate cases: X=c or X=โc.
- If c=0: There is only one case: X=0.
- If c<0: There is no solution, because an absolute value can never result in a negative number.
Example 1: A Standard Equation
Let's solve the equation: โฃ2xโ3โฃ=7
Since 7 is positive, we split the equation into two cases:
Case 1: The inside is positive 2xโ3=7 2x=10 x=5
Case 2: The inside is negative 2xโ3=โ7 2x=โ4 x=โ2
The solutions are x=5 and x=โ2.
Example 2: Variables on Both Sides
When there are variables on both sides of the equation, you must always check your answers. This process can create "extraneous solutions"โanswers that emerge from the algebra but don't actually work in the original equation.
Solve: โฃx+1โฃ=3xโ5
Split into two cases:
Case 1: x+1=3xโ5 โ2x=โ6 x=3
Case 2: x+1=โ(3xโ5) x+1=โ3x+5 4x=4 x=1
Now, we must plug these back into the original equation โฃx+1โฃ=3xโ5 to check them:
-
Check x=3: โฃ3+1โฃ=3(3)โ5 โฃ4โฃ=9โ5 4=4 (This works!)
-
Check x=1: โฃ1+1โฃ=3(1)โ5 โฃ2โฃ=3โ5 2=โ2 (This is false!)
Because x=1 leads to a false statement, it is an extraneous solution. The only real solution is x=3.