Ctrl+k

Divide polynomials using synthetic division

Synthetic division represents division of a polynomial by a linear divisor xcx-c through a structured sequence of multiply-and-add operations on the polynomial’s coefficients, including zero coefficients for missing powers. It yields the quotient and remainder, with the final value equal to P(c)P(c), thereby connecting polynomial division to the Remainder and Factor Theorems; this treatment is limited to linear divisors in the form xcx-c, not generalized synthetic division for higher-degree or nonmonic divisors.

Detailed Explanation: Divide polynomials using synthetic division

To divide a polynomial by a linear divisor of the form (xc)(x-c), use cc in the synthetic division process.

Suppose we want to divide

P(x)=2x35x+6P(x)=2x^3-5x+6

by

x2.x-2.

1. Write the coefficients

The polynomial has no (x2)(x^2)-term, so include a 00 for that missing coefficient:

2x3+0x25x+62x^3+0x^2-5x+6

The coefficients are (2,0,5,6)(2,0,-5,6). Since the divisor is (x2)(x-2), use 22:

2. Bring down the first coefficient

Bring down the 22:

3. Multiply and add repeatedly

Multiply the 22 by the number outside, 22, and write the result under the next coefficient:

22=42\cdot 2=4

Add:

0+4=40+4=4

Continue multiplying and adding:

The final row is (2,4,3,12)(2,4,3,12).

4. Interpret the result

The last number is the remainder:

remainder=12.\text{remainder}=12.

The other numbers are the coefficients of the quotient:

2x2+4x+3.2x^2+4x+3.

Therefore,

2x35x+6x2=2x2+4x+3+12x2\boxed{\frac{2x^3-5x+6}{x-2} =2x^2+4x+3+\frac{12}{x-2}}

or, using division form,

2x35x+6=(x2)(2x2+4x+3)+12.\boxed{2x^3-5x+6=(x-2)(2x^2+4x+3)+12}.

The remainder (12)(12) also equals (P(2))(P(2)), illustrating the Remainder Theorem:

P(2)=2(2)35(2)+6=12.P(2)=2(2)^3-5(2)+6=12.

Learn by doing: Divide polynomials using synthetic division

Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill

Practice with unlimited practice problems

Synthetic Division - Divide with a Remainder


    ?