The Synthetic Division Calculator computes the quotient and remainder when dividing a polynomial by a linear factor of the form x − c. Enter your polynomial coefficients and the value of c, and it returns the synthetic table, quotient coefficients, and the remainder.
Unlike long division, synthetic division is fast and reduces mistakes by using a simple row-by-row process. Use the results to factor polynomials, solve equations, and check your work.
What Is Synthetic Division?
Synthetic division is a shortcut for dividing a polynomial by a linear binomial of the form x − c. It works when the divisor is linear and uses only the coefficients of the polynomial, not the full polynomial terms.
The method produces two key outputs:
- Quotient: the polynomial you get after division.
- Remainder: a constant number that tells you whether the divisor is a factor.
Core Idea and Variables
Suppose you want to divide:
P(x) by (x − c), where
- P(x) has degree n and coefficients an, an−1, …, a0.
- c is the number in the divisor (x − c).
Write the polynomial as:
P(x) = anxn + an−1xn−1 + … + a0
Then synthetic division generates the quotient coefficients and the remainder using a simple recurrence.
The Synthetic Division Formulas
Let the input coefficients be:
an, an−1, …, a0
Create a synthetic table with the top row as the coefficients and the bottom row as the generated values.
Step-by-step recurrence
- Bring down the first coefficient: b0 = an
- For each next position: bk = an−k + c · bk−1
After processing all coefficients:
- The quotient coefficients are b0, b1, …, bn−1
- The remainder is bn
Remainder theorem check
For division by (x − c), the remainder equals the polynomial’s value at c:
R = P(c)
This gives a quick accuracy check and helps with factoring.
How to Use the Synthetic Division Calculator
To use the calculator, input the coefficients of P(x) and the value c from (x − c).
- Enter the polynomial degree (or let the calculator infer it from your coefficient list).
- Enter coefficients from the highest power down to the constant term.
- Enter c (the number subtracted in x − c).
- Click Calculate.
The calculator returns:
- Synthetic table values (the computed bottom row).
- Quotient coefficients (for the reduced-degree polynomial).
- Remainder and a factor check when the remainder is zero.
Practical Example 1: Divide and Factor
Divide P(x) = 2x3 + 3x2 − 11x − 6 by (x − 2).
Here, c = 2 and the coefficients are:
- a3 = 2
- a2 = 3
- a1 = −11
- a0 = −6
Synthetic division produces the quotient coefficients and remainder. If the remainder is 0, then (x − 2) is a factor.
Interpreting the result:
- The quotient is a quadratic.
- The remainder confirms whether x = 2 is a root.
This is one of the fastest ways to factor polynomials using the Remainder Theorem.
Practical Example 2: Solve an Equation Using a Factor
Solve 2x3 + 5x2 − 3x − 2 = 0 by testing a candidate root using synthetic division.
Try x = 1. Then c = 1 and the divisor is (x − 1).
If synthetic division gives remainder 0, then x = 1 is a solution. The quotient polynomial becomes a quadratic you can solve next.
This approach is especially useful when you can guess a rational root (like ±1, ±2, ±1/2, etc.).
Common Mistakes (and How to Avoid Them)
- Wrong order of coefficients: Always enter from the highest power to the constant term.
- Mixing up the divisor form: Synthetic division matches (x − c). If your divisor is (x + c), rewrite it as (x − (−c)).
- Forgetting zeros: If a power is missing, include a 0 coefficient.
- Arithmetic slips: Use the calculator’s synthetic table to verify each step.
Frequently Asked Questions
What does the remainder mean in synthetic division?
The remainder is the constant value left after dividing by (x − c). By the Remainder Theorem, it equals P(c). If the remainder is 0, then (x − c) is a factor of the polynomial, and c is a solution to P(x) = 0.
Can synthetic division divide by something other than (x − c)?
Synthetic division is designed for dividing a polynomial by a linear binomial of the exact form (x − c). If your divisor is different, rewrite it into (x − c) first. For example, (x + 3) becomes (x − (−3)).
How do I enter coefficients with missing terms?
If the polynomial skips a power, include a 0 coefficient in that position. For example, x^3 + x − 5 has coefficients 1, 0, 1, −5 because the x^2 term is missing. The calculator expects coefficients from highest degree to the constant.
Is the quotient from synthetic division always one degree lower?
Yes. When dividing a degree-n polynomial by a linear factor (x − c), the quotient has degree n − 1. That is why synthetic division returns n coefficients for the quotient when the original polynomial has n + 1 total coefficients including the constant term.
How can I check my synthetic division work quickly?
Use the remainder theorem: compute P(c) and compare it to the remainder from synthetic division. If they match, your table is correct. You can also multiply the quotient by (x − c) and add the remainder to see if you recover the original polynomial.
Next Steps: Use Results to Factor and Verify
Once you have the quotient and remainder, you can:
- Factor by finding linear factors where the remainder is 0.
- Solve equations by setting the quotient equal to 0 after confirming a root.
- Verify by reconstructing P(x) = (x − c)Q(x) + R.
Run different values of c to find all rational roots, then finish the remaining factor using standard methods.
Summary
The Synthetic Division Calculator automates the synthetic table process for dividing by (x − c). You get the quotient coefficients and remainder instantly, along with a remainder-theorem factor check.
Use it to factor polynomials faster, reduce errors, and build confidence in your algebra skills.



