Hide outline
Feedback

Factoring Polynomials: Patterns That Undo Multiplication

Factoring Polynomials: Patterns That Undo Multiplication

Get faster at factoring by spotting a polynomial’s shape, pulling out shared pieces, and reversing common multiplication patterns. You will practice checks that confirm factors quickly and learn when a quadratic is prime over integers.

Factoring polynomials is un-multiplying. You look at an expanded expression and rewrite it as a product, because products are easier to solve, simplify, and reason about. When you factor, you are not changing the value. You are changing the form, like rewriting 12 as 343\cdot4 to see its building blocks.

That rewrite pays off immediately when you set something equal to zero. Solving x2+5x+6=0x^2+5x+6=0 feels hard in expanded form, but if it becomes (x+2)(x+3)=0(x+2)(x+3)=0, the solutions drop out. Even when you are not solving, factoring exposes what is shared, what cancels, and what can be simplified.

Before you do any pattern matching, it helps to picture what multiplication did in the first place.

Thinking in rectangles gives you a reliable gut check. If the area is x2+5x+6x^2+5x+6, the side lengths you claim should multiply to that area and the pieces should add up to the middle term.

Pull out what is shared first

Many factoring problems have a simple first move that people skip. Look for a greatest common factor. If every term shares a number, a variable, or a power like x2x^2, pull it out. It is like taking a common ingredient out of several recipes so you can see what is left more clearly.

Examples of what counts as shared:

  • A number like 2 or 5 in every term
  • A variable like xx in every term
  • A power like x2x^2 in every term

After GCF, another common move is factoring by grouping. You split four terms into two pairs so each pair has something in common, factor each pair, then notice a shared binomial.

You will get more reliable at spotting when GCF is available and when grouping is the better play by scanning a few varied expressions.

Order matters
Always factor out the GCF before anything else. It simplifies the remaining polynomial and can turn a messy-looking problem into a recognizable pattern.

Special products, reversed

Some polynomials are famous because they come from multiplying the same forms again and again. Factoring them is recognizing the reverse of that multiplication.

Here are the two that show up constantly.

Difference of squares

A difference of squares looks like a2b2a^2-b^2. It factors as (ab)(a+b)(a-b)(a+b). The key clue is that it is subtraction and both pieces are perfect squares.

A common trap is trying to use this when you see a2+b2a^2+b^2. A sum of squares does not factor over the integers in the same simple way.

Perfect-square trinomials

A perfect-square trinomial looks like a2±2ab+b2a^2\pm2ab+b^2. It factors as (a±b)2(a\pm b)^2. The clue is that the first and last terms are squares, and the middle term is twice their product, with the sign matching the binomial.

Seeing the two patterns side by side helps your eyes learn the shapes instead of memorizing lines of algebra.

Once you can name these forms on sight, many problems become one-step factors instead of long searches.

Factoring (x^2+bx+c) by finding two numbers

To factor x2+bx+cx^2+bx+c over the integers, find two integers whose product is cc and whose sum is bb. Then the factorization is (x+m)(x+n)(x+m)(x+n).

That is the whole method, and it works because

(x+m)(x+n)=x2+(m+n)x+mn.(x+m)(x+n)=x^2+(m+n)x+mn.

So the middle term comes from the sum, and the constant term comes from the product.

A practical way to search is to list factor pairs of cc and test their sums. Signs matter.

  • If cc is positive, the two numbers have the same sign.
  • If cc is negative, the two numbers have opposite signs.
  • The sign of bb tells you which sign wins in the sum.

Use the interactive to adjust factor pairs and watch the middle term change until it matches bb.

When you think you have it, expand your factors quickly to check. If the xx term or constant does not match, you are one sign away.

Factoring (ax^2+bx+c) when (a\neq1)

When a1a\neq1, guessing factors is harder because many products can create the same leading term. The AC method keeps it systematic.

Factoring ax2+bx+cax^2+bx+c by the AC method:

  • Compute acac.
  • Find two integers that multiply to acac and add to bb.
  • Split the middle term bxbx into those two terms.
  • Factor by grouping.

This works because splitting the middle term builds a four-term expression that groups into a shared binomial.

A step-by-step foldout can make the flow feel less magical and more like bookkeeping you can trust.

Two quick self-checks save time: First, multiply your binomials back to confirm the original polynomial. Second, check the constant term sign. It must match cc, so if cc is negative your binomials must have opposite signs.

When it will not factor nicely

Some polynomials are already as factored as they can be over the integers. That does not mean you failed. It means you reached a stopping point.

A quadratic can be prime over the integers when no integer pair will produce the needed middle term, even after you try the right method for its shape.

Common reasons you get stuck:

  • You forgot a GCF at the start.
  • A sign mistake keeps you circling the wrong factor pairs.
  • You are trying a special pattern that does not apply.
  • The expression truly does not factor over integers.

If you are unsure which of those is happening, a guided set of questions can steer you to the next best attempt or to stopping with confidence.

Stop after you have tried the high-probability moves, not after random guessing.

Choose the method by shape

The fastest factorers do not factor faster. They choose faster.

Start with the shape checks you can do in one glance. Is there a common factor in every term. Are there exactly two terms that are squares with a minus sign. Is it a three-term quadratic with leading coefficient 1. Is it a three-term quadratic with a different leading coefficient.

A simple mental flow that works well:

First, GCF. Next, special forms like difference of squares and perfect-square trinomials. Then handle quadratics, with the x2+bx+cx^2+bx+c method when a=1a=1 and the AC method when a1a\neq1. If nothing clicks and your checks do not land, treat it as prime over integers and move on.

One-minute check
After you factor, expand once until the patterns feel automatic.

Was this lesson helpful?
Dive Deeper

Generate a follow-up sub-lesson on any aspect of this topic

Related content