How do you divide polynomials with long division?
Dividing polynomials with long division is exactly like the long division you learned in elementary school, but with variables instead of just numbers. You are finding out how many times one polynomial (the divisor) fits into another (the dividend). Think of it like packing a moving box. You fit the biggest items in first, figure out how much space is left, and then move on to the next biggest items until the box is full or you have a little bit left over that just will not fit.
Setting up the division
Before you do any math, you need to set up the problem correctly. Write both polynomials in standard form, which means the terms go from the highest exponent down to the lowest. If the dividend is missing any powers of x, you must add a placeholder with a coefficient of zero. For example, write x^3 - 4 as x^3 + 0x^2 + 0x - 4. This keeps all your terms lined up in the right columns, just like keeping the hundreds, tens, and units places lined up in regular division.
The division cycle
Polynomial long division follows a repeating four-step cycle: Divide, Multiply, Subtract, and Bring down. First, divide the leading term of the dividend by the leading term of the divisor to get the first part of your quotient. Second, multiply that new quotient term by the entire divisor. Third, subtract that result from the dividend. Finally, bring down the next term from the original polynomial and repeat the cycle until the degree of your remainder is less than the degree of your divisor.
Where students slip
The most common mistake happens during the subtraction step. When you subtract the multiplied terms, you are subtracting the entire binomial or polynomial. You have to distribute the negative sign to every single term. A great habit is to write the terms you are subtracting in parentheses with a minus sign outside, then physically change the signs of each term before combining them with the line above. This single habit prevents the vast majority of polynomial division errors.
Worked through
Divide out the polynomial: (x^2 + 5x + 6) divided by (x + 2).
Set up the division with x+2 on the outside and x^2+5x+6 on the inside. Step 1 (Divide): divide the leading term x^2 by the leading term x to get x. Write x on top. Step 2 (Multiply): multiply x by (x + 2) to get x^2 + 2x. Step 3 (Subtract): subtract (x^2 + 2x) from (x^2 + 5x) to get 3x. Step 4 (Bring down): bring down the +6 to make 3x + 6. Repeat Step 1: divide 3x by x to get +3. Write +3 on top next to the x. Repeat Step 2: multiply 3 by (x + 2) to get 3x + 6. Repeat Step 3: subtract (3x + 6) from (3x + 6) to get 0. The remainder is 0, and the final quotient is x + 3.
Questions students ask
Ask about this topic
Where this comes from: OpenStax College Algebra, Chapter 3: Polynomial and Rational Functions · Khan Academy: Polynomial Division Unit
See also