Factorization Foundry: Factoring Quadratics with the Area Model
When the leading coefficient isn't 1, a rectangle built from tiles shows you exactly how the trinomial splits into two factors.
Why the leading coefficient makes it harder
Factoring x² + bx + c is friendly: you just find two numbers that multiply to c and add to b. But the moment the leading coefficient a is not 1 — say 2x² + 7x + 3 — that shortcut breaks. The x² term can come from more than one pair of factors, so you need a more systematic way in.
The area model gives you that system: build the trinomial as the area of a rectangle, and read the factors straight off its side lengths.
Building the rectangle
Picture the trinomial as tiles: one large a×x² tile, some x-strip tiles worth 1×x each, and c unit tiles. Arranging them into a single rectangle forces the strip tiles to split into two groups — one group along each dimension. Group the four pieces in pairs and pull out the common factor from each pair; both pairs will share the same leftover binomial, which becomes one side of the rectangle.
- ac = 2 × 3 = 6, and b = 7. Find two numbers that multiply to 6 and add to 7: 6 and 1.
- Split the middle term: 2x² + 6x + x + 3.
- Group and factor each pair: 2x(x + 3) + 1(x + 3).
- Both groups share the factor (x + 3), so pull it out: (2x + 1)(x + 3).
- ac = 3 × (−2) = −6, and b = −5. Find two numbers that multiply to −6 and add to −5: −6 and 1.
- Split the middle term: 3x² − 6x + x − 2.
- Group and factor each pair: 3x(x − 2) + 1(x − 2).
- Pull out the shared factor (x − 2): (3x + 1)(x − 2).
Check your understanding
- The area model treats ax² + bx + c as the area of a rectangle whose side lengths are its factors.
- The ac method: find two numbers that multiply to a×c and add to b, then split the middle term.
- After splitting, factor by grouping — pull the common binomial out of each pair of terms.
- Always check for a greatest common factor first, and track signs carefully when ac is negative.
- Always verify by multiplying your two factors back out — it should reproduce the original trinomial.
- Identical factors, like (2x + 1)(2x + 1), signal a perfect square trinomial with a repeated root.