Factoring Techniques#
Pull out Common Factors#
Common Factors
The act of pulling out common factors from a sum can be thought of as applying the distributive property of multiplication in reverse.
For example, \(21 + 14 = 7\cdot 3 + 7\cdot 2 = 7(3+2)\).
Video Resource
Factor Polynomials Using the Greatest Common Factor Method (Links to an external site)
A review of identifying and pulling out the greatest common factors when factoring a polynomial.
Video Resource
Factoring Algebraic Expressions with Rational Exponents (Links to an external site)
A review of identifying and pulling out the greatest common factors when factoring expressions with rational exponents.
Example 1#
Factoring
Factor \(10x^5 + 15x^4\) by pulling out common factors.
Step 1: Determine the factors common to both terms.
Constant factors: \(10\) and \(15\) are both multiples of \(5\).
Powers of \(x\): the smallest power of \(x\) is \(4\).
Therefore, the factor common to both terms is \(5x^4\).
Step 2: Pull out the common factor of \(5x^4\).
Example 2#
Factoring
Factor \(4x^3(2x^3+1)^5 + 30x^6(2x^3+1)^4\) by first pulling out common factors.
Step 1: Determine the factors common to both terms.
Constant factors: \(4\) and \(30\) are both multiples of \(2\).
Powers of \(x\): the smallest power of \(x\) is \(3\).
Powers of \(2x^3+1\): the smallest power of \(2x^3+1\) is \(4\).
Therefore, the factor common to both terms is \(2x^3(2x^3+1)^4\).
Step 2: Pull out the common factor of \(2x^3(2x^3+1)^4\).
Example 3#
Factoring
Factor \(4x^3(2x^3+1)^{1/2} + 3x^6(2x^3+1)^{-1/2}\) by first pulling out common factors.
Step 1: Determine the factors common to both terms.
Constant factors: \(4\) and \(3\) do not have any factors in common.
Powers of \(x\): the smallest power of \(x\) is \(3\).
Powers of \(2x^3+1\): the smallest power of \(2x^3+1\) is \(-1/2\).
Therefore, the factor common to both terms is \(x^3(2x^3+1)^{-1/2}\).
Step 2: Pull out the common factor of \(x^3(2x^3+1)^{-1/2}\).
Difference of Squares#
Applying the FOIL Method to the Product \((A+B)(A-B)\).
When applying the FOIL technique to a product of the form \((A+B)(A-B)\), we get the following result.
We refer to \(A^2-B^2\) as a difference of squares, which can always be factored in the following manner.
Example 4#
Applying difference of squares
Factor \(x^2-25\).
Step 1: Rewrite the expression as a difference of squares.
Step 2: Apply the difference of squares formula with \(A=x\) and \(B=5\).
Example 5#
Applying difference of squares
Factor \(9x^3-4x^5\).
Step 1: Determine the factors common to both terms.
Constant factors: \(9\) and \(-4\) do not have any factors in common.
Powers of \(x\): the smallest power of \(x\) is \(3\).
Therefore, the factor common to both terms is \(x^3\).
Step 2: Pull out the common factor of \(x^3\).
Step 3: Rewrite \(9-4x^2\) as a difference of squares.
Step 4: Apply difference of squares with \(A=3\) and \(B=2x\).
AC Grouping Method#
Steps of the AC Grouping Method.
The AC grouping method is a technique for factoring certain quadratic expressions of the form
The process is broken down into the following five steps.
Find two integers, \(r\) and \(s\), that multiply to \(a\times c\) and sum to \(b\).
Replace \(bx\) with \(rx\) + \(sx\).
Group the first two terms and the last two terms of \(ax^2 + rx + sx + c\).
Pull out common factors from each group.
Pull out common factor.
Example 6#
Applying AC grouping
Factor \(6x^2 + 7x - 5\) using the AC grouping method.
Step 1: Find two integers that multiply to \(6(-5) = -30\) and sum to \(7\).
Since the product is negative, the two numbers must have opposite signs. And since the sum is positive, the larger number in absolute value, must be positive.
Product equals \(-30\) |
Sum equals \(7\)? |
---|---|
\(-1 \times 30 = -30\) |
\(-1 + 30 = 29\) NO |
\(-2 \times 15 =-30\) |
\(-2 + 15 = 13\) NO |
\(-3 \times 10 =-30\) |
\(-3 + 10 = 7\) YES |
Step 2: Since \(7 = -3+10\), replace the linear term, \(7x\), with \(-3x+10x\).
Step 3: Group the first two terms and the last two terms.
Step 4: Pull out common factors from each group.
Step 5: Pull out common factor of \(2x-1\).
Therefore,
Check Our Work.
After factoring a polynomial, it’s always a good idea to check our work by expanding the product and making sure we get back what we started with.
Example 7#
Applying AC grouping
Factor \(x^2 - 13x + 36\) using the AC grouping method.
Step 1: Find two integers that multiply to \(1\times 36 = 36\) and sum to \(-13\).
Since the product is positive, the two numbers must have the same sign. And since the sum is negative, both numbers must be negative.
Product equals \(36\) |
Sum equals \(-13\)? |
---|---|
\(-1 \times -36\) |
NO |
\(-2 \times -18\) |
NO |
\(-3 \times -12\) |
NO |
\(-4 \times -9\) |
YES |
Step 2: Since \(-13 = -4-9\), replace the linear term, \(-13x\), with \(-4x-9x\).
Step 3: Group the first two terms and the last two terms.
Step 4: Pull out common factors from each group.
Step 5: Pull out common factor of \(x-4\).
Therefore,
Check Our Work.
A Special Case of the AC Grouping Method#
Important Observation
If the coefficient of \(x^2\) is one (i.e., \(a=1\) in \(ax^2 + bx + c\)), then Step 1 of the \(AC\) grouping method is to find two numbers that multiply to \(c\) and sum to \(b\). If those numbers exist, call them \(r\) and \(s\), then the factorization can be written as
where \(r+s = b\) and \(rs = c\).
Example 8#
AC grouping
Factor \(x^2 - 4x - 12\).
Step 1: Find two integers that multiply to \(-12\) and sum to \(-4\).
Since the product is negative, the two numbers must have opposite signs. And since the sum is negative, the larger number in absolute value, must be negative.
Product equals \(-12\) |
Sum equals \(-4\)? |
---|---|
\(1 \times -12\) |
NO |
\(2 \times -6\) |
YES |
Step 2: Apply special case of AC Grouping.
Since the coefficient of \(x^2\) is one, then the factorization is given by
Check Our Work.
Example 9#
AC grouping and pulling out common factors
Factor \(7x^4 + 35x^3 + 42x^2\).
Step 1: Determine the factors common to all three terms.
Constant factors: \(7\), \(35\), and \(42\) are all multiples of \(7\).
Powers of \(x\): the smallest power of \(x\) is \(2\).
Therefore, the factor common to all three terms is \(7x^2\).
Step 2: Pull out the common factor of \(7x^2\).
Step 3: Factor \(x^2 + 5x + 6\) by finding two integers that multiply to \(6\) and sum to \(5\).
Product equals \(6\) |
Sum equals \(5\)? |
---|---|
\(1 \times 6\) |
NO |
\(2 \times 3\) |
YES |
Therefore,