How do I factor a polynomial completely through grouping?
1 Answer
Here are a couple of examples explained...
Explanation:
This is often easier for cubics than quadratics.
Cubic
For example, given:
#x^3+3x^2-4x-12#
You might notice that the ratio of the first and second terms is the same as that between the third and fourth terms.
So we can group the terms in pairs to find a factorisation:
#x^3+3x^2-4x-12 = (x^3+3x^2)-(4x+12)#
#color(white)(x^3+3x^2-4x-12) = x^2(x+3)-4(x+3)#
#color(white)(x^3+3x^2-4x-12) = (x^2-4)(x+3)#
#color(white)(x^3+3x^2-4x-12) = (x^2-2^2)(x+3)#
#color(white)(x^3+3x^2-4x-12) = (x-2)(x+2)(x+3)#
Note the steps:
-
Split the quadrinomial into two bracketed binomials.
-
For each binomial, separate out the common factor of the terms.
-
Combine the expressions to give a factorisation as a quadratic binomial multiplied by a linear one.
-
Factor the quadratic binomial as a difference of squares.
Note that the last step may not be possible using real numbers, for example
Quadratic
To factor a quadratic by grouping you typically need to work out how to split the middle term.
For example, given:
#42x^2+41x-105#
we can use an AC method:
Look for a pair of factors of
The pair
Use this pair to split the middle term, then factor by grouping:
#42x^2+41x-105 = 42x^2+90x-49x-105#
#color(white)(42x^2+41x-105) = (42x^2+90x)-(49x+105)#
#color(white)(42x^2+41x-105) = 6x(7x+15)-7(7x+15)#
#color(white)(42x^2+41x-105) = (6x-7)(7x+15)#