Synthetic Division Calculator
Free synthetic division calculator with step-by-step solutions. Divide polynomials by (x − c), find quotient and remainder, and verify with the Remainder Theorem.
Dividing by (x − 3)
Division Summary
Complete synthetic division results
Synthetic Division Table
Visual layout of the synthetic division process
| 3 | 2 | −6 | 2 | −1 |
| 6 | 0 | 6 | ||
| 2 | 0 | 2 | 5remainder |
Step-by-Step Solution
Detailed walkthrough of each step
Bring down the leading coefficient 2.
Multiply 2 by 3 to get 6. Add to −6: −6 + 6 = 0.
Multiply 0 by 3 to get 0. Add to 2: 2 + 0 = 2.
Multiply 2 by 3 to get 6. Add to −1: −1 + 6 = 5.
What Is Synthetic Division?
Understanding the shorthand method for polynomial division
Synthetic division is a streamlined method for dividing a polynomial by a linear binomial of the form (x − c). It uses only the coefficients of the polynomial and basic arithmetic (multiplication and addition), making it much faster than traditional polynomial long division.
Division Statement
P(x) = Q(x) · (x − c) + R
P(x)
Dividend polynomial
(x − c)
Linear divisor
Q(x)
Quotient polynomial
R
Remainder (constant)
How Synthetic Division Works
Step-by-step process explained
- 1Write the setup. Place the value c (from the divisor x − c) to the left. Write all coefficients of the dividend polynomial in order from highest to lowest degree. Include zeros for any missing terms.
- 2Bring down. Bring the leading coefficient straight down to the bottom row.
- 3Multiply and add. Multiply the bottom-row value by c, write the result under the next coefficient, and add. Repeat for all remaining coefficients.
- 4Read the result. The bottom row gives the quotient coefficients (one degree less than the dividend) and the final number is the remainder.
Worked Example
Divide 2x³ − 6x² + 2x − 1 by (x − 3):
Coefficients: [2, −6, 2, −1], c = 3
Step 1: Bring down 2
Step 2: 2 × 3 = 6, −6 + 6 = 0
Step 3: 0 × 3 = 0, 2 + 0 = 2
Step 4: 2 × 3 = 6, −1 + 6 = 5
Quotient: 2x² + 2 Remainder: 5
The Remainder Theorem & Factor Theorem
Key theorems connected to synthetic division
Remainder Theorem
When a polynomial P(x) is divided by (x − c), the remainder equals P(c). This means synthetic division simultaneously divides the polynomial and evaluates it at x = c.
Factor Theorem
(x − c) is a factor of P(x) if and only if P(c) = 0. In synthetic division terms, if the remainder is zero, then (x − c) divides the polynomial evenly and c is a root (zero) of P(x).
When to Use Synthetic Division
Practical applications and tips
Evaluating polynomials
Faster than substitution for high-degree polynomials (Horner’s method).
Finding roots
Test possible rational roots quickly using the Rational Root Theorem.
Factoring polynomials
Once a root is found, the quotient can be factored further.
Depressed polynomials
Repeatedly apply to break higher-degree polynomials into quadratics or linears.
Frequently Asked Questions
Common questions about synthetic division, the Remainder Theorem, and polynomial factoring
Embed Synthetic Division Calculator
Add this calculator to your website or blog for free.
You Might Also Like
Related calculators from other categories
Last updated Apr 12, 2026