DWG NO. 2.3 — Lesson 3 of 6
Unit 2: Polynomial and Rational Functions · ~25 min
Dividing polynomials works the same way long division of numbers does: divide the leading terms, multiply that result by the whole divisor, subtract, bring down the next term, and repeat until nothing's left to bring down. Whatever's left over at the end is the remainder.
When the divisor has the simple form (x − c), there's a faster path: write down just the coefficients of the dividend, bring down the first one, then repeatedly multiply by c and add down the next column. It gives the same quotient and remainder as long division, with far less writing.
Dividing f(x) by (x − c) always produces f(x) = (x−c)·q(x) + r for some quotient q(x) and remainder r. Substitute x = c into that equation: every term with (x−c) disappears, leaving f(c) = r. In other words: the remainder is the same number you'd get by evaluating f(c) directly — synthetic division becomes a way to evaluate a polynomial at a value without substituting by hand.
A direct consequence: if the remainder r is 0, then f(x) = (x−c)·q(x) exactly, with nothing left over — so (x−c) is a factor of f(x). And since r = f(c), that's the same as saying f(c) = 0. This gives a two-way test: (x−c) is a factor of f(x) if and only if f(c) = 0.
f(x) = (x−c)·q(x) + r — the remainder from division is always f(c)