Factor by Grouping, Part One
Reference > Mathematics > Algebra > Factoring Higher Degree PolynomialsSometimes you will look at a polynomial and think, "None of the factoring rules I've been taught will help me factor this thing." And some polynomials can't be factored. But sometimes, a little bit of clever rearranging or grouping will let you do more factoring than you thought you could. Instead of relying on rules you've been taught, you might need to have some intuitive leaps. Let me show you an example.
Example One
Factor the cubic polynomial x3 + 2x2 + 2x + 4
Solution
When I look at this, one of the first things I notice is that in the last two terms, the coefficients are twice the first two coefficients. This gives me the idea to split this polynomial up into pairs of terms like this:
(x3 + 2x2) + (2x + 4)
Now I'm going to try factoring both groups, and see what happens.
x2(x + 2) + 2(x + 2)
Notice that the part in parentheses matches in both groups: (x + 2). This means that we can factor out (x + 2) to obtain the following:
(x + 2)(x2 + 2)
Example Two
Factor the cubic polynomial 4x3 - x2 - 16x + 4
Solution
Again, I notice that there is a pattern across the pairs of factors, so I try this:
(4x3 - x2) - (16x - 4)
x2(4x - 1) - 4(4x - 1)
Again we factor out the common binomial (4x - 1):
(4x - 1)(x2 - 4)
Note that we now have a difference of squares in the second factor, so this becomes:
(4x - 1)(x + 2)(x - 2)
Example Three
Factor x5 + 3x4 + 2x3 + x2 + 3x + 2
Solution
This time I notice that a nice pattern happens if I group the terms into two trinomials:
(x5 + 3x4 + 2x3) +(x2 + 3x + 2)
x3(x2 + 3x + 2) + 1(x2 + 3x + 2)
(x2 + 3x + 2)(x3 + 1)
(x + 2)(x + 1)(x + 1)(x2 - x + 1)
(x + 1)2(x + 2)(x2 -x + 1)
Note that in this problem, we needed to factor a quadratic trinomial and a sum of cubes to finish the problem.