Factoring Polynomials
Factoring is multiplication run in reverse. When you multiply you get ; factoring asks the opposite question — given , which two things were multiplied to produce it? That single skill quietly powers most of algebra: it turns messy expressions into products, and products are what let you solve equations, simplify fractions, and find where a curve crosses zero.
If algebra ever felt like a bag of unrelated tricks, factoring is where it clicks together. Every technique below is really one idea — rewrite a sum as a product — and once an expression is a product, the zero-product property hands you the solutions almost for free. Let us build that understanding, not just the recipes.
Learning Objectives
- Factor out the greatest common factor (GCF) from any polynomial.
- Factor four-term polynomials by grouping.
- Factor quadratic trinomials, both when the leading coefficient is and when it is not.
- Recognize and apply the special patterns: difference of squares, and sum/difference of cubes.
- Explain why factoring solves polynomial equations through the zero-product property.
- Choose the right technique quickly by reading the structure of an expression.
Quick Answer
To factor a polynomial means to write it as a product of simpler polynomials. Always start by pulling out the greatest common factor. Then match the structure: four terms suggest grouping; a three-term quadratic suggests trinomial factoring; two terms suggest a special pattern (difference of squares , or sum/difference of cubes). Factoring matters because of the zero-product property: if a product equals zero, at least one factor must be zero — so instantly gives or . Factor fully, checking each factor to see if it factors further.
Where It Came From
Factoring did not begin with 's and signs — it began with areas. Ancient and medieval mathematicians had no symbolic algebra, so a quadratic like was literally a square of side plus a rectangle. The Greek geometers of Euclid's Elements (around 300 BCE) proved algebraic identities as theorems about regions: Book II contains what we now read as and , drawn as squares cut into pieces. There was no factoring "formula," only the picture — and the picture is the factorization.
The decisive step came from the Persian mathematician al-Khwārizmī (around 820 CE) in Baghdad, whose book al-Kitāb al-mukhtaṣar fī ḥisāb al-jabr wa'l-muqābala gave algebra its name (al-jabr). To solve quadratics he used "completing the square" — physically building the square that a quadratic was missing — a technique that is the geometric ancestor of factoring. Later Islamic mathematicians such as Thābit ibn Qurra and al-Karajī pushed these manipulations toward general polynomial arithmetic.
The need driving all of this was practical and persistent: solving equations for unknown quantities — inheritance shares, land measurement, trade. Once symbolic notation matured in Renaissance Europe (Viète, Descartes, 1500s–1600s), the geometric pictures collapsed into the compact algebraic rules you are about to learn. Factoring is the modern, symbolic shadow of cutting a square into rectangles.
The Greatest Common Factor: Always Start Here
The GCF is the largest expression that divides every term. Factoring it out uses the distributive law backwards: . Take the numerical GCF of the coefficients and the lowest power of each shared variable.
Worked example. Factor .
- Coefficient GCF of is .
- Every term has at least , so factor out .
- GCF is .
Check by distributing: , , . Correct. Notice the leftover trinomial can factor further — always ask whether you are done.
Factoring by Grouping (Four Terms)
When a polynomial has four terms, split it into two pairs, factor the GCF from each pair, and hope a common binomial appears.
Worked example. Factor .
Group: .
Factor each pair: .
Both terms share the binomial , so factor it out:
If the shared binomials had not matched, the fix is often to reorder the terms or factor out a negative from the second pair. Grouping is also the engine behind the "AC method" for hard trinomials below.
Trinomials: The Heart of Factoring
Leading coefficient 1
To factor , find two numbers that multiply to and add to .
Worked example. Factor . Need two numbers multiplying to , adding to : that is and .
Worked example with signs. Factor . Need product , sum : that is and .
Leading coefficient not 1 — the AC method
To factor , find two numbers that multiply to and add to , then split the middle term and group.
Worked example. Factor . Here ; need two numbers with product and sum : that is and .
Split the middle term: .
Group: .
Check: . Correct.
Special Patterns: Recognize Them Instantly
Difference of squares
This is Euclid's cut-square identity. Note a sum of squares does not factor over the real numbers.
Worked example. Factor . Here and :
Sum and difference of cubes
A memory aid is SOAP: the signs are Same, Opposite, Always Positive.
Worked example. Factor . Here , (since ):
The quadratic factor has no real roots, so this is fully factored over the reals.
Why Factoring Solves Equations: The Zero-Product Property
Here is the payoff. The zero-product property says: if , then or (or both). This works only because the right side is zero — no other number has this power.
Worked example. Solve .
Factor: . By the zero-product property, either or , giving or .
Check : . Correct. This is why you always move everything to one side to make the equation equal zero before factoring — the property fails for .
Real-World Applications
- Projectile motion. A ball's height might be . Factoring gives ; setting shows the ball is on the ground at (launch) and seconds (landing).
- Engineering and design. Finding where a beam's stress function equals zero, or where a signal crosses a threshold, reduces to solving factored polynomial equations.
- Simplifying rational expressions. To simplify , factor both: . Cancellation is only legal after factoring.
- Cryptography and number theory. Integer factorization — the arithmetic cousin of polynomial factoring — underpins RSA encryption, because factoring huge numbers is hard.
Common Mistakes
-
Applying zero-product to a nonzero side. Students see and write . Why wrong: the property needs the product to equal zero. Correction: expand, move everything to one side to get , then factor .
-
Forgetting the GCF first. Trying to factor directly as a trinomial is painful. Why wrong: you skipped a common factor of . Correction: factor first to .
-
Trying to factor a sum of squares. Writing . Why wrong: that expands to , not ; a sum of squares does not factor over the reals. Correction: leave as is (it only factors using complex numbers).
Comparison and Connections
Factoring, the distributive law, and the quadratic formula are three views of the same object. The distributive law builds products; factoring breaks them apart; the quadratic formula solves even when factoring is ugly.
| Method | When to use | Result |
|---|---|---|
| GCF | Always first | Common factor pulled out front |
| Grouping | Four terms | Product of two binomials |
| Trinomial (AC) | Three terms, quadratic | Two binomials |
| Difference of squares | Two terms, | |
| Sum/difference of cubes | Two terms, cubes | Binomial × trinomial |
| Quadratic formula | Trinomial that won't factor nicely | Exact (possibly irrational) roots |
Every quadratic that factors over the rationals will also yield rational answers from the quadratic formula — factoring is just the shortcut when the numbers are friendly.
Practice Questions
Recall
State the difference-of-squares formula and the two cube formulas. Answer: ; ; .
Understanding
Explain why lets you conclude or , but does not let you set each factor to . Guidance: The zero-product property applies only when a product equals zero; for a nonzero product, many factor pairs are possible, so you must expand and re-factor against zero.
Application
Factor completely: . Answer: GCF is : .
Analysis
A rectangle's area is square units. Find possible expressions for its side lengths, and state the value of that would make the area zero. Answer: , so sides are and . Area is zero when or (neither is physically valid for a real rectangle, since lengths must be positive — a nice reminder to check context).
FAQ
Q: How do I know which method to use? Count terms and look for structure. Two terms → special pattern (difference of squares or cubes). Three terms → trinomial. Four terms → grouping. But always pull out the GCF first, every single time.
Q: What does "factor completely" mean? Keep factoring until no factor can be broken down further over the given number system. For example — you must go the extra step.
Q: What if a trinomial just won't factor? Then it is either prime (irreducible over the rationals) or has irrational/complex roots. Use the quadratic formula. The discriminant tells you: a perfect square means it factors nicely over the rationals.
Q: Why do we set equations equal to zero before factoring? Because the zero-product property is the only reason factoring solves equations. Zero is special — no other number lets you conclude that one of the factors must equal it.
Q: Is there a difference between factoring and the quadratic formula? They give the same roots. Factoring is faster when numbers are nice; the quadratic formula always works, even for irrational or complex answers. Factoring also reveals the structure (the actual binomials), which the formula does not.
Quick Revision
- Always factor the GCF first: .
- Trinomial : two numbers that multiply to , add to .
- Hard trinomial : multiply to , add to , split the middle, group.
- Difference of squares: . A sum of squares does not factor over the reals.
- Cubes (SOAP): .
- Zero-product property: or . Set the equation to zero first.
Related Topics
Prerequisites
Related Topics
- Quadratic Equations and the quadratic formula
- Rational Expressions (simplifying via factoring)
Next Topics
- Solving Polynomial Equations
- Graphing Polynomials and finding roots