Algebra
Factoring Quadratics: The Four Patterns
Almost every factorable quadratic is one of four shapes. The skill is identifying which, not grinding through trial and error.
The idea
Factoring reverses multiplication. When you expand you get , and every piece of that result has a source: the comes from the two leading terms, the from the two constants, and the from the two cross terms added together. Factoring asks you to run that machine backwards — to look at and recover the two brackets that produced it.
This matters because a product tells you something a sum never will. If , then one of the two brackets must be zero, because the only way real numbers multiply to zero is if one of them already is. That single observation, the zero-product property, is why factored form hands you the roots for free while the expanded form hides them.
The four patterns below are not four unrelated recipes. They are the four distinct shapes that expansion can produce, sorted by how many terms survive the collection step. Learning to recognise the shape is most of the work; the algebra afterwards is mechanical.
When you need it
The obvious trigger is an instruction that says “factor”. The more valuable skill is noticing the unmarked cases, where factoring is the move even though nobody asked for it:
- Solving. Any polynomial equation set to zero. Factored form plus the zero-product property beats every other method when it applies.
- Simplifying a fraction. looks stuck until both parts are factored, at which point cancels and it reduces to .
- Inequalities. To decide where you need the sign of each factor, which means you need the factors.
- A limit that gives 0/0. The indeterminate form nearly always means a common factor is waiting to be cancelled from top and bottom.
- Sketching. The factored form names every x-intercept without any further work.
Before committing time, spend five seconds on the discriminant. For , if is a perfect square, integer factors exist and are worth finding. If it is not, no integer pair will ever work and you should go straight to the quadratic formula rather than burning two minutes on a search that cannot succeed.
The method
Three of the four patterns are just expansions read right to left, so they are worth deriving once rather than memorising.
Difference of squares. Expand the candidate answer and watch the middle terms destroy each other:
The and cancel exactly, which is why the result has no middle term at all. That absence is the recognition cue: two terms, a subtraction, both perfect squares.
Perfect square trinomial. Same approach, different signs:
The middle term is twice the product of the two roots. That factor of two is the test. In , the outer roots are and , and matches, so it is . In it does not match, and that quadratic does not factor over the integers at all.
Why the AC method works. Suppose the trinomial does factor, into . Expanding gives:
Matching coefficients against gives , , and . Now multiply the two pieces of the middle coefficient together:
So and are two numbers whose product is and whose sum is . Finding that pair and splitting the middle term into those two pieces recovers the four-term expression that grouping can undo. Nothing is being guessed.
The working procedure, in order:
- Greatest common factor first. Take out the largest shared number and the lowest shared power of each variable. This shrinks every coefficient and frequently exposes a pattern that was invisible before.
- Count the remaining terms. Two, three, or four. This single number narrows you to at most two candidate patterns.
- Test the special patterns first. A difference of squares or a perfect square trinomial takes one line. Only fall through to AC when neither fits.
- Run AC, then group. Split into the two numbers you found, group the four terms into pairs, and factor each pair. The bracket left over must be identical in both pairs; if it is not, you have a sign error.
- Factor the results again.“Completely” means every remaining bracket is prime. Squares in disguise, like appearing inside your answer, are easy to walk past.
- Expand to check. Thirty seconds, and it catches every sign error you would otherwise carry into the next question.
Three worked examples
The first uses AC on a leading coefficient other than one. The second stacks two patterns. The third is the awkward one: it is a quadratic only if you squint, and finishing it takes four factors and three separate applications of the patterns.
Worked example
- 1
No common factor, three terms, and the first and last are not both perfect squares with a matching middle term. That leaves the AC method.
- 2
Find two integers multiplying to 6 and adding to 7. Both must be positive, so the candidates are 1 and 6, or 2 and 3. Only the first pair sums to 7.
- 3
Split the middle term into those two pieces. The order does not matter; either choice works.
- 4
Group in pairs and factor each pair. Write the 1 explicitly in the second group so the shared bracket is visible.
- 5
The bracket (x + 3) is common to both, so factor it out.
- 6
Check by expanding: 2x² + x + 6x + 3 collects back to the original.
Answer
Worked example
- 1
Both terms share a factor of 2 and a factor of x. Take out 2x before looking for any pattern.
- 2
Two terms remain, subtracted. Check whether both are perfect squares: 9x² is (3x)² and 25 is 5². They are.
- 3
Apply the difference of squares with a = 3x and b = 5.
- 4
Reassemble with the GCF. Neither remaining bracket factors further, so this is complete.
- 5
Check the outer product and the inner product: 2x times 9x² is 18x³, and 2x times −25 is −50x.
Answer
Worked example
- 1
No common factor, and the powers are 4, 2 and 0. That is a quadratic in x², so treat x² as the variable and the usual patterns apply.
- 2
Run AC on the disguised quadratic. The product is 4 × 9 = 36 and the sum must be −37, so both numbers are negative.
- 3
Split the middle term and group. Watch the sign on the second group: pulling out −9 rather than +9 is what leaves 4x² − 1, matching the first bracket exactly.
- 4
Pull out the shared bracket.
- 5
Stop and look again. Both brackets are themselves differences of squares, so this is not finished.
- 6
Assemble all four factors. A quartic can have up to four linear factors, so this count is the expected one.
- 7
Check by expanding in pairs: (x² − 9)(4x² − 1) gives 4x⁴ − x² − 36x² + 9.
Answer
Identify the pattern first
Work down this tree with the expression in front of you rather than guessing. Each question eliminates whole categories, and the answer at the bottom comes with the reason it beat the alternatives.
Which factoring pattern is this?
Does every term share a common factor?
Solve a factoring problem now
First solution freeWhere people go wrong
Treating a sum of squares as factorable
is not , and it is not either. Expanding gives an that is not there, and gives . Over the reals a sum of squares is prime, and the reason is short: factors would mean roots, and has no real solution.
Stopping at the first factorisation
becomes , which looks like an answer and is not one. The first bracket is still a difference of squares, so the complete form is . The habit that fixes this: after every factorisation, look at each bracket individually and ask the pattern question again.
Losing the GCF on the way out
Having taken out of , it is easy to factor beautifully and then write as the final answer. The is part of the expression. Expanding your answer catches this instantly, because the leading coefficient will be wrong by a factor of two.
Sign errors in the second group
In , the second pair is . Factoring out leaves , matching the first bracket. Factoring out would leave , which does not match, and students often conclude the method failed. It did not; the sign chosen was wrong. Always pull out the sign that makes the two brackets agree.
Practice
Factor each one completely. Where a difference of squares appears, write the bracket containing the minus sign first so the checker can match your answer.
One from each pattern
Answers are checked here — nothing is sent anywhere.
- 1
- 2
- 3
- 4
Where this goes next
Factoring and the formula are two routes to the same place, and the discriminant test above is really a question about which is cheaper — the full comparison sits in the guide to choosing a quadratic method. Every pattern here depends on recognising perfect powers, so if or is not automatic yet, the rules for exponents and radicals derive exactly why those regroupings are legal. For a factorisation you cannot get to come out, the factoring calculator names the pattern it used at each stage, and the algebra solver will carry the factored form on into whatever the question actually asked for.