Sample Problems on Dividing Polynomials

Problem 1. Using synthetic division, find the quotient and remainder of [Tex] \bold{\frac{x^2 + 3}{x – 4}}  [/Tex]

Solution:

Dividend = x2 + 3 or, x2 + 0x + 3

Divisor = x – 4

Applying synthetic division, we have:

[Tex]\begin{array}{c|rrr}&1&0&3\\4&&4&16\\\hline\\&1&4&19\\\end{array} [/Tex]

The first two numbers of the last row represent the coefficients of the quotient and the third value is the remainder.

Thus, the quotient is x + 4 and the remainder is 19.

Problem 2. Solve [Tex]\bold{\frac{4x^3+5x^2+5x+8}{4x+1}} [/Tex]using long division.

Solution:

Dividend = 4x3 + 5x2 + 5x + 8

Divisor = 4x + 1

Using long division method, we have:

[Tex]\begin{array}{r} x^2+x+1\phantom{)}   \\ 4x+1{\overline{\smash{\big)}\,4x^3+5x^2+5x+8\phantom{)}}}\\ \underline{4x^3~\phantom{}+x^2~~~~~~~~~~~\phantom{-b)}}\\ 4x^2+5x~~~~~~~\phantom{)}\\ \underline{~\phantom{()}4x^2+1x~~~~~~~~~}\\ 4x+8\phantom{)}\\ \underline{-~\phantom{()}(4x+1)}\\ 7\phantom{)}\\ \end{array} [/Tex]

Thus, the quotient and remainder are x2 + x + 1 and 7 respectively.

Problem 3. Solve [Tex]\bold{\frac{4x^3-3x^2+3x-1}{x-1}} [/Tex] using synthetic division.

Solution:

Dividend = 4x3 – 3x2 + 3x – 1

Divisor = x – 1

Applying synthetic division, we have:

[Tex]\begin{array}{c|rrr}&4&-3&3&-1\\1&&4&1&4\\\hline\\&4&1&4&3\\\end{array} [/Tex]

The first three numbers of the last row represent the coefficients of the quotient and the fourth value is the remainder.

The quotient is 4x2 + x + 4 and the remainder is 3.

Problem 4. Solve [Tex]\bold{\left( 5{{x}^{3}}-6{{x}^{2}}+3x+11 \right)\div \left( x-2 \right)} [/Tex] using synthetic division.

Solution:

Dividend = 5x3 – 6x2 + 3x + 11

Divisor = x – 2

Applying synthetic division, we have:

[Tex]\begin{array}{c|rrr}&5&-6&3&11\\2&&10&8&22\\\hline\\&5&4&11&33\\\end{array} [/Tex]

The first three numbers of the last row represent the coefficients of the quotient and the fourth value is the remainder.

The quotient is 5x2 + 4x + 11 and the remainder is 33.

Problem 5. Solve [Tex]\bold{\left( 18{{x}^{4}}+9{{x}^{3}}+3{{x}^{2}} \right)\div \left( 3{{x}^{2}}+1 \right) } [/Tex] using long division.

Solution:

Dividend = 18x4 + 9x3 + 3x2 + 0x + 0

Divisor = 3x2 + 1

Using long division method, we have:

[Tex]\begin{array}{r} 6x^2+3x-1\phantom{)}   \\ 3x^2+1{\overline{\smash{\big)}\,18x^4+9x^3+3x^2+0x+0\phantom{)}}}\\ \underline{18x^4~\phantom{}+0x^3+6x^2~~~~~~~~~\phantom{-b)}}\\ 9x^3-3x^2+0x+0\phantom{)}\\ \underline{~\phantom{()}9x^3+0x^2+3x~~~~~~~~~}\\ -3x^2-3x+0\phantom{)}\\ \underline{~\phantom{()}-3x^2+0x-1}\\ -3x+1\phantom{)}\\ \end{array} [/Tex]

Thus, the quotient and remainder are 6x2 + 3x – 1 and -3x + 1 respectively.

Dividing Polynomials – Long Division Algorithm

Dividing Polynomials as the name suggests the process of division of a polynomial by another polynomial. It is also called Polynomial Division. As we know, any expression with one variable with its various powers and coefficients is called a polynomial. The most general form of a polynomial is given as:

anxn + an−1xn−1 + … + a2x2 + a1x + a0

Where a0, a1, a2, . . ., an are the real coefficients. In Dividing Polynomial we divide the polynomial with a higher degree by a polynomial (that can monomial, binomial, trinomial, or any other higher degree polynomial) with less degree.

In this article, we will learn about all the necessary topics for the division of polynomials such as methods of division i.e., Long Division Method, Synthetic Division, etc. Also, we will learn how to solve problems related to Dividing Polynomials.

Table of Content

  • What is Dividing Polynomials?
  • Long Division of Polynomials
    • How to Divide Polynomials Using Long Division
  • Examples of Dividing Polynomials Using Long Division
  • Synthetic Division of Polynomials
    • How to Divide Polynomials Using Synthetic Division
    • Examples of Dividing Polynomials Using Synthetic Division
  • Dividing Polynomial by Monomial
    • Dividing Polynomial Using Splitting the Term Method
    • Dividing Polynomial Using Factorization Method
  • Examples of Dividing Polynomial by Monomial
  • Dividing Polynomial by Binomial
    • Dividing Polynomial by Binomial using Factorization
    • Dividing Polynomial by Binomial using Long Division Method
  • Common Mistakes to Avoid When Dividing Polynomials
  • Sample Problems on Dividing Polynomials
  • Dividing Polynomials Worksheet

Similar Reads

What is Dividing Polynomials?

Dividing Polynomials in maths is an arithmetic operation in which one polynomial is divided by another polynomial, where the divisor polynomial must have a degree less than or equal to the Dividend Polynomial otherwise division of polynomial can’t take place....

Long Division of Polynomials

The long division method is the most frequent and general method for dividing polynomials by binomials or any other form of polynomials. In case the given numerator and denominator do not have any common factors, you can simplify the expression by using the long division method....

Examples of Dividing Polynomials Using Long Division

Example: Divide x2 + 2x + 3 by x – 2....

Synthetic Division of Polynomials

It is a technique for dividing a polynomial by a linear binomial using only the coefficient values. We write the polynomials in standard form from the greatest degree term to the lowest degree term in this manner. Use zero as the coefficients of the missing terms when writing in descending powers....

Dividing Polynomial by Monomial

When a polynomial is divided by a monomial i.e., a polynomial with only one term in it, then the resulting polynomial can only be found if the degree of the divisor is less than or equal to the degree of the polynomial under consideration. We can divide a polynomial by a monomial using the following methods:...

Examples of Dividing Polynomial by Monomial

Let’s consider some more examples to further understand the concept of dividing a polynomial by a monomial....

Dividing Polynomial by Binomial

Binomial is a polynomial that consists of two terms. There are two ways we can divide a polynomial by a binomial. If a binomial is the factor of the given polynomial, then we will factorize the polynomial and eliminate the common factor. However this is not the case always, in case there is no common factor between the binomial and the polynomial to be divided then we will using the Long Division Method....

Common Mistakes to Avoid When Dividing Polynomials

There are some common mistakes done by students when dividing one polynomial by another. Some of these common mistakes are as follows:...

Sample Problems on Dividing Polynomials

Problem 1. Using synthetic division, find the quotient and remainder of [Tex] \bold{\frac{x^2 + 3}{x – 4}}  [/Tex]...

Dividing Polynomials Worksheet

1. Divide the polynomial x2 + 5x + 6 by x + 3...

FAQs on Dividing Polynomials

What is a Polynomial?...