Factoring becomes routine once each polynomial is mapped to a technique by its structure — primarily the number of terms and the form of the leading coefficient. The table below collects the situations encountered above, the technique each calls for, and a worked example for every case. Run through it in order from top to bottom for any factoring problem.
| Situation |
Technique to try |
Example |
| Any polynomial (first move) |
extract the GCF |
6x3 + 9x2 − 3x → 3x(2x2 + 3x − 1) |
| Two terms |
difference of squares; sum or difference of cubes |
9x2 − 16 → (3x + 4)(3x − 4) |
| Three terms, leading coeff 1 |
simple trinomial: find m, n with m·n = c, m + n = b |
x2 + 7x + 12 → (x + 3)(x + 4) |
| Three terms, leading coeff ≠ 1 |
AC method: split middle term, then group |
6x2 + 11x + 4 → (3x + 4)(2x + 1) |
| Four or more terms |
factoring by grouping (rearrange if needed) |
x3 + 2x2 + 3x + 6 → (x2 + 3)(x + 2) |
| Higher degree, only even powers |
substitute u = x2; factor in u; substitute back |
x4 + 5x2 + 6 → (x2 + 2)(x2 + 3) |
| Higher degree, known root r |
divide by (x − r); factor the quotient further |
P(2) = 0 → P(x) = (x − 2) · Q(x) |
| After any step |
re-inspect every factor; verify by re-expansion |
x4 − 16 = (x2 + 4)(x2 − 4) → (x2 + 4)(x + 2)(x − 2) |