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.

Polynomial (degree 3)
3
P(x) = 2x³ − 6x² + 2x − 1

Dividing by (x − 3)

Examples
2x³ − 6x² + 2x − 1 ÷ (x − 3)
Quotient2x² + 2Remainder: 5
Not a factor
P(3) = 5

Division Summary

Complete synthetic division results

Dividend
2x³ − 6x² + 2x − 1
Divisor
(x − 3)
Quotient
2x² + 2
Remainder
5
2x³ − 6x² + 2x − 1 = (2x² + 2) × (x − 3) + 5
(x − 3) is not a factor (remainder ≠ 0)
x = 3 is not a root of P(x)
By the Remainder Theorem: P(3) = 5

Synthetic Division Table

Visual layout of the synthetic division process

32−62−1
606
2025remainder

Step-by-Step Solution

Detailed walkthrough of each step

1

Bring down the leading coefficient 2.

2

Multiply 2 by 3 to get 6. Add to −6: −6 + 6 = 0.

3

Multiply 0 by 3 to get 0. Add to 2: 2 + 0 = 2.

4

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

  1. 1
    Write 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.
  2. 2
    Bring down. Bring the leading coefficient straight down to the bottom row.
  3. 3
    Multiply and add. Multiply the bottom-row value by c, write the result under the next coefficient, and add. Repeat for all remaining coefficients.
  4. 4
    Read 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.

Remainder = P(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).

P(c) = 0(x − c) is a factor

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.

Synthetic division only works with linear divisors of the form (x − c). For divisors of higher degree, use polynomial long division instead.

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.

Last updated Apr 12, 2026