Synthetic Division Calculator – Guide & Formulas
Perform synthetic division on any polynomial. Enter coefficients and divisor to see the complete synthetic division table with quotient and remainder.
Perform synthetic division on any polynomial instantly with our free calculator. Enter coefficients and divisor value to see the complete synthetic division table with quotient and remainder.
Key Takeaway
Use the free Synthetic Division Calculator to perform synthetic division on any polynomial. enter coefficients and divisor to see the complete synthetic division table with quotient and remainder. Get instant results with step-by-step explanations.
How to Use the Synthetic Division Calculator
- Enter the polynomial coefficients from highest degree to constant (e.g., 1, -6, 11, -6 for x³ - 6x² + 11x - 6).
- Enter the divisor value r (for dividing by x - r).
- Review the synthetic division table showing each step.
- Check the quotient coefficients and remainder at the bottom row.
The Formula
Variable Definitions
- r: The divisor value (dividing by x - r)
- Q(x): The quotient polynomial (degree one less than P(x))
- R: The remainder (a constant, equals P(r) by Remainder Theorem)
- Bottom row: Contains quotient coefficients followed by the remainder
- Coefficients: Numbers in front of each power of x, including 0 for missing terms
Dividing x³ - 6x² + 11x - 6 by x - 2
Perform synthetic division with r = 2.
- Step 1: Write coefficients: 1, -6, 11, -6. Divisor r = 2.
- Step 2: Bring down the leading coefficient: 1.
- Step 3: Multiply 1 × 2 = 2, add to -6: -6 + 2 = -4.
- Step 4: Multiply -4 × 2 = -8, add to 11: 11 + (-8) = 3.
- Step 5: Multiply 3 × 2 = 6, add to -6: -6 + 6 = 0. Quotient: x² - 4x + 3, Remainder: 0.
Frequently Asked Questions
What is synthetic division?
Synthetic division is a shortcut method for dividing a polynomial by a linear factor (x - r). It uses only the coefficients and is faster than polynomial long division. The result gives the quotient and remainder.
When can I use synthetic division?
Only when dividing by a linear factor of the form (x - r). For higher-degree divisors like (x² + 1), use polynomial long division instead.
How do I handle missing terms?
Insert 0 as the coefficient for any missing power. For example, x³ + 1 has coefficients 1, 0, 0, 1 (missing x² and x terms).
What does a remainder of 0 mean?
A remainder of 0 means (x - r) is a factor of the polynomial. By the Factor Theorem, P(r) = 0, so r is a root of the polynomial.
How does this relate to the Remainder Theorem?
The Remainder Theorem states that when dividing P(x) by (x - r), the remainder equals P(r). So synthetic division gives you both the quotient and a way to evaluate the polynomial at x = r.
What if r is negative?
If dividing by (x + 3), then r = -3. Use r = -3 in the synthetic division. The sign of r is always opposite to the constant in (x - r).
Can I use synthetic division for higher-degree divisors?
No. Synthetic division only works for linear divisors (x - r). For quadratic or higher-degree divisors, use polynomial long division or other methods.
How do I interpret the bottom row?
The bottom row contains the coefficients of the quotient (all values except the last) and the remainder (last value). If dividing a degree-n polynomial, the quotient has degree n-1.