Synthetic Division Calculator

Perform synthetic division step by step

The calculator will divide the polynomial by the binomial using synthetic division, with steps shown.

Related calculator: Polynomial Long Division Calculator

Divide (dividend):

By (divisor):

A binomial (of the form `ax+b`).

If the calculator did not compute something or you have identified an error, or you have a suggestion/feedback, please write it in the comments below.

Solution

Your input: find $$$\frac{2 x^{3} + x^{2} - 13 x + 6}{x - 2}$$$ using synthetic division.

Write the problem in a division-like format.

To do this:

  • Take the constant term of the divisor with the opposite sign and write it to the left.
  • Write the coefficients of the dividend to the right.

$$$\begin{array}{c|cccc}&x^{3}&x^{2}&x^{1}&x^{0}\\2&2&1&-13&6\\&&\\\hline&\end{array}$$$

Step 1

Write down the first coefficient without changes:

$$$\begin{array}{c|rrrr}2&\color{Violet}{2}&1&-13&6\\&&\\\hline&\color{Violet}{2}\end{array}$$$

Step 2

Multiply the entry in the left part of the table by the last entry in the result row (under the horizontal line).

Add the obtained result to the next coefficient of the dividend, and write down the sum.

$$$\begin{array}{c|rrrr}\color{Magenta}{2}&2&\color{Purple}{1}&-13&6\\&&\color{Magenta}{2} \cdot \color{Violet}{2}=\color{Red}{4}\\\hline&\color{Violet}{2}&\color{Purple}{1}+\color{Red}{4}=\color{Green}{5}\end{array}$$$

Step 3

Multiply the entry in the left part of the table by the last entry in the result row (under the horizontal line).

Add the obtained result to the next coefficient of the dividend, and write down the sum.

$$$\begin{array}{c|rrrr}\color{Magenta}{2}&2&1&\color{Peru}{-13}&6\\&&4&\color{Magenta}{2} \cdot \color{Purple}{5}=\color{Red}{10}\\\hline&2&\color{Purple}{5}&\left(\color{Peru}{-13}\right)+\color{Red}{10}=\color{Green}{-3}\end{array}$$$

Step 4

Multiply the entry in the left part of the table by the last entry in the result row (under the horizontal line).

Add the obtained result to the next coefficient of the dividend, and write down the sum.

$$$\begin{array}{c|rrrr}\color{Magenta}{2}&2&1&-13&\color{Blue}{6}\\&&4&10&\color{Magenta}{2} \cdot \left(\color{Peru}{-3}\right)=\color{Red}{-6}\\\hline&2&5&\color{Peru}{-3}&\color{Blue}{6}+\left(\color{Red}{-6}\right)=\color{Green}{0}\end{array}$$$

We have completed the table and have obtained the following resulting coefficients: $$$2, 5, -3, 0$$$.

All the coefficients except the last one are the coefficients of the quotient, the last coefficient is the remainder.

Thus, the quotient is $$$2 x^{2}+5 x-3$$$, and the remainder is $$$0$$$.

Therefore, $$$\frac{2 x^{3} + x^{2} - 13 x + 6}{x - 2}=2 x^{2} + 5 x - 3+\frac{0}{x - 2}=2 x^{2} + 5 x - 3$$$

Answer: $$$\frac{2 x^{3} + x^{2} - 13 x + 6}{x - 2}=2 x^{2} + 5 x - 3+\frac{0}{x - 2}=2 x^{2} + 5 x - 3$$$