The absolute value of a number is its distance from zero.
It's always non-negative.
|x| = x if x \geq 0
|x| = -x if x < 0
Example: |-3| = 3
Solving Absolute Value Equations
If |variable| = positive_number, then the variable equals the positive number or its negative form.
Example: If |5x + 3| = 7, then 5x + 3 = 7 or 5x + 3 = -7
Check solutions by plugging them back into the original equation.
|5(2/5) + 3| = |2 + 3| = |5| = 5 \neq 7. This appears to be an error in the original transcript. The provided 'example' does not align with prior explanation.
Isolating the Absolute Value
If other terms are present outside the absolute value, isolate the absolute value first before breaking it apart.
Analogous to isolating x when solving linear equations.
Absolute Value Equals Zero
If |expression| = 0, there is only one solution. Simply remove the absolute value and solve for the variable.
There isn't a positive or negative zero.
Example: If |x + 2| = 0, then x + 2 = 0, so x = -2
Absolute Value Equals a Negative Number
If |expression| = negative_number, there is no solution.
The absolute value will always be non-negative.
Example: |x| = -5 has no solution.
Advanced Absolute Value Equations
For equations like |A| = B, consider two possibilities:
A = B
A = -B
Solve both equations to find all possible solutions.
Check for extraneous solutions.
Four Potential Cases (Reduced to Two)
Given an equation like a = b, where either a or b may be positive or negative, there are four initial possibilities:
3x + 2 = 5 + x
3x + 2 = -(5 + x)
-(3x + 2) = 5 + x
-(3x + 2) = -(5 + x)
Cases 1 and 4 are equivalent, as are Cases 2 and 3.
Absolute Value Inequalities
Understanding Distance
|x| < 3 means all numbers within a distance of 3 from zero.
This includes numbers between -3 and 3 (exclusive).
|x| \leq 3 includes -3 and 3.
Solving Absolute Value Inequalities
Solve the corresponding equation.
Place the solutions on a number line.
Shade according to the original inequality.
LIGO (Less Inside, Greater Outside)
LIGO is a mnemonic to remember how to shade on the number line.
Less Than: Shade inside the two numbers.
Greater Than: Shade outside the two numbers.
Example
|2x - 12| < 4
Solve 2x - 12 = 4 to get x = 8 and 2x - 12 = -4 to get x = 4
Place 4 and 8 on the number line.
Since it's "less than," shade inside between 4 and 8.
Use parentheses ( ) because there's no "or equal to."
Solution in interval notation: (4, 8)
Greater Than
|x| > 3 means all numbers with a distance greater than 3 from zero.