Last updated on July 23rd, 2025
Polynomials are mathematical expressions that consist of variables and constants combined using addition, subtraction, and multiplication. Polynomial division refers to dividing one polynomial by another, using various methods. In this article, we will learn how to divide polynomials, including division by monomials and binomials.
Polynomials are algebraic expressions that consist of variables and constants. Polynomials can be written in the form: ax2 + bx + c, arranged in descending order of their degree.
Division is one of the basic arithmetic operations, where a number is broken down into equal parts. Dividing polynomials includes dividing a polynomial by a monomial or a binomial. For example, when dividing 2x2 + 4x + 24 by 2x + 12, it can be written as:
2x2 + 4x + 12/2x + 12
Here, the numerator is 2x2 + 4x + 12 and the denominator is 2x + 12. That means the numerator becomes the dividend and the denominator becomes the divisor
Both polynomials and monomials are algebraic expressions, but the polynomials have multiple terms, whereas the monomials have only one term. To divide a polynomial by a monomial, there are two ways:
In the splitting the term method, the terms of the polynomials are split by the operations between them, and then each term is separately divided by the divisor. For example, 22x2 + 12 by 2x
Splitting the term: 22x2 + 12
The terms are 22x2 and 12
Dividing each term by the divisor:
22x2 / 2x = 11x
12/2x = 6/x
22x2 + 12 / 2x = 11x + (6/x)
In the factorization method, we find the common factor between the numerator and denominator of the polynomial by factoring the polynomial. For example, when dividing 22x2 + 12x by 2x
The common factor from 22x2 + 12x is 2x(11x + 6)
Now it can be expressed as: 2x(11x + 6) / 2x
Cancelling out the common factors, here the common factor is 2x
So, (2x(11x + 6)) / 2x = 11x + 6
To divide polynomials by binomials, we use the long division and synthetic division methods. We use these methods when the polynomials won’t share a common factor.
The long division method is used to divide a polynomial by another polynomial. So, both the dividend and divisor have two or more terms. Follow these steps to divide polynomials using long division, using an example:
Step 1: Dividing the first term of the dividend by the first term of the divisor. The result is the first term of the quotient.
For example, when dividing 3x2 + 8x + 4 by x + 2
Dividing the first terms: 3x2 / x = 3x
So, here, 3x is the first term in the quotient.
Step 2: Multiply the divisor by the answer in step 1, and write below the dividend
Here we multiply (x + 2) by 3x, that is 3x(x + 2) = 3x2 + 6x
Step 3: Subtract the new polynomial from the dividend
So, subtracting (3x2 + 8x + 4) - (3x2 + 6x) = 2x + 4
Step 4: The process is repeated with the same polynomial
Divide: 2x / x = 2
Add +2 as the quotient
Multiplying (x + 2) by 2, 2x + 4
Subtracting (2x + 4) - (2x + 4) = 0
So, the quotient is 3x + 2.
The synthetic division is the method used to divide polynomials by a binomial of the form x - k. Here, the focus is on the coefficient, which makes this process quicker and easier. Follow these steps for dividing polynomials using the synthetic division:
For example, dividing x2 + 5x + 6 by x - 2
Step 1: Find the value of k and write it on the left side
To find the value of k, we first write the divisor in the form x - k.
Here, the divisor is x - 2, so k = 2
Step 2: Writing the coefficients of the dividend on the right of K
The dividend is: x2 + 5x + 6
So, the coefficients are: 1, 5, 6
The coefficients are written on the right and k on the left.
Step 3: Bring down the coefficient
Bringing down the coefficient of the highest degree term of the dividend, here it is 1.
Step 4: Multiply and add
Now we multiply the k by the first coefficient and write the product below the second coefficient, and add them.
Here, the value of k is 2 and the first coefficient is 1, so 2 × 1 = 2
Adding 5 + 2 = 7
Step 5: The process is repeated
Now we multiply k by the second coefficient obtained in step 4.
Here, multiply 2 and 7, 2 × 7 = 14
Write 14 below 6 and add them; 6 + 14 = 20
Step 6: The final answer will be one degree less than the dividend. For example, if the dividend has x2 then the quotient will be x.
Here, the highest degree of dividend is x2, so the quotient's higher degree would be x. The quotient is x + 7, and the remainder is 20.
So, x2 + 5x + 6/x - 2 = x + 7 + 20/x - 2
The division of polynomials is used in different fields such as engineering, computer graphics, economics, civil engineering, and so on. Here are some applications of dividing polynomials.
Students often make repeated mistakes when dividing polynomials. Here are some common mistakes and the ways to avoid them.
Divide 6x² + 12x + 6 by 3x
2x + 4 + 2/x
To divide 6x2 + 12x + 6 by 3x, we split each term of the dividend and divide it by the divisor.
6x2/3x + 12x/3x + 6/3x
Simplifying each part:
6x2/3x = 2x
12x/3x = 4
6/3x = 2/x
So, 6x2 + 12x + 6/3x = 6x2/3x + 12x/3x + 6/3x = 2z + 4 + 2/x
Divide 4x² - 5x - 21 by x - 3
4x + 7
To divide 4x2 - 5x - 21 by x - 3, we use a long division method.
Divide: x³ + 2x² - 5x - 6 by x - 3
x2 + 5x + 10 + 24/(x - 3)
To divide x3 + 2x2 - 5x - 6 by x - 3, we are using synthetic division.
Here, the value of k is 3
The coefficient of dividend is 1, 2, -5, -6
Bringing down 1 as it is the coefficient of the highest degree term
Multiplying 1 and 3, 1 × 3 = 3
Adding 2 and 3, 2 + 3 = 5
Multiplying 5 and 3, 5 × 3 = 15
Adding 15 and -5, -5 + 15 = 10
Multiplying 10 and 3, 10 × 3 = 30
Adding 10 and -6, 30 + -6 = 24
Here, the quotient is x2 + 5x + 10
The remainder is 24
So, the result of dividing x3 + 2x2 - 5x - 6 by x - 3 is x2 + 5x + 10 + 24/x-3
8x³ + 4x² - 12x by 4x
2x2 + x - 3
To divide 8x3 + 4x2 - 12x by 4x,
The common factor here is 4x.
So, the numerator can be written as 4x(2x2 + x - 3) / 4x
Cancelling 4x, so the result is 2x2 + x - 3.
Divide x² + 5x + 6 by x - 2
x + 7 + 20/x - 2
To divide, x2 + 5x + 6 by x - 2 we use synthetic division
Here, k = 2 and the coefficient of the dividend is 1, 5, 6.
Bringing down 1, the quotient of the highest degree term
Multiply 1 × 2 = 2, adding 2 and 5, 2 + 5 = 7
Multiply 7 × 2 = 14, adding 14 and 6, 14 + 6 = 20
Here, the quotient is x + 7 and the remainder is 20
Thus, the result is x + 7 + (20/x - 2)
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.