Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Polynomial long division lets you break apart complex polynomial expressions into simpler pieces. You're building the skill to simplify rational expressions, find factors, identify roots, and understand how polynomials relate to each other. When you divide polynomials, you're asking: "How many times does this expression fit into that one, and what's left over?"
Everything here rests on the Division Algorithm for Polynomials: for any polynomial divided by , there exist unique polynomials (quotient) and (remainder) such that:
This relationship connects division to factoring, root-finding, and simplification throughout the course.
Getting the setup right prevents errors downstream. Most mistakes in polynomial long division actually happen before the algorithm even starts.
Both the dividend and divisor must be written in standard form, meaning highest degree first. Write , never . This keeps leading terms in position so you can divide them cleanly at each step.
If a polynomial skips a degree, insert a placeholder term with coefficient zero. For example, to divide by , rewrite the dividend as:
Without placeholders, you'll subtract terms of different degrees and get wrong answers. This is the single most common setup mistake.
Compare: Setting up vs. . The first needs three zero placeholders () while the second needs only one (). Whenever you see a "sparse" polynomial with gaps between terms, placeholder insertion is critical.
This four-step cycle repeats until the remainder's degree drops below the divisor's degree.
Divide the leading term of the current dividend by the leading term of the divisor. For , you get . Place this quotient term above the division bar, directly over the term in the dividend with the matching degree.
Remember your exponent rules here: (subtract exponents).
Distribute the new quotient term across the whole divisor. If your quotient term is and the divisor is :
Write this product below the corresponding terms in the dividend, aligned by degree. Distribution errors here will compound through every remaining step.
Subtract the entire product from the current dividend. This means changing every sign: subtracting is the same as adding .
Sign errors in this step are the number one mistake in the whole algorithm. If your result after subtracting doesn't have a lower degree than what you started with, something went wrong.
Pull down the next unused term from the original dividend to create your new working polynomial. This new expression becomes the dividend for the next cycle.
Repeat Steps 1 through 4 until the degree of what remains is less than the degree of the divisor. That leftover is your remainder.
Compare: Dividing by a linear divisor vs. a quadratic divisor . The cycle is identical, but with a quadratic divisor, you stop when the remainder is degree 1 or less (like or just a constant). With a linear divisor, the remainder is always just a constant.
The algorithm gives you numbers, but understanding what those numbers mean is where the real algebra happens.
The quotient tells you how the divisor fits into the dividend. The remainder is what's left over, and it must have a degree less than the divisor. Express the complete result as:
This form shows up constantly when you simplify rational expressions.
To verify, compute . The result must equal your original dividend . If it doesn't match, work backward to find where your arithmetic went wrong.
This check takes about 30 seconds and is worth building into your routine, especially on exams.
Compare: A remainder of vs. a non-zero remainder. Zero remainder means the divisor divides evenly into the dividend (the divisor is a factor). A non-zero remainder means there's a leftover piece that can't be divided further. This distinction is the foundation for factoring applications.
Polynomial division ties directly into factoring, the Factor Theorem, and finding zeros of polynomial functions.
Compare: Long division vs. synthetic division. Both find quotients when dividing by , but synthetic division uses only coefficients and is faster. Long division handles any polynomial divisor, making it more versatile. Use synthetic division when you can; fall back to long division when you must.
| Concept | Key Techniques |
|---|---|
| Setup Requirements | Descending order, placeholder zeros, identify dividend/divisor |
| Core Algorithm Steps | Divide leading terms, multiply, subtract, bring down |
| Stopping Condition | Remainder degree < divisor degree |
| Result Interpretation | |
| Verification Method | Multiply quotient by divisor, add remainder, check against dividend |
| Factoring Connection | Remainder = 0 means divisor is a factor |
| Common Errors | Sign mistakes in subtraction, missing placeholder terms |
| Related Methods | Synthetic division (for linear divisors only) |
When dividing by , how many placeholder terms with zero coefficients do you need to insert, and why does skipping them cause problems?
Compare dividing by versus : how does the divisor's degree affect what counts as a valid remainder?
If you divide by and get remainder , what does this tell you about in relation to ? What theorem supports this?
You've completed a division and want to verify your answer. Write the equation you'd use to check your work, and explain what a mismatch would tell you.
Given that is a factor of , use polynomial long division to find all remaining factors. Show your setup, including any necessary placeholders.