Table of Contents
Last modified on November 9th, 2024
Just like dividing numbers, we can also divide one polynomial (the dividend) by another polynomial (the divisor), resulting in a quotient and sometimes a remainder. The degree of the divisor is always less than that of the dividend.
For example,
All polynomials can be divided either by long division or by synthetic division method. However, when a polynomial is divided by a monomial, we will be using the factoring method or splitting the terms for simplicity, as shown in the next section.
When dividing a polynomial by a monomial, we can use two methods: factoring or splitting the terms.
In the factoring method, we first factor out the common terms in the polynomial. We then divide the numerator by the common factor to obtain the quotient.
Let us divide the polynomial ${\dfrac{2x^{2}-x}{x}}$
Taking the Common Factors Out
= ${\dfrac{x\left( 2x-1\right) }{x}}$
Cancelling
= ${\left( 2x-1\right)}$
Thus, the quotient is 2x – 1
In the splitting method, each term in the numerator is divided by the denominator individually and then simplified.
Let us divide the polynomial ${\dfrac{2x^{2}-x}{x}}$
Splitting the Terms
= ${\dfrac{2x^{2}}{x}-\dfrac{x}{x}}$
Simplifying
Using the quotient rule in each term,
= 2x2 – 1 – x1 – 1
= 2x1 – x0
Using one-exponent and zero-exponent property,
= 2x – 1
Thus, the quotient is 2x – 1
To divide a polynomial by another polynomial (except a monomial), we can use either the long division method or synthetic division.
Polynomial long division resembles numeric long division. We divide the leading term of the dividend by the leading term of the divisor, subtract the result, bring down the next term, and repeat until no further division is possible.
Let us divide the polynomial 3x4 – 4x3 – 3x – 1 by x – 1 using the long division method.
Here, the dividend 3x4 – 4x3 – 3x – 1 will be placed inside the division bracket, and the divisor x – 1 is placed outside. The division is shown below.
Thus, the quotient is 3x3 – x2 – x – 4 and the remainder is -5
To learn more about the long division of polynomials, click here.
When dividing a polynomial by a linear divisor of the form x−c, the synthetic division is faster and particularly useful for higher-degree polynomials.
Let us divide the polynomial 4x2 – 3x – 1 by x – 2 using the synthetic method.
The numbers at the bottom row represent the coefficients of the quotient and the remainder.
Now, we will write the final answer, which will be one degree less than the dividend. Thus, the quotient is 4x + 5, and the remainder is 9
Divide the polynomial x3 – 2x2 by x – 2 by factoring method
Here, ${\dfrac{x^{3}-2x^{2}}{x-2}}$
= ${\dfrac{x^{2}\left( x-2\right) }{x-2}}$
= ${x^{2}}$
Thus, the quotient is ${x^{2}}$
Find the quotient of the cubic polynomial 8x3 – 2x2 + 6x when divided by the monomial 2x
Here, ${\dfrac{8x^{3}-2x^{2}+6x}{2x}}$
= ${\dfrac{8x^{3}}{2x}-\dfrac{2x^{2}}{2x}+\dfrac{6x}{2x}}$
= 4x3 – 1 – x2 – 1 + 3x1 – 1
= 4x2 – x + 3
Thus, the quotient is 4x2 – x + 3
Use the long division method to divide ${\dfrac{2x^{3}+3x^{2}-5x+4}{x-2}}$
Here, ${\dfrac{2x^{3}+3x^{2}-5x+4}{x-2}}$
Thus, the quotient is 2x2 + 7x + 9, and the remainder is 22
Use synthetic division method to divide ${\dfrac{6x^{3}+10x^{2}-14x+8}{x+3}}$
Here, ${\dfrac{3x^{3}+5x^{2}-7x+4}{x+3}}$
Thus, the quotient is 3x2 – 4x + 5, and the remainder is -11
Last modified on November 9th, 2024