Use synthetic division to divide by . State the quotient and the remainder.
Read off the value of from the divisor. Synthetic division only works when the divisor is written as , and the number you place in the corner is the root of that divisor, not the number you see in the expression. Here , so
A common slip is to use because of the minus sign printed in . Test it against the remainder theorem instead: the remainder must equal , and , which is what the table should produce.
Write the coefficients in descending order, inserting zeros for missing powers. For every power from down to is present, so nothing has to be padded:
This step is where most errors enter. If a power is absent you must still reserve a slot with a , otherwise every later multiply-and-add lands one column too far left.
Run the multiply-and-add cycle. Bring the leading straight down, then repeatedly multiply the number just written by and add it to the next coefficient:
Concretely: and ; then and ; then and .
Interpret the bottom row. The last entry is the remainder and everything to its left lists the quotient coefficients, with the degree dropped by one because you divided by a linear factor:
The in the middle column is not decoration — it is the coefficient of , which is why the quotient has no linear term.
Check by multiplying back. A remainder of means the division was exact, so the product of divisor and quotient must rebuild the original cubic:
Because the remainder vanished you have also factored the polynomial, and splits further into , giving and roots (double) and .
Need to solve a different problem like this? Open the solver →