Fiveable

๐Ÿ”ŸElementary Algebra Unit 6 Review

QR code for Elementary Algebra practice questions

6.6 Divide Polynomials

6.6 Divide Polynomials

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ”ŸElementary Algebra
Unit & Topic Study Guides

Dividing Polynomials

Dividing polynomials extends what you already know about long division with numbers into the world of algebra. You'll use these techniques to simplify expressions, break down complex polynomials, and check factoring work.

Polynomial Division by Monomials

When you divide a polynomial by a single term (a monomial), you split the division across each term using the distributive property. Think of it like distributing the denominator to every term in the numerator.

Steps:

  1. Divide each term of the polynomial by the monomial separately
  2. For each term, divide the coefficients (the number parts)
  3. For each term, subtract the exponents of matching variables (this comes from the exponent rule xaxb=xaโˆ’b\frac{x^a}{x^b} = x^{a-b})
  4. Write the simplified terms together as your answer

Example: Divide 6x3โˆ’9x2+12x3x\frac{6x^3 - 9x^2 + 12x}{3x}

  • 6x33x=2x2\frac{6x^3}{3x} = 2x^2 (divide coefficients: 6 รท 3 = 2; subtract exponents: 3 โˆ’ 1 = 2)
  • โˆ’9x23x=โˆ’3x\frac{-9x^2}{3x} = -3x (coefficients: โˆ’9 รท 3 = โˆ’3; exponents: 2 โˆ’ 1 = 1)
  • 12x3x=4\frac{12x}{3x} = 4 (coefficients: 12 รท 3 = 4; exponents: 1 โˆ’ 1 = 0, so the variable drops out)

Result: 2x2โˆ’3x+42x^2 - 3x + 4

Polynomial division by monomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Dividing Polynomials

Long Division of Polynomials

When the divisor has more than one term (like a binomial), you'll use polynomial long division. The process mirrors regular long division with numbers.

Steps:

  1. Set up the problem: write the dividend (the polynomial being divided) inside the division bracket and the divisor outside
  2. Divide the first term of the dividend by the first term of the divisor. Write this result above the bracket as the first term of the quotient
  3. Multiply the entire divisor by that quotient term. Write the result below the dividend, aligning like terms
  4. Subtract to get a difference. (Be careful with signs here; this is where most mistakes happen.)
  5. Bring down the next term from the dividend
  6. Repeat steps 2โ€“5 using the new expression as your working dividend. Keep going until the degree of what's left is less than the degree of the divisor
  7. Whatever is left at the bottom is your remainder

Example: Divide x3โˆ’2x2โˆ’5x+6xโˆ’3\frac{x^3 - 2x^2 - 5x + 6}{x - 3}

  • x3รทx=x2x^3 \div x = x^2. Multiply: x2(xโˆ’3)=x3โˆ’3x2x^2(x - 3) = x^3 - 3x^2. Subtract: (x3โˆ’2x2)โˆ’(x3โˆ’3x2)=x2(x^3 - 2x^2) - (x^3 - 3x^2) = x^2
  • Bring down โˆ’5x-5x. Now divide x2รทx=xx^2 \div x = x. Multiply: x(xโˆ’3)=x2โˆ’3xx(x - 3) = x^2 - 3x. Subtract: (x2โˆ’5x)โˆ’(x2โˆ’3x)=โˆ’2x(x^2 - 5x) - (x^2 - 3x) = -2x
  • Bring down +6+6. Now divide โˆ’2xรทx=โˆ’2-2x \div x = -2. Multiply: โˆ’2(xโˆ’3)=โˆ’2x+6-2(x - 3) = -2x + 6. Subtract: (โˆ’2x+6)โˆ’(โˆ’2x+6)=0(-2x + 6) - (-2x + 6) = 0

Result: x2+xโˆ’2x^2 + x - 2 with a remainder of 00

Polynomial division by monomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Dividing Polynomials

Quotients and Remainders in Polynomial Division

The quotient is the polynomial you build above the division bracket. The remainder is whatever is left over after the last subtraction step.

A few key facts about remainders:

  • The degree of the remainder is always less than the degree of the divisor. If you're dividing by a binomial (degree 1), the remainder will be a constant (degree 0) or zero.
  • A remainder of 00 means the divisor divides evenly into the dividend. In other words, the divisor is a factor of the dividend.

You can always check your work using this relationship:

Dividend = (Divisor ร— Quotient) + Remainder

Example: 2x3+5x2โˆ’3x+1x+2\frac{2x^3 + 5x^2 - 3x + 1}{x + 2} gives a quotient of 2x2+xโˆ’52x^2 + x - 5 with a remainder of 1111.

Check: (x+2)(2x2+xโˆ’5)+11=2x3+x2โˆ’5x+4x2+2xโˆ’10+11=2x3+5x2โˆ’3x+1(x + 2)(2x^2 + x - 5) + 11 = 2x^3 + x^2 - 5x + 4x^2 + 2x - 10 + 11 = 2x^3 + 5x^2 - 3x + 1 โœ“

This check is worth doing on exams. If the right side doesn't match your original dividend, something went wrong in your division.

Additional Techniques and Connections

Synthetic division is a shortcut method that works when you're dividing by a linear expression of the form (xโˆ’r)(x - r). It uses only the coefficients and is faster than long division, though the setup takes some getting used to. Your course may or may not cover this method.

Polynomial division also connects to factoring. If you divide a polynomial by (xโˆ’r)(x - r) and get a remainder of 00, then (xโˆ’r)(x - r) is a factor of that polynomial. This is useful for breaking polynomials into simpler pieces and for finding roots of polynomial equations.