Dividing Polynomials
By the end of this section, you will be able to:
- Use long division to divide polynomials
- Use synthetic division to divide polynomials
The exterior of the Lincoln Memorial in Washington, D.C., is a large rectangular solid with length 61.5 meters (m), width 40 m, and height 30 m. We can easily find the volume using elementary geometry.
So the volume is 73,800 cubic meters (). Suppose we knew the volume, length, and width. We could divide to find the height.
As we can confirm from the dimensions above, the height is 30 m. We can use similar methods to find any of the missing dimensions, and we can use the same method if any or all of the measurements contain variable expressions. For example, suppose the volume of a rectangular solid is given by the polynomial . The length of the solid is given by ; the width is given by . To find the height of the solid, we can use polynomial division, which is the focus of this section.
Using long division to divide polynomials
We are familiar with the long division algorithm for ordinary arithmetic. We begin by dividing into the digits of the dividend that have the greatest place value. We divide, multiply, subtract, include the digit in the next place-value position, and repeat. For example, let’s divide by using long division.
Another way to look at the solution is as a sum of parts. This should look familiar, since it is the same method used to check division in elementary arithmetic.
We call this the Division Algorithm, and we will discuss it more formally after looking at an example.
Division of polynomials that contain more than one term has similarities to long division of whole numbers. We can write a polynomial dividend as the product of the divisor and the quotient added to the remainder. The terms of the polynomial division correspond to the digits (and place values) of the whole-number division. This method allows us to divide two polynomials. For example, if we were to divide by using the long division algorithm, it would look like this:
We have found
or
We can identify the dividend, the divisor, the quotient, and the remainder:
- the dividend is
- the divisor is
- the quotient is
- the remainder is
Writing the result in this manner illustrates the Division Algorithm.
The Division Algorithm. The Division Algorithm states that, given a polynomial dividend and a non-zero polynomial divisor where the degree of is less than or equal to the degree of , there exist unique polynomials and such that
where is the quotient and is the remainder. The remainder is either equal to zero or has degree strictly less than . If , then divides evenly into , and both and are factors of .
How to: given a polynomial and a binomial, use long division to divide the polynomial by the binomial.
- Set up the division problem.
- Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
- Multiply the answer by the divisor and write it below the like terms of the dividend.
- Subtract the bottom binomial from the top binomial.
- Bring down the next term of the dividend.
- Repeat steps 2–5 until reaching the last term of the dividend.
- If the remainder is non-zero, express it as a fraction using the divisor as the denominator.
Example. Divide by .
Solution.
The quotient is . The remainder is . We write the result as
or
Analysis. This division problem had a remainder of . This tells us that the dividend is divided evenly by the divisor, and that the divisor is a factor of the dividend.
Example. Divide by .
Solution.
There is a remainder of . We can express the result as
Analysis. We can check our work by using the Division Algorithm to rewrite the solution, then multiplying.
Notice, as we write our result,
- the dividend is
- the divisor is
- the quotient is
- the remainder is
Divideby.
Divide the leading terms to get each quotient term, multiply that term by the whole divisor, subtract, and bring down the next term; write any final nonzero remainder over the divisor.Using synthetic division to divide polynomials
Long division of polynomials can involve many steps and be quite cumbersome. Synthetic division is a shorthand method of dividing polynomials for the special case of dividing by a linear factor whose leading coefficient is .
To illustrate the process, recall the example at the beginning of this subsection: dividing by using the long division algorithm. The final form of the process looked like this:
There is a lot of repetition in that tableau. If we don’t write the variables but instead line up their coefficients in columns under the division sign, and also eliminate the partial products, we already have a simpler version of the entire problem.
Synthetic division carries this simplification a few steps further: collapse the table by moving each of the rows up to fill any vacant spot. Also, instead of dividing by — as we would in division of whole numbers — then multiplying and subtracting the middle product, we change the sign of the “divisor” to and multiply and add. The process starts by bringing down the leading coefficient, then multiplying it by the “divisor” and adding, repeating this process column by column until there are no entries left. The bottom row holds the coefficients of the quotient, and its last entry is the remainder:
The quotient is and the remainder is — the same result the long-division tableau gave above.
How to: given two polynomials, use synthetic division to divide.
- Write for the divisor.
- Write the coefficients of the dividend.
- Bring the lead coefficient down.
- Multiply the lead coefficient by . Write the product in the next column.
- Add the terms of the second column.
- Multiply the result by . Write the product in the next column.
- Repeat steps 5 and 6 for the remaining columns.
- Use the bottom numbers to write the quotient. The number in the last column is the remainder. The next number from the right has degree , the next number has degree , and so on.
Example. Use synthetic division to divide by .
Solution. Begin by setting up the synthetic division. Write and the coefficients.
Bring down the lead coefficient. Multiply the lead coefficient by .
Continue by adding the numbers in the second column. Multiply the resulting number by . Write the result in the next column. Then add the numbers in the third column.
The result is . The remainder is . So is a factor of the original polynomial.
Analysis. Just as with long division, we can check our work by multiplying the quotient by the divisor and adding the remainder.
Example. Use synthetic division to divide by .
Solution. The binomial divisor is , so . Add each column, multiply the result by , and repeat until the last column is reached.
The result is . The remainder is . Thus, is a factor of .
Analysis. The graph of the polynomial function below shows a zero at . This confirms that is a factor of .
Example. Use synthetic division to divide by .
Solution. Notice there is no -term, so we will use a zero as the coefficient for that term.
The result is .
Use synthetic division to divideby.
Write, insert a zero coefficient for the missingterm, and bring the coefficients through the synthetic-division rows.Using polynomial division to solve application problems
Polynomial division can be used to solve a variety of application problems involving expressions for area and volume. We looked at an application at the beginning of this section. Now we will solve that problem.
Example. The volume of a rectangular solid is given by the polynomial . The length of the solid is given by and the width is given by . Find the height of the solid.
Solution. There are a few ways to approach this problem. We need to divide the expression for the volume of the solid by the expressions for the length and width. Let us create a sketch.
We can now write an equation by substituting the known values into the formula for the volume of a rectangular solid.
To solve for , first divide both sides by .
Now solve for using synthetic division.
The quotient is and the remainder is . The height of the solid is .
The area of a rectangle is given by. The width of the rectangle is given by. Find an expression for the length of the rectangle.
Length equals area divided by width; use synthetic division with.Key equations
| Division Algorithm | , where |
|---|
Key concepts
- Polynomial long division can be used to divide a polynomial by any polynomial with equal or lower degree.
- The Division Algorithm tells us that a polynomial dividend can be written as the product of the divisor and the quotient added to the remainder.
- Synthetic division is a shortcut that can be used to divide a polynomial by a binomial in the form .
- Polynomial division can be used to solve application problems, including area and volume.
Key terms
Division Algorithm — given a polynomial dividend and a non-zero polynomial divisor where the degree of is less than or equal to the degree of , there exist unique polynomials and such that ; is the quotient and is the remainder, and the remainder is either equal to zero or has degree strictly less than . synthetic division — a shortcut method that can be used to divide a polynomial by a binomial of the form .
Practice
Use long division to divide polynomials
Use long division to divideby. What is the quotient?
Divide the leading terms to start the quotient, multiply that term by the whole divisor, subtract, and bring down the next term.Now give the remainder from dividingby.
Subtract the last product from the last partial dividend; a zero remainder means the divisor is a factor.Use long division to divideby. What is the quotient?
Divide the leading terms to start the quotient, multiply that term by the whole divisor, subtract, and bring down the next term.Now give the remainder from dividingby.
Subtract the last product from the last partial dividend to find what is left over.Use synthetic division to divide polynomials
Use synthetic division to find the quotient whenis divided by.
Use; bring down the leading coefficient, then repeatedly multiply byand add down each column.Use synthetic division to find the quotient whenis divided by.
Use; bring down the leading coefficient, then repeatedly multiply byand add down each column.Isa factor of?
Use synthetic division with(insert a zero coefficient for the missingterm) and check whether the remainder is zero.This section is adapted from Precalculus 2e, Section 3.5: Dividing Polynomials by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: omitted the decorative Lincoln Memorial photograph, which carries no mathematics; recreated every long-division and synthetic-division tableau as an accessible KaTeX array with \phantom spacing rather than as an image, staging each one exactly as the source’s image sequence does — the full long-division tableau, then the same work with the variables dropped, then the collapsed, sign-flipped synthetic-division grid bridging the two methods; and Example 3’s three partial grids (set up, bring down the lead coefficient, then complete the remaining columns), each paired with the source’s own narration; recreated the zero-confirming graph in Example 4’s Analysis as an accessible SVG plotted directly from , and omitted its inset close-up detail as decorative; recreated the labelled rectangular-solid sketch in the application example as an accessible SVG figure, an oblique box with its length, width, and height edges labelled to match the source; omitted the media links; converted the “Try It” problems into interactive fill-in exercises with instant feedback, each carrying an expanded answer form because “Divide by ” is otherwise satisfied by retyping the printed quotient ; and adapted five selected end-of-section exercises — two “specify the quotient and the remainder” long-division items, each split into paired quotient/remainder prompts, two “find the quotient” synthetic-division items, and a synthetic-division factor check — into seven interactive components in a closing Practice block, one group per objective.