banner

Free Synthetic Division Calculator

Polynomial Coefficients

P(x) / (x-c)quotient + remainder

Select the polynomial degree, enter coefficients for each term and the root c from the divisor (x - c), then click Calculate to perform synthetic division.

What Is Synthetic Division?

Synthetic division is a compact algorithm for dividing a polynomial by a linear binomial of the form (x - c). It uses only the coefficients, reducing the number of steps required compared to the traditional polynomial long division process. A synthetic division calculator automates this method, allowing you to quickly find the quotient and remainder when dividing any polynomial by (x - c). This technique is also directly linked to the Remainder Theorem: the remainder obtained equals the value of the polynomial evaluated at x=cx = c.

How the Synthetic Division Method Works

The synthetic division method operates on the coefficients of the dividend polynomial, which must be written in descending order of degree. For a polynomial

P(x)=anxn+an−1xn−1+⋯+a1x+a0,P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0,

the steps are:

  1. Write down the numerical coefficients an,an−1,…,a0a_n, a_{n-1}, \dots, a_0.
  2. Bring the leading coefficient ana_n straight down.
  3. Multiply this value by cc and add the result to the next coefficient.
  4. Repeat the multiply‑and‑add pattern until all coefficients have been used.

The final row of numbers gives the coefficients of the quotient (one degree less than the original) and the last number is the remainder RR. If the divisor is x−cx - c, then R=P(c)R = P(c).

Formula Behind the Division

Mathematically, the division can be expressed as:

P(x)=(x−c) Q(x)+R,P(x) = (x - c) \, Q(x) + R,

where Q(x)Q(x) is the quotient polynomial and RR is a constant. The polynomial division calculator uses this relationship to deliver both symbolic and numeric results instantly.

Example of Synthetic Division

Consider P(x)=2x4−3x3+4x−1P(x) = 2x^4 - 3x^3 + 4x - 1 divided by x−2x - 2.

Coefficients: 2,  −3,  0,  4,  −12,\; -3,\; 0,\; 4,\; -1 (note the missing x2x^2 term is filled with 0).
c=2c = 2.

Perform the synthetic steps:

2 | 2  -3   0   4  -1
   |     4   2   4  16
   ---------------------
     2   1   2   8  15

The quotient is 2x3+x2+2x+82x^3 + x^2 + 2x + 8 and the remainder is 1515. Using the Remainder Theorem, P(2)=15P(2) = 15.

A divide polynomials calculator that supports synthetic division can handle such examples with entries of any degree, including missing terms, without requiring manual setup.

When to Use This Tool

The synthetic division method is most efficient when you need to:

  • Divide a polynomial by a linear factor quickly.
  • Evaluate a polynomial at a specific point for root‑finding.
  • Take the first step in factoring a polynomial using the Factor Theorem.

Although a polynomial long division calculator works for divisors of any degree, the synthetic algorithm is specifically tailored for the (x - c) case and runs faster while providing the same information.

Features of the Online Synthetic Division Calculator

  • Accepts polynomials with integer or decimal coefficients.
  • Automatically inserts zero coefficients for missing terms.
  • Displays the step‑by‑step synthetic tableau, helping you learn the method.
  • Outputs both the quotient polynomial and the remainder.
  • Works as a polynomial division calculator for all linear divisors, supporting even high‑degree polynomials.

By using this tool, you avoid the repetitive arithmetic of manual synthetic division and reduce the risk of sign or addition errors. Whether you are a student practicing the synthetic division method or an engineer checking polynomial calculations, this divide polynomials calculator provides instant, accurate results.

FAQ

1. What is synthetic division and when should I use it?

Synthetic division is a shortcut for dividing a polynomial by a linear binomial (x - c). It is faster than long division when the divisor is of the form x - c, and it directly gives the remainder, which equals P(c). Use it when you need to evaluate a polynomial at a point or factor a polynomial quickly.

2. How do I set up a synthetic division problem correctly?

Write the coefficients of the polynomial in descending order of degree. If any term is missing, include a zero for that coefficient. Place the value of c (from the divisor x - c) to the left. Then apply the multiply‑and‑add sequence shown above. The online calculator does all these steps automatically.

3. Can synthetic division be used for divisors other than x - c?

The classic synthetic division algorithm works only for linear divisors of the form x - c. For divisors like ax - b, a modified version (sometimes called 'expanded synthetic division') can be used, but most online polynomial division calculators use long division for non‑monic linear divisors or higher‑degree divisors.

4. What does the remainder in synthetic division represent?

The remainder is the value of the polynomial evaluated at x = c. If the remainder is zero, then (x - c) is a factor of the polynomial. This is a direct application of the Remainder Theorem and the Factor Theorem.

5. How is this calculator different from a polynomial long division calculator?

A synthetic division calculator is specialized for divisors of the form (x - c) and uses only the coefficients, making the process faster and more compact. A polynomial long division calculator can handle divisors of any degree and shows a full long‑division tableau. For linear divisors, synthetic division is the more efficient choice.

How to Use

  1. Select the degree of your polynomial (1 to 10) and enter the coefficient for each term, starting from the highest degree down to the constant term.
  2. Enter the value of c from the divisor (x - c). For example, if dividing by (x - 2), enter 2. If dividing by (x + 3), enter -3.
  3. Click Calculate to see the quotient polynomial, the remainder, and the complete step-by-step synthetic division process with a visual table.

Related Tools