Absolute Value
Understanding and using absolute value
Absolute Value
How far is a number from zero? Absolute value measures distance on the number line, always giving a positive result!
What Is Absolute Value?
Absolute value is the distance a number is from zero on the number line.
Key concept: Distance is ALWAYS positive or zero!
Symbol: | | (vertical bars around the number)
Read: |5| as "the absolute value of 5"
Think: "How far from zero?"
Absolute Value on the Number Line
Number line helps visualize:
Example: |5| and |-5|
On number line:
- 5 is 5 units to the RIGHT of 0
- -5 is 5 units to the LEFT of 0
- Both are 5 units from 0
Therefore:
- |5| = 5
- |-5| = 5
Same distance, different directions!
Definition
Formal definition:
|x| = x if x ≥ 0 (positive or zero stays same) |x| = -x if x < 0 (negative becomes positive)
In simple terms:
- If number is positive or zero → stays same
- If number is negative → drop the negative sign
Absolute value "removes" the negative!
Basic Examples
Example 1: |7| = 7 (7 is 7 units from zero)
Example 2: |-7| = 7 (-7 is 7 units from zero)
Example 3: |0| = 0 (0 is 0 units from zero)
Example 4: |-15| = 15 (-15 is 15 units from zero)
Example 5: |100| = 100 (positive stays positive)
Absolute Value Is Always Non-Negative
Key property: |x| ≥ 0 for all x
Absolute value is NEVER negative!
Examples:
- |8| = 8 (positive)
- |-8| = 8 (positive)
- |0| = 0 (zero, not negative)
Even if input is negative, output is positive or zero!
Opposite Numbers Have Same Absolute Value
Opposites are same distance from zero!
Examples:
- |6| = 6 and |-6| = 6 (same!)
- |25| = 25 and |-25| = 25 (same!)
- |100| = 100 and |-100| = 100 (same!)
Different numbers, same absolute value!
Think: Mirror images across zero
Comparing with Absolute Value
Compare |3| and |-5|:
|3| = 3 |-5| = 5
So: |-5| > |3|
Even though -5 < 3, the absolute value of -5 is greater!
Absolute value ignores which side of zero!
Absolute Value of Zero
|0| = 0
Zero is the ONLY number whose absolute value equals itself AND its opposite!
Why? Zero is exactly 0 units from zero!
Special case to remember!
Solving Absolute Value Equations
Simple equation: |x| = 5
Meaning: "What number is 5 units from zero?"
Answer: x = 5 or x = -5 (both!)
Both 5 and -5 are 5 units from zero.
Absolute value equations often have TWO solutions!
Example: Solving |x| = 8
Question: What values of x make |x| = 8?
Think: What numbers are 8 units from zero?
Answer: x = 8 (8 units right of zero) x = -8 (8 units left of zero)
Check: |8| = 8 ✓ |-8| = 8 ✓
Both work!
No Solution Cases
Equation: |x| = -3
Think: Can a distance be negative?
NO! Distance is never negative.
Therefore: No solution!
|x| = negative number has NO solution!
Absolute Value in Expressions
Evaluate: |6 - 10|
Step 1: Calculate inside first 6 - 10 = -4
Step 2: Take absolute value |-4| = 4
Answer: 4
Always do operations inside | | first!
More Expression Examples
Example 1: |-3| + |5| = 3 + 5 = 8
Example 2: |8| - |-2| = 8 - 2 = 6
Example 3: |7 - 9| + |2 + 1| = |-2| + |3| = 2 + 3 = 5
Evaluate each absolute value separately!
Absolute Value and Multiplication
Property: |a × b| = |a| × |b|
Example: |-3 × 4| = |-12| = 12
Or: |-3| × |4| = 3 × 4 = 12
Same answer!
Example 2: |5 × (-2)| = |-10| = 10 Or: |5| × |-2| = 5 × 2 = 10
Absolute Value and Addition
Note: |a + b| does NOT always equal |a| + |b|
Example: |-3 + 5| = |2| = 2
But: |-3| + |5| = 3 + 5 = 8
Different answers!
Must evaluate inside absolute value FIRST!
Distance Between Two Numbers
Distance between a and b:
Distance = |a - b| or |b - a|
Same result either way!
Example: Distance between 8 and 3 |8 - 3| = |5| = 5 Or: |3 - 8| = |-5| = 5
Both give 5 units apart!
Real-World: Temperature
Temperature change uses absolute value:
Started: -5°F Ended: 10°F
Change: |10 - (-5)| = |10 + 5| = |15| = 15°F
Temperature changed by 15 degrees!
Absolute value shows magnitude of change!
Real-World: Elevation
Elevation differences:
Death Valley: -282 feet (below sea level) Mt. Whitney: 14,505 feet (above sea level)
Difference: |14,505 - (-282)| = |14,505 + 282| = |14,787| = 14,787 feet
Absolute value gives total distance!
Real-World: Error/Deviation
Estimated: 100 Actual: 95
Error: |100 - 95| = |5| = 5
Don't care if over or under estimate! Just care HOW FAR off!
Absolute value measures error magnitude!
Comparing Absolute Values
Which is greater?
Compare: |-20| and |15|
|-20| = 20 |15| = 15
20 > 15
So |-20| > |15|
Even though -20 < 15, its absolute value is greater!
Nested Absolute Values
Example: | |-6| |
Step 1: Inside first |-6| = 6
Step 2: Outside |6| = 6
Answer: 6
Work from inside out!
Absolute Value with Fractions
Example 1: |-3/4| = 3/4
Example 2: |1/2 - 3/4| = |-1/4| = 1/4
Example 3: |-2.5| = 2.5
Works with any number type!
Order of Operations with Absolute Value
Absolute value acts like parentheses:
Do inside first, then take absolute value!
Example: 2 + |3 - 8|
Step 1: Inside absolute value 3 - 8 = -5
Step 2: Absolute value |-5| = 5
Step 3: Add 2 + 5 = 7
Answer: 7
Common Mistakes to Avoid
❌ Mistake 1: Thinking |-5| = -5
- Wrong! |-5| = 5
- Absolute value makes it positive!
❌ Mistake 2: |a + b| = |a| + |b|
- Not always true!
- Must evaluate inside first
❌ Mistake 3: Forgetting two solutions
- |x| = 7 has TWO solutions: 7 and -7
- Don't forget the negative!
❌ Mistake 4: Thinking |x| can be negative
- Absolute value is NEVER negative
- |x| ≥ 0 always!
❌ Mistake 5: Not doing inside operations first
- Always evaluate inside | | before taking absolute value
Properties of Absolute Value
Always non-negative: |x| ≥ 0 for all x
Zero only for zero: |x| = 0 only if x = 0
Same for opposites: |x| = |-x| for all x
Triangle inequality: |a + b| ≤ |a| + |b|
Multiplication: |a × b| = |a| × |b|
Solving Strategy
For |x| = a:
- If a > 0: Two solutions (x = a or x = -a)
- If a = 0: One solution (x = 0)
- If a < 0: No solution
For expressions:
- Calculate inside | | first
- Take absolute value of result
- Continue with other operations
For comparisons:
- Find each absolute value
- Compare the results
Quick Reference
Definition:
- Distance from zero
- Always ≥ 0
- Symbol: | |
Basic:
- |positive| = positive
- |negative| = positive (drop sign)
- |0| = 0
Solving |x| = a:
- a > 0: x = a or x = -a
- a = 0: x = 0
- a < 0: no solution
Properties:
- |-x| = |x|
- |x × y| = |x| × |y|
- Do inside first!
Applications:
- Distance
- Error/deviation
- Temperature change
- Elevation difference
Practice Tips
Tip 1: Visualize on number line
- Helps understand distance concept
- Makes it concrete
Tip 2: Remember two solutions
- For equations, check both positive and negative
- Both might work!
Tip 3: Work inside out
- Always evaluate inside | | first
- Then take absolute value
Tip 4: Check reasonableness
- Answer should be ≥ 0
- If negative, you made a mistake!
Tip 5: Practice with real situations
- Temperature changes
- Distances
- Errors in measurements
Summary
Absolute value measures distance from zero:
Definition:
- |x| = distance of x from 0 on number line
- Always positive or zero
- Symbol: | | (vertical bars)
Key properties:
- |positive| = positive (stays same)
- |negative| = positive (becomes positive)
- |0| = 0
- |x| = |-x| (opposites have same absolute value)
- |x| ≥ 0 (never negative)
Solving equations:
- |x| = a (where a > 0) has two solutions: x = a and x = -a
- |x| = 0 has one solution: x = 0
- |x| = negative has no solution
In expressions:
- Evaluate inside absolute value first
- Then take absolute value
- Then continue with operations
Applications:
- Finding distance between numbers
- Measuring change (temperature, elevation)
- Calculating error or deviation
- Any situation where magnitude matters, not direction
Important skills:
- Understanding distance concept
- Working with negative numbers
- Solving equations with two solutions
- Order of operations
Mastering absolute value is essential for understanding distance, magnitude, and working with positive and negative numbers!
📚 Practice Problems
1Problem 1easy
❓ Question:
Find |8|
💡 Show Solution
Step 1: Understand absolute value. |8| means "distance from 0"
Step 2: Find distance. 8 is 8 units from 0 on the number line
Step 3: Distance is always positive. |8| = 8
Answer: 8
2Problem 2easy
❓ Question:
Find |-12|
💡 Show Solution
Step 1: Understand what absolute value does. |-12| means "distance of -12 from 0"
Step 2: Find distance. -12 is 12 units away from 0
Step 3: Distance is always positive. |-12| = 12
Answer: 12
3Problem 3medium
❓ Question:
Evaluate: |5| + |-3|
💡 Show Solution
Step 1: Find each absolute value separately. |5| = 5 |-3| = 3
Step 2: Add the results. 5 + 3 = 8
Answer: 8
4Problem 4medium
❓ Question:
Solve for x: |x| = 7
💡 Show Solution
Step 1: Understand the question. What numbers are 7 units from 0?
Step 2: Think about the number line. Both 7 and -7 are 7 units from 0 7 is 7 units to the right -7 is 7 units to the left
Step 3: Check both solutions. |7| = 7 ✓ |-7| = 7 ✓
Answer: x = 7 or x = -7 (two solutions)
5Problem 5hard
❓ Question:
The temperature at noon was 5°C. By midnight it was -3°C. What was the absolute change in temperature? Then determine if the temperature increased or decreased.
💡 Show Solution
Step 1: Find the actual change. Change = Final - Initial Change = -3 - 5 = -8°C
Step 2: Find absolute change. |-8| = 8°C The absolute change is 8 degrees
Step 3: Determine direction. Change is negative (-8) So temperature DECREASED
Step 4: Interpret. The temperature changed by 8 degrees (absolute value) It went DOWN (negative change)
Answer: The absolute change was 8°C. The temperature decreased.
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics