What is Absolute Value?
The absolute value of an integer is its distance from zero on the number line, regardless of direction. It is always non-negative (zero or positive).
Symbol: Absolute value is written as
\[ |a|\) (vertical bars on both sides)
(distance from 0 to 5 is 5 units)Definition:
\[ |a| = \begin{cases} a & \text{if } a \geq 0 \\ -a & \text{if } a < 0 \end{cases} \]
Examples:
- \(|5| = 5 \]
Key Properties of Absolute Value:
| Property | Rule | Example | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Non-negativity | \(\ | a\ | \geq 0\) | \(\ | -7\ | = 7 \geq 0\) | ||||||||||
| Identity | \(\ | a\ | = 0\) if and only if \(a = 0\) | \(\ | 0\ | = 0\) | ||||||||||
| Multiplicative | \(\ | a \times b\ | = \ | a\ | \times \ | b\ | \) | \(\ | (-3) \times 4\ | = \ | -12\ | = 12\) and \(\ | -3\ | \times \ | 4\ | = 3 \times 4 = 12\) |
| Triangle inequality | \(\ | a + b\ | \leq \ | a\ | + \ | b\ | \) | \(\ | 5 + (-3)\ | = \ | 2\ | = 2 \leq 5 + 3 = 8\) |
Applications in Daily Life:
- Temperature Changes: The absolute change in temperature ignores whether it increased or decreased
- Bank Balances: The amount of debt (absolute value of negative balance)
- Distance Traveled: Distance is always positive, direction doesn't matter
- Sports Scores: Difference between scores (margin of victory)
- Elevation: Depth below sea level expressed as positive number (absolute value)
- Error Measurement: How far off a measurement is from the true value