How do you divide #(m^3 - 3m^2 + 1) / (m - 1)#?

1 Answer
Nov 26, 2015

Either using synthetic division or polynomial long division
#(m^3-3m^2+1)/(m-1) = m^2-2m-2# with remainder #(-1)#

Explanation:

Synthetic Division

#{: (,,,color(brown)(m^3),color(brown)(m^2),color(brown)(m^1),color(brown)(m^0)), (color(brown)("[1] dividend coefficients"),,,1,-3,(+0),+1), (color(brown)("[2]"),,,,1,-2,-2), (,,,"-----","-----","-----","-----"), (color(brown)("[3] negative of constant from divisor"),xx(+1),color(blue)("||"),1,-2,-2,color(red)(-1)), (,,,color(brown)(m^2),color(brown)(m^1),color(brown)(m^0),color(brown)("Remainder")) :}#

The test in #color(brown)("brown")# would not normally be written. It is there to help with the explanation only.

Line #color(brown)("[3]")#
- the value to the left of #color(blue)("||")# (when dividing by a monic binomial) is the negative of the constant term. In this case the constant term of the monic binomial (#x-1#) is #(-1)# so its negativeis #(+1)#
-the values to the right of #color(blue)("||") are the sum of the numbers in the column above each location. These values become the coefficients of the reduced polynomial terms, except for the final number which is the remainder.

Line #color(brown)("[2]")#
-is the product of the negative divisor coefficient (to the left of the #color(blue)("||")# in line #color(brown)("[3]")# and the sum from the previous column in line #color(brown)("[3]")# (to the right of the #color(blue)("||")#