Synthetic Division Calculator
Divide a polynomial by a linear divisor and find quotient coefficients and the remainder instantly.
Separate coefficients with commas and include zero for every missing power.
For a divisor written as x minus c, enter c with its displayed sign.
About synthetic division
Synthetic division examples
| Coefficients and divisor value | Quotient and remainder | Interpretation |
|---|---|---|
| 1, -6, 11, -6 with c equal to 1 | Quotient 1, -5, 6; remainder 0 | The divisor is an exact factor. |
| 2, 3, -5 with c equal to 2 | Quotient 2, 7; remainder 9 | Evaluating the polynomial at 2 also gives 9. |
| 1, 0, -4 with c equal to 2 | Quotient 1, 2; remainder 0 | The zero preserves the missing linear term. |
| 1, 5, 6 with c equal to negative 2 | Quotient 1, 3; remainder 0 | Entering negative 2 represents division by x plus 2. |
How to use synthetic division
- Enter polynomial coefficients from the highest power through the constant term.
- Insert a zero coefficient wherever a power is missing.
- Enter c from the divisor x minus c.
- Select Divide Polynomial and read the quotient coefficients and remainder.
Synthetic division FAQ
When can synthetic division be used?
The standard method applies when dividing by a monic linear expression written as x minus c. More general divisors require an extended method or polynomial long division.
Why must I enter zero coefficients?
Each position corresponds to a specific descending power of the variable. A zero holds the place of a missing power so later terms remain aligned correctly.
What does a zero remainder mean?
It means the division is exact and the chosen linear divisor is a factor. Equivalently, c is a root of the original polynomial.
How do I enter a divisor written as x plus a number?
Rewrite the plus expression as subtraction of a negative number. For x plus 2, enter negative 2 as the divisor value c.
How is synthetic division related to Horner's method?
Both repeatedly multiply by one value and add the next coefficient. Horner's method evaluates a polynomial, while synthetic division retains the intermediate values as quotient coefficients.