Omni Calculator logo

Welcome to our synthetic division calculator! It helps you perform the synthetic division of polynomials while showing all the intermediate steps at the same time!

Have you ever wondered what synthetic division is? Do you need to learn how to do synthetic division? We teach you everything you need to know about dividing polynomials using synthetic division, provide examples of synthetic division with steps, and explain how to use synthetic division to find zeros.

As a bonus, we show you how to deal with non-monic and quadratic divisors!

Synthetic division of polynomials – definition

Before we can explain how to divide polynomials using synthetic division, let's refresh a few basic notions:

What are polynomials?

A polynomial is an expression involving a sum of non-negative integer powers of at least one variable, each multiplied by real (or complex) numbers, which we call coefficients.

A polynomial in one variable, x (a univariate polynomial), is given by

anxn + an-1xn-1 + ... + a1x + a0,

where an, an-1,..., a1, a0 are the coefficients. We call the individual terms of the form akxk monomials. The leading coefficient of this polynomial is the coefficient of the term with the highest power of x, i.e., the coefficient an, provided that an ≠ 0. We say a polynomial is monic if its leading coefficient is equal to one: an = 1.

The degree of a polynomial is the value of the greatest exponent present in the polynomial with a non-zero coefficient. The polynomial written above has degree n, provided that an ≠ 0. Constant non-null polynomials have degree zero. A null polynomial has its degree left undefined or, sometimes, defined as -∞ (negative infinity). We usually denote the degree of a polynomial with deg.

Polynomial division

The division of polynomials is analogous to dividing integers with remainder, which you've most probably encountered in arithmetic. Let P(x) and D(x) be two polynomials. If D(x) is non-zero, then there exist two polynomials, Q(x) and R(x), which satisfy:

P(x) = D(x) ⋅ Q(x) + R(x)

and deg(R) < deg(D). Moreover, Q(x) and R(x) are unique, i.e., there's no other pair of polynomials that satisfy these two conditions.

The terms we use in polynomial division are analogous to those in arithmetic: P(x) is called the dividend, D(x) is the divisor, Q(x) is a quotient, and R(x) is the remainder.

Note that:

  • R(x) = 0 if, and only if, P(x) has D(x) as a factor; and
  • If deg(P) < deg(Q), then D(x) = 0 and P(x) = R(x).

The standard way of calculating the quotient and remainder, given a dividend and divisor, is via the algorithm called the polynomial long division.

What is the synthetic division of polynomials?

Synthetic division is a shortcut way of dividing polynomials. It gives the same results as the polynomial long division but is much faster as it involves only the coefficients of the dividend and divisor, on which we perform basic arithmetic operations. As a result, we obtain the coefficients of the quotient and the remainder.

At a first look, you may find synthetic division a bit complicated, but rest assured: once you get the hang of it, you'll never look back!

Synthetic division is most commonly used when dividing by linear monic polynomials x - b. Dividing by such polynomials is very important in the context of finding zeroes and factoring polynomials: to verify whether b is a root of a polynomial, we can synthetically divide this polynomial by x - b and check if the remainder is equal to zero. For details, check out the section below, where we discuss how to use synthetic division to find the zeros of a polynomial.

Keep in mind that synthetic division works for any polynomial divisors: for non-monic polynomials as well as for polynomials of degrees higher than one. However, it becomes more and more complicated as the degree of the divisor grows. In this article, we'll discuss in detail some synthetic division examples of non-monic linear polynomials b1x + b0 and quadratic polynomials c2x2 + c1x + c0.

So, let's dive in and learn how to divide polynomials using synthetic division!

How to do synthetic division? Linear monic divisors

This section describes how to do synthetic division if the divisor is of the form x - b. For examples of synthetic division with divisors of a more complicated form, see the subsequent sections.

💡 It was Paolo Ruffini who described such division back in 1804. That's why you can sometimes encounter the term Ruffini's rule instead of synthetic division.

Since synthetic division is best explained with an example, we'll divide 3x3 - 8x - 9 by x - 2. Let's discuss in detail how to do synthetic division.

  1. Set up the synthetic division table. It consists of three rows:

    • In the first row, put the coefficients of the dividend in descending powers of x, inserting 0's for any missing powers. In our example, the x2 term is missing, so we add 0 between 3 and -8, i.e., between the coefficients of x3 and x.

    • In the second row and one column to the left, write b from the divisor x - b. In our case, b = 2. It is common to write the multiplication sign in front of b and to separate it from the coefficients with a vertical bar. This is because the role this number plays in synthetic division is different than that of the coefficients.

    • We leave the third row blank - we'll fill it up as we go.

2[3089]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ && & \\ && & \end{bmatrix}
  1. Drop the leading coefficient of the dividend to the bottom row.
2[30893]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ && & \\ \textcolor{green}{3} && & \end{bmatrix}
  1. Multiply this dropped number by the number b on the left (in our case, it's multiplication by 2). Place the result under the next coefficient of the dividend.
2[308963]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ &\textcolor{green}{6}& & \\ 3 && & \end{bmatrix}
  1. Sum the numbers in the column we created in the previous step. Write the result in the bottom row.
2[3089636]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ & 6& & \\ 3 &\textcolor{green}{6}& & \end{bmatrix}
  1. Repeat Steps 3. and 4. until the table is full. We'll show you how to do it:
  • Multiply the 6 we obtained above by b = 2 and write the result in the next column.
2[308961236]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ & 6& \textcolor{green}{12} & \\ 3 &6& & \end{bmatrix}
  • Add -8 and 12 together and write the sum in the last row.
2[3089612364]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ & 6& 12 & \\ 3 &6& \textcolor{green}{4}& \end{bmatrix}
  • Multiply the 4 we obtained above by b = 2 and write the result in the next column.
2[30896128364]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ & 6& 12 & \textcolor{green}{8}\\ 3 &6& 4& \end{bmatrix}
  • Add -9 and 8 together and place the result in the last row.
2[308961283641]\small \qquad \begin{array}{c} \\ \bold{\cdot 2} \\ \\ \end{array} \begin{bmatrix} 3& 0 &-8& -9\\ & 6& 12 &8\\ 3 &6& 4& \textcolor{green}{-1} \end{bmatrix}
  1. OK, the table is full. The result of the polynomial division we're looking for is here: the coefficients of the quotient and the remainder of this division can be found in the last row of our table!
3641\small \qquad \begin{array}{c} \textcolor{red}{3} & \textcolor{red}{6} & \textcolor{red}{4} & \textcolor{blue}{-1} \end{array}

The last value on the right is the remainder, and all the other values are the consecutive coefficients of the quotient, starting from the leading coefficient (working left to right):

  • Coefficients of the quotient: 3, 6, 4
  • Quotient: 3x2 + 6x + 4
  • Remainder: -1

Synthetic division for non-monic linear divisors

We will now see how to perform a synthetic division if the divisor is in the form b1x + b0, i.e., linear but not necessarily monic. As an example, let's divide 4x3 + 2x2 - 2x + 1 by 2x + 1.

  1. Set up the division table. It's very similar to that for monic divisors, but the main difference is the presence of the fourth row, where we place the leading coefficient b1 of the divisor preceded by the division sign :. Also, be careful with the signs: we write -b0 at the beginning of the second row!
(1):2[4221]\small \quad \begin{array}{c} \\ \bold{\cdot (-1)} \\ \\ \bold{:2} \end{array} \begin{bmatrix} 4 &2 &-2& 1 \\ & & & \\ & & & \\ & & \end{bmatrix}
  1. Drop the leading coefficient of the dividend to the third row.
(1):2[42214]\small \quad \begin{array}{c} \\ \bold{\cdot (-1)} \\ \\ \bold{:2} \end{array} \begin{bmatrix} 4 &2 &-2& 1 \\ & & & \\ \textcolor{green}{4}& & & \\ & & \end{bmatrix}
  1. Divide the number you've just placed in the third row by 2 and put the result in the last row.
(1):2[422142]\small \quad \begin{array}{c} \\ \bold{\cdot (-1)} \\ \\ \bold{:2} \end{array} \begin{bmatrix} 4 &2 &-2& 1 \\ & & & \\ 4& & & \\ \textcolor{green}{2} & & \end{bmatrix}
  1. Multiply this dropped number by the number on the left. Place the result under the next coefficient of the dividend.
(1):2[4221242]\small \quad \begin{array}{c} \\ \bold{\cdot (-1)} \\ \\ \bold{:2} \end{array} \begin{bmatrix} 4 &2 &-2& 1 \\ & \textcolor{green}{-2}& & \\ 4& & & \\ 2 & & \end{bmatrix}
  1. Sum the numbers in the column we created in the previous step. Write the result in the third row.
(1):2[42212402]\small \quad \begin{array}{c} \\ \bold{\cdot (-1)} \\ \\ \bold{:2} \end{array} \begin{bmatrix} 4 &2 &-2& 1 \\ & -2 & & \\ 4& \textcolor{green}{0}& & \\ 2 & & \end{bmatrix}
  1. Repeat Steps 3. & 4. & 5. until the table is (almost) full – you don't need to perform the last division.

    In our example, we obtain the following table (check it yourself!):

(1):2[42212014022201]\small \quad \begin{array}{c} \\ \bold{\cdot (-1)} \\ \\ \bold{:2} \end{array} \begin{bmatrix} 4 &2 &-2& 1 \\ & -2 &0 &1\\ 4& 0& -2 &2 \\ 2 & 0 & -1 \end{bmatrix}
  1. This time, to find the coefficients of the quotient and the remainder, you need to take a look at the last two rows of our table.
4022201\small \qquad \begin{array}{c} 4 & 0& -2& \textcolor{blue}{2} \\ \textcolor{red}{2} & \textcolor{red}{0} & \textcolor{red}{-1} & \end{array}

The last value of the penultimate row is the remainder of the division, and the values in the last row are the coefficients of the quotient: working left to right, the first number is the leading coefficient of the quotient, and the last one is the constant.

  • Coefficients of the quotient: 2, 0, -1
  • Quotient: 2x2 - 1
  • Remainder: 2

Synthetic division for higher-degree divisors

We will now see how to perform a synthetic division if the divisor is a quadratic polynomial of the form c2x2 + c1x + c0. As an example, let's divide 6x4 + 7x2 - 3 by 2x2 - 4x + 5.

  1. Set up the division table. Similarly to the non-monic linear case, the leading coefficient of the divisor, c2 (preceded by the division sign /), is placed in the last row. However, we need two rows for two non-leading coefficients of the divisor: we put -c0 in the second row, and -c1 in the third row and to the left so that these two numbers form a downward left diagonal. And, as always, be careful with the signs!
(5)4:2[60703]\footnotesize\quad \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & & & \\ & & & & \\ & & & & \\ & & && \end{bmatrix}
  1. Drop the leading coefficient of the dividend to the penultimate row.
(5)4:2[607036]\footnotesize\quad \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & & & \\ & & & & \\ \textcolor{green}{6}& & & & \\ & & && \end{bmatrix}
  1. Divide the number you've dropped by 2 and put the result into the last row.
(5)4:2[6070363]\footnotesize\quad \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & & & \\ & & & & \\ 6& & & & \\ \textcolor{green}{3}& & && \end{bmatrix}
  1. Multiply the result from the previous step by the numbers before the bar and place the results diagonally: the result of multiplying by 4 goes under the second coefficient, and the result of multiplying by -5 goes under the third coefficient.
(5)4:2[60703151263]\footnotesize\quad \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & \textcolor{green}{-15}& & \\ & \textcolor{green}{12}& & & \\ 6& & & & \\ 3& & && \end{bmatrix}
  1. Sum the numbers in the column we created in the second column and put the result into the penultimate row.
(5)4:2[6070315126123]\footnotesize\quad \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& & \\ & 12& & & \\ 6& \textcolor{green}{12}& & & \\ 3& & && \end{bmatrix}
  1. Repeat Steps 3. & 4. & 5. until the penultimate row is full, i.e.:
  • Divide 12 from the previous step by 2 and put the result into the last row.
(5)4:2[60703151261236]\footnotesize\quad \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& & \\ & 12& & & \\ 6& 12& & & \\ 3& \textcolor{green}{6}& && \end{bmatrix}
  • Multiply 6 by the numbers before the bar and place the results diagonally. The result of multiplying by 4 goes under the third coefficient, and the result of multiplying by -5 goes under the fourth coefficient.
 (5)4:2[607031530122461236]\footnotesize\ \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& \textcolor{green}{-30}& \\ & 12& \textcolor{green}{24}& & \\ 6& 12& & & \\ 3& 6& && \end{bmatrix}
  • Sum the numbers in the third column and put the result in the penultimate row.
 (5)4:2[60703153012246121636]\footnotesize\ \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& -30& \\ & 12& 24& & \\ 6& 12& \textcolor{green}{16} & & \\ 3& 6& && \end{bmatrix}
  • Divide 16 by 2 and put the result into the last row.
 (5)4:2[607031530122461216368]\footnotesize\ \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4} &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& -30& \\ & 12& 24& & \\ 6& 12& 16& & \\ 3& 6& \textcolor{green}{8} && \end{bmatrix}
  • Multiply 8 by the numbers before the bar and write the results diagonally. The result of multiplying by 4 goes under the fourth coefficient, and the result of multiplying by -5 goes under the fifth coefficient.
(5)4:2[6070315304012243261216368]\footnotesize \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4}\! &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& -30& \textcolor{green}{-40}\\ & 12& 24& \textcolor{green}{32}& \\ 6& 12& 16& & \\ 3& 6& 8 && \end{bmatrix}
  • Sum the numbers in the fourth and fifth columns and put the results into the penultimate row.
(5)4:2[6070315304012243261216243368]\footnotesize \begin{array}{cc} & \\ & \bold{\cdot (-5)} \\ \bold{\cdot 4}\! &\\ & \\ & \bold{:2} \end{array}\!\!\!\! \begin{bmatrix} 6& 0& 7& 0& -3 \\ & & -15& -30& -40\\ & 12& 24& 32& \\ 6& 12& 16& \textcolor{green}{2} & \textcolor{green}{-43}\\ 3& 6& 8 && \end{bmatrix}
  1. Again, the quotient's coefficients and the remainder of the division wait for us in the last two rows of our table.
61216243368\small \qquad \begin{array}{c} 6& 12& 16 & \textcolor{blue}{2} & \textcolor{blue}{-43} \\ \textcolor{red}{3} & \textcolor{red}{6} & \textcolor{red}{8} & \end{array}

The two last values of the penultimate row are the coefficients of the remainder, and the values in the last row are the coefficients of the quotient. In both cases, working left to right, the first number is the leading coefficient of the quotient, and the last one is the constant.

  • Coefficients of the quotient: 3, 6, 8
  • Quotient: 3x2 + 6x + 8
  • Coefficients of the reminder: 2, -43
  • Reminder: 2x - 43

Synthetic division to find zeros (roots) and factor polynomials

We often use synthetic division to verify if a potential polynomial zero is an actual zero. Let p be a polynomial. If b is a candidate for a root of p, we synthetically divide p by x - b and look at the remainder. It follows that:

  • If the remainder is zero, then b is a root of p; and
  • If the remainder is non-zero, b is not a root of p.

This method is sometimes called factor theorem and it is a particular case of the polynomial remainder theorem (also known as the little Bézout's theorem), which states that the value of p at an argument b is equal to the remainder of the polynomial division p(x) / (x - b). In particular, x - b divides p(x) with null remainder if, and only if, b is a root of p.

Hence, to determine p(b), you need to perform the synthetic division of p by x - b, and the remainder gives you the value of p(b). The quotient can be used to factor p, as we explain below.

Why would you want to determine p(b) via the synthetic division method and not by naive evaluation, that is, by substituting x with b and evaluating this expression? It turns out that synthetic division is much more effective because we need to do fewer multiplications.

How to factor a polynomial using synthetic division?

Assume we have an integer-coefficient polynomial of degree n with n rational roots (counting with multiplicities). To factor such a polynomial with the help of synthetic division, follow these steps:

  1. List all the potential rational roots of your polynomial using the rational root theorem. See the rational zeros calculator if you need help.

  2. Test a candidate b for a root by looking at the remainder obtained in the synthetic division of our polynomial by x - b, as we explained above.

  3. Once you have found an actual root, factor it out from the original polynomial. Determine the quotient from the synthetic division table.

  4. Test the next candidate for a root, taking the quotient obtained above as the dividend.

  5. Repeat Steps 3. and 4., i.e., keep testing potential roots using the subsequent quotients until you factor the original polynomial into linear factors.

💡 When you get down to a quadratic polynomial, you can use the quadratic formula calculator to determine the last two missing roots of the original polynomial.

💡 If you only need to determine the number of roots without actually finding them, use the Descartes' rule of signs calculator.

How to use this synthetic division calculator?

Once you know what synthetic division is, you may want to experiment a bit with this technique of dividing polynomials. There's no better tool than our synthetic division calculator! Here we briefly explain how you can use it to divide polynomials like a pro:

  1. Start by choosing the degree of the dividend. The highest available degree is 6.

  2. Tell us the form of the divisor: you can choose between a linear or quadratic polynomial. There's also a monic linear polynomial of the form x - b, which you should choose if you use synthetic division to find the dividend's zeros. In such a case, b is a potential zero you want to test.

  3. Enter the coefficients of the dividend and the divisor.

  4. Our synthetic division calculator returns the synthetic division table along with the division result: the quotient and remainder.

  5. Do you want to understand how to do synthetic division step-by-step? No problem! Our synthetic division calculator can display the synthetic division steps! You just need to set the Show steps option to Yes.

Anna Szczepanek, PhD
Degree of the dividend
3
Divisor
x-b
Division of polynomials.
Dividend coefficients
a₃
a₂
a₁
a₀
Divisor coefficients
b
Division result
Polynomial division result.
Synthetic division table
Show steps
No
Check out 40 similar algebra calculators 🔡
Absolute value equationAbsolute value inequalitiesAdding and subtracting polynomials… 37 more
People also viewed…

Alien civilization

The alien civilization calculator explores the existence of extraterrestrial civilizations by comparing two models: the Drake equation and the Astrobiological Copernican Limits👽

Decagon

Decagon calculator will teach you all there is about regular polygons with ten sides and ten angles!

Ideal egg boiling

Quantum physicist's take on boiling the perfect egg. Includes times for quarter and half-boiled eggs.

Proportion

Proportion calculator helps find equivalent proportions given three of the four parts of the two ratios.
Copyright by Omni Calculator sp. z o.o.
Privacy, Cookies & Terms of Service