๐Intermediate Algebra
Essential Techniques in Polynomial Long Division
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
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.
Setting Up the Division
Getting the setup right prevents errors downstream. Most mistakes in polynomial long division actually happen before the algorithm even starts.
Identifying the Dividend and Divisor
- The dividend is the polynomial being divided. It goes inside the division symbol (under the "house").
- The divisor is what you're dividing by. It sits outside, and its leading term drives each step.
- Mixing these up reverses your entire problem, so always double-check which is which.
Arranging Polynomials in Descending Order
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.
Handling Missing Terms
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.
The Core Algorithm: Divide-Multiply-Subtract-Bring Down
This four-step cycle repeats until the remainder's degree drops below the divisor's degree.
Step 1: Divide the Leading Terms
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).
Step 2: Multiply the Result by the Entire Divisor
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.
Step 3: Subtract from the Dividend
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.
Step 4: Bring Down the Next Term
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.
Interpreting and Verifying Results
The algorithm gives you numbers, but understanding what those numbers mean is where the real algebra happens.
Interpreting the Quotient and Remainder
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.
Checking Results Using Multiplication
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.
Connections to Factoring and Roots
Polynomial division ties directly into factoring, the Factor Theorem, and finding zeros of polynomial functions.
Relationship to Factoring
- If the remainder is zero, the divisor is a factor of the dividend. This is the Factor Theorem: if , then is a factor of .
- Use division to "pull out" a known factor. If you know is a factor, dividing by it gives you the reduced polynomial.
- You can then continue factoring the quotient to fully factor the original polynomial.
Applications in Algebra and Beyond
- Simplifying rational expressions: divide numerator by denominator to rewrite in mixed form.
- Finding polynomial roots: if is a root, then is a factor, and division reveals the remaining factors you still need to find.
- Connecting to synthetic division: long division works for any divisor, while synthetic division is a shortcut that only works for linear divisors of the form . Know when each method applies.
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.
Quick Reference Table
| 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) |
Self-Check Questions
-
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.