The Unwrapping Metaphor
Think of the variable \(x\) as a gift inside a box, inside a larger box. To get to it, you have to open the outer box first. This means you generally apply the Reverse Order of Operations (SADMEP).
- Undo Addition/Subtraction.
- Undo Multiplication/Division.
Worked Examples
Example 1: Two Steps
Solve: \(2x + 5 = 13\)
- Step 1: Undo the \(+5\) by subtracting 5 from both sides. \(2x = 8\).
- Step 2: Undo the multiplication by dividing by 2. \(x = 4\).
- Check: \(2(4) + 5 = 8 + 5 = 13\). It works!
- Result: \(x = 4\)
Example 2: Negative and Division
Solve: \(\frac{x}{3} - 4 = -1\)
- Step 1: Add 4 to both sides. \(\frac{x}{3} = 3\).
- Step 2: Multiply both sides by 3. \(x = 9\).
- Result: \(x = 9\)
Example 3: Dealing with Parentheses
Solve: \(3(x - 4) = 12\)
- Method A (Distribute first): \(3x - 12 = 12 \to 3x = 24 \to x = 8\).
- Method B (Divide first): Divide by 3 first \(\to x - 4 = 4 \to x = 8\). (This is often faster!).
- Result: \(x = 8\)
The Bridge to Quantum Mechanics
When solving for the "eigenvalues" of a Hamiltonian, you will often face an equation like \((H - \lambda I)\psi = 0\). This looks scary, but it's just a multi-step equation! You have to "unwrap" the \(\lambda\) (the energy) from the matrix \(H\). By mastering the logical sequence of unwrapping, you prepare yourself to extract real physics from abstract linear algebra.