Absolute Value as Distance
The Absolute Value \(|x|\) is the distance from zero. Since distance cannot be negative, \(|x|\) is always positive.
The equation \(|x - 5| = 2\) means "the distance between \(x\) and 5 is 2 units."
Solving: The Two-Path Rule
Because distance works in two directions, every absolute value equation splits into two normal equations: \[|A| = B \implies A = B \quad \text{OR} \quad A = -B\]
Worked Examples
Example 1: Basic Distance
Solve: \(|x| = 7\)
- Path 1: \(x = 7\).
- Path 2: \(x = -7\).
- Result: \(\{-7, 7\}\)
Example 2: Shifted Distance
Solve: \(|x - 3| = 10\)
- Path 1: \(x - 3 = 10 \to x = 13\).
- Path 2: \(x - 3 = -10 \to x = -7\).
- Result: \(\{-7, 13\}\)
Example 3: Multi-Step Absolute Value
Solve: \(2|x + 1| - 4 = 6\)
- First, Isolate the absolute value bar.
- Add 4: \(2|x + 1| = 10\).
- Divide by 2: \(|x + 1| = 5\).
- Now split: \(x + 1 = 5 \to x = 4\) AND \(x + 1 = -5 \to x = -6\).
- Result: \(\{-6, 4\}\)
The Bridge to Quantum Mechanics
This is one of the most vital concepts in the entire course. In Quantum Mechanics, the wavefunction \(\psi\) is complex and cannot be measured. However, its Absolute Value Squared (\(|\psi|^2\)) is the probability. When we say "the particle is roughly here," we are often calculating the distance from a central point using absolute values. Understanding that \(|\dots|\) represents magnitude/distance is how we translate complex waves into real-world positions.