Dividing polynomials the "long division" way works, but it is slow: you rewrite the whole dividend at every step, keep track of every power of , and it is easy to drop a sign. In 1804 the Italian mathematician Paolo Ruffini described a shortcut for the one case that shows up constantly — dividing by a simple linear factor — and it survives in classrooms today as synthetic division.
The trick is that once you fix the divisor to be , you don't need at all. Every step of the division can be done with just the coefficients of the polynomial, arranged in a small table, using only multiplication and addition. Three coefficients in, three numbers out, one arithmetic operation repeated down a row.
Even better, the very last number the table produces is not scrap — it is , the value of the polynomial at , obtained as a side effect of the division. That "free" bonus is not a coincidence; it is the Remainder Theorem wearing a disguise.
Comments
Loading comments...