Polynomial long division is a method for dividing one polynomial by another, especially when the divisor has more than one term. It works much like numerical long division because you divide the leading term, multiply back, subtract, and bring down the next term. This skill matters because it helps simplify rational expressions, factor polynomials, and solve polynomial equations.
It also shows how a dividend can be rewritten as a quotient plus a remainder part.
Understanding Math: Polynomial Long Division
A reliable setup prevents most errors. Write both polynomials in descending powers, starting with the highest exponent and moving down. Every missing power needs a placeholder with coefficient zero.
For example, a polynomial with an x cubed term and an x term has a zero x squared term between them. This keeps like terms in the correct columns throughout the work. Put parentheses around each product that will be subtracted.
Then distribute the negative sign to every term inside the parentheses. Students often change only the first sign, which sends every later line off course.
The degree gives the main reason the process works. A polynomial of degree three has a highest power of three, while a polynomial of degree one has a highest power of one. Each new quotient term is chosen to cancel the current highest power in the working polynomial.
After subtraction, that highest power disappears. This means the degree steadily falls until the remaining expression is too small in degree to be divided further.
The final remainder is not a mistake or an unfinished step. It is the part that cannot be built from whole polynomial multiples of the divisor.
Division is closely connected to factoring and roots. When the remainder is zero after dividing by a linear expression, the divisor is a factor of the original polynomial. For instance, if division by x minus two leaves no remainder, then two is a root of the polynomial.
This gives a practical way to break a difficult polynomial equation into simpler factors. It is especially useful after one root is known from a graph, a table of values, or a possible rational root. Repeated division can reduce a high degree polynomial to a quadratic or a linear expression that is easier to solve.
Checking the answer is an important habit. Multiply the divisor by the quotient, then add the remainder. The result must match the original dividend exactly, including every sign and coefficient.
This check catches misplaced terms, forgotten zero placeholders, and subtraction errors. Students may later use synthetic division for divisors of the form x minus a number.
Synthetic division is faster, but polynomial long division shows the underlying structure more clearly and works with any polynomial divisor. Learn the full method first, since it makes the shortcut easier to understand and use correctly.
Key Facts
- Dividend = Divisor × Quotient + Remainder
- If P(x) is divided by D(x), then P(x)/D(x) = Q(x) + R(x)/D(x)
- At each step, divide the leading term of the current polynomial by the leading term of the divisor.
- Multiply the entire divisor by the new quotient term, then subtract the result from the current polynomial.
- The division stops when the degree of the remainder is less than the degree of the divisor.
- Example result: (2x^3 + 3x^2 - 11x - 6)/(x + 3) = 2x^2 - 3x - 2
Vocabulary
- Dividend
- The polynomial being divided in a division problem.
- Divisor
- The polynomial you divide by.
- Quotient
- The polynomial result produced by the division process before including any remainder term.
- Remainder
- The polynomial left over when the division cannot continue because its degree is smaller than the divisor's degree.
- Degree
- The highest exponent of the variable in a polynomial with a nonzero coefficient.
Common Mistakes to Avoid
- Forgetting placeholder terms, such as writing x^3 + 5 instead of x^3 + 0x^2 + 0x + 5, makes columns misalign and leads to wrong subtraction.
- Dividing by the wrong term is incorrect because each new quotient term must come from the leading term of the current polynomial divided by the leading term of the divisor.
- Subtracting without changing every sign causes errors because the entire product of divisor and quotient term must be subtracted.
- Stopping too early is wrong if the current remainder still has degree greater than or equal to the degree of the divisor, because another division step is still possible.
Practice Questions
- 1 Divide 3x^3 + 5x^2 - 4x + 8 by x + 2. Find the quotient and remainder.
- 2 Divide 2x^4 - x^3 + 0x^2 + 7x - 10 by x^2 - 1. Find the quotient and remainder.
- 3 A student says that the remainder when dividing by x^2 + 3 must always be a constant. Explain whether this is correct and justify your answer using degree.