Fiveable

๐Ÿ“Honors Pre-Calculus Unit 3 Review

QR code for Honors Pre-Calculus practice questions

3.5 Dividing Polynomials

3.5 Dividing Polynomials

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Polynomial Division

Polynomial division extends the long division you already know from arithmetic into the world of polynomials. It's a core technique for simplifying expressions, finding factors, and analyzing polynomial behavior, all of which come up repeatedly in later units and in calculus.

Two main methods handle this: long division (works for any divisor) and synthetic division (a faster shortcut when the divisor is linear). Both rely on the same underlying relationship between dividend, divisor, quotient, and remainder.

Pep mascot
more resources to help you study

Long Division of Polynomials

Long division of polynomials works just like dividing whole numbers. You repeatedly divide, multiply, subtract, and bring down until you've worked through every term.

The Division Algorithm:

D(x)=d(x)โ‹…q(x)+r(x)D(x) = d(x) \cdot q(x) + r(x)

where D(x)D(x) is the dividend, d(x)d(x) is the divisor, q(x)q(x) is the quotient, and r(x)r(x) is the remainder. The degree of r(x)r(x) is always less than the degree of d(x)d(x). If the remainder is zero, the divisor divides evenly into the dividend.

Step-by-step process:

  1. Write the dividend and divisor in standard form (descending powers). If any powers are missing, insert them 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.
  3. Multiply the entire divisor by that result.
  4. Subtract the product from the current dividend. Be careful with signs here; this is the most common place for errors.
  5. Bring down the next term.
  6. Repeat steps 2โ€“5 until the degree of what remains is less than the degree of the divisor. Whatever is left is your remainder.

Example: Divide 6x3+11x2โˆ’31x+156x^3 + 11x^2 - 31x + 15 by 3xโˆ’23x - 2.

  • Divide 6x3รท3x=2x26x^3 \div 3x = 2x^2. Multiply: 2x2(3xโˆ’2)=6x3โˆ’4x22x^2(3x - 2) = 6x^3 - 4x^2. Subtract: (6x3+11x2)โˆ’(6x3โˆ’4x2)=15x2(6x^3 + 11x^2) - (6x^3 - 4x^2) = 15x^2. Bring down โˆ’31x-31x.
  • Divide 15x2รท3x=5x15x^2 \div 3x = 5x. Multiply: 5x(3xโˆ’2)=15x2โˆ’10x5x(3x - 2) = 15x^2 - 10x. Subtract: (15x2โˆ’31x)โˆ’(15x2โˆ’10x)=โˆ’21x(15x^2 - 31x) - (15x^2 - 10x) = -21x. Bring down +15+15.
  • Divide โˆ’21xรท3x=โˆ’7-21x \div 3x = -7. Multiply: โˆ’7(3xโˆ’2)=โˆ’21x+14-7(3x - 2) = -21x + 14. Subtract: (โˆ’21x+15)โˆ’(โˆ’21x+14)=1(-21x + 15) - (-21x + 14) = 1.

Result: 2x2+5xโˆ’72x^2 + 5x - 7 with remainder 11, or equivalently: 6x3+11x2โˆ’31x+15=(3xโˆ’2)(2x2+5xโˆ’7)+16x^3 + 11x^2 - 31x + 15 = (3x - 2)(2x^2 + 5x - 7) + 1.

Common mistake: Forgetting to insert placeholder terms. If you're dividing x3+1x^3 + 1 by something, rewrite it as x3+0x2+0x+1x^3 + 0x^2 + 0x + 1 before starting.

Long division of polynomials, Use long division to divide polynomials | College Algebra

Synthetic Division for Linear Factors

Synthetic division is a streamlined shortcut that only works when the divisor is a linear factor of the form (xโˆ’a)(x - a). It skips the variable writing entirely and operates on coefficients alone, making it faster and less error-prone.

Step-by-step process:

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

  2. Identify aa from the divisor (xโˆ’a)(x - a). If your divisor is (x+2)(x + 2), then a=โˆ’2a = -2. Write aa to the left.

  3. Bring down the leading coefficient to the bottom row.

  4. Multiply aa by that bottom-row value and write the product under the next coefficient.

  5. Add the column (the original coefficient plus the product from step 4). Write the sum in the bottom row.

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

  7. The bottom row gives the coefficients of the quotient (which is one degree lower than the dividend), and the last number is the remainder.

Example: Divide 2x3โˆ’9x2+12xโˆ’42x^3 - 9x^2 + 12x - 4 by (xโˆ’3)(x - 3).

Set a=3a = 3 and list coefficients: 2,โˆ’9,12,โˆ’42, -9, 12, -4.

|22|โˆ’9-9|1212|โˆ’4-4| |---|---|---|---|---| |Multiply by 3|66|โˆ’9-9|99| |Bottom row|22|โˆ’3-3|33|55| The quotient is 2x2โˆ’3x+32x^2 - 3x + 3 with remainder 55.

When to use which method:

  • Use synthetic division whenever the divisor is linear (xโˆ’a)(x - a). It's faster and cleaner.
  • Use long division when the divisor has degree 2 or higher (like x2+3x^2 + 3), since synthetic division doesn't apply in those cases.
Long division of polynomials, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Dividing Polynomials

Applications in Area and Volume

Polynomial division shows up in geometry problems where dimensions are expressed as polynomials.

  • Area problems: If the area of a rectangle is given as a polynomial and one side length is known, divide the area polynomial by the known dimension to find the other.
  • Volume problems: For a rectangular prism, V=lโ‹…wโ‹…hV = l \cdot w \cdot h. If the volume is a polynomial and two dimensions are known, divide the volume by the product of those two dimensions to find the third.

Example: A rectangular prism has volume 6x3+7x2โˆ’3x+16x^3 + 7x^2 - 3x + 1, length 2x+12x + 1, and width xโˆ’1x - 1. To find the height:

  1. Multiply the length and width: (2x+1)(xโˆ’1)=2x2โˆ’xโˆ’1(2x + 1)(x - 1) = 2x^2 - x - 1.

  2. Divide the volume by this product using long division: (6x3+7x2โˆ’3x+1)รท(2x2โˆ’xโˆ’1)(6x^3 + 7x^2 - 3x + 1) \div (2x^2 - x - 1).

  3. The quotient gives the height polynomial.

Since the divisor is degree 2, you'd need long division here rather than synthetic division.

Connecting Division to Rational Functions and Factoring

A few broader connections worth knowing:

  • Rational functions are formed when one polynomial is divided by another, written as a fraction like P(x)Q(x)\frac{P(x)}{Q(x)}. Performing the division can reveal the end behavior of the rational function (the quotient becomes the slant or polynomial asymptote).
  • Factoring connection: If dividing P(x)P(x) by (xโˆ’a)(x - a) gives a remainder of 0, then (xโˆ’a)(x - a) is a factor of P(x)P(x). This ties directly to the Remainder Theorem, which states that P(a)P(a) equals the remainder when P(x)P(x) is divided by (xโˆ’a)(x - a). Synthetic division is one of the fastest ways to test potential factors.
  • Factor Theorem: A special case of the Remainder Theorem. If P(a)=0P(a) = 0, then (xโˆ’a)(x - a) is a factor. You'll use this constantly when finding roots of higher-degree polynomials.