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+11x231x+156x^3 + 11x^2 - 31x + 15 by 3x23x - 2.

  • Divide 6x3÷3x=2x26x^3 \div 3x = 2x^2. Multiply: 2x2(3x2)=6x34x22x^2(3x - 2) = 6x^3 - 4x^2. Subtract: (6x3+11x2)(6x34x2)=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(3x2)=15x210x5x(3x - 2) = 15x^2 - 10x. Subtract: (15x231x)(15x210x)=21x(15x^2 - 31x) - (15x^2 - 10x) = -21x. Bring down +15+15.
  • Divide 21x÷3x=7-21x \div 3x = -7. Multiply: 7(3x2)=21x+14-7(3x - 2) = -21x + 14. Subtract: (21x+15)(21x+14)=1(-21x + 15) - (-21x + 14) = 1.

Result: 2x2+5x72x^2 + 5x - 7 with remainder 11, or equivalently: 6x3+11x231x+15=(3x2)(2x2+5x7)+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 (xa)(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 (xa)(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 2x39x2+12x42x^3 - 9x^2 + 12x - 4 by (x3)(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 2x23x+32x^2 - 3x + 3 with remainder 55.

When to use which method:

  • Use synthetic division whenever the divisor is linear (xa)(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=lwhV = 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+7x23x+16x^3 + 7x^2 - 3x + 1, length 2x+12x + 1, and width x1x - 1. To find the height:

  1. Multiply the length and width: (2x+1)(x1)=2x2x1(2x + 1)(x - 1) = 2x^2 - x - 1.

  2. Divide the volume by this product using long division: (6x3+7x23x+1)÷(2x2x1)(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 (xa)(x - a) gives a remainder of 0, then (xa)(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 (xa)(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 (xa)(x - a) is a factor. You'll use this constantly when finding roots of higher-degree polynomials.
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →