MATH 3 • ALGEBRA & FUNCTIONS

Polynomial Division — I can use polynomial division at an introductory level (synthetic or long division) to rewrite or analyze a polynomial function.

Learn to divide polynomials using long division and synthetic division to factor, simplify, and analyze polynomial functions.

Historical Context & Motivation

You already know how to do long division with numbers — dividing 437 by 12, for example, to get a quotient and a remainder. Polynomial division extends that same idea to algebraic expressions. Instead of dividing numbers, you divide expressions like x³ + 2x² − 5x + 3 by x − 1. Mathematicians have been developing methods for this kind of algebraic manipulation for centuries, driven by the need to solve equations, find roots, and understand the behavior of functions.

The story of polynomial division is intertwined with the broader quest to solve polynomial equations. Ancient civilizations worked with quadratics, but as mathematicians tackled cubic and quartic equations, they needed systematic ways to break polynomials apart and identify their factors. The techniques you will learn in this lesson grew out of that centuries-long effort.

~300 BCE
Euclid's Division Algorithm
Euclid described a procedure for dividing integers to obtain a quotient and remainder. This foundational idea — that division produces a quotient plus a leftover piece — would later be applied to polynomials.
~1500s
Renaissance Algebraists
Italian mathematicians like Cardano and Ferrari solved cubic and quartic equations, often by dividing out known factors of polynomials. Their work made algebraic division a practical necessity.
1669
Newton's Contributions
Isaac Newton formalized polynomial long division in a manner very similar to how we use it today, treating polynomials much like multi-digit numbers arranged by powers of x.
1809
Synthetic Division Introduced
Paolo Ruffini developed a streamlined shortcut for dividing by linear expressions (x − c), which became known as synthetic division. This method reduces the work significantly by focusing only on coefficients.
Today
Modern Applications
Polynomial division underpins graphing calculators, computer algebra systems, and signal processing. It remains a core algebraic skill for understanding the structure of polynomial functions.

The central question this lesson addresses is straightforward: how do you divide one polynomial by another, and what does the result tell you about the original function? By the end, you will be able to perform both long division and synthetic division, interpret the quotient and remainder, and use these tools to rewrite and analyze polynomial functions.

Core Principles & Definitions

Before diving into procedures, you need to understand the key vocabulary and ideas that make polynomial division work. These principles mirror what you already know about numerical division but apply it to expressions with variables.

1

Dividend, Divisor, Quotient, Remainder

In the expression f(x) ÷ d(x), the dividend is f(x), the divisor is d(x), the quotient is q(x), and the remainder is r(x). These satisfy f(x) = d(x) × q(x) + r(x).
2

Degree Reduction

Each step of polynomial division reduces the degree of the expression being worked on, just as each step of numerical long division handles one digit at a time. The process continues until the remaining expression has a lower degree than the divisor.
3

The Remainder Theorem

When you divide f(x) by (x − c), the remainder equals f(c). This means you can evaluate a polynomial at any value c simply by dividing and checking the remainder — no substitution needed.
4

The Factor Theorem

If f(c) = 0, then (x − c) is a factor of f(x), meaning the remainder is zero. This connects division directly to finding roots and factoring polynomials completely.
5

Placeholder Zeros

If a polynomial is 'missing' a term (like x³ + 5x − 2, which has no x² term), you must include a 0 as a placeholder for that missing degree. Forgetting placeholders is the most common mistake in polynomial division.
KEY TAKEAWAY
Polynomial division works just like dividing numbers at a gas station price sign. If gas costs $3.479 and you have $20, you figure out how many gallons you can buy (the quotient) and how much change is left over (the remainder). With polynomials, you are dividing expressions instead of dollars, but the divide → multiply → subtract → bring down rhythm is identical to what you learned in elementary school.

Visual Explanation — Polynomial Long Division

The diagram below walks through a complete polynomial long division example: (2x³ + 3x² − 5x + 6) ÷ (x − 2). Follow along with the color-coded steps to see how the quotient is built term by term from left to right.

Each color corresponds to one cycle of the divide → multiply → subtract → bring down process. The cyan step finds the first term of the quotient (2x²), the violet step finds the second term (7x), and the pink step finds the third term (9). The remainder of 24 is written as a fraction over the divisor.

Notice how each step follows the same pattern. You divide the leading term of the current expression by the leading term of the divisor, multiply the entire divisor by that result, subtract to eliminate the leading term, and then bring down the next term from the dividend. You repeat until the degree of what remains is less than the degree of the divisor. Whatever is left over becomes the remainder.

Mathematical Framework

Polynomial division is governed by a clean algebraic identity that mirrors the one you know from integer division. Every polynomial division problem can be expressed using this relationship, which also serves as a built-in check on your work.

POLYNOMIAL DIVISION IDENTITY
f(x) = d(x) × q(x) + r(x)
f(x) = dividend (the polynomial being divided), d(x) = divisor, q(x) = quotient, r(x) = remainder. The degree of r(x) must be less than the degree of d(x), or r(x) = 0.
REWRITTEN FORM
f(x) / d(x) = q(x) + r(x) / d(x)
This form is how we express the result of division as a single expression. If r(x) = 0, then d(x) divides f(x) evenly and d(x) is a factor of f(x).
REMAINDER THEOREM
f(x) ÷ (x − c) → remainder = f(c)
When dividing by a linear expression (x − c), the remainder is a constant equal to f(c). If f(c) = 0, then (x − c) is a factor of f(x). This is the Factor Theorem.

These relationships mean that after performing a division, you can always verify your answer by multiplying the quotient by the divisor and adding the remainder. If the result matches the original dividend, your division is correct. This check-by-multiplying strategy is one of the most reliable ways to catch arithmetic errors.

💡 When to Use Each Method
Polynomial long division works for dividing by any polynomial of any degree. Synthetic division is a shortcut that only works when dividing by a linear expression of the form (x − c). If your divisor is something like x² + 1 or 2x − 3 (with a leading coefficient other than 1), stick with long division.

Synthetic Division — A Streamlined Shortcut

When you divide by a linear expression of the form (x − c), synthetic division lets you skip writing all those variable terms and work purely with coefficients. The process is faster and less error-prone once you get the hang of it. The diagram below shows the same division — (2x³ + 3x² − 5x + 6) ÷ (x − 2) — performed synthetically.

Synthetic division uses only the coefficients. The value c = 2 comes from setting x − 2 = 0. You bring down the first coefficient, then repeatedly multiply by c and add. The bottom row gives the quotient coefficients and the remainder (after the vertical bar).

Here is the synthetic division process in detail. First, write the c value (the number that makes the divisor equal zero) to the left. Then list all coefficients of the dividend in order, including zeros for any missing terms. Bring down the first coefficient. Multiply it by c, write the product under the next coefficient, and add. The sum becomes the next number in the bottom row. Repeat this multiply-and-add cycle until you have processed every coefficient. The last number in the bottom row is the remainder; all the others are the coefficients of the quotient, whose degree is one less than the dividend's.

⚠️ Watch Out — Sign of c
If you are dividing by (x + 3), your c value is −3, not +3. Always set the divisor equal to zero and solve for x to find the correct c. Writing (x + 3) as (x − (−3)) can help you see the sign clearly.

Worked Example — Both Methods

Let's work through a full example using both long division and synthetic division so you can see the methods side by side. We will divide (3x³ − 2x² + 0x − 7) by (x + 1). Notice the 0x placeholder — the original polynomial 3x³ − 2x² − 7 has no x term, so we include 0x to keep our columns aligned.

Method 1: Polynomial Long Division

Long Division: (3x³ − 2x² + 0x − 7) ÷ (x + 1)
1
Step 1 — Divide the leading termsDivide the leading term of the dividend, 3x³, by the leading term of the divisor, x. This gives 3x³ ÷ x = 3x². Write 3x² above the division bar as the first term of the quotient.
First term of quotient: 3x²
2
Step 2 — Multiply and subtractMultiply the entire divisor (x + 1) by 3x² to get 3x³ + 3x². Subtract this from the dividend: (3x³ − 2x²) − (3x³ + 3x²) = −5x². Bring down the next term (0x) to get −5x² + 0x.
After subtraction: −5x² + 0x
3
Step 3 — Repeat: divide, multiply, subtractDivide −5x² by x to get −5x. Multiply (x + 1) by −5x to get −5x² − 5x. Subtract: (−5x² + 0x) − (−5x² − 5x) = 5x. Bring down −7 to get 5x − 7.
After subtraction: 5x − 7
4
Step 4 — Final cycleDivide 5x by x to get 5. Multiply (x + 1) by 5 to get 5x + 5. Subtract: (5x − 7) − (5x + 5) = −12. Since −12 has a degree of 0, which is less than the degree of (x + 1), we stop.
Remainder: −12
5
Step 5 — Write the final answerThe quotient is 3x² − 5x + 5 and the remainder is −12. We can write the full result as: (3x³ − 2x² − 7) ÷ (x + 1) = 3x² − 5x + 5 + (−12)/(x + 1).
3x² − 5x + 5 − 12/(x + 1)

Method 2: Synthetic Division

Synthetic Division: (3x³ − 2x² + 0x − 7) ÷ (x + 1)
1
Step 1 — Identify c and list coefficientsSince we are dividing by (x + 1) = (x − (−1)), we have c = −1. The coefficients of the dividend are 3, −2, 0, −7. Remember the 0 placeholder for the missing x term.
c = −1, coefficients: 3, −2, 0, −7
2
Step 2 — Bring down and begin the cycleBring down the 3. Multiply 3 × (−1) = −3. Add to the next coefficient: −2 + (−3) = −5.
Bottom row so far: 3, −5
3
Step 3 — Continue multiply-and-addMultiply −5 × (−1) = 5. Add: 0 + 5 = 5. Then multiply 5 × (−1) = −5. Add: −7 + (−5) = −12.
Bottom row: 3, −5, 5, −12
4
Step 4 — Read the resultThe bottom row gives quotient coefficients 3, −5, 5 (representing 3x² − 5x + 5) and remainder −12. This matches the long division result exactly.
3x² − 5x + 5 remainder −12 ✓
Verification Check
By the Remainder Theorem, the remainder when dividing by (x + 1) should equal f(−1). Let's check: f(−1) = 3(−1)³ − 2(−1)² − 7 = −3 − 2 − 7 = −12. ✓ It matches!

Comparing Long Division & Synthetic Division

Both methods accomplish the same goal, but they have different strengths. Understanding when to use each one will save you time and reduce errors on assignments and tests.

Side-by-side comparison of both division methods
FeaturePolynomial Long DivisionSynthetic Division
Divisor typeAny polynomial (linear, quadratic, etc.)Only linear divisors of the form (x − c)
SpeedSlower — more writing requiredFaster — works only with coefficients
Error riskModerate — sign errors in subtractionLower — addition instead of subtraction
Shows work clearlyYes — each term is visibleCompact — harder to explain each step
Best used forDividing by quadratics or higher; showing process on testsQuick root testing; dividing by (x − c)
KEY TAKEAWAY
Think of long division as a full-size toolbox — it handles every job but takes more effort to carry around. Synthetic division is like a pocket multi-tool — lightweight and fast for specific tasks, but it cannot replace the full toolbox when you need to divide by something other than (x − c). Learn both, and pick the right tool for each problem.

Connections to Advanced Topics

Polynomial division is not just a standalone skill — it connects directly to several important topics you will encounter later in Math 3 and beyond. Understanding these connections now will make those future topics feel much more natural.

How polynomial division skills connect to future math topics
This LessonWhere It Leads
Finding remainders with the Remainder TheoremEvaluating polynomials efficiently; Rational Root Theorem for testing possible zeros
Confirming factors with the Factor TheoremCompletely factoring higher-degree polynomials to find all real and complex roots
Rewriting f(x)/d(x) = q(x) + r(x)/d(x)Finding slant (oblique) asymptotes of rational functions when graphing
Reducing the degree of a polynomial one factor at a timePartial fraction decomposition in precalculus and calculus for integration

One of the most practical immediate applications is finding slant asymptotes. When you have a rational function where the numerator's degree is exactly one more than the denominator's degree, performing polynomial division reveals the equation of the slant asymptote — it is simply the quotient q(x). The remainder term r(x)/d(x) approaches zero as x grows large, so the graph of the rational function approaches the line y = q(x). Without polynomial division, finding this asymptote would be much harder.

🔮 Looking Ahead
In precalculus and calculus, you will use synthetic division to systematically test potential rational roots of polynomials using the Rational Root Theorem. Each successful division (remainder = 0) reveals a root and reduces the polynomial's degree, eventually breaking it down completely. The skills you build here are the engine for that entire process.

Practice Problems

Work through the following five problems to solidify your understanding of polynomial division. They progress from conceptual understanding to critical thinking. Try each problem on paper before checking the answer.

PROBLEM 1CONCEPTUAL
When you divide a degree-4 polynomial by a degree-1 polynomial (a linear expression), what degree will the quotient be? What degree will the remainder be? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Use synthetic division to divide (x³ + 4x² − x − 10) by (x − 2). State the quotient and remainder.
PROBLEM 3INTERMEDIATE
Use polynomial long division to divide (2x⁴ − 3x³ + x − 5) by (x² − 1). Be careful with missing terms.
PROBLEM 4APPLIED
A rectangular box has volume V(x) = x³ + 6x² + 11x + 6 cubic inches, and its height is (x + 1) inches. Find an expression for the area of the base. Then determine whether (x + 2) is also a factor of V(x).
PROBLEM 5CRITICAL THINKING
A polynomial f(x) of degree 3 has f(1) = 0, f(−2) = 0, and f(3) = 0. The leading coefficient is 2. Write f(x) in expanded form. Then use synthetic division to verify that dividing f(x) by (x − 1) gives a remainder of 0, and identify the resulting quadratic.

Lesson Summary

Polynomial division allows you to divide one polynomial by another to obtain a quotient and a remainder, satisfying the identity f(x) = d(x) × q(x) + r(x). Polynomial long division works for any divisor and follows the divide → multiply → subtract → bring down cycle until the remaining expression has a degree less than the divisor. Synthetic division is a faster shortcut restricted to linear divisors of the form (x − c), working only with coefficients in a multiply-and-add pattern.

The Remainder Theorem tells you that the remainder when dividing f(x) by (x − c) equals f(c), and the Factor Theorem tells you that if f(c) = 0, then (x − c) is a factor. These tools connect division to root-finding, complete factoring, and graphing. Always remember to include placeholder zeros for missing terms, and verify your answer by multiplying the quotient by the divisor and adding the remainder to confirm you recover the original polynomial.

Varsity Tutors • Math 3 • Polynomial Division