Learn on PengiOpenStax Algebra and TrigonometryChapter 5: Polynomial and Rational Functions

Lesson 5.4 : Dividing Polynomials

In this Grade 7 lesson from OpenStax Algebra and Trigonometry, students learn how to divide polynomials using both long division and synthetic division. The lesson covers the Division Algorithm, showing how any polynomial dividend can be expressed as the product of a divisor and quotient plus a remainder. These skills are applied to real-world problems involving polynomial expressions, building on students' existing understanding of arithmetic long division.

Section 1

πŸ“˜ Dividing Polynomials

New Concept

Mastering polynomial division allows you to break down complex expressions into simpler factors. You will learn two key methods: traditional long division and the efficient synthetic division, both based on the Division Algorithm, f(x)=d(x)q(x)+r(x)f(x) = d(x)q(x) + r(x).

What’s next

Now that you have the basics, you'll work through interactive examples of long division and then master synthetic division with a series of practice cards.

Section 2

Using Long Division to Divide Polynomials

Property

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. To divide a polynomial by a binomial using long division:

  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.

Examples

  • To divide 3x2+7xβˆ’63x^2 + 7x - 6 by x+3x + 3, the long division process yields a quotient of 3xβˆ’23x - 2 and a remainder of 00.
  • To divide 4x3βˆ’5x2+8xβˆ’104x^3 - 5x^2 + 8x - 10 by xβˆ’1x - 1, the process results in a quotient of 4x2βˆ’x+74x^2 - x + 7 and a remainder of βˆ’3-3. The final answer is written as 4x2βˆ’x+7βˆ’3xβˆ’14x^2 - x + 7 - \frac{3}{x-1}.

Section 3

The Division Algorithm

Property

The Division Algorithm states that, given a polynomial dividend f(x)f(x) and a non-zero polynomial divisor d(x)d(x) where the degree of d(x)d(x) is less than or equal to the degree of f(x)f(x), there exist unique polynomials q(x)q(x) and r(x)r(x) such that

f(x)=d(x)q(x)+r(x)f(x) = d(x)q(x) + r(x)

q(x)q(x) is the quotient and r(x)r(x) is the remainder. The remainder is either equal to zero or has degree strictly less than d(x)d(x). If r(x)=0r(x) = 0, then d(x)d(x) divides evenly into f(x)f(x). This means that, in this case, both d(x)d(x) and q(x)q(x) are factors of f(x)f(x).

Examples

  • Dividing f(x)=x2βˆ’9f(x) = x^2 - 9 by d(x)=xβˆ’3d(x) = x-3 gives a quotient q(x)=x+3q(x) = x+3 and remainder r(x)=0r(x) = 0. The relationship is x2βˆ’9=(xβˆ’3)(x+3)+0x^2 - 9 = (x-3)(x+3) + 0.
  • Dividing f(x)=2x2+5x+7f(x) = 2x^2 + 5x + 7 by d(x)=x+2d(x) = x+2 gives a quotient q(x)=2x+1q(x) = 2x+1 and remainder r(x)=5r(x) = 5. This is expressed as 2x2+5x+7=(x+2)(2x+1)+52x^2+5x+7 = (x+2)(2x+1) + 5.

Section 4

Synthetic Division

Property

Synthetic division is a shortcut that can be used when the divisor is a binomial in the form xβˆ’kx - k where kk is a real number. In synthetic division, only the coefficients are used in the division process.

  1. Write kk for the divisor.
  2. Write the coefficients of the dividend.
  3. Bring the lead coefficient down.
  4. Multiply the lead coefficient by kk. Write the product in the next column.
  5. Add the terms of the second column.
  6. Multiply the result by kk. 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.

Examples

  • To divide 2x2βˆ’5xβˆ’32x^2 - 5x - 3 by xβˆ’3x - 3, we use k=3k=3 in synthetic division. The bottom row of numbers represents the quotient 2x+12x+1 and a remainder of 00.
  • To divide x3+8x2βˆ’5x+10x^3 + 8x^2 - 5x + 10 by x+2x + 2, we use k=βˆ’2k=-2. The process yields a quotient of x2+6xβˆ’17x^2+6x-17 and a remainder of 4444. The result is x2+6xβˆ’17+44x+2x^2+6x-17 + \frac{44}{x+2}.

Section 5

Polynomial division in applications

Property

Polynomial division can be used to solve a variety of application problems involving expressions for area and volume. For example, if the volume of a rectangular solid is given by the polynomial V(x)V(x) and its length and width are given by polynomials l(x)l(x) and w(x)w(x), the height h(x)h(x) can be found by dividing the volume by the product of the length and width.

h(x)=V(x)l(x)β‹…w(x)h(x) = \frac{V(x)}{l(x) \cdot w(x)}

This often requires dividing the volume by one dimension, and then dividing the resulting quotient by the second dimension.

Examples

  • The area of a rectangle is A(x)=3x2+8xβˆ’3A(x) = 3x^2 + 8x - 3 and its length is l(x)=x+3l(x) = x+3. The width is w(x)=A(x)Γ·l(x)=(3x2+8xβˆ’3)Γ·(x+3)=3xβˆ’1w(x) = A(x) \div l(x) = (3x^2 + 8x - 3) \div (x+3) = 3x-1.
  • The volume of a box is V(x)=2x3+7x2+2xβˆ’3V(x) = 2x^3 + 7x^2 + 2x - 3. Its length is x+1x+1 and width is x+3x+3. The height is h(x)=V(x)Γ·((x+1)(x+3))=(2x3+7x2+2xβˆ’3)Γ·(x2+4x+3)=2xβˆ’1h(x) = V(x) \div ((x+1)(x+3)) = (2x^3 + 7x^2 + 2x - 3) \div (x^2+4x+3) = 2x-1.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 5: Polynomial and Rational Functions

  1. Lesson 1

    Lesson 5.1: Quadratic Functions

  2. Lesson 2

    Lesson 5.2 : Power Functions and Polynomial Functions

  3. Lesson 3

    Lesson 5.3 : Graphs of Polynomial Functions

  4. Lesson 4Current

    Lesson 5.4 : Dividing Polynomials

  5. Lesson 5

    Lesson 5.5 : Zeros of Polynomial Functions

  6. Lesson 6

    Lesson 5.6 : Rational Functions

  7. Lesson 7

    Lesson 5.7 : Inverses and Radical Functions

  8. Lesson 8

    Lesson 5.8 : Modeling Using Variation

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Dividing Polynomials

New Concept

Mastering polynomial division allows you to break down complex expressions into simpler factors. You will learn two key methods: traditional long division and the efficient synthetic division, both based on the Division Algorithm, f(x)=d(x)q(x)+r(x)f(x) = d(x)q(x) + r(x).

What’s next

Now that you have the basics, you'll work through interactive examples of long division and then master synthetic division with a series of practice cards.

Section 2

Using Long Division to Divide Polynomials

Property

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. To divide a polynomial by a binomial using long division:

  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.

Examples

  • To divide 3x2+7xβˆ’63x^2 + 7x - 6 by x+3x + 3, the long division process yields a quotient of 3xβˆ’23x - 2 and a remainder of 00.
  • To divide 4x3βˆ’5x2+8xβˆ’104x^3 - 5x^2 + 8x - 10 by xβˆ’1x - 1, the process results in a quotient of 4x2βˆ’x+74x^2 - x + 7 and a remainder of βˆ’3-3. The final answer is written as 4x2βˆ’x+7βˆ’3xβˆ’14x^2 - x + 7 - \frac{3}{x-1}.

Section 3

The Division Algorithm

Property

The Division Algorithm states that, given a polynomial dividend f(x)f(x) and a non-zero polynomial divisor d(x)d(x) where the degree of d(x)d(x) is less than or equal to the degree of f(x)f(x), there exist unique polynomials q(x)q(x) and r(x)r(x) such that

f(x)=d(x)q(x)+r(x)f(x) = d(x)q(x) + r(x)

q(x)q(x) is the quotient and r(x)r(x) is the remainder. The remainder is either equal to zero or has degree strictly less than d(x)d(x). If r(x)=0r(x) = 0, then d(x)d(x) divides evenly into f(x)f(x). This means that, in this case, both d(x)d(x) and q(x)q(x) are factors of f(x)f(x).

Examples

  • Dividing f(x)=x2βˆ’9f(x) = x^2 - 9 by d(x)=xβˆ’3d(x) = x-3 gives a quotient q(x)=x+3q(x) = x+3 and remainder r(x)=0r(x) = 0. The relationship is x2βˆ’9=(xβˆ’3)(x+3)+0x^2 - 9 = (x-3)(x+3) + 0.
  • Dividing f(x)=2x2+5x+7f(x) = 2x^2 + 5x + 7 by d(x)=x+2d(x) = x+2 gives a quotient q(x)=2x+1q(x) = 2x+1 and remainder r(x)=5r(x) = 5. This is expressed as 2x2+5x+7=(x+2)(2x+1)+52x^2+5x+7 = (x+2)(2x+1) + 5.

Section 4

Synthetic Division

Property

Synthetic division is a shortcut that can be used when the divisor is a binomial in the form xβˆ’kx - k where kk is a real number. In synthetic division, only the coefficients are used in the division process.

  1. Write kk for the divisor.
  2. Write the coefficients of the dividend.
  3. Bring the lead coefficient down.
  4. Multiply the lead coefficient by kk. Write the product in the next column.
  5. Add the terms of the second column.
  6. Multiply the result by kk. 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.

Examples

  • To divide 2x2βˆ’5xβˆ’32x^2 - 5x - 3 by xβˆ’3x - 3, we use k=3k=3 in synthetic division. The bottom row of numbers represents the quotient 2x+12x+1 and a remainder of 00.
  • To divide x3+8x2βˆ’5x+10x^3 + 8x^2 - 5x + 10 by x+2x + 2, we use k=βˆ’2k=-2. The process yields a quotient of x2+6xβˆ’17x^2+6x-17 and a remainder of 4444. The result is x2+6xβˆ’17+44x+2x^2+6x-17 + \frac{44}{x+2}.

Section 5

Polynomial division in applications

Property

Polynomial division can be used to solve a variety of application problems involving expressions for area and volume. For example, if the volume of a rectangular solid is given by the polynomial V(x)V(x) and its length and width are given by polynomials l(x)l(x) and w(x)w(x), the height h(x)h(x) can be found by dividing the volume by the product of the length and width.

h(x)=V(x)l(x)β‹…w(x)h(x) = \frac{V(x)}{l(x) \cdot w(x)}

This often requires dividing the volume by one dimension, and then dividing the resulting quotient by the second dimension.

Examples

  • The area of a rectangle is A(x)=3x2+8xβˆ’3A(x) = 3x^2 + 8x - 3 and its length is l(x)=x+3l(x) = x+3. The width is w(x)=A(x)Γ·l(x)=(3x2+8xβˆ’3)Γ·(x+3)=3xβˆ’1w(x) = A(x) \div l(x) = (3x^2 + 8x - 3) \div (x+3) = 3x-1.
  • The volume of a box is V(x)=2x3+7x2+2xβˆ’3V(x) = 2x^3 + 7x^2 + 2x - 3. Its length is x+1x+1 and width is x+3x+3. The height is h(x)=V(x)Γ·((x+1)(x+3))=(2x3+7x2+2xβˆ’3)Γ·(x2+4x+3)=2xβˆ’1h(x) = V(x) \div ((x+1)(x+3)) = (2x^3 + 7x^2 + 2x - 3) \div (x^2+4x+3) = 2x-1.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 5: Polynomial and Rational Functions

  1. Lesson 1

    Lesson 5.1: Quadratic Functions

  2. Lesson 2

    Lesson 5.2 : Power Functions and Polynomial Functions

  3. Lesson 3

    Lesson 5.3 : Graphs of Polynomial Functions

  4. Lesson 4Current

    Lesson 5.4 : Dividing Polynomials

  5. Lesson 5

    Lesson 5.5 : Zeros of Polynomial Functions

  6. Lesson 6

    Lesson 5.6 : Rational Functions

  7. Lesson 7

    Lesson 5.7 : Inverses and Radical Functions

  8. Lesson 8

    Lesson 5.8 : Modeling Using Variation