How to divide polynomials using synthetic division
Synthetic division is a shorthand algorithmic method for dividing a polynomial by a linear binomial of the form . It compresses the standard long division process by operating exclusively on the coefficients of the polynomial. This method applies only when the divisor has a degree of 1 and a leading coefficient of 1. If the divisor has a leading coefficient other than 1, algebraic manipulation is required before proceeding.
The setup
Identify the constant in the divisor . Write to the left of the division bracket. Extract the coefficients of the dividend polynomial in descending order of degree. You must insert a for any missing power of the variable. Write these coefficients in a row next to . Draw a horizontal line below the coefficients, leaving space for a second row of numbers.
The steps
- Bring the leading coefficient of the dividend straight down below the horizontal line. 2. Multiply this bottom value by and write the product in the next column, above the line. 3. Add the numbers in this column vertically and write the sum below the line. 4. Repeat the multiplication and addition process until all columns are filled. The final number below the line is the remainder. The preceding numbers are the coefficients of the quotient polynomial, starting exactly one degree lower than the original dividend.
Checking the result
Verify the computation using the division algorithm: . Multiply your derived quotient by the divisor , then add the remainder . Expand and simplify the expression. The result must exactly match the original dividend .
Common errors
The most frequent error is omitting zero placeholders for missing terms in the dividend, which misaligns the entire degree structure. A second common error is using the wrong sign for . If the divisor is , the value of is , not .
Worked example
Divide by .
The divisor is , so . The coefficients of are . Setup: . Step 1: Bring down the . Step 2: Multiply . Write under . Add: . Step 3: Multiply . Write under . Add: . Step 4: Multiply . Write under . Add: . The bottom row is . The remainder is . The quotient coefficients are . Because the dividend is cubic, the quotient is quadratic. Quotient: . Final answer: .
FAQ
Run your own problem
References: OpenStax College Algebra, Section 5.4: Dividing Polynomials · Larson Precalculus, Chapter 2: Polynomial and Rational Functions
See also