Factoring Polynomials

Download as PDF

Factoring polynomials is a foundational algebra skill that involves breaking down a complex expression into simpler, multiplied parts. Think of it as the reverse of the distributive property. Mastering this process is essential for solving quadratic equations, simplifying expressions, and tackling more advanced math topics.

Factoring Polynomials — an original Algebra911 reference diagram defining factoring polynomials with its key formula and a worked example.
Factoring Polynomials: The Ultimate Guide

What Is Factoring Polynomials?

Factoring a polynomial is the process of rewriting it as a product of two or more simpler polynomials, called its factors. In essence, you are 'un-distributing' to find which expressions were multiplied together to create the original polynomial. This is very similar to finding the prime factors of a number. For example, the number 12 can be factored into 2×6, but its prime factorization is 2×2×3. These are the fundamental building blocks of 12.

Similarly, when we factor a polynomial like 2x2+4x, we look for the simplest 'building blocks' that multiply to produce it. In this case, we can see that both terms share a factor of 2x. By dividing each term by 2x, we find the factorization is 2x(x+2). The expressions 2x and (x+2) are the factors. Just as with numbers, the goal is to factor completely, meaning none of the remaining factors can be broken down any further.

Understanding factoring is crucial because it allows us to solve polynomial equations. If we can set a factored polynomial equal to zero, like (x3)(x+2)=0, the Zero Product Property tells us that either x3=0 or x+2=0, making the solutions easy to find (x=3 and x=2).

The First Rule: Factoring out the Greatest Common Factor (GCF)

The absolute first step in any factoring problem is to check for and factor out the Greatest Common Factor (GCF). The GCF is the largest monomial that divides every single term of the polynomial. Ignoring this step can make the problem much harder or lead to an incomplete answer.

To find the GCF of a polynomial, follow these two steps:

  1. Find the GCF of the coefficients: Look at all the numerical coefficients in the polynomial. Find the largest number that divides evenly into all of them.
  2. Find the GCF of the variables: For each variable present in every term, take the one with the lowest exponent. If a variable isn't in all the terms, it's not part of the GCF.

Once you've identified the GCF, you 'pull it out' by writing it in front of a set of parentheses. Inside the parentheses, you write what's left of each original term after dividing it by the GCF.

Example 1

Factor the polynomial 18x3y227x2y4+9x2y.

Step 1: Find the GCF of the coefficients.
The coefficients are 18, 27, and 9. The greatest number that divides into all three is 9.

Step 2: Find the GCF of the variables.
The variable x appears in all terms as x3, x2, and x2. The lowest power is x2.
The variable y appears in all terms as y2, y4, and y. The lowest power is y1 or just y.

Step 3: Combine them to get the GCF.
The GCF of the entire polynomial is 9x2y.

Step 4: Factor out the GCF.
Divide each term of the original polynomial by 9x2y:
18x3y29x2y=2xy
27x2y49x2y=3y3
9x2y9x2y=1

Final Answer: Write the GCF in front of the results in parentheses.
9x2y(2xy3y3+1)

How Do You Factor a Polynomial by Grouping?

When you encounter a polynomial with four terms, the factoring by grouping method is your best bet. This technique works by splitting the polynomial into two pairs of terms, finding the GCF of each pair, and then factoring out a common binomial factor. It might sound complicated, but it's a very structured process.

Here are the steps for factoring by grouping:

  1. Group the terms: Arrange the polynomial into two pairs of terms. Usually, grouping the first two and the last two works well. Place parentheses around each pair.
  2. Factor out the GCF from each group: Look at the first pair and factor out its GCF. Then, do the same for the second pair. Be very careful with signs when factoring out a negative GCF.
  3. Identify the common binomial: After step 2, you should see that the expressions left in the parentheses are identical. This is your common binomial factor.
  4. Factor out the common binomial: Treat the common binomial as a single GCF. Factor it out and write the terms that were multiplying it (the GCFs from each group) in a second set of parentheses.

If the binomials in step 3 do not match, try rearranging the original four terms and starting again. If it still doesn't work, the polynomial may be prime (not factorable by this method).

Example 2

Factor the polynomial 3x3+15x22x10.

Step 1: Group the terms.
(3x3+15x2)+(2x10)
Notice we put a plus sign between the groups to maintain the original signs inside.

Step 2: Factor out the GCF from each group.
In the first group, the GCF is 3x2. Factoring it out gives: 3x2(x+5).
In the second group, the GCF is 2. Factoring out a negative is key to making the binomials match: 2(x+5).

Step 3: Identify the common binomial.
Our expression is now 3x2(x+5)2(x+5). The common binomial factor is clearly (x+5).

Step 4: Factor out the common binomial.
We pull out the (x+5) and group the remaining parts, 3x2 and 2, together.
(x+5)(3x22)

Final Answer: The factored form is (x+5)(3x22). We check the second factor, 3x22, and see it cannot be factored further.

Factoring Trinomials of the Form x2+bx+c

Trinomials are polynomials with three terms, and those in the form x2+bx+c (where the leading coefficient is 1) are the most common type you'll encounter. Factoring these involves a bit of a puzzle. You are looking for two numbers that satisfy two conditions simultaneously.

The goal is to find two integers that:

  • Multiply to the constant term, c.
  • Add to the coefficient of the middle term, b.

Once you find these two numbers, let's call them p and q, the factored form of the trinomial will be (x+p)(x+q). Creating a small table can help organize your search for the right pair of numbers.

Let's look at the signs. If c is positive, both numbers p and q will have the same sign as b. If c is negative, the numbers will have opposite signs.

Example 3

Factor the trinomial x23x18.

Step 1: Identify b and c.
Here, b=3 and c=18.

Step 2: Find two numbers that multiply to c and add to b.
We need two numbers that multiply to 18 and add to 3. Let's list the factor pairs of 18:

Factor Pair of 18Possible Sums (with signs)
1,181+(18)=17; 1+18=17
2,92+(9)=7; 2+9=7
3,63+(6)=3; 3+6=3

The pair that works is 3 and 6, because 3×(6)=18 and 3+(6)=3.

Step 3: Write the factored form.
Using our numbers p=3 and q=6, the factored form is (x+3)(x6).

Final Answer: (x+3)(x6). You can always check your answer by using the FOIL method to multiply the factors back together. (x+3)(x6)=x26x+3x18=x23x18. It matches!

Factoring 'Complex' Trinomials: The AC Method for ax2+bx+c

When a trinomial has a leading coefficient (the a in ax2+bx+c) other than 1, the previous 'puzzle' method gets more complicated. The most reliable technique for these is the AC Method, which cleverly combines the product-sum puzzle with factoring by grouping.

Here are the steps for the AC Method:

  1. Multiply a and c: Calculate the product a×c.
  2. Find two numbers: Just like before, find two numbers that multiply to your new value (ac) and add to the middle coefficient, b.
  3. Rewrite the middle term: Split the middle term, bx, into two terms using the two numbers you just found. Your trinomial will now have four terms.
  4. Factor by grouping: Use the factoring by grouping method on your new four-term polynomial to get the final answer.

This method always works as long as the trinomial is factorable. It's a powerful and systematic approach.

Example 4

Factor the trinomial 4x2+8x5.

Step 1: Multiply a and c.
Here, a=4, b=8, and c=5. The product ac is 4×(5)=20.

Step 2: Find two numbers that multiply to 20 and add to 8.
Let's list factor pairs of 20. We need one positive and one negative. The pairs are (1,20), (2,10), and (4,5).
1+20=19
2+10=8 ← This is our pair! The numbers are 2 and 10.

Step 3: Rewrite the middle term.
We rewrite 8x as 2x+10x. Our polynomial is now: 4x22x+10x5.

Step 4: Factor by grouping.
Group the terms: (4x22x)+(10x5).
Factor the GCF from the first group: 2x(2x1).
Factor the GCF from the second group: 5(2x1).
The expression is now 2x(2x1)+5(2x1).
Factor out the common binomial (2x1).

Final Answer: (2x1)(2x+5).

Key formulas for factoring polynomials by Algebra911.
Key formulas for factoring polynomials by Algebra911.

Shortcuts for Special Factoring Cases

Some polynomials have special patterns that allow you to factor them instantly with a formula, saving you time and effort. Recognizing these patterns is a valuable skill.

Difference of Two Squares

This pattern applies to a binomial where two perfect squares are being subtracted. A perfect square is any number or expression that can be written as something squared (e.g., 25=52 or 9x2=(3x)2).

a2b2=(ab)(a+b)

For example, to factor x249, we see that a=x and b=7. The factored form is (x7)(x+7).

Perfect Square Trinomials

This pattern applies to a trinomial where the first and last terms are perfect squares and the middle term is twice the product of their square roots. There are two versions, depending on the sign of the middle term.

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

For example, to factor x2+10x+25, we check: Is the first term a perfect square? Yes, x2=(x)2. Is the last term a perfect square? Yes, 25=(5)2. Is the middle term 2ab? Let's see: 2(x)(5)=10x. Yes, it matches! Since the middle term is positive, the factored form is (x+5)2.

Common Factoring Mistakes to Avoid

Factoring has several places where small mistakes can happen. Being aware of these common pitfalls can help you double-check your work and improve your accuracy.

  • Forgetting the GCF: This is the most common mistake. Always, always check for a GCF first. Factoring 2x2+20x+50 is much harder than factoring 2(x2+10x+25).
  • Sign Errors: Be extremely careful with positive and negative signs, especially when factoring by grouping or using the AC method. A single misplaced negative sign will change the entire answer.
  • Stopping Too Soon: After you factor a polynomial, look at your factors. Can any of them be factored further? For example, factoring x416 as (x24)(x2+4) is correct, but not complete. The (x24) is a difference of squares and can be factored again into (x2)(x+2). The complete answer is (x2)(x+2)(x2+4).
  • Mixing up b and c: When factoring trinomials, make sure you are looking for numbers that multiply to c (or ac) and add to b, not the other way around.
  • Incorrectly Factoring out a Negative GCF: When you factor out a negative number, remember to flip the sign of every term inside the parentheses. For example, 5x+10 becomes 5(x2), not 5(x+2).

A Summary of Factoring Strategies

When you're given a polynomial to factor, it can be overwhelming to know where to start. Follow this step-by-step strategy to tackle any factoring problem systematically.

  1. Factor out the Greatest Common Factor (GCF). This is always the first and most important step. Don't skip it!
  2. Count the number of terms in the remaining polynomial.
  3. If there are two terms: Check if it fits the Difference of Two Squares pattern (a2b2).
  4. If there are three terms (a trinomial):
    • Is it a Perfect Square Trinomial (a22ab+b2)? If so, use the shortcut.
    • If not, is the form x2+bx+c? Find two numbers that multiply to c and add to b.
    • Is the form ax2+bx+c? Use the AC Method.
  5. If there are four terms: Try Factoring by Grouping.
  6. Check Your Work: After factoring, look at each factor to see if it can be factored again. You are finished only when all factors are prime. You can also multiply your factors back together to see if you get the original polynomial.

Frequently Asked Questions

Why is factoring important in algebra?

Factoring is a critical skill because it helps us solve equations, simplify complex fractions (rational expressions), and find key features of functions, like the x-intercepts of a parabola. It's a foundational tool used throughout algebra and higher-level math.

What do you do if a polynomial can't be factored?

A polynomial that cannot be factored using integers is called a 'prime' polynomial. If you need to solve an equation involving a prime quadratic polynomial, you can use other methods like completing the square or the quadratic formula.

Is factoring out the GCF always the first step?

Yes, absolutely. Factoring out the Greatest Common Factor (GCF) simplifies the remaining polynomial, making it much easier to apply other factoring techniques. Skipping this step can lead to incorrect or incomplete answers.

How is factoring related to solving equations?

Factoring allows us to use the Zero Product Property, which states that if a product of factors equals zero, at least one of the factors must be zero. By factoring an equation like x25x+6=0 into (x2)(x3)=0, we can easily find the solutions x=2 and x=3.

Does the order of terms matter when factoring by grouping?

Sometimes. If the standard grouping of the first two and last two terms doesn't work, try rearranging the middle two terms. As long as the binomials in the parentheses match, the method is working correctly.

What is the difference between an expression and an equation?

An expression is a mathematical phrase without an equals sign, like x2+5x. You can simplify or factor an expression. An equation contains an equals sign, like x2+5x=0, and you can solve it to find the value(s) of the variable.

What's the best way to get better at factoring?

Practice is key. The more you practice, the faster you will become at recognizing patterns like difference of squares and finding the right number combinations for trinomials. Work through many different types of problems to build your confidence and skill.