32 Dividing Polynomials

Learning Objectives

In this section, you will:

  • Use long division to divide polynomials.
  • Use synthetic division to divide polynomials.
Lincoln Memorial.
Figure 1. Lincoln Memorial, Washington, D.C. (credit: Ron Cogswell, Flickr)

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.[1] We can easily find the volume using elementary geometry.

[latex]\begin{array}{ccc}\hfill V& =& l\cdot w\cdot h\hfill \\ & =& 61.5\cdot 40\cdot 30\hfill \\ & =& 73,800\hfill \end{array}[/latex]

So the volume is 73,800 cubic meters[latex]\,\left(\text{m}³\right).\,[/latex]
Suppose we knew the volume, length, and width. We could divide to find the height.

[latex]\begin{array}{ccc}\hfill h& =& \frac{V}{l\cdot w}\hfill \\ & =& \frac{73,800}{61.5\cdot 40}\hfill \\ & =& 30\hfill \end{array}[/latex]

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. We can also 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[latex]\,3{x}^{4}-3{x}^{3}-33{x}^{2}+54x.\,[/latex]
The length of the solid is given by[latex]\,3x;\,[/latex]
the width is given by[latex]\,x-2.\,[/latex]
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 178 by 3 using long division.

Steps of long division for intergers.

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.

[latex]\begin{array}{ccc}\hfill \text{dividend}& =& (\text{divisor}\cdot \text{quotient) + remainder}\hfill \\ \hfill 178& =& \left(3\cdot 59\right)+1\hfill \\ & =& 177+1\hfill \\ & =& 178\hfill \end{array}[/latex]

We call this the Division Algorithm and 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[latex]\,2{x}^{3}-3{x}^{2}+4x+5\,[/latex]
by[latex]\,x+2\,[/latex]
using the long division algorithm, it would look like this:

We have found

[latex]\frac{2{x}^{3}-3{x}^{2}+4x+5}{x+2}=2{x}^{2}-7x+18-\frac{31}{x+2}[/latex]

or

[latex]\frac{2{x}^{3}-3{x}^{2}+4x+5}{x+2}=\left(x+2\right)\left(2{x}^{2}-7x+18\right)-31[/latex]

We can identify the dividend, the divisor, the quotient, and the remainder.

Identifying the dividend, divisor, quotient and remainder of the polynomial 2x^3-3x^2+4x+5, which is the dividend.

Writing the result in this manner illustrates the Division Algorithm.

The Division Algorithm

The Division Algorithm states that, given a polynomial dividend[latex]\,f\left(x\right)\,[/latex] and a non-zero polynomial divisor[latex]\,d\left(x\right)\,[/latex] where the degree of[latex]\,d\left(x\right)\,[/latex] is less than or equal to the degree of[latex]\,f\left(x\right)[/latex], there exist unique polynomials[latex]\,q\left(x\right)\,[/latex] and[latex]\,r\left(x\right)\,[/latex] such that [latex]f\left(x\right)=d\left(x\right)q\left(x\right)+r\left(x\right)[/latex] [latex]q\left(x\right)\,[/latex] is the quotient and[latex]\,r\left(x\right)\,[/latex] is the remainder. The remainder is either equal to zero or has degree strictly less than[latex]\,d\left(x\right).\,[/latex] If[latex]\,r\left(x\right)=0,\,[/latex] then[latex]\,d\left(x\right)\,[/latex] divides evenly into[latex]\,f\left(x\right).\,[/latex] This means that, in this case, both[latex]\,d\left(x\right)\,[/latex]
and[latex]\,q\left(x\right)\,[/latex] are factors of[latex]\,f\left(x\right).\,[/latex]

How To

Given a polynomial and a binomial, use long division to divide the polynomial by the binomial.

  1. Set up the division problem.
  2. Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
  3. Multiply the answer by the divisor and write it below the like terms of the dividend.
  4. Subtract the bottom binomial from the top binomial.
  5. Bring down the next term of the dividend.
  6. Repeat steps 2–5 until reaching the last term of the dividend.
  7. If the remainder is non-zero, express as a fraction using the divisor as the denominator.

Using Long Division to Divide a Second-Degree Polynomial

Divide[latex]\,5{x}^{2}+3x-2\,[/latex] by[latex]\,x+1.[/latex]

[reveal-answer q=”893598″]Show Solution[/reveal-answer]
[hidden-answer a=”893598″]

The quotient is[latex]\,5x-2.\,[/latex] The remainder is 0. We write the result as

[latex]\frac{5{x}^{2}+3x-2}{x+1}=5x-2[/latex]

or

[latex]5{x}^{2}+3x-2=\left(x+1\right)\left(5x-2\right)[/latex]

[/hidden-answer]

Analysis

This division problem had a remainder of 0. This tells us that the dividend is divided evenly by the divisor, and that the divisor is a factor of the dividend.

Using Long Division to Divide a Third-Degree Polynomial

Divide[latex]\,6{x}^{3}+11{x}^{2}-31x+15\,[/latex] by[latex]\,3x-2.\,[/latex]

[reveal-answer q=”fs-id1165135503914″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135503914″]

There is a remainder of 1. We can express the result as:

[latex]\frac{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}=2{x}^{2}+5x-7+\frac{1}{3x-2}[/latex][/hidden-answer]

Analysis

We can check our work by using the Division Algorithm to rewrite the solution. Then multiply.

[latex]\left(3x-2\right)\left(2{x}^{2}+5x-7\right)+1=6{x}^{3}+11{x}^{2}-31x+15[/latex]

Notice, as we write our result,

  • the dividend is[latex]\,6{x}^{3}+11{x}^{2}-31x+15\,[/latex]
  • the divisor is[latex]\,3x-2\,[/latex]
  • the quotient is[latex]\,2{x}^{2}+5x-7\,[/latex]
  • the remainder is[latex]\,1\,[/latex]

Try It

Divide[latex]\,16{x}^{3}-12{x}^{2}+20x-3\,[/latex] by[latex]\,4x+5.\,[/latex]

[reveal-answer q=”fs-id1165135177648″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135177648″]

[latex]4{x}^{2}-8x+15-\frac{78}{4x+5}[/latex]

[/hidden-answer]

Using Synthetic Division to Divide Polynomials

As we’ve seen, 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 1.

To illustrate the process, recall the example at the beginning of the section.

Divide[latex]\,2{x}^{3}-3{x}^{2}+4x+5\,[/latex] by[latex]\,x+2\,[/latex] using the long division algorithm.

The final form of the process looked like this:

There is a lot of repetition in the table. 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 of the polynomial 2x^3-3x^2+4x+5 by x+2 in which it only contains the coefficients of each polynomial.

Synthetic division carries this simplification even a few more steps. Collapse the table by moving each of the rows up to fill any vacant spots. Also, instead of dividing by 2, as we would in division of whole numbers, then multiplying and subtracting the middle product, we change the sign of the “divisor” to –2, multiply and add. The process starts by bringing down the leading coefficient.

Synthetic division of the polynomial 2x^3-3x^2+4x+5 by x+2 in which it only contains the coefficients of each polynomial.

We then multiply it by the “divisor” and add, repeating this process column by column, until there are no entries left. The bottom row represents the coefficients of the quotient; the last entry of the bottom row is the remainder. In this case, the quotient is[latex]\,2{x}^{2}–7x+18\,[/latex]and the remainder is[latex]\,–31.\,[/latex] The process will be made more clear in (Figure).

Synthetic Division

Synthetic division is a shortcut that can be used when the divisor is a binomial in the form[latex]\,x-k\,[/latex]where[latex]\,k\,[/latex]is a real number.

In synthetic division, only the coefficients are used in the division process.

How To

Given two polynomials, use synthetic division to divide.

  1. Write[latex]\,k\,[/latex] for the divisor.
  2. Write the coefficients of the dividend.
  3. Bring the lead coefficient down.
  4. Multiply the lead coefficient by[latex]\,k.\,[/latex] Write the product in the next column.
  5. Add the terms of the second column.
  6. Multiply the result by[latex]\,k.\,[/latex] Write the product in the next column.
  7. Repeat steps 5 and 6 for the remaining columns.
  8. Use the bottom numbers to write the quotient. The number in the last column is the remainder and has degree 0, the next number from the right has degree 1, the next number from the right has degree 2, and so on.

Using Synthetic Division to Divide a Second-Degree Polynomial

Use synthetic division to divide[latex]\,5{x}^{2}-3x-36\,[/latex]
by[latex]\,x-3.\,[/latex]

[reveal-answer q=”fs-id1165135177606″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135177606″]

Begin by setting up the synthetic division. Write[latex]\,k\,[/latex] and the coefficients.

A collapsed version of the previous synthetic division.

Bring down the lead coefficient. Multiply the lead coefficient by[latex]\,k.\,[/latex]

The set-up of the synthetic division for the polynomial 5x^2-3x-36 by x-3, which renders {5, -3, -36} by 3.

Continue by adding the numbers in the second column. Multiply the resulting number by[latex]\,k.\,[/latex] Write the result in the next column. Then add the numbers in the third column.

Multiplied by the lead coefficient, 5, in the second column, and the lead coefficient is brought down to the second row.

The result is[latex]\,5x+12.\,[/latex] The remainder is 0. So[latex]\,x-3\,[/latex] is a factor of the original polynomial.[/hidden-answer]

Analysis

Just as with long division, we can check our work by multiplying the quotient by the divisor and adding the remainder.

[latex]\left(x-3\right)\left(5x+12\right)+0=5{x}^{2}-3x-36[/latex]

Using Synthetic Division to Divide a Third-Degree Polynomial

Use synthetic division to divide[latex]\,4{x}^{3}+10{x}^{2}-6x-20\,[/latex] by[latex]\,x+2.\,[/latex]

[reveal-answer q=”fs-id1165135173365″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135173365″]

The binomial divisor is[latex]\,x+2\,[/latex] so[latex]\,k=-2.\,[/latex]
Add each column, multiply the result by –2, and repeat until the last column is reached.

Synthetic division of 4x^3+10x^2-6x-20 divided by x+2.

The result is[latex]\,4{x}^{2}+2x-10.\,[/latex] The remainder is 0. Thus,[latex]\,x+2\,[/latex] is a factor of[latex]\,4{x}^{3}+10{x}^{2}-6x-20.\,[/latex][/hidden-answer]

Analysis

The graph of the polynomial function[latex]\,f\left(x\right)=4{x}^{3}+10{x}^{2}-6x-20\,[/latex] in (Figure) shows a zero at[latex]\,x=k=-2.\,[/latex] This confirms that[latex]\,x+2\,[/latex] is a factor of[latex]\,4{x}^{3}+10{x}^{2}-6x-20.\,[/latex]

Synthetic division of 4x^3+10x^2-6x-20 divided by x+2.
Figure 2.

Using Synthetic Division to Divide a Fourth-Degree Polynomial

Use synthetic division to divide[latex]\,-9{x}^{4}+10{x}^{3}+7{x}^{2}-6\,[/latex] by[latex]\,x-1.\,[/latex]

[reveal-answer q=”fs-id1165135571792″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135571792″]

Notice there is no x-term. We will use a zero as the coefficient for that term.

..

The result is[latex]\,-9{x}^{3}+{x}^{2}+8x+8+\frac{2}{x-1}.[/latex]

[/hidden-answer]

Try It

Use synthetic division to divide[latex]\,3{x}^{4}+18{x}^{3}-3x+40\,[/latex]
by[latex]\,x+7.[/latex]

[reveal-answer q=”fs-id1165133365553″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165133365553″]

[latex]3{x}^{3}-3{x}^{2}+21x-150+\frac{1,090}{x+7}[/latex]

[/hidden-answer]

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 in the following example.

Using Polynomial Division in an Application Problem

The volume of a rectangular solid is given by the polynomial[latex]\,3{x}^{4}-3{x}^{3}-33{x}^{2}+54x.\,[/latex] The length of the solid is given by[latex]\,3x\,[/latex] and the width is given by[latex]\,x-2.\,[/latex]
Find the height,[latex]\,h,[/latex]of the solid.

[reveal-answer q=”fs-id1165135685835″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135685835″]

Graph of f(x)=4x^3+10x^2-6x-20 with a close up on x+2.
Figure 3.

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 as in (Figure).

We can now write an equation by substituting the known values into the formula for the volume of a rectangular solid.

[latex]\begin{array}{ccc}\hfill V& =& l\cdot w\cdot h\hfill \\ \hfill 3{x}^{4}-3{x}^{3}-33{x}^{2}+54x& =& 3x\cdot \left(x-2\right)\cdot h\hfill \end{array}[/latex]

To solve for[latex]\,h,\,[/latex]first divide both sides by[latex]\,3x.[/latex]

[latex]\begin{array}{ccc}\hfill \frac{3x\cdot \left(x-2\right)\cdot h}{3x}& =& \frac{3{x}^{4}-3{x}^{3}-33{x}^{2}+54x}{3x}\hfill \\ \hfill \left(x-2\right)h& =& {x}^{3}-{x}^{2}-11x+18\hfill \end{array}[/latex]

Now solve for[latex]\,h\,[/latex] using synthetic division.

[latex]h=\frac{{x}^{3}-{x}^{2}-11x+18}{x-2}[/latex]

The quotient is[latex]\,{x}^{2}+x-9\,[/latex] and the remainder is 0. The height of the solid is[latex]\,{x}^{2}+x-9.[/latex][/hidden-answer]

Try It

The area of a rectangle is given by[latex]\,3{x}^{3}+14{x}^{2}-23x+6.\,[/latex] The width of the rectangle is given by[latex]\,x+6.\,[/latex]
Find an expression for the length of the rectangle.

[reveal-answer q=”fs-id1165135407022″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135407022″]

[latex]3{x}^{2}-4x+1[/latex]

[/hidden-answer]

Key Equations

Division Algorithm [latex]f\left(x\right)=d\left(x\right)q\left(x\right)+r\left(x\right)\text{ where }q\left(x\right)\ne 0[/latex]

Key Concepts

  • Polynomial long division can be used to divide a polynomial by any polynomial with equal or lower degree. See (Figure) and (Figure).
  • 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[latex]\,x-k.\,[/latex]
    See (Figure), (Figure), and (Figure).
  • Polynomial division can be used to solve application problems, including area and volume. See (Figure).

Section Exercises

Verbal

If division of a polynomial by a binomial results in a remainder of zero, what can be conclude?

[reveal-answer q=”fs-id1165135443970″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135443970″]

The binomial is a factor of the polynomial.

[/hidden-answer]

If a polynomial of degree[latex]\,n\,[/latex] is divided by a binomial of degree 1, what is the degree of the quotient?

Algebraic

For the following exercises, use long division to divide. Specify the quotient and the remainder.

[latex]\left({x}^{2}+5x-1\right)÷\left(x-1\right)[/latex]

[reveal-answer q=”fs-id1165137849077″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137849077″]

[latex]x+6+\frac{5}{x-1}\text{,}\,\text{quotient:}\,x+6\text{,}\,\text{remainder:}\,\text{5}[/latex]

[/hidden-answer]

[latex]\left(2{x}^{2}-9x-5\right)÷\left(x-5\right)[/latex]

[latex]\left(3{x}^{2}+23x+14\right)÷\left(x+7\right)[/latex]

[reveal-answer q=”fs-id1165134149896″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134149896″]

[latex]3x+2\text{,}\,\text{quotient: }3x+2\text{,}\,\text{remainder: 0}[/latex]

[/hidden-answer]

[latex]\left(4{x}^{2}-10x+6\right)÷\left(4x+2\right)[/latex]

[latex]\left(6{x}^{2}-25x-25\right)÷\left(6x+5\right)[/latex]

[reveal-answer q=”fs-id1165135532496″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135532496″]

[latex]x-5\text{,}\,\text{quotient:}\,x-5\text{,}\,\text{remainder:}\,\text{0}[/latex]

[/hidden-answer]

[latex]\left(-{x}^{2}-1\right)÷\left(x+1\right)[/latex]

[latex]\left(2{x}^{2}-3x+2\right)÷\left(x+2\right)[/latex]

[reveal-answer q=”fs-id1165134234239″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134234239″]

[latex]2x-7+\frac{16}{x+2}\text{,}\,\text{quotient:}\text{​}\,2x-7\text{,}\,\text{remainder:}\,\text{16}[/latex]

[/hidden-answer]

[latex]\left({x}^{3}-126\right)÷\left(x-5\right)[/latex]

[latex]\left(3{x}^{2}-5x+4\right)÷\left(3x+1\right)[/latex]

[reveal-answer q=”fs-id1165132962052″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165132962052″]

[latex]x-2+\frac{6}{3x+1}\text{,}\,\text{quotient:}\,x-2\text{,}\,\text{remainder:}\,\text{6}[/latex]

[/hidden-answer]

[latex]\left({x}^{3}-3{x}^{2}+5x-6\right)÷\left(x-2\right)[/latex]

[latex]\left(2{x}^{3}+3{x}^{2}-4x+15\right)÷\left(x+3\right)[/latex]
[reveal-answer q=”fs-id1165135632104″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135632104″]

[latex]2{x}^{2}-3x+5\text{,}\,\text{quotient:}\,2{x}^{2}-3x+5\text{,}\,\text{remainder:}\,\text{0}[/latex]

[/hidden-answer]

For the following exercises, use synthetic division to find the quotient. Ensure the equation is in the form required by synthetic division. (Hint: divide the dividend and divisor by the coefficient of the linear term in the divisor.)

[latex]\left(3{x}^{3}-2{x}^{2}+x-4\right)÷\left(x+3\right)[/latex]

[latex]\left(2{x}^{3}-6{x}^{2}-7x+6\right)÷\left(x-4\right)[/latex]

[reveal-answer q=”fs-id1165135298453″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135298453″]

[latex]2{x}^{2}+2x+1+\frac{10}{x-4}[/latex]

[/hidden-answer]

[latex]\left(6{x}^{3}-10{x}^{2}-7x-15\right)÷\left(x+1\right)[/latex]

[latex]\left(4{x}^{3}-12{x}^{2}-5x-1\right)÷\left(2x+1\right)[/latex]

[reveal-answer q=”fs-id1165135486057″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135486057″]

[latex]2{x}^{2}-7x+1-\frac{2}{2x+1}[/latex]

[/hidden-answer]

[latex]\left(9{x}^{3}-9{x}^{2}+18x+5\right)÷\left(3x-1\right)[/latex]

[latex]\left(3{x}^{3}-2{x}^{2}+x-4\right)÷\left(x+3\right)[/latex]

[reveal-answer q=”fs-id1165135517139″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135517139″]

[latex]3{x}^{2}-11x+34-\frac{106}{x+3}[/latex]

[/hidden-answer]

[latex]\left(-6{x}^{3}+{x}^{2}-4\right)÷\left(2x-3\right)[/latex]

[latex]\left(2{x}^{3}+7{x}^{2}-13x-3\right)÷\left(2x-3\right)[/latex]

[reveal-answer q=”fs-id1165134173709″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134173709″]

[latex]{x}^{2}+5x+1[/latex]

[/hidden-answer]

[latex]\left(3{x}^{3}-5{x}^{2}+2x+3\right)÷\left(x+2\right)[/latex]

[latex]\left(4{x}^{3}-5{x}^{2}+13\right)÷\left(x+4\right)[/latex]

[reveal-answer q=”fs-id1165137851483″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137851483″]

[latex]4{x}^{2}-21x+84-\frac{323}{x+4}[/latex]

[/hidden-answer]

[latex]\left({x}^{3}-3x+2\right)÷\left(x+2\right)[/latex]

[latex]\left({x}^{3}-21{x}^{2}+147x-343\right)÷\left(x-7\right)[/latex]

[reveal-answer q=”fs-id1165134156036″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134156036″]

[latex]{x}^{2}-14x+49[/latex]

[/hidden-answer]

[latex]\left({x}^{3}-15{x}^{2}+75x-125\right)÷\left(x-5\right)[/latex]

[latex]\left(9{x}^{3}-x+2\right)÷\left(3x-1\right)[/latex]

[reveal-answer q=”fs-id1165134118337″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134118337″]

[latex]3{x}^{2}+x+\frac{2}{3x-1}[/latex]

[/hidden-answer]

[latex]\left(6{x}^{3}-{x}^{2}+5x+2\right)÷\left(3x+1\right)[/latex]

[latex]\left({x}^{4}+{x}^{3}-3{x}^{2}-2x+1\right)÷\left(x+1\right)[/latex]

[reveal-answer q=”fs-id1165134357257″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134357257″]

[latex]{x}^{3}-3x+1[/latex]

[/hidden-answer]

[latex]\left({x}^{4}-3{x}^{2}+1\right)÷\left(x-1\right)[/latex]

[latex]\left({x}^{4}+2{x}^{3}-3{x}^{2}+2x+6\right)÷\left(x+3\right)[/latex]

[reveal-answer q=”fs-id1165135575976″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135575976″]

[latex]{x}^{3}-{x}^{2}+2[/latex]

[/hidden-answer]

[latex]\left({x}^{4}-10{x}^{3}+37{x}^{2}-60x+36\right)÷\left(x-2\right)[/latex]

[latex]\left({x}^{4}-8{x}^{3}+24{x}^{2}-32x+16\right)÷\left(x-2\right)[/latex]

[reveal-answer q=”fs-id1165134261862″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134261862″]

[latex]{x}^{3}-6{x}^{2}+12x-8[/latex]

[/hidden-answer]

[latex]\left({x}^{4}+5{x}^{3}-3{x}^{2}-13x+10\right)÷\left(x+5\right)[/latex]

[latex]\left({x}^{4}-12{x}^{3}+54{x}^{2}-108x+81\right)÷\left(x-3\right)[/latex]

[reveal-answer q=”fs-id1165135486004″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135486004″]

[latex]{x}^{3}-9{x}^{2}+27x-27[/latex]

[/hidden-answer]

[latex]\left(4{x}^{4}-2{x}^{3}-4x+2\right)÷\left(2x-1\right)[/latex]

[latex]\left(4{x}^{4}+2{x}^{3}-4{x}^{2}+2x+2\right)÷\left(2x+1\right)[/latex]

[reveal-answer q=”fs-id1165135403348″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135403348″]

[latex]2{x}^{3}-2x+2[/latex]

[/hidden-answer]

For the following exercises, use synthetic division to determine whether the first expression is a factor of the second. If it is, indicate the factorization.

[latex]x-2,\,4{x}^{3}-3{x}^{2}-8x+4[/latex]

[latex]x-2,\,3{x}^{4}-6{x}^{3}-5x+10[/latex]

[reveal-answer q=”fs-id1165134431791″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134431791″]

Yes[latex]\,\left(x-2\right)\left(3{x}^{3}-5\right)[/latex]

[/hidden-answer]

[latex]x+3,\,-4{x}^{3}+5{x}^{2}+8[/latex]

[latex]x-2,\,4{x}^{4}-15{x}^{2}-4[/latex]

[reveal-answer q=”fs-id1165135329837″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135329837″]

Yes[latex]\,\left(x-2\right)\left(4{x}^{3}+8{x}^{2}+x+2\right)[/latex]

[/hidden-answer]

[latex]x-\frac{1}{2},\,2{x}^{4}-{x}^{3}+2x-1[/latex]

[latex]x+\frac{1}{3},\,3{x}^{4}+{x}^{3}-3x+1[/latex]

[reveal-answer q=”fs-id1165135481294″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135481294″]

No

[/hidden-answer]

Graphical

For the following exercises, use the graph of the third-degree polynomial and one factor to write the factored form of the polynomial suggested by the graph. The leading coefficient is one.

Factor is[latex]\,{x}^{2}-x+3[/latex]

Graph of a polynomial that has a x-intercept at -1.

Factor is[latex]\,\left({x}^{2}+2x+4\right)[/latex]

Graph of a polynomial that has a x-intercept at 1.

[reveal-answer q=”fs-id1165134197969″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134197969″]

[latex]\left(x-1\right)\left({x}^{2}+2x+4\right)[/latex]

[/hidden-answer]

Factor is[latex]\,{x}^{2}+2x+5[/latex]

Graph of a polynomial that has a x-intercept at 2.

Factor is[latex]\,{x}^{2}+x+1[/latex]

Graph of a polynomial that has a x-intercept at 5.

[reveal-answer q=”fs-id1165134164949″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134164949″]

[latex]\left(x-5\right)\left({x}^{2}+x+1\right)[/latex]

[/hidden-answer]

Factor is[latex]{x}^{2}+2x+2[/latex]

Graph of a polynomial that has a x-intercept at -3.

For the following exercises, use synthetic division to find the quotient and remainder.

[latex]\frac{4{x}^{3}-33}{x-2}[/latex]

[reveal-answer q=”fs-id1165134061088″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134061088″]

[latex]\text{Quotient:}\,4{x}^{2}+8x+16\text{,}\,\text{remainder:}\,-1[/latex]

[/hidden-answer]

[latex]\frac{2{x}^{3}+25}{x+3}[/latex]

[latex]\frac{3{x}^{3}+2x-5}{x-1}[/latex]

[reveal-answer q=”fs-id1165137646978″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137646978″]

[latex]\text{Quotient:}\,3{x}^{2}+3x+5\text{,}\,\text{remainder:}\,0[/latex]

[/hidden-answer]

[latex]\frac{-4{x}^{3}-{x}^{2}-12}{x+4}[/latex]

[latex]\frac{{x}^{4}-22}{x+2}[/latex]

[reveal-answer q=”fs-id1165134118486″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134118486″]

[latex]\text{Quotient:}\,{x}^{3}-2{x}^{2}+4x-8\text{,}\,\text{remainder:}\,-6[/latex]

[/hidden-answer]

Technology

For the following exercises, use a calculator with CAS to answer the questions.

Consider[latex]\,\frac{{x}^{k}-1}{x-1}\,[/latex]with[latex]\,k=1, 2, 3.\,[/latex]What do you expect the result to be if[latex]\,k=4?[/latex]

Consider[latex]\,\frac{{x}^{k}+1}{x+1}\,[/latex]for[latex]\,k=1, 3, 5.\,[/latex]What do you expect the result to be if[latex]\,k=7?[/latex]

[reveal-answer q=”fs-id1165134148458″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134148458″]

[latex]{x}^{6}-{x}^{5}+{x}^{4}-{x}^{3}+{x}^{2}-x+1[/latex]

[/hidden-answer]

Consider[latex]\,\frac{{x}^{4}-{k}^{4}}{x-k}\,[/latex]for[latex]\,k=1, 2, 3.\,[/latex]What do you expect the result to be if[latex]\,k=4?[/latex]

Consider[latex]\,\frac{{x}^{k}}{x+1}\,[/latex]with[latex]\,k=1, 2, 3.\,[/latex]What do you expect the result to be if[latex]\,k=4?[/latex]

[reveal-answer q=”fs-id1165134153037″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134153037″]

[latex]{x}^{3}-{x}^{2}+x-1+\frac{1}{x+1}[/latex]

[/hidden-answer]

Consider[latex]\,\frac{{x}^{k}}{x-1}\,[/latex]with[latex]\,k=1, 2, 3.\,[/latex]What do you expect the result to be if[latex]\,k=4?[/latex]

Extensions

For the following exercises, use synthetic division to determine the quotient involving a complex number.

[latex]\frac{x+1}{x-i}[/latex]

[reveal-answer q=”fs-id1165135259591″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135259591″]

[latex]1+\frac{1+i}{x-i}[/latex]

[/hidden-answer]

[latex]\frac{{x}^{2}+1}{x-i}[/latex]

[latex]\frac{x+1}{x+i}[/latex]

[reveal-answer q=”fs-id1165137834324″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137834324″]

[latex]1+\frac{1-i}{x+i}[/latex]

[/hidden-answer]

[latex]\frac{{x}^{2}+1}{x+i}[/latex]

[latex]\frac{{x}^{3}+1}{x-i}[/latex]

[reveal-answer q=”fs-id1165134248065″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134248065″]

[latex]{x}^{2}-ix-1+\frac{1-i}{x-i}[/latex]

[/hidden-answer]

Real-World Applications

For the following exercises, use the given length and area of a rectangle to express the width algebraically.

Length is[latex]\,x+5,\,[/latex]area is[latex]\,2{x}^{2}+9x-5.[/latex]

Length is[latex]\,2x\text{ }+\text{ }5,\,[/latex]area is[latex]\,4{x}^{3}+10{x}^{2}+6x+15[/latex]

[reveal-answer q=”fs-id1165135264690″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135264690″]

[latex]2{x}^{2}+3[/latex]

[/hidden-answer]

Length is[latex]\,3x–4,\,[/latex]area is[latex]\,6{x}^{4}-8{x}^{3}+9{x}^{2}-9x-4[/latex]

For the following exercises, use the given volume of a box and its length and width to express the height of the box algebraically.

Volume is[latex]\,12{x}^{3}+20{x}^{2}-21x-36,\,[/latex]length is[latex]\,2x+3,\,[/latex]width is[latex]\,3x-4.[/latex]

[reveal-answer q=”fs-id1165135317480″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135317480″]

[latex]2x+3[/latex]

[/hidden-answer]

Volume is[latex]\,18{x}^{3}-21{x}^{2}-40x+48,\,[/latex]length is[latex]\,3x–4,\,[/latex] width is[latex]\,3x–4.[/latex]

Volume is[latex]\,10{x}^{3}+27{x}^{2}+2x-24,\,[/latex]length is[latex]\,5x–4,\,[/latex] width is[latex]\,2x+3.[/latex]

[reveal-answer q=”fs-id1165135564161″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165135564161″]

[latex]x+2[/latex]

[/hidden-answer]

Volume is[latex]\,10{x}^{3}+30{x}^{2}-8x-24,\,[/latex]length is[latex]\,2,\,[/latex]width is[latex]\,x+3.[/latex]

For the following exercises, use the given volume and radius of a cylinder to express the height of the cylinder algebraically.

Volume is[latex]\,\pi \left(25{x}^{3}-65{x}^{2}-29x-3\right),\,[/latex]radius is[latex]\,5x+1.[/latex]

[reveal-answer q=”fs-id1165134031308″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165134031308″]

[latex]x-3[/latex]

[/hidden-answer]

Volume is[latex]\,\pi \left(4{x}^{3}+12{x}^{2}-15x-50\right),\,[/latex]radius is[latex]\,2x+5.[/latex]

Volume is[latex]\,\pi \left(3{x}^{4}+24{x}^{3}+46{x}^{2}-16x-32\right),\,[/latex]radius is[latex]\,x+4.[/latex]

[reveal-answer q=”fs-id1165137527638″]Show Solution[/reveal-answer]
[hidden-answer a=”fs-id1165137527638″]

[latex]3{x}^{2}-2[/latex]

[/hidden-answer]

Glossary

Division Algorithm
given a polynomial dividend[latex]\,f\left(x\right)\,[/latex] and a non-zero polynomial divisor[latex]\,d\left(x\right)\,[/latex] where the degree of[latex]\,d\left(x\right)\,[/latex] is less than or equal to the degree of[latex]\,f\left(x\right)[/latex], there exist unique polynomials[latex]\,q\left(x\right)\,[/latex] and[latex]\,r\left(x\right)\,[/latex] such that[latex]\,f\left(x\right)=d\left(x\right)q\left(x\right)+r\left(x\right)\,[/latex] where[latex]\,q\left(x\right)\,[/latex] is the quotient and[latex]\,r\left(x\right)\,[/latex] is the remainder. The remainder is either equal to zero or has degree strictly less than[latex]\,d\left(x\right).\,[/latex]
synthetic division
a shortcut method that can be used to divide a polynomial by a binomial of the form[latex]\,x-k\,[/latex]

  1. National Park Service. "Lincoln Memorial Building Statistics." http://www.nps.gov/linc/historyculture/lincoln-memorial-building-statistics.htm. Accessed 4/3/2014

License

Icon for the Creative Commons Attribution 4.0 International License

Algebra and Trigonometry OpenStax Copyright © 2015 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book