Introduction to Factoring Polynomials

Factoring is the reverse of multiplying. When you multiply (x + 3)(x − 2), you get x² + x − 6. Factoring means starting with x² + x − 6 and figuring out that it came from (x + 3)(x − 2). This skill is essential for solving polynomial equations and simplifying rational expressions.

Different polynomial forms require different factoring techniques. This guide covers the four main methods you'll encounter: greatest common factor (GCF), difference of squares, trinomial factoring, and factoring by grouping. Recognizing which pattern you're dealing with is half the battle.

Learning Objective: By the end of this guide, you will be able to identify which factoring method applies to a given polynomial, execute each method correctly, and factor polynomials that require multiple techniques in sequence.

Method I: Greatest Common Factor (GCF)

The GCF method should always be your first check. Every term in the polynomial might share a common factor — a number, a variable, or both. Factor it out first, then check if what remains can be factored further.

Step-by-Step Process:

  1. Find the greatest common factor of all terms (numbers and variables)
  2. Write the GCF outside parentheses
  3. Divide each term by the GCF and write the results inside parentheses

Worked Example: Factor 6x² + 9x.

Another Example: Factor 12x³ − 8x² + 4x.

GCF is 4x. Result: 4x(3x² − 2x + 1).

Practice Exercise: Factor 15x²y + 10xy². GCF of 15 and 10 is 5. GCF of x²y and xy² is xy. Result: 5xy(3x + 2y).

Method II: Difference of Squares

A difference of squares takes the form a² − b². This pattern factors neatly as (a + b)(a − b). Recognizing perfect squares is the key.

Pattern: a² − b² = (a + b)(a − b)

Worked Example: Factor x² − 16.

Another Example: Factor 4x² − 25.

Note: A sum of squares (a² + b²) does not factor over real numbers. x² + 9 cannot be factored further.

Method III: Factoring Trinomials

Trinomials of the form x² + bx + c can often be factored as (x + m)(x + n), where m and n are numbers that multiply to give c and add to give b. Finding these numbers is the core challenge.

Step-by-Step Process:

  1. Identify b (coefficient of x) and c (constant term)
  2. Find two numbers that multiply to c and add to b
  3. Write the factored form: (x + m)(x + n)

Worked Example: Factor x² + 7x + 12.

Example with Negative: Factor x² − 5x + 6.

Example with Mixed Signs: Factor x² + 2x − 15.

Method IV: Factoring by Grouping

When a polynomial has four or more terms, grouping can help. Split the terms into pairs, factor each pair separately, and then look for a common factor in the results.

Step-by-Step Process:

  1. Group terms into pairs that share a common factor
  2. Factor out the GCF from each pair
  3. Look for a common binomial factor
  4. Factor out the common binomial

Worked Example: Factor x³ + 2x² − 3x − 6.

  1. Group: (x³ + 2x²) + (−3x − 6)
  2. Factor each pair: x²(x + 2) − 3(x + 2)
  3. Common factor: (x + 2)
  4. Result: (x² − 3)(x + 2)

Essential Factoring Reference Table

This table summarizes when to use each method:

Method When to Use Pattern Key Insight
GCF All terms share a factor ax + bx = x(a + b) Always check first
Difference of Squares Two terms, both perfect squares a² − b² = (a+b)(a−b) Must be subtraction
Trinomials Three terms, leading coeff = 1 x² + bx + c Find factors of c that add to b
Grouping Four or more terms Pair and factor Look for common binomial

Combining Methods

Many polynomials require multiple factoring steps. A common pattern: factor out the GCF first, then apply another method to what remains.

Worked Example: Factor 3x² − 27.

  1. First, factor out GCF of 3: 3(x² − 9)
  2. Then, recognize x² − 9 as difference of squares
  3. Result: 3(x + 3)(x − 3)
Applied Problem:
The area of a rectangular garden is x² + 12x + 35 square feet. If the length is x + 7 feet, what is the width?

Solution: Factor x² + 12x + 35. Find numbers that multiply to 35 and add to 12: 5 and 7. So x² + 12x + 35 = (x + 5)(x + 7). The width is x + 5 feet.

Common Mistakes and How to Avoid Them

Summary and Key Takeaways

Factoring polynomials comes down to pattern recognition. Check for a GCF first, then identify whether you're dealing with a difference of squares, a trinomial, or an expression that needs grouping. Practice each method until you can spot the pattern quickly, and always verify your answer by multiplying the factors back together.

With these four techniques, you can factor nearly any polynomial you'll encounter in Algebra 1 and 2. The key is developing an instinct for which method to try first.

Further Reading: For related topics, see our guides on Polynomial Operations, Quadratic Formula, and Dividing Polynomials.

For automated calculations and verification, use our Factoring Calculator to check your work and gain additional practice.