Complete Guide to Factoring Polynomials

Factoring polynomials is the process of breaking down a polynomial into simpler factors that, when multiplied together, give you the original polynomial. It’s a key skill in algebra that makes solving equations easier.


1. Greatest Common Factor (GCF)

The first step in factoring any polynomial is to check if there is a common factor that can be factored out of all terms. This is called the Greatest Common Factor (GCF).

Steps to factor out the GCF:

  1. Find the GCF of the coefficients.
  2. Look for the smallest power of each variable that appears in all terms.
  3. Factor out the GCF.

Example:

Factor out the GCF in the expression 6x3+9x26x^3 + 9x^2.

  1. The GCF of 66 and 99 is 33.
  2. The smallest power of xx common to both terms is x2x^2.

So, we factor out 3x23x^2:

6x3+9x2=3x2(2x+3)6x^3 + 9x^2 = 3x^2(2x + 3)

2. Factoring Trinomials

A trinomial is a polynomial with three terms. The most common form of a trinomial is:

ax2+bx+cax^2 + bx + c

2.1 Factoring Trinomials when a=1a = 1:

When a=1a = 1, you’re looking for two numbers that:

  1. Multiply to give cc.
  2. Add to give bb.

Example:

Factor x2+7x+12x^2 + 7x + 12.

  • Look for two numbers that multiply to 1212 and add to 77. These numbers are 33 and 44.
  • Rewrite the trinomial as:
x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4)

2.2 Factoring Trinomials when a1a \neq 1:

When a1a \neq 1, you’ll need to use factoring by grouping. Follow these steps:

  1. Multiply aa and cc.
  2. Find two numbers that multiply to aca \cdot c and add to bb.
  3. Rewrite the middle term using those numbers.
  4. Factor by grouping.

Example:

Factor 2x2+7x+32x^2 + 7x + 3.

  1. Multiply 2×3=62 \times 3 = 6.
  2. Find two numbers that multiply to 66 and add to 77. These numbers are 66 and 11.
  3. Rewrite the middle term:
2x2+7x+3=2x2+6x+x+32x^2 + 7x + 3 = 2x^2 + 6x + x + 3
  1. Factor by grouping:
=2x(x+3)+1(x+3)=(2x+1)(x+3)= 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3)

3. Factoring Difference of Squares

A difference of squares looks like this:

a2b2a^2 - b^2

It factors into:

a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)

Example:

Factor x216x^2 - 16.

Since 1616 is a perfect square, we can write:

x216=(x+4)(x4)x^2 - 16 = (x + 4)(x - 4)

4. Factoring Perfect Square Trinomials

A perfect square trinomial has the form:

a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2

or

a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2

Example:

Factor x2+6x+9x^2 + 6x + 9.

This is a perfect square trinomial because:

x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2

5. Factoring the Sum and Difference of Cubes

  • Sum of cubes:

    a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
  • Difference of cubes:

    a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

Example:

Factor x38x^3 - 8.

Since 8=238 = 2^3, we can write:

x38=(x2)(x2+2x+4)x^3 - 8 = (x - 2)(x^2 + 2x + 4)

6. Factoring by Grouping

Factoring by grouping is used when you have four terms. Group the terms in pairs, factor each group, and then factor out the common binomial.

Steps:

  1. Group terms.
  2. Factor out the GCF from each group.
  3. Factor out the common binomial.

Example:

Factor x3+3x2+2x+6x^3 + 3x^2 + 2x + 6.

  1. Group terms:

    (x3+3x2)+(2x+6)(x^3 + 3x^2) + (2x + 6)
  2. Factor each group:

    x2(x+3)+2(x+3)x^2(x + 3) + 2(x + 3)
  3. Factor out the common binomial (x+3)(x + 3):

    (x+3)(x2+2)(x + 3)(x^2 + 2)

7. Solving Polynomial Equations by Factoring

After factoring, you can solve polynomial equations by setting each factor equal to zero and solving for the variable.

Example:

Solve x25x+6=0x^2 - 5x + 6 = 0.

  1. Factor the quadratic:

    x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3)
  2. Set each factor to zero:

    x2=0orx3=0x - 2 = 0 \quad \text{or} \quad x - 3 = 0
  3. Solve:

    x=2orx=3x = 2 \quad \text{or} \quad x = 3

Summary of Key Techniques:

  • GCF: Always factor this out first.
  • Trinomials: Look for two numbers that multiply to cc and add to bb.
  • Difference of Squares: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b).
  • Perfect Square Trinomials: Recognize a2+2ab+b2a^2 + 2ab + b^2 or a22ab+b2a^2 - 2ab + b^2.
  • Cubes: Use formulas for sum and difference of cubes.
  • Grouping: Useful for four-term polynomials.

With these techniques, you’ll be able to factor a wide variety of polynomials. Practice is essential, so keep solving different problems to master this skill!