Factoring is the opposite process from multiplying polynomials together. We can gain some insight into how to factor complicated polynomials by taking a closer look at what happens when two generic polynomials are multiplied together:
\begin{align}
(px+q)(rx+s)\amp=(px+q)(rx)+(px+q)s\notag\\
\amp=(px)(rx)+q(rx)+(px)s+qs\notag\\
\amp=(pr)x^2+qrx+psx+qs\notag\\
\amp=(pr)x^2+(qr+ps)x+qs\tag{10.4.1}
\end{align}
When you encounter a trinomial like
\(4x^2+5x-6\) and you wish to factor it, the leading coefficient,
\(4\text{,}\) is the
\((pr)\) from
Equation (10.4.1). Similarly, the
\(-6\) is the
\(qs\text{,}\) and the
\(5\) is the
\((qr+ps)\text{.}\)
Now, if you multiply the leading coefficient and constant term from
Equation (10.4.1), you have
\((pr)(qs)\text{,}\) which equals
\(pqrs\text{.}\) Notice that if we factor this number in just the right way,
\((qr)(ps)\text{,}\) then we have two factors that add to the middle coefficient from
Equation (10.4.1),
\((qr+ps)\text{.}\)
Can we do all this with the example \(4x^2+5x-6\text{?}\) Multiplying \(4\) and \(-6\) makes \(-24\text{.}\) Is there some way to factor \(-24\) into two factors which add to \(5\text{?}\) We make a table of factor pairs for \(-24\) to see:
Factor Pair |
Sum of the Pair |
\(-1\cdot24\) |
\(23\) |
\(-2\cdot12\) |
\(10\) |
\(-3\cdot8\) |
\(5\) (what we wanted) |
\(-4\cdot6\) |
(no need to go this far) |
Factor Pair |
Sum of the Pair |
\(1\cdot(-24)\) |
(no need to go this far) |
\(2\cdot(-12)\) |
(no need to go this far) |
\(3\cdot(-8)\) |
(no need to go this far) |
\(4\cdot(-6)\) |
(no need to go this far) |
So that
\(5\) in
\(4x^2+5x-6\text{,}\) which is equal to the abstract
\((qr+ps)\) from
Equation (10.4.1), breaks down as
\(-3+8\text{.}\) We can take
\(-3\) to be the
\(qr\) and
\(8\) to be the
\(ps\text{.}\) Once we intentionally break up the
\(5\) this way, factoring by grouping (see
Section 2) can take over and is guaranteed to give us a factorization.
\begin{align*}
4x^2\overbrace{{}+5x}-6\amp=4x^2\overbrace{-3x+8x}-6\\
\end{align*}
Now that there are four terms, group them and factor out each group’s greatest common factor.
\begin{align*}
\phantom{4x^2+5x-6}\amp=\left(4x^2-3x\right)+\left(8x-6\right)\\
\amp=x\highlight{(4x-3)}+2\highlight{(4x-3)}\\
\amp=\highlight{(4x-3)}(x+2)
\end{align*}
And this is the factorization of \(4x^2+5x-6\text{.}\) This whole process is known as the “AC method,” since it begins by multiplying \(a\) and \(c\) from the generic \(ax^2+bx+c\text{.}\)