Synthetic Division Calculator
Calculate synthetic division instantly with our math tool. Shows detailed work, formulas used, and multiple solution methods.
Reviewed for accuracy by Manoj Kumar, Mathematics Educator
Synthetic Division Calculator
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser โ no data is sent to any server.
Formula: P(x) / (x - c): bring down a_n, then multiply by c and add to next coefficient
Worked example โ Quotient: x^2 - 4x + 3, Remainder: 0. Since remainder is 0, x = 2 is a root and (x - 2) is a factor.
Formula
P(x) / (x - c): bring down a_n, then multiply by c and add to next coefficient
Synthetic division works by repeatedly multiplying the current result by the divisor value c and adding to the next coefficient. The last number in the bottom row is the remainder, and all preceding numbers are the quotient coefficients. If the remainder is zero, then (x - c) is a factor of P(x).
Worked Examples
Example 1: Dividing a Cubic Polynomial
Problem:Divide P(x) = x^3 - 6x^2 + 11x - 6 by (x - 2) using synthetic division.
Solution:Coefficients: 1, -6, 11, -6 and divisor c = 2 Bring down 1 1 * 2 = 2, add to -6: -4 -4 * 2 = -8, add to 11: 3 3 * 2 = 6, add to -6: 0 Bottom row: 1, -4, 3, 0
Result:Quotient: x^2 - 4x + 3, Remainder: 0. Since remainder is 0, x = 2 is a root and (x - 2) is a factor.
Example 2: Testing a Potential Root
Problem:Use synthetic division to test whether x = 3 is a root of P(x) = 2x^3 - 5x^2 - 4x + 3.
Solution:Coefficients: 2, -5, -4, 3 and divisor c = 3 Bring down 2 2 * 3 = 6, add to -5: 1 1 * 3 = 3, add to -4: -1 -1 * 3 = -3, add to 3: 0 Bottom row: 2, 1, -1, 0
Result:Quotient: 2x^2 + x - 1, Remainder: 0. x = 3 IS a root. Factor further: (x - 3)(2x - 1)(x + 1).
Frequently Asked Questions
What is synthetic division and when should I use it?
Synthetic division is a shorthand method for dividing a polynomial by a linear factor of the form (x - c). It dramatically simplifies the traditional long division process by working only with the coefficients of the polynomial rather than writing out full variable expressions. This method is particularly useful when you need to test potential roots of a polynomial using the Rational Root Theorem, or when factoring higher-degree polynomials step by step. Synthetic division reduces errors and saves significant time compared to polynomial long division, making it the preferred approach in most algebra courses.
How do I set up synthetic division correctly?
To set up synthetic division, first write down all coefficients of the polynomial in descending order of degree, including zeros for any missing terms. For example, x^3 + 2x - 5 has coefficients 1, 0, 2, -5 because the x^2 term is missing and needs a zero placeholder. Then write the value c from the divisor (x - c) to the left side. If you are dividing by (x + 3), use c = -3 since (x + 3) = (x - (-3)). Getting the sign correct on the divisor value is the most common source of errors in synthetic division problems.
What does the remainder in synthetic division tell me?
The remainder in synthetic division has a direct connection to the Remainder Theorem, which states that when polynomial P(x) is divided by (x - c), the remainder equals P(c). This means you can evaluate any polynomial at a specific value simply by performing synthetic division. If the remainder is zero, then c is a root of the polynomial and (x - c) is a factor. This connection between division and evaluation makes synthetic division an incredibly efficient tool for finding polynomial roots, testing potential rational roots, and completely factoring polynomials into linear factors.
Can synthetic division be used with any divisor?
Standard synthetic division only works when dividing by a linear expression of the form (x - c). You cannot directly use synthetic division to divide by quadratic or higher-degree polynomials like (x^2 + 1) or (x^2 - 3x + 2). For those cases, you must use polynomial long division instead. However, there is an extended version of synthetic division that can handle divisors of the form (ax - c) where a is not equal to 1, though it requires an additional step of dividing all quotient coefficients by a at the end. Most textbooks stick to the standard form where the leading coefficient of the divisor is one.
How does synthetic division relate to the Factor Theorem?
The Factor Theorem is a special case of the Remainder Theorem and states that (x - c) is a factor of polynomial P(x) if and only if P(c) = 0. When you perform synthetic division and get a remainder of zero, you have simultaneously proven that (x - c) is a factor AND found the quotient polynomial. This allows you to completely factor polynomials by repeatedly applying synthetic division. For instance, if you have a cubic polynomial and find one root, synthetic division gives you a quadratic quotient that you can then solve using the quadratic formula to find the remaining roots.
What are common mistakes students make with synthetic division?
The most frequent error is using the wrong sign for the divisor. When dividing by (x + 3), students often use +3 instead of the correct value -3. Another common mistake is forgetting to include a zero coefficient for missing degree terms in the polynomial. For example, dividing x^4 - 1 by (x - 1) requires coefficients 1, 0, 0, 0, -1 with three zero placeholders. Students also sometimes forget to bring down the first coefficient or make arithmetic errors when multiplying and adding. Always double-check by verifying that the quotient times the divisor plus the remainder equals the original polynomial.
How do I interpret the quotient from synthetic division?
The bottom row of synthetic division (excluding the last number which is the remainder) gives the coefficients of the quotient polynomial. The quotient always has a degree that is exactly one less than the original polynomial. So if you start with a cubic (degree 3), the quotient will be quadratic (degree 2). The coefficients read left to right correspond to descending powers of x. For example, if synthetic division of a quartic yields bottom row values 1, 3, -2, 5, 7, then the quotient is x^3 + 3x^2 - 2x + 5 and the remainder is 7.
Can I use synthetic division to find all roots of a polynomial?
Yes, synthetic division is the primary tool for systematically finding all rational roots of a polynomial. Start by listing all possible rational roots using the Rational Root Theorem (factors of the constant term divided by factors of the leading coefficient). Test each candidate using synthetic division until you find one that gives a zero remainder. Then take the resulting quotient polynomial and repeat the process. Continue until you reduce the polynomial to a quadratic, which you can solve with the quadratic formula. This method will find all rational roots, though irrational and complex roots require additional techniques.
What is the connection between synthetic division and polynomial evaluation?
Synthetic division is mathematically identical to Horner method for polynomial evaluation, which is the most efficient algorithm for computing P(c) for a given value c. Instead of computing each power of c separately and multiplying by coefficients (which requires many multiplications), the Horner method nests the computation as P(x) = ((ax + b)x + c)x + d. This nested form is exactly what synthetic division computes. In computer science, this connection is important because the Horner method minimizes the number of arithmetic operations needed to evaluate a polynomial.
How does synthetic division help with graphing polynomials?
Synthetic division aids polynomial graphing in several important ways. First, finding the roots through repeated synthetic division tells you where the graph crosses the x-axis. Second, the quotient after dividing out all roots reveals the multiplicity structure, which determines whether the graph crosses or bounces at each root. Third, you can use synthetic division to quickly evaluate the polynomial at several x values to plot additional points on the graph. Fourth, the depressed polynomial (quotient) can provide information about the behavior of the function between roots, helping you sketch a more accurate curve.
References
Reviewed for accuracy by Manoj Kumar, Mathematics Educator ยท Editorial policy
Related Calculators
๐งฎPolynomial Division Calculator
Calculate polynomial division with inputs, formulas, and instant results.
๐งฎDivision Calculator
Calculate division with inputs, formulas, and instant results.
๐งฎFloor Division Calculator
Calculate floor division with inputs, formulas, and instant results.
๐งฎBinary Division Calculator
Calculate binary division with inputs, formulas, and instant results.
๐งฎLong Division Calculator
Calculate long division with inputs, formulas, and instant results.
๐งฎAnnulus Area Calculator
Calculate annulus area with inputs, formulas, and instant results.
๐งฎArea Calculator
Calculate area with inputs, formulas, and instant results.
๐งฎArea of a Rectangle Calculator
Calculate the area, perimeter, and diagonal of a rectangle. Find missing sides from known area. Convert between metric and imperial area units.