2.1.15 · D2Algebra — Introduction & Intermediate

Visual walkthrough — Remainder theorem and factor theorem — proof and applications

1,732 words8 min readBack to topic

This page rebuilds the Remainder & Factor Theorem parent result from absolute zero. No symbol appears before we draw it. By the end you will see why plugging one number into a polynomial hands you the leftover of a whole division.

We use one idea: division always leaves a leftover, and there is a magic input that erases everything except that leftover.


Step 1 — What "dividing" even means (numbers first)

WHAT. Take and share it into groups of . You fit whole groups () and are left over. We write this as:

  • — the thing we divide by (the divisor).
  • — how many whole copies fit (the quotient).
  • — the bit that couldn't be shared (the remainder). It is smaller than , otherwise we could fit another group.

WHY. Every division on Earth obeys this shape: whole = divisor × quotient + remainder. We are about to copy this exact shape for polynomials, so we must feel it here first.

PICTURE. The dots split into three full boxes of , with lonely dots left outside.


Step 2 — The same shape for polynomials

WHAT. A polynomial is just an expression like : powers of added up, each with a number in front. When we divide it by a linear divisor (linear = highest power of is ), we get the identical shape:

  • — our starting polynomial (the "").
  • — the divisor. Here is just some fixed number, e.g. in we have .
  • — the quotient polynomial (how many copies fit).
  • — the leftover.

WHY. We chose a linear divisor on purpose: it is the simplest possible divisor, and it will let us do a magic trick in Step 4 that a bigger divisor would spoil.

PICTURE. The polynomial "bar" splits into a stack of blocks plus a small leftover cap .


Step 3 — Why the leftover must be just a number

WHAT. In Step 1 the remainder had to be smaller than . For polynomials, "smaller" means lower degree (degree = the highest power of ). The divisor has degree . So the remainder must have degree less than 1 — i.e. degree , a plain constant. That's why we wrote , not .

  • — reads "degree of", the biggest exponent inside.
  • The chain says: leftover degree is below , so it's , so carries no at all.

WHY. If still had an in it, we could divide once more — it wouldn't truly be "left over" yet. This is the exact polynomial echo of "".

PICTURE. A ladder of degrees: divisor sits on rung , so the remainder is forced onto rung — flat, constant, no slope.


Step 4 — The magic input: feed in

WHAT. Our identity is true for every value of (it's an identity, not an equation to solve). So we are allowed to choose the most helpful . Choose :

  • — deliberately the number that makes the divisor collapse.
  • — this bracket becomes exactly .
  • — anything times is , so the entire quotient term vanishes, no matter what is.

Left standing:

WHY and nothing else? Because is the one input that switches off the quotient term. Any other input would leave tangled in and tell us nothing clean. This is why we insisted on a linear divisor in Step 2 — it has exactly one "off switch", the number .

PICTURE. The graph of with a vertical line dropped at ; the block flattens to zero height there, and the only thing touching the curve is the height .


Step 5 — See it on a real example ()

WHAT. Take , divide by so . Instead of grinding division, evaluate:

So the remainder is . The full division would give , and indeed:

WHY. This confirms the picture: at the block is worth , and the curve sits exactly above where the block ends.

PICTURE. The curve with the point marked — its height at is the remainder.


Step 6 — The zero case: when the leftover disappears (Factor Theorem)

WHAT. Everything above holds for any . Now ask the special question: what if the leftover is ? Then

divides perfectly — it is a factor. And since , "leftover is zero" means exactly "".

  • — "if and only if", the two statements are the same fact.
  • also means is a root (an input where the curve touches the -axis).

WHY. This is not a new theorem — it's Step 4 with set to . The Remainder Theorem contains the Factor Theorem.

PICTURE. Two curves side by side: on the left (curve floats above the axis at , leftover present); on the right (curve pierces the axis at , no leftover — clean factor).


Step 7 — Edge cases you must never trip on

WHAT & WHY (three traps).

  1. Sign trap — . The magic input is the number that makes the divisor . Solve . Evaluate , not . Rewrite as to see .

  2. Coefficient trap — . Not yet the shape . Solve . Evaluate . For : .

  3. Constant polynomial — . Degree . Dividing by : quotient is , remainder is itself, and indeed . The theorem still holds; the graph is a flat line at height everywhere, so of course its "height at " is .

PICTURE. A number line of divisors mapping each to its correct evaluation point: , , — arrows show which number to actually plug in.


The one-picture summary

Everything compressed: the identity, the collapse at , and the two outcomes (leftover vs. factor).

Recall Feynman retelling — say it like a story

Dividing by gives and a leftover : whole = divisor × quotient + remainder. Polynomials copy this exactly: . Because our divisor has degree one, the leftover has no room to hold an — it must be a bare number. Now the sneaky move: the identity is true for every , so I pick the one input that helps most, . That makes , which wipes out the entire quotient term (zero times anything is zero), leaving only . So the leftover of a whole division is just the polynomial evaluated at one point — no division needed. And if that one number comes out ? Then there's no leftover at all, meaning slots in perfectly: it's a factor, and is a root where the curve crosses the axis. The only way to slip is to plug in the wrong number — so I always solve divisor = 0 first: , . Same idea, every time.

Recall Quick self-test

Why must the remainder be a constant? ::: Its degree must be below the divisor's degree , so degree — a constant. Why choose and no other value? ::: It makes , erasing the quotient term and isolating . What does mean geometrically? ::: The curve touches the -axis at ; is a factor, is a root.

See also: Polynomial Long Division · Synthetic Division · Factoring Polynomials · Rational Root Theorem · Solving Polynomial Equations · Fundamental Theorem of Algebra.