2.1.14 · D5Algebra — Introduction & Intermediate

Question bank — Polynomial long division and synthetic division

1,527 words7 min readBack to topic

These are thinking questions, not grinding-arithmetic questions (that's the worked-example child pages). Each line below is a trap that catches a real misconception about polynomial division. Read the prompt, answer out loud before peeking, then click to reveal the reasoning.

Vocabulary reminders, so no symbol is used unexplained:

  • Dividend = the thing being split up. Divisor = the thing we split it into. Quotient = how many times it fits. Remainder = what's left over that no longer fits.
  • means degree = the highest power of present (see 2.1.1-Polynomials-definition-and-degree). A constant like has degree ; the zero polynomial has no degree at all.
  • The master equation the whole topic hangs on:

True or false — justify

The rule "====" is the referee for almost every question here. Keep it in view.

Dividing a degree-5 polynomial by a degree-2 polynomial always gives a degree-3 quotient.
True. The leading term of is (leading of ) times (leading of ), so forces . Degrees subtract exactly like exponents.
If the remainder is , then the divisor is a factor of the dividend.
True — that is the definition of "factor". means , so divides cleanly (link: 2.1.13-Factor-theorem-and-remainder-theorem).
Synthetic division can divide by .
False. Synthetic division only handles linear divisors . A degree-2 divisor has no single "zero " to feed the shortcut; you must use long division.
Long division of polynomials can fail if the divisor has higher degree than the dividend.
False, it doesn't fail — it just stops immediately. If , then itself already satisfies , so and .
The remainder when dividing any polynomial by is always a single number.
True. The divisor has degree , and the referee demands , i.e. — a constant. This constant equals (Remainder Theorem).
Dividing by is the same as dividing by , so I can just use in synthetic division.
False in general. ; the quotient changes by a factor of and the remainder changes too. You may divide out the first, but you must then account for it, so raw synthetic division with gives the wrong quotient.
Every polynomial can be divided by with some quotient and remainder.
True. Division with remainder always exists and is unique for any divisor of degree . Whether the remainder is zero is a separate question.
If the remainder is a nonzero constant, the dividend has no rational roots.
False — a nonzero remainder only tells you that particular divisor isn't a factor. Other divisors could still divide it (see 2.15-Rational-root-theorem).

Spot the error

Each item shows a step a student wrote. Find the mistake and name why it's wrong.

Dividing by , a student writes coefficients as .
Wrong: the missing and terms need placeholders. Correct coefficient list is — omitting zeros scrambles place value exactly like writing for .
For , a student uses in synthetic division.
Wrong sign. We use the zero of the divisor: gives , so . The synthetic scheme adds instead of subtracts, which is why the sign flips.
Long-dividing, a student gets remainder while dividing by and keeps going.
Wrong: they should have stopped. , so the referee says done. A degree-1 leftover can't contain a degree-2 divisor.
After subtracting, a student writes the new term in the column.
Wrong: alignment error. Like terms must sit in the same column ( under ). Misaligning means you'd later add an to an , which is not allowed — they aren't like terms.
A student computes then writes times as .
Wrong multiply: , not . Every term of the divisor must be multiplied, including the constant.
Using synthetic division by , the last number came out , and the student reports quotient of the same degree as the dividend.
Wrong: the quotient is always one degree lower than the dividend, because we divided out a degree-1 factor. The remaining coefficients (all but the last) are the quotient's.

Why questions

These probe the machinery, not the arithmetic.

Why must we fill missing terms with coefficients?
Because column position encodes the power of . A blank would shift every following coefficient into the wrong power, just like dropping a zero in a decimal number ruins its value.
Why does dividing by leave a remainder equal to ?
From . Substitute : the factor becomes , killing the term, leaving . This is the Remainder Theorem (see 2.1.13-Factor-theorem-and-remainder-theorem).
Why does synthetic division use even though the divisor is ?
Long division subtracts each product; synthetic division rewrites "subtract the product of " as "add the product of ". Folding the sign into the constant is exactly what compresses the algorithm.
Why is the quotient one degree lower than the dividend when dividing by a linear factor?
Degrees add in multiplication: . With , we get .
Why do we stop the algorithm once ?
Because the leading term of can no longer divide the leading term of what's left — there's no quotient term to extract. Continuing would produce fractions in , leaving the world of polynomials.
Why does polynomial division underpin 3.2.4-Partial-fraction-decomposition?
Partial fractions require a proper fraction (numerator degree < denominator degree). If it's improper, you first divide to split off a polynomial part, leaving a proper remainder to decompose.
Why can factoring via division (2.1.8-Factoring-polynomials) shrink a hard polynomial?
Each factor found (remainder ) peels off one degree, turning a big polynomial into (linear factor) × (smaller quotient) you can attack again — a divide-and-conquer ladder.
Why is the quotient–remainder pair unique?
If two pairs both worked, subtracting the equations gives . The right side has degree but the left (if ) has degree — a contradiction, so they must be equal.

Edge cases

The scenarios that "the formula" quietly assumes away.

Dividing (a constant) by : what are and ?
, . Since , the constant already satisfies the referee; nothing fits, so the whole thing is remainder.
Dividing the zero polynomial by any : what happens?
and . Nothing to distribute, everything trivially zero — a valid, if boring, division.
Dividing by gives remainder . What does that tell you beyond "it divides evenly"?
That is a root: . Zero remainder and " is a root" are the same statement wearing different clothes.
Can the remainder ever have the same degree as the divisor?
No. If it did, the divisor's leading term would still divide it, meaning we could extract one more quotient term. The referee forbids equality.
Divide by where but also (a repeated root). What do you expect after one division?
Remainder , and the resulting quotient still has as a factor. You can divide by again — the multiplicity of the root equals how many times divides cleanly.
What is the quotient and remainder of (dividing by itself, )?
, . Anything nonzero fits into itself exactly once with nothing left over — same as .
If a divisor of degree leaves a remainder, what is the largest degree that remainder can have?
Degree . The referee caps it at ; a general remainder here looks like .
Recall One-line summary of every trap above

There are really only three referees running the whole show: (1) missing terms need zero placeholders, (2) synthetic division uses the divisor's zero , and (3) you stop the moment . Almost every mistake violates one of these three.