How can synthetic division be used to factor a polynomial?
2 Answers
Here is a reasonable Pre-Calculus example of synthetic division to illustrate the concept.
Let's say you had:
#2x^4 - 3x^3 - 5x^2 + 3x + 8#
Like Joan said, there is a trial and error aspect to this.
Look at all the coefficients, and think about what a common factor might be.
- If you don't get a zero remainder, then the factor doesn't really work and you should try again.
- If the possible factors are all used up, maybe it isn't factorable.
Here, factors you might try include the ones that correspond to the fourth order coefficient (
#8# has factors of#1, 2, 4# , and#8# .#2# has factors of#1# and#2# .
So the possible factors might be said to be
You can therefore have factors of:
#pm[1, 2, 4, 8, 1/2]#
So you can try all of these (
We will use
#ul(-1|)" "2" "-3" "-5" "" "3" "" "8#
Drop down the
#ul(-1 |)" "2" "-3" "-5" "" "3" "" "8#
#ul(" "" "" "" "-2" "" "" "" "" "" "" "" ")#
#" "" "color(white)(.)2#
Add
#ul(-1 |)" "2" "-3" "-5" "" "3" "" "8#
#ul(" "" "" "" "-2" "" "5" "" "" "" "" "" ")#
#" "" "color(white)(.)2" "-5#
Repeat until you're done.
Add
#ul(-1 |)" "2" "-3" "-5" "" "3" "" "8#
#ul(" "" "" "" "-2" "" "5" "color(white)(.)" "0color(white)(.)" "-3" ")#
#" "" "color(white)(.)2" "-5" "" "0" "" "3" "" "5#
Your answer here happens to be this, where 2 corresponds to
So, one way to express the result is:
#(2x^4 - 3x^3 - 5x^2 + 3x + 8)/(x+1)#
#= color(blue)(overbrace(2x^3 - 5x^2 + 0x + 3)^"Quotient Term" + overbrace(5/(x+1))^"Remainder Term")# where the
#5/(x+1)# was written by saying that the last value below the horizontal bar (below#-2, 5, 0, -3# ), being#5# , is divided by the#x pm a# equation such that#x pm a = 0# . So,#x+1# indicates that the factor we have just used is#-1# .
(Naturally, if the remainder is
Synthetic division is usually used to find factors of polynomials of degree 3 that can't be factored by grouping. Synthetic division is also used to factor polynomials of degree 4 or higher. Generally you use synthetic division if no other methods will work since there is a trial and error aspect to using it. That said, here's the process... Find the possible rational factors of the polynomial by looking at the factors of the constant term over the factors of the lead coefficient.
The possible rational factors are what you should try, one at a time, using synthetic division with the polynomial to be factored. So, 2x^4+ ... -9 would have possible factors of + or - 1, 3, 9, 1/2, 3/2, 9/2. I ALWAYS start by checking 1n then -1, then further into the list of possibles. I only check the fractions if none of the whole numbers worked.
-Joan Brown