Divide
by using synthetic division, and state the quotient and the remainder.
List the coefficients with a placeholder for the missing power. Synthetic division works purely with positional coefficients, so every degree from down to needs an entry. Writing the cubic as
gives the row . Omitting the shifts everything and is the classic error here.
Read the synthetic divisor off the linear factor. For a divisor you use itself, so means you divide by (a positive , because is the root of ). A divisor written would instead mean .
Run the multiply-and-add passes. Bring down the leading , then repeatedly multiply by and add to the next coefficient:
The completed tableau is
Interpret the bottom row. The last entry is the remainder; the earlier entries are the quotient coefficients, with the degree dropped by one. From and remainder :
Verify with the remainder theorem and by multiplying back. The remainder must equal :
And expanding the quotient confirms the whole identity:
Since the remainder is not , is not a factor of .
Need to solve a different problem like this? Open the solver →