Polynomial in Factored Form- Complete Guide with Examples

What Is Factored Form?

Factored form is when a polynomial is written as a product of its factors. Instead of x² - 5x + 6, you write (x - 2)(x - 3). That's it. Same expression, different packaging.

The factored version tells you the zeros instantly. Set each factor to zero and solve. The answers are x = 2 and x = 3. That's why this form exists—not for show, but for utility.

Why You Need Factored Form

Three reasons this matters:

If you're solving equations, graphing, or working with rational functions, factored form saves hours of grinding.

Core Factoring Techniques

Greatest Common Factor (GCF)

Always check for this first. Find the largest expression that divides every term.

Example:

6x³ + 9x² - 3x

The GCF is 3x. Factor it out:

3x(2x² + 3x - 1)

Done. That's the first step in almost every factoring problem.

Difference of Squares

This pattern works for a² - b². It factors to (a + b)(a - b).

Example:

x² - 16

This is x² - 4². Apply the pattern:

(x + 4)(x - 4)

Works for any square minus any square: 9x⁴ - 25 becomes (3x² + 5)(3x² - 5).

Perfect Square Trinomials

These follow two patterns:

Example:

x² + 6x + 9

Check: is , 9 is , and 6x equals 2(x)(3). This fits the first pattern.

Factored form: (x + 3)²

Factoring Trinomials (x² + bx + c)

Find two numbers that multiply to c and add to b.

Example:

x² + 7x + 12

Find two numbers that multiply to 12 and add to 7. Those numbers are 3 and 4.

Factored form: (x + 3)(x + 4)

Verify: (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12. Correct.

Factoring Trinomials (ax² + bx + c)

Harder case. Use AC method or guess-and-check.

AC Method:

  1. Multiply a and c
  2. Find two numbers that multiply to ac and add to b
  3. Split the middle term using those numbers
  4. Factor by grouping

Example:

2x² + 7x + 3

AC = 2 × 3 = 6. Find numbers that multiply to 6 and add to 7. That's 6 and 1.

Split: 2x² + 6x + x + 3

Group: (2x² + 6x) + (x + 3)

Factor each: 2x(x + 3) + 1(x + 3)

Factor out (x + 3): (2x + 1)(x + 3)

That's your answer.

Special Cases

Sum/Difference of Cubes

a³ + b³ = (a + b)(a² - ab + b²)

a³ - b³ = (a - b)(a² + ab + b²)

Example:

x³ - 27

This is x³ - 3³. Apply the difference of cubes formula:

(x - 3)(x² + 3x + 9)

Factoring by Grouping

Works when you have four terms. Group them, factor out GCF from each group, then look for a common binomial factor.

Example:

x³ + 2x² + 5x + 10

Group: (x³ + 2x²) + (5x + 10)

Factor: x²(x + 2) + 5(x + 2)

Common factor (x + 2):

(x + 2)(x² + 5)

That's your factored form.

Factoring Methods Comparison

Method Pattern/Form Result
GCF Common factor in all terms Factor × remaining polynomial
Difference of Squares a² - b² (a + b)(a - b)
Perfect Square Trinomial a² ± 2ab + b² (a ± b)²
Trinomial (x² + bx + c) Find p × q = c, p + q = b (x + p)(x + q)
Trinomial (ax² + bx + c) AC method or guess-and-check Two binomials
Sum of Cubes a³ + b³ (a + b)(a² - ab + b²)
Difference of Cubes a³ - b³ (a - b)(a² + ab + b²)
Grouping Four-term polynomials Common binomial factor

Getting Started: Factoring Checklist

Follow this order. Don't skip steps.

  1. Factor out the GCF — always check this first
  2. Count the terms — two terms? Try difference of squares or cubes. Three terms? Try trinomial factoring. Four terms? Try grouping
  3. Check the sign pattern — positive constant with positive middle term means both factors positive. Different signs? One positive, one negative
  4. Verify by multiplying — FOIL or distribute to confirm your factors produce the original polynomial
  5. Factor completely — if a factor can be factored further, do it until nothing remains

Quick example walkthrough:

Factor 3x³ - 12x

Step 1: GCF is 3x

3x(x² - 4)

Step 2: x² - 4 is a difference of squares

3x(x + 2)(x - 2)

Done. No further factoring possible.

Common Mistakes to Avoid

When Factored Form Is the Goal

You need factored form when solving polynomial equations, finding zeros, graphing, or simplifying rational expressions. The method depends on the polynomial type—there's no universal trick that works on everything.

Master the patterns. Practice recognizing which technique applies. After enough problems, you'll factor these instinctively without needing to think through the checklist every time.