You learned long division on numbers: divide, multiply, subtract, bring down the next digit, repeat. Polynomials play the exact same game. Given a dividend and a divisor , long division produces a quotient and a remainder such that
At every step you look only at the leading term — the highest power of — of whatever is left over, match it against the divisor's leading term, and subtract the right multiple away. The degree of the leftover strictly drops each round, so the process cannot run forever: it stops the moment the remainder's degree is smaller than the divisor's.
It sounds mechanical because it is. There's no guessing, no search, no luck involved — just a fixed number of arithmetic steps that always lands on the unique correct answer.
Comments
Loading comments...