Intuition The one idea of this whole topic
Dividing a polynomial by ( x − a ) leaves a leftover called the remainder , and that leftover equals nothing more than the polynomial's value at x = a . So checking whether ( x − a ) fits perfectly (is a factor ) becomes as easy as plugging in one number.
This page builds every single symbol used in the parent topic from absolute zero. If you already know polynomials cold, skim to the #Equipment checklist . Otherwise, read top to bottom — each idea is a brick for the next.
Think of a vending machine slot. You drop a number in, the machine does something with it, and out comes a result. The letter x is that slot.
Intuition Why we even bother with a letter
Instead of writing "the answer for 1, and for 2, and for 3..." forever, we write one rule with x standing in for all of them at once. One sentence covers infinitely many cases.
A polynomial is a sum of terms, where each term is a ==number times x raised to a whole-number power==. We give the whole rule a name like p ( x ) , read "p of x".
For example:
p ( x ) = x 3 − 4 x 2 + 6 x − 5
Read the pieces:
x 3 means x ⋅ x ⋅ x — the small raised 3 is the exponent , "how many copies of x multiplied together".
The numbers − 4 , 6 , − 5 multiplying the powers are the coefficients .
The lonely − 5 (no x ) is the constant term .
The biggest exponent (here 3 ) is the degree — the polynomial's "size rating".
p ( x ) is a machine, not a number
p by itself is not a value — it is a recipe . The notation p ( 2 ) means "run the recipe with 2 in every box". You get a single number out.
Look at the figure: numbers flow into the box, the recipe fires, one number drops out. That is all p ( x ) ever does.
p ( a )
p ( a ) means "take the polynomial p and replace every x with the specific number a ", then simplify to one number.
Here a is itself just a fixed number we haven't picked yet — a name for a chosen value , distinct from the free box x . When you meet p ( − 3 ) , you put − 3 everywhere, including inside powers : ( − 3 ) 2 = 9 , not − 9 . Watch signs carefully — this single habit prevents most beginner errors.
Common mistake Sign trap inside powers
Wrong: ( − 3 ) 2 = − 9 .
Right: ( − 3 ) 2 = ( − 3 ) × ( − 3 ) = + 9 . A negative times a negative is positive. The exponent applies to the whole − 3 .
p ( x )
Plot a dot at height p ( x ) above each input x on a number line. Joining the dots makes a smooth curve — that curve is the polynomial's picture.
A root of p ( x ) is a value a where the curve touches or crosses the horizontal axis, i.e. where p ( a ) = 0 .
In the figure, the curve crosses the flat axis at three spots. Each crossing is a root — a value of x that makes the machine spit out exactly 0 . This "= 0 " moment is the star of the Factor Theorem, so keep the picture in mind: root = curve meets the axis .
Before polynomials, remember ordinary division. Divide 17 by 5 :
17 = 5 × 3 + 2
Definition Quotient and remainder (numbers)
The quotient is how many whole times the divisor fits (3 ). The remainder is what is left over that was too small to fit (2 ). The remainder is always smaller than the divisor .
Intuition Why "smaller than the divisor" matters
If the leftover were as big as 5 , another whole 5 would still fit — so you hadn't finished. The remainder is the honest, un-shrinkable scrap.
The exact same shape of statement works for polynomials (this is Polynomial Long Division ):
p ( x ) = ( x − a ) ⋅ q ( x ) + r
Meet each symbol:
( x − a ) is the divisor , a linear polynomial (degree 1 — the highest power of x is just x 1 ).
q ( x ) is the quotient polynomial — how many "copies" of ( x − a ) fit.
r is the remainder .
Intuition Why the remainder
r must be a plain constant
For numbers, the remainder is smaller than the divisor. For polynomials, "smaller" means lower degree . The divisor ( x − a ) has degree 1 , so the remainder must have degree 0 — and degree 0 means "no x at all", i.e. a single fixed number. That is why we write r , not r ( x ) .
The figure lines up the number statement 17 = 5 ⋅ 3 + 2 against the polynomial statement so you can see they are the same idea wearing different clothes.
Definition The linear divisor
( x − a )
( x − a ) is the simplest non-trivial polynomial: one x minus a fixed number a . It equals zero exactly when x = a .
This is the pivot of the whole topic. Because ( x − a ) = 0 at x = a , substituting x = a into p ( x ) = ( x − a ) q ( x ) + r makes the big messy ( x − a ) q ( x ) term vanish , leaving p ( a ) = r . That single vanishing act is the entire proof of the Remainder Theorem.
a actually is
Wrong: for ( x + 3 ) , use a = 3 .
Right: a is the number that makes the divisor zero . Solve x + 3 = 0 ⇒ x = − 3 , so a = − 3 and you evaluate p ( − 3 ) . Always ask "what kills the divisor?"
Definition The general divisor
( a x − b )
When there is a coefficient on x , the root is not so obvious. Solve a x − b = 0 ⇒ x = a b . So for ( 2 x − 1 ) you evaluate at x = 2 1 , because 2 x − 1 = 0 there.
⇒ reads "implies ": if the left is true, the right follows.
⟺ reads "if and only if ": the two statements are true together or false together — a two-way street.
The Factor Theorem uses ⟺ :
( x − a ) is a factor of p ( x ) ⟺ p ( a ) = 0
This means "factor" and "p ( a ) = 0 " are the same news reported two ways . Prove one, you get the other free — but ⟺ demands you check both directions, which the parent proof does.
( x − a ) is a factor of p ( x ) only when the remainder is exactly zero . A leftover of anything else — even − 2 1 — means not a factor .
Common mistake Everyday "divides" vs. algebraic "factor"
Wrong: "5 divides 17 , so any division gives a factor."
Right: In everyday speech "divides" is loose. In algebra a factor is strict: zero remainder or nothing. p ( a ) = 0 ⟹ not a factor, full stop.
number division with remainder
polynomial division statement
divisor x minus a and its root
Remainder Theorem r equals p of a
factor means zero remainder
Everything on the left is built on this page; the two boxes on the right are the parent topic's twin results.
Once these foundations click, the topic branches into Synthetic Division (a fast way to get q ( x ) ), the Rational Root Theorem (which integers to test first), Factoring Polynomials and Solving Polynomial Equations (the payoff), all resting on the Fundamental Theorem of Algebra .
Read the question, answer aloud, then reveal.
What does p ( a ) tell you to do? Replace every x in the polynomial with the number a and simplify to one number.
Why must the remainder when dividing by ( x − a ) be a constant? Its degree must be below the divisor's degree 1 , so degree 0 = a plain number.
What is ( − 2 ) 2 ? + 4 — the exponent applies to the whole − 2 , and negative times negative is positive.
For the divisor ( x + 5 ) , what value of a do you use? a = − 5 , because x + 5 = 0 at x = − 5 .
For the divisor ( 3 x − 2 ) , what value do you evaluate at? x = 3 2 , the root of 3 x − 2 = 0 .
What is a root of p ( x ) , in picture form? A value where the graph touches or crosses the horizontal axis, i.e. where p ( x ) = 0 .
What does "( x − a ) is a factor" require of the remainder? The remainder must be exactly zero.
What does ⟺ demand you prove? Both directions — left implies right AND right implies left.