Synthetic division is a fast method for dividing a polynomial by a linear binomial such as x - c. It matters because it reduces a long polynomial division problem to a short pattern of multiplying and adding coefficients. This makes it useful for factoring, finding remainders, and checking possible zeros of a polynomial.
For the example 2x^3 - 3x^2 - 11x + 6 divided by x - 3, the divisor value is 3 because x - 3 = 0 gives x = 3.
The method starts by writing only the coefficients of the polynomial in descending powers of x. Bring down the first coefficient, multiply it by the divisor value, write the product under the next coefficient, and add. Repeating this process gives the quotient coefficients and the final remainder.
In the example, the result is 2x^2 + 3x - 2 with remainder 0, so x - 3 is a factor of the original polynomial.
Understanding Math: Synthetic Division
Synthetic division works because polynomial division follows a repeated cancellation process. At each stage, the leading term of the divisor is used to remove the current highest power in the dividend. When the divisor has leading coefficient one, the powers of the variable follow a fixed pattern.
The work can therefore be done with coefficients alone. This shortened arrangement is closely related to Horner's method, a way to evaluate polynomials using repeated multiplication and addition. The numbers produced before the final entry form the quotient because they record the coefficients needed at each cancellation step.
The remainder has an important meaning beyond being the number left over. If division by x minus c gives remainder zero, then c is a zero of the polynomial. On a graph, this means the curve meets or touches the horizontal axis at the input c.
This connection is called the Factor Theorem. It helps students move among equations, graphs, and factors.
For example, when a possible rational zero is tested through synthetic division, a zero remainder confirms that the matching linear expression is a factor. A nonzero remainder proves that the tested value is not a zero.
Careful setup matters more than speed. Every power must have a place in the coefficient row, even when its coefficient is zero. For a polynomial with a cubic term, a linear term, and a constant, the missing quadratic term needs a zero.
Without that placeholder, later coefficients shift into the wrong columns and the answer becomes a different polynomial. Students should label powers mentally as they write the row. They should also watch the sign of the divisor.
A divisor written as x plus a number has a negative value for the synthetic box. Many mistakes come from copying the visible sign instead of finding the value that makes the divisor equal zero.
Synthetic division has limits worth knowing. It is most direct for a divisor whose variable coefficient is one. A divisor such as two x minus six can first be rewritten by factoring out two, leaving x minus three.
The outside factor still affects the final quotient, so it cannot be ignored. The method can use negative numbers, fractions, and irrational values, though arithmetic becomes less convenient. In algebra classes, students use it to factor higher degree polynomials, check answers from long division, and build a polynomial again from known zeros.
A reliable final check is to multiply the divisor by the quotient, then add the remainder. The result must match the original polynomial term for term.
Key Facts
- Synthetic division applies directly when dividing by a linear divisor of the form x - c.
- For x - c, use c as the synthetic divisor value.
- For x + c, use -c as the synthetic divisor value.
- Dividend coefficients must be written in descending powers, including 0 for any missing term.
- The last number in the synthetic division row is the remainder.
- If P(x) is divided by x - c, then the remainder is P(c).
Vocabulary
- Synthetic division
- A shortcut method for dividing a polynomial by a linear expression using only coefficients.
- Dividend
- The polynomial being divided in a division problem.
- Divisor
- The expression that the dividend is divided by.
- Quotient
- The polynomial result of division before the remainder is considered.
- Remainder
- The final amount left over after division, which is the last entry in synthetic division.
Common Mistakes to Avoid
- Using the wrong sign for the divisor value, because x - 3 means use 3, not -3.
- Skipping missing powers of x, because a missing term must be represented by a coefficient of 0 to keep place values correct.
- Multiplying when you should add the column entries, because synthetic division alternates between multiplying by the divisor value and adding down the column.
- Reading the final row as the full quotient, because the last number is the remainder and the earlier numbers are the quotient coefficients.
Practice Questions
- 1 Use synthetic division to divide x^3 + 2x^2 - 5x - 6 by x - 2. State the quotient and remainder.
- 2 Use synthetic division to divide 3x^4 - 2x^3 + 0x^2 + 5x - 7 by x + 1. State the quotient and remainder.
- 3 Explain why synthetic division works directly for x - 4 but not directly for 2x - 4 without first rewriting or adjusting the divisor.