Absolute Value Rules- How to Create Absolute Value Rules
What Absolute Value Actually Is
Absolute value is the distance a number sits from zero on the number line. It doesn't care about direction—only magnitude. The symbol |x| means "the positive version of x."
That's it. Nothing fancy. When you see |-5|, you answer 5. When you see |7|, you answer 7. The negative sign disappears because absolute value strips away direction.
The Core Absolute Value Rules You Need
These are the non-negotiables. Memorize them or you'll constantly second-guess yourself.
Basic Definition Rule
For any real number a:
- |a| = a when a ≥ 0
- |a| = -a when a < 0
This is the foundation. Everything else builds from this.
Multiplication Rule
|ab| = |a| × |b|
The absolute value of a product equals the product of absolute values. Order doesn't matter.
Division Rule
|a/b| = |a| / |b| (when b ≠ 0)
Same logic as multiplication. You can separate numerator and denominator.
Triangle Inequality
|a + b| ≤ |a| + |b|
This one's trickier. The absolute value of a sum is never greater than the sum of absolute values. It's about the longest path versus the direct path.
Power Rule
|a|ⁿ = |aⁿ|
Even powers kill the sign anyway, so |a|² = a² always holds true.
Comparing Absolute Value Approaches
| Rule | Formula | When to Use |
|---|---|---|
| Definition | |a| = ±a | Evaluating single numbers |
| Multiplication | |ab| = |a||b| | Separating products |
| Division | |a/b| = |a|/|b| | Separating quotients |
| Triangle Inequality | |a+b| ≤ |a|+|b| | Finding bounds/limits |
| Power | |a|ⁿ = |aⁿ| | Simplifying exponents |
How to Create and Apply Absolute Value Rules
Creating effective absolute value solutions isn't about memorizing formulas. It's about recognizing patterns and applying the right rule.
Step 1: Identify the Structure
Look at what you're given. Is it a single value? A product? A sum? This determines your approach.
Step 2: Apply the Definition First
Always check whether the input is positive or negative. This tells you whether the absolute value "does nothing" or flips the sign.
Step 3: Simplify Step by Step
Break complex expressions into smaller pieces. Use the multiplication and division rules to separate factors, then evaluate each.
Step 4: Check Your Work
Plug your answer back in. Does it make sense? |-3 × 4| = |-12| = 12. And |−3| × |4| = 3 × 4 = 12. They match.
Practical Examples
Example 1: Simple Evaluation
|−7 + 3|
Inside first: −7 + 3 = −4. Then |−4| = 4.
Don't make the mistake of doing |−7| + |3| = 7 + 3 = 10. That's wrong. The negative sign sits inside the absolute value brackets.
Example 2: Using the Multiplication Rule
|−2 × −5 × 3|
Three ways to solve this:
- Direct: |30| = 30
- Multiplication rule: |−2| × |−5| × |3| = 2 × 5 × 3 = 30
- Both give the same answer
Example 3: Division Rule
|−12/4|
= |−3| = 3
Or: |−12|/|4| = 12/4 = 3. Same result.
Example 4: Triangle Inequality in Action
If |a| = 5 and |b| = 3, what's the range of |a + b|?
Minimum: |5 − 3| = 2. Maximum: |5 + 3| = 8.
So |a + b| falls between 2 and 8 inclusive.
Common Mistakes That Cost People
- Distributing incorrectly: |a + b| ≠ |a| + |b| in most cases. The triangle inequality shows this. Only equals when both values share the same sign.
- Forgetting the negative case: |-a| = a, not -a. The absolute value always returns non-negative results.
- Mixing up subtraction: |a - b| = |b - a|. The order inside doesn't matter for the final value.
- Ignoring domain restrictions: Division rules require the denominator to be nonzero.
When to Use Each Rule
Don't reach for the triangle inequality when simple evaluation works. Don't try to separate a sum into absolute values—that's not a valid move.
The multiplication and division rules exist for products and quotients specifically. The triangle inequality exists for sums and for finding bounds.
Match the tool to the job. That's the whole game.