Synthetic Division Calculator
Divide polynomials by linear factors with AI-powered step-by-step solutions
Drag & drop or click to add images or PDF
What is Synthetic Division?
Synthetic division is a shortcut for dividing a polynomial by a linear factor . It's faster than long division and produces the same quotient and remainder, just with less writing.
Given divided by , synthetic division produces:
where is the quotient (degree ) and is the constant remainder.
Key uses:
- Quick polynomial division when the divisor is a linear .
- Evaluate — by the Remainder Theorem, , so the remainder is exactly the function value.
- Factor polynomials — if , then is a factor and tells you the cofactor.
- Find rational roots combined with the Rational Roots Theorem.
How to Perform Synthetic Division
Setup
To divide by :
- Write the divisor's zero on the left.
- List the coefficients of on the right, including zeros for any missing terms.
Algorithm
- Bring down the first coefficient () unchanged.
- Multiply by and write the result under the next coefficient ().
- Add the column. Write the sum on the bottom row.
- Repeat: multiply that sum by , write under the next coefficient, add.
- Continue until you finish all coefficients.
Reading the Result
The bottom row contains:
- The first entries: coefficients of the quotient (in descending order of degree).
- The last entry: the remainder .
Example:
Coefficients of : . Divisor zero: .
2 | 1 0 -4 5
| 2 4 0
|________________
1 2 0 5
Quotient: . Remainder: .
So .
Connection to the Remainder Theorem
The remainder in equals . Setting :
So synthetic division is a quick way to evaluate without plugging in.
Factor Theorem
A corollary: is a factor of iff iff the synthetic-division remainder is .
Common Mistakes to Avoid
- Missing zero placeholders: For , you must include a for the missing term. Otherwise the columns misalign.
- Sign error on : To divide by , use (the zero of the divisor). To divide by , use .
- Cannot use directly for divisors: Synthetic division as taught works for (leading coefficient 1). For , factor out first or use polynomial long division.
- Forgetting to drop the first coefficient: The first step is always 'bring down ' — multiply nothing yet.
- Misreading the quotient: The bottom row's first entries are coefficients, and the degree drops by 1. A degree-4 polynomial divided by gives a degree-3 quotient.
Examples
Frequently Asked Questions
When the divisor is a linear polynomial of the form x - k. For divisors like x² + 1 or 2x - 3 with non-unit leading coefficient, you need polynomial long division or you must factor out the leading coefficient first.
If you divide a polynomial p(x) by (x - k), the remainder equals p(k). This is why synthetic division is also a fast way to evaluate a polynomial at a specific number.
(x - k) is a factor of p(x) if and only if p(k) = 0 — equivalently, if and only if the synthetic-division remainder is zero. This is the key tool for factoring higher-degree polynomials.
Insert zeros as placeholders for any missing degree. For p(x) = x⁴ + 3x - 2, write coefficients as [1, 0, 0, 3, -2]. Skipping a zero shifts every subsequent column and gives wrong results.
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving