Distribution Extended
Multiplying two binomials (like \((x+2)(x+3)\)) is just applying the distributive law twice. We use the acronym FOIL to ensure every term is multiplied.
- First: Multiply the first terms.
- Outer: Multiply the outer terms.
- Inner: Multiply the inner terms.
- Last: Multiply the last terms.
The Geometry of FOIL
Think of \((x+2)(x+3)\) as the area of a rectangle with sides of length \(x+2\) and \(x+3\). The result is the sum of four smaller areas: a square (\(x^2\)), two rectangles (\(2x\) and \(3x\)), and a small constant rectangle (\(6\)).
Worked Examples
Example 1: Basic FOIL
Expand: \((x + 4)(x + 5)\)
- First: \(x \cdot x = x^2\).
- Outer: \(x \cdot 5 = 5x\).
- Inner: \(4 \cdot x = 4x\).
- Last: \(4 \cdot 5 = 20\).
- Combine: \(x^2 + 9x + 20\).
- Result: \(x^2 + 9x + 20\)
Example 2: Mixed Signs
Expand: \((x - 3)(x + 7)\)
- First: \(x^2\).
- Outer: \(7x\).
- Inner: \(-3x\).
- Last: \(-21\).
- Combine: \(x^2 + 4x - 21\).
- Result: \(x^2 + 4x - 21\)
Example 3: Difference of Squares
Expand: \((x - 5)(x + 5)\)
- First: \(x^2\).
- Outer: \(5x\).
- Inner: \(-5x\).
- Last: \(-25\).
- Combine: \(5x\) and \(-5x\) cancel out!
- Result: \(x^2 - 25\)
The Bridge to Quantum Mechanics
In Quantum Mechanics, we often have to calculate the "Overlap" between two combined states. If State 1 is \((\psi_a + \psi_b)\) and State 2 is \((\phi_c + \psi_d)\), the math of their interaction is exactly identical to FOIL. We multiply every part of one state by every part of the other. The "cross-terms" (the Outer and Inner parts) are what create Quantum Interference. Without this algebraic expansion, we couldn't predict how different particles interact or bond together.