Fiveable

๐Ÿ“ˆCollege Algebra Unit 5 Review

QR code for College Algebra practice questions

5.4 Dividing Polynomials

5.4 Dividing Polynomials

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

Dividing Polynomials

Dividing polynomials lets you break a complex polynomial into a simpler quotient and remainder, much like dividing integers. You'll use this skill constantly when factoring higher-degree polynomials, simplifying rational expressions, and solving equations. The two main techniques are long division and synthetic division.

Dividing Polynomials

Polynomial Long Division

Long division works for dividing by any polynomial divisor. The process mirrors numerical long division.

Steps for polynomial long division:

  1. Write the dividend and divisor in standard form (descending powers). If any degree is missing, insert a placeholder with a coefficient of 0.
  2. Divide the leading term of the dividend by the leading term of the divisor. Write the result above the division bar as the first term of the quotient.
  3. Multiply the entire divisor by that quotient term.
  4. Subtract the result from the current dividend to get a new, smaller dividend.
  5. Repeat steps 2โ€“4 using the new dividend until the degree of what remains is less than the degree of the divisor.
  6. Whatever is left over is the remainder.

Example: Divide x3+2x2โˆ’5xโˆ’6x^3 + 2x^2 - 5x - 6 by x+3x + 3.

  • Divide x3รทx=x2x^3 \div x = x^2. Multiply: x2(x+3)=x3+3x2x^2(x+3) = x^3 + 3x^2. Subtract to get โˆ’x2โˆ’5xโˆ’6-x^2 - 5x - 6.
  • Divide โˆ’x2รทx=โˆ’x-x^2 \div x = -x. Multiply: โˆ’x(x+3)=โˆ’x2โˆ’3x-x(x+3) = -x^2 - 3x. Subtract to get โˆ’2xโˆ’6-2x - 6.
  • Divide โˆ’2xรทx=โˆ’2-2x \div x = -2. Multiply: โˆ’2(x+3)=โˆ’2xโˆ’6-2(x+3) = -2x - 6. Subtract to get 00.

The quotient is x2โˆ’xโˆ’2x^2 - x - 2 with remainder 00, so x+3x + 3 divides evenly.

Polynomial division methods, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Synthetic Division

Synthetic Division

Synthetic division is a shortcut that works only when the divisor is of the form xโˆ’cx - c (a linear binomial with a leading coefficient of 1).

Steps for synthetic division:

  1. Write the coefficients of the dividend in descending order of degree. Include 0 for any missing terms.

  2. Write the value cc to the left. (If dividing by xโˆ’3x - 3, use 33. If dividing by x+3x + 3, use โˆ’3-3.)

  3. Bring the first coefficient straight down.

  4. Multiply that number by cc and write the result under the next coefficient.

  5. Add the column. Write the sum below the line.

  6. Repeat steps 4โ€“5 for each remaining coefficient.

  7. The last number on the bottom row is the remainder. The other numbers are the coefficients of the quotient, which has degree one less than the dividend.

Example: Divide x3+2x2โˆ’5xโˆ’6x^3 + 2x^2 - 5x - 6 by x+3x + 3 (so c=โˆ’3c = -3).

  • Coefficients: 1,โ€…โ€Š2,โ€…โ€Šโˆ’5,โ€…โ€Šโˆ’61, \; 2, \; -5, \; -6
  • Bring down 11. Multiply 1ร—(โˆ’3)=โˆ’31 \times (-3) = -3; add to 22 to get โˆ’1-1.
  • Multiply โˆ’1ร—(โˆ’3)=3-1 \times (-3) = 3; add to โˆ’5-5 to get โˆ’2-2.
  • Multiply โˆ’2ร—(โˆ’3)=6-2 \times (-3) = 6; add to โˆ’6-6 to get 00.

Bottom row: 1,โ€…โ€Šโˆ’1,โ€…โ€Šโˆ’2,โ€…โ€Š01, \; -1, \; -2, \; 0. The quotient is x2โˆ’xโˆ’2x^2 - x - 2 with remainder 00, matching the long division result.

The Remainder Theorem and Finding Factors

The Remainder Theorem says: when a polynomial P(x)P(x) is divided by xโˆ’cx - c, the remainder equals P(c)P(c).

This gives you a quick test for factors. If P(c)=0P(c) = 0, then xโˆ’cx - c divides P(x)P(x) evenly, meaning xโˆ’cx - c is a factor. This special case is called the Factor Theorem.

How to use it to find factors:

  1. List candidate values of cc. For a polynomial with integer coefficients, the Rational Root Theorem tells you to try ยฑ\pm (factors of the constant term) divided by ยฑ\pm (factors of the leading coefficient).

  2. Evaluate P(c)P(c) for each candidate (or use synthetic division).

  3. Whenever P(c)=0P(c) = 0, you've found a factor xโˆ’cx - c.

  4. After dividing out that factor, repeat the process on the reduced quotient to find additional factors.

Example: Factor x3โˆ’2x2โˆ’5x+6x^3 - 2x^2 - 5x + 6.

  • Possible rational roots: ยฑ1,ยฑ2,ยฑ3,ยฑ6\pm 1, \pm 2, \pm 3, \pm 6.
  • P(1)=1โˆ’2โˆ’5+6=0P(1) = 1 - 2 - 5 + 6 = 0, so xโˆ’1x - 1 is a factor.
  • Divide by xโˆ’1x - 1 (synthetic division with c=1c = 1) to get x2โˆ’xโˆ’6x^2 - x - 6.
  • Factor the quotient: x2โˆ’xโˆ’6=(xโˆ’3)(x+2)x^2 - x - 6 = (x - 3)(x + 2).
  • Full factorization: (xโˆ’1)(xโˆ’3)(x+2)(x - 1)(x - 3)(x + 2).
Polynomial division methods, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Synthetic Division

Applications of Polynomial Division

Polynomial division shows up in geometry-style word problems where one quantity is expressed as a product of polynomials.

  • Area problems: If a rectangle has area x3+2x2โˆ’5xโˆ’6x^3 + 2x^2 - 5x - 6 and one side is x+3x + 3, divide the area by that side to find the other side: x2โˆ’xโˆ’2x^2 - x - 2.
  • Volume problems: If a solid has volume 3x3โˆ’7x2+5xโˆ’13x^3 - 7x^2 + 5x - 1 and the base area is 3xโˆ’13x - 1, divide volume by base area to find the height. (Note: since the divisor's leading coefficient isn't 1, you'd use long division here rather than synthetic division.)

Key Vocabulary

  • Degree: The highest power of the variable in a polynomial (e.g., x3+2xx^3 + 2x has degree 3).
  • Leading coefficient: The coefficient of the highest-degree term.
  • Quotient: The result of the division (before the remainder).
  • Remainder: What's left over after division. The full result is written as: Dividend=Divisorร—Quotient+Remainder\text{Dividend} = \text{Divisor} \times \text{Quotient} + \text{Remainder}.
  • Rational expression: A fraction where both the numerator and denominator are polynomials. Polynomial division is often used to simplify these.