2.1.14 · D3Algebra — Introduction & Intermediate

Worked examples — Polynomial long division and synthetic division

2,341 words11 min readBack to topic

This page is the drill room for Polynomial long division and synthetic division. The parent note taught the rules; here we hit every kind of division problem you can meet, one worked example per case, so nothing on an exam is new.

Before we start, one anchor from the parent so this page stands alone:

Reminders of the two tools (defined fully in the parent):

  • Long division — works for any divisor.
  • Synthetic division — a shortcut for divisors of the form only; you feed it the zero (the value making ), never the whole binomial.

The scenario matrix

Every polynomial-division problem falls into one of these case classes. Below the table, one worked example covers each cell. The "Ex" column tells you which example hits it.

# Case class What's tricky about it Ex
A Linear divisor , , remainder plain synthetic division, positive 1
B Linear divisor , so sign trap: use 2
C Missing terms (gaps in powers) must insert coefficients 3
D Remainder (exact division / root found) connects to factor theorem 4
E Divisor not monic (, ) synthetic needs a rescale 5
F Quadratic (or higher) divisor synthetic forbidden, long division only; remainder has degree 6
G Degree of degree of (degenerate) quotient is ; nothing to divide 7
H Real-world word problem (area ÷ length) translate words → polynomials 8
I Exam twist: find unknown coefficient from a given remainder run the algorithm backwards 9

Where the "opposite over adjacent"-style why matters, I make you forecast the answer first — guessing sharpens what to watch for.


Case A — positive , nonzero remainder


Case B — the sign trap ()


Case C — missing terms (gaps)


Case D — exact division (remainder zero, root found)


Case E — non-monic divisor


Case F — quadratic divisor (long division mandatory)


Case G — degenerate: dividend smaller than divisor


Case H — real-world word problem


Case I — exam twist: find an unknown coefficient


[!recall]- Quick self-test (cloze)

The number fed into synthetic division for divisor is ====.

If then the quotient is == and the remainder is itself==.

Dividing by a quadratic must use long division, and its remainder can be as large as degree ==== (linear).

Synthetic-division remainder equals
, the value of the dividend at the divisor's zero (Remainder Theorem).

For a non-monic divisor , after synthetic division by you divide the quotient by but leave the remainder unchanged.


[!mnemonic] One line to carry out the door

"Zero, not the sign" — always feed synthetic division the value that makes the divisor zero. Everything else (gaps → zeros, stop when the leftover shrinks, rescale non-monic quotients) follows from the single identity .

See also: 2.1.8-Factoring-polynomials, 3.2.4-Partial-fraction-decomposition, 2.1.1-Polynomials-definition-and-degree.