A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Synthetic Division

Middle & High School Depth 77 in the knowledge graph I know this Set as goal
4topics build on this
327prerequisites beneath it
See this on the map →
Polynomial Long DivisionRational Root TheoremRemainder Theorem
polynomials division synthetic-division shortcut

Core Idea

Synthetic division is a shorthand method for dividing a polynomial by a linear divisor of the form (x - c). It uses only the coefficients and is faster than long division. The process: write c and the coefficients, bring down, multiply, add, repeat. The last number is the remainder, and the others are the quotient coefficients. Synthetic division is a computational shortcut, not a separate concept from long division.

How It's Best Learned

First show synthetic division alongside long division for the same problem so students see the correspondence. Practice with various values of c, including negative and fractional. Emphasize including zero coefficients for missing terms. Show that it only works for linear divisors (x - c).

Common Misconceptions

Explainer

You learned polynomial long division by analogy with numerical long division: divide, multiply, subtract, bring down, repeat. Synthetic division compresses that same process into a row of numbers, eliminating the x symbols entirely. It works only when the divisor is linear — of the form (x - c) — but that covers the most common case, and understanding why it works makes it easier to remember.

Consider dividing 2x³ - 3x² + x - 5 by (x - 2). In long division, every step either multiplies by 2 (the value of c) or subtracts. Synthetic division strips out the variables and just tracks what happens to the coefficients. Write c = 2 in a box, then the coefficients 2, -3, 1, -5 in a row. The algorithm is: bring down the first coefficient (2), multiply it by c (2 × 2 = 4), add it to the next coefficient (-3 + 4 = 1), multiply that result by c (1 × 2 = 2), add to the next (1 + 2 = 3), multiply by c again (3 × 2 = 6), add to the last (-5 + 6 = 1). The row reads 2, 1, 3, 1 — meaning the quotient is 2x² + x + 3 with remainder 1.

The crucial sign rule: when you write (x - c), c is the number you put in the box. For (x - 2), c = 2. For (x + 3) = (x - (-3)), c = -3. Getting the sign wrong flips all your multiplications wrong. Also, if a degree is missing in the original polynomial — say you're dividing x⁴ - 1 — you must include a 0 coefficient for every missing term: 1, 0, 0, 0, -1. Otherwise the positions of your result coefficients will all be wrong.

The reason synthetic division is worth learning is not just speed — it connects directly to the Remainder Theorem (which you will see next): when you synthetically divide p(x) by (x - c), the remainder equals p(c). So synthetic division simultaneously divides the polynomial and evaluates it at x = c. This makes it a fast way to test whether c is a zero, which feeds directly into the Factor Theorem and the Rational Root Theorem. Synthetic division is not just a shortcut — it is the computational engine for root-finding.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsMultiplying Binomials (FOIL)Factoring TrinomialsFactoring CompletelyIntroduction to Rational ExpressionsSimplifying Radical ExpressionsOperations with RadicalsComplex Numbers IntroductionOperations with Complex NumbersSolving Quadratic Equations by Completing the SquareQuadratic Formula Review and ApplicationsGraphing Quadratic Functions: Vertex and InterceptsQuadratic InequalitiesPolynomial Functions: Degree and Leading CoefficientEnd Behavior of PolynomialsGraphing Polynomial FunctionsPolynomial Long DivisionSynthetic Division

Longest path: 78 steps · 327 total prerequisite topics

Prerequisites (1)

Leads To (2)