MATH 2 • ALGEBRA & FUNCTIONS

Factoring Polynomials — I can factor common polynomial forms (GCF, difference of squares, trinomials) at my level and verify by multiplication.

Learn to reverse-engineer multiplication so you can break polynomials into simpler building blocks.

Historical Context & Motivation

Long before calculators and computers, mathematicians needed ways to solve equations that described planetary orbits, architectural arches, and trade calculations. The key technique they developed was factoring — the process of breaking a complex expression into a product of simpler ones. Factoring is essentially multiplication in reverse: instead of expanding 3(x + 5) into 3x + 15, you start with 3x + 15 and figure out that it came from 3(x + 5). This skill became one of the most important tools in all of algebra.

~300 BCE
Euclid & Geometric Algebra
Greek mathematicians used geometric shapes — rectangles and squares — to represent products and sums. Euclid's Elements showed that area models could break apart complex regions into simpler pieces, a visual precursor to algebraic factoring.
~825 CE
Al-Khwarizmi's Algebra
The Persian scholar al-Khwarizmi wrote the first systematic algebra textbook. He solved quadratic equations by 'completing the square,' a method closely related to factoring trinomials, and laid the groundwork for symbolic manipulation.
1591
Viète Introduces Variables
French mathematician François Viète introduced the use of letters for unknowns and constants, making it possible to write general factoring patterns like a² − b² = (a + b)(a − b) for the first time.
1800s
Modern Notation Solidifies
Standard polynomial notation and the techniques taught today — GCF extraction, difference of squares, and trinomial factoring — became core curriculum as algebra entered public education worldwide.

Today, factoring remains essential because it transforms complicated expressions into manageable pieces. Whether you are solving a quadratic equation, simplifying a rational expression, or analyzing a real-world model, the question is always the same: can I rewrite this polynomial as a product of simpler factors? This lesson gives you the three most common strategies for doing exactly that.

Core Principles of Factoring

Before diving into specific techniques, you need a few foundational ideas. Factoring means rewriting an expression as a product of two or more factors. A factor is any quantity that is multiplied with another quantity to produce the original expression. Think of factoring as the inverse of distributing or expanding — you are un-doing multiplication.

1

Greatest Common Factor (GCF)

Always check for a GCF first. The GCF is the largest expression (number, variable, or both) that divides evenly into every term of the polynomial. Factor it out before trying anything else.
2

Difference of Squares

When a binomial has the form a² − b², it factors into (a + b)(a − b). This pattern works because the middle terms cancel when you multiply the factors back out.
3

Trinomial Factoring

A trinomial of the form x² + bx + c factors into (x + m)(x + n) where m × n = c and m + n = b. Finding the right pair (m, n) is the heart of this technique.
4

Verify by Multiplication

Always multiply your factors back together to check your answer. If you get the original polynomial, your factoring is correct. This verification step catches sign errors and arithmetic mistakes.
KEY TAKEAWAY
Think of factoring like breaking a composite number into primes: 12 = 2 × 2 × 3. You are doing the same thing with algebraic expressions. Just as 12 can be split into smaller building blocks, the polynomial 3x² + 6x can be split into 3x(x + 2). The expression looks different, but it has the same value for every x — you have just revealed its hidden structure.

Visual Explanation — The Area Model

One of the most powerful ways to understand factoring is through an area model. Imagine a rectangle whose total area equals your polynomial. The length and width of that rectangle are the factors. The diagram below shows how x² + 5x + 6 breaks into a rectangle with dimensions (x + 2) and (x + 3). Each sub-region represents one term in the expanded form.

The rectangle's width is (x + 3) and its height is (x + 2). The four sub-areas — , 3x, 2x, and 6 — add up to the original trinomial x² + 5x + 6.

Notice how the two middle regions — 3x and 2x — combine to give the middle term, 5x. This is exactly why you look for two numbers that multiply to the constant term (6) and add to the coefficient of the middle term (5). The area model makes this relationship visual: the product of the two numbers determines the corner area, while their sum determines the combined middle strip.

Mathematical Framework

Each factoring technique follows a specific algebraic pattern. Memorizing these formulas gives you a reliable checklist to apply whenever you encounter a polynomial.

GCF EXTRACTION
ab + ac = a(b + c)
where a is the greatest common factor shared by every term. Divide each term by a and write the results inside parentheses.
DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
Both and must be perfect squares, and they must be separated by subtraction. A sum of squares (a² + b²) does not factor over the real numbers.
TRINOMIAL (LEADING COEFFICIENT 1)
x² + bx + c = (x + m)(x + n) where m × n = c and m + n = b
Find two numbers m and n whose product equals the constant term c and whose sum equals the coefficient b. If c is positive and b is positive, both numbers are positive. If c is positive and b is negative, both numbers are negative. If c is negative, one number is positive and the other is negative.
TRINOMIAL (LEADING COEFFICIENT ≠ 1) — AC METHOD
ax² + bx + c → find m, n where m × n = a × c and m + n = b
Multiply the leading coefficient a by the constant c to get the product target. Find two numbers m and n with that product and sum equal to b. Rewrite the middle term as mx + nx, then factor by grouping.
💡 Golden Rule
Always factor out the GCF first, then look for special patterns. A polynomial like 2x² − 18 looks tough until you pull out the 2: 2(x² − 9), and then you see the difference of squares: 2(x + 3)(x − 3).

Choosing the Right Technique

When you see a polynomial to factor, use the following decision process. The flowchart below walks you through the choices step by step, starting with the GCF check and branching based on the number of terms in the expression.

Follow this flowchart every time you need to factor: start with the GCF check, count remaining terms, apply the matching technique, and always verify by multiplication.
Quick-reference table for the four main factoring patterns
Pattern NameWhat to Look ForExampleFactored Form
GCFA common factor in every term6x³ + 9x²3x²(2x + 3)
Diff. of SquaresTwo perfect squares separated by minusx² − 49(x + 7)(x − 7)
Trinomial (a = 1)Three terms, leading coefficient 1x² + 7x + 12(x + 3)(x + 4)
Trinomial (a ≠ 1)Three terms, leading coefficient ≠ 12x² + 7x + 3(2x + 1)(x + 3)

Worked Examples

Example 1: GCF + Difference of Squares

Factor completely: 5x² − 45
1
Step 1 — Identify the GCFThe two terms are 5x² and 45. Both are divisible by 5, so the GCF is 5.
5x² − 45 = 5(x² − 9)
2
Step 2 — Recognize the pattern insideThe expression inside the parentheses, x² − 9, is a difference of squares because x² = (x)² and 9 = (3)².
3
Step 3 — Apply the difference-of-squares formulaUsing a² − b² = (a + b)(a − b) with a = x and b = 3:
5(x² − 9) = 5(x + 3)(x − 3)
4
Step 4 — Verify by multiplicationMultiply back: (x + 3)(x − 3) = x² − 3x + 3x − 9 = x² − 9. Then 5(x² − 9) = 5x² − 45. ✓ This matches the original expression.
5x² − 45 = 5(x + 3)(x − 3) ✓

Example 2: Trinomial Factoring

Factor: x² − 3x − 10
1
Step 1 — Check for a GCFThe terms are x², −3x, and −10. They share no common factor other than 1, so we move to trinomial factoring.
2
Step 2 — Identify the target product and sumWe need two numbers m and n such that m × n = −10 (the constant term) and m + n = −3 (the middle coefficient).
3
Step 3 — Find the pairList factor pairs of −10: (1, −10), (−1, 10), (2, −5), (−2, 5). Check sums: 1 + (−10) = −9 ✗; (−1) + 10 = 9 ✗; 2 + (−5) = −3 ✓. The winning pair is 2 and −5.
m = 2, n = −5
4
Step 4 — Write the factored formx² − 3x − 10 = (x + 2)(x − 5)
5
Step 5 — Verify by FOIL(x + 2)(x − 5) = x² − 5x + 2x − 10 = x² − 3x − 10. ✓
x² − 3x − 10 = (x + 2)(x − 5) ✓

Common Mistakes & How to Avoid Them

Factoring is straightforward once you know the patterns, but several common errors trip students up repeatedly. The table below contrasts each mistake with the correct approach so you can catch these before they cost you points.

Frequent factoring mistakes and their fixes
Common MistakeWhy It's WrongCorrect Approach
Trying to factor a sum of squares: x² + 25 = (x + 5)(x − 5)The middle terms don't cancel. (x + 5)(x − 5) = x² − 25, not x² + 25.x² + 25 does NOT factor over the reals. Leave it as is.
Forgetting to factor out the GCF firstThe remaining expression may be harder or appear unfactorable.Always extract the GCF as your first step. Example: 4x² − 16 → 4(x² − 4) → 4(x + 2)(x − 2).
Sign errors in trinomial factoringPicking m and n with the right product but wrong sum leads to an incorrect factorization.Always verify: multiply your factors back out to confirm every term matches.
Not fully factoring: stopping at 2(x² − 9)x² − 9 still factors further, so the answer is incomplete.After each step, ask: 'Can any factor be broken down further?' Factor until each factor is prime (unfactorable).
KEY TAKEAWAY
Think of the verification step like a spell-check for your algebra. Just as you would re-read an essay before submitting it, you should always multiply your factors back together. If the result matches the original polynomial term-for-term, you're golden. If not, revisit your sign choices — that's where 90% of errors hide.

Connection to Advanced Topics

The factoring skills you build here are not a dead end — they open the door to several important algebraic topics you will encounter later. The table below shows how each technique connects to more advanced work.

How today's factoring skills grow into advanced algebra
Current SkillAdvanced ExtensionWhere You'll See It
GCF extractionFactoring higher-degree polynomials and simplifying rational expressionsAlgebra 2, Pre-Calculus
Difference of squaresDifference and sum of cubes: a³ ± b³Algebra 2
Trinomial factoringQuadratic formula derivation (completing the square), solving quadratic equations by factoringMath 2, Algebra 2
Verify by multiplicationPolynomial division, factor theorem, and finding zeros of polynomial functionsPre-Calculus, Calculus

Perhaps the most immediate payoff is in solving quadratic equations. Once you can factor x² + bx + c into (x + m)(x + n), you can set each factor equal to zero and find the solutions (roots). For example, x² − 3x − 10 = 0 becomes (x + 2)(x − 5) = 0, giving x = −2 or x = 5. This is often faster and more elegant than using the quadratic formula, and it builds the algebraic intuition you will need in more advanced courses.

Practice Problems

Try these five problems on your own before checking the answers. Remember the decision flowchart: GCF first, then count terms and pick the right technique, and always verify by multiplication.

PROBLEM 1CONCEPTUAL
Explain in your own words why a² + b² (a sum of two squares) cannot be factored using the difference-of-squares pattern. What goes wrong if you try to write it as (a + b)(a − b)?
PROBLEM 2BASIC CALCULATION
Factor completely: 8x³ + 12x²
PROBLEM 3INTERMEDIATE
Factor completely: 3x² − 48
PROBLEM 4APPLIED
A rectangular garden has an area given by A = x² + 9x + 20 square feet. If the garden's dimensions are binomials with integer terms, find its length and width. Then find the actual dimensions when x = 6 feet.
PROBLEM 5CRITICAL THINKING
Factor completely: 2x³ − 2x² − 12x. Identify every technique you use, explain why you use it, and verify your final answer.

Lesson Summary

Factoring polynomials is the art of rewriting an expression as a product of simpler factors. The three essential techniques are: GCF extraction (always do this first), the difference of squares pattern a² − b² = (a + b)(a − b), and trinomial factoring where you find two numbers whose product equals the constant and whose sum equals the middle coefficient. When the leading coefficient is not 1, the AC method extends the same idea by multiplying a × c to find the target product.

Every factoring attempt should end with verification by multiplication: expand your factors using distribution or FOIL and confirm you get the original polynomial. Remember that a sum of squares does not factor over the reals, and always check whether your result can be factored further. Mastering these three patterns gives you the foundation for solving quadratic equations, simplifying rational expressions, and tackling higher-degree polynomials in future courses.

Varsity Tutors • Math 2 • Factoring Polynomials