The four elemetary operations we apply to numbers are addition, subtraction, multiplication, and division. These operations can also be applied to polynomials giving us flexible tools to manipulate them. We already know how to add, subtract, and multiply polynomials together and now we can look at how to divide them.
Division Algorithm
The division algorithm states that given a polynomial dividend f(x) and a non-zero polynomial divisor d(x) where the degree of d(x) is less than or equal to the degree of f(x), there exists unique polynomials q(x) and r(x) such that f(x)=d(x)q(x)+r(x) where q(x) is the quotient and r(x) is the remainder. The remainder is either equal to zero or has a degree strictly less than d(x).
If r(x)=0, then d(x) divides evenly into f(x) which means that both d(x) and q(x) are factors of f(x) because f(x)=d(x)q(x).
The dividend is the polynomial being divided and the divisor is the polynomial by which the dividend is divided. Finally, the result is the quotient and the remainder is the polynomial left over after dividing.
Long Division
We can use long division just like with numbers to divide a given polynomial by a binomial. We can use the following steps to use the long division method...
- Set up the division problem in the form d(x))f(x) where f(x) is the dividend and d(x) is the divisor.
- Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
- Multiply the answer by the divisor and write it below the like terms of the dividend.
- Subtract the bottom binomial from the top binomial.
- Bring down the next term of the dividend.
- Repeat steps 2 to 5 until reaching the last term of the dividend.
- If the remainder is non-zero, express as a fraction using the divisor as the denominator.
An example of this in practice is...
Example
Divide 16x3−12x2+20x−3 by 4x+5.
Set up the problem...
4x+5)16x3−12x2+20x−3 16x3divided by4xis4x2...
4x2+20x−34x+5)16x3−12x2+20x−3 Multiply4x+5by4x2.Then subtract and bring down the next term...
4x2+20x−34x+5)16x3−12x2+20x−3−(16x3+20x2)+0x−3−32x2+20x−3 −32x2divided by4xis−8x...
4x2−8x−34x+5)16x3−12x2+20x−3−(16x3+20x2)+0x−3−32x2+20x−3 Multiply4x+5by−8x.Then subtract and bring down the next term...
4x2−8x−34x+5)16x3−12x2+20x−3−(16x3+20x2)+0x−3−32x2+20x−3−(32x2−40x)3360x−3 60xdivided by4xis15...
4x2−8x+154x+5)16x3−12x2+20x−3−(16x3+20x2)+0x−3−32x2+20x−3−(32x2−40x)3360x−3 Multiply4x+5by15.Then subtract and the remainder should remain...
4x2−8x+154x+5)16x3−12x2+20x−3−(16x3+20x2)+0x−3−32x2+20x−3−(32x2−40x)3360x−3−(60x+75)−78 We can express the result as...
4x+516x3−12x2+20x−3=4x2−8x+15−4x+578
Synthetic Division
Long divison of polynomials can involve many steps and can be quite cumbersome. An alternative to long division is synthetic division which is a shorthand method of dividing polynomials for the special case of dividing by a binomial whose leading coefficient is 1. In this method, we remove the use of variables and only use the coefficients in the division process. The steps we use to utilize this method is as follows...
- Let the divisor be in the form x−k where k is a real number. Write k for the divisor.
- Write the coefficients of the dividend.
- Bring the lead coefficient down.
- Multiply the lead coefficient by k. Write the product in the next column,
- Add the terms of the next column.
- Multiply the result by k. Write the product in the next column.
- Repeat steps 5 and 6 for the remaining columns.
- Use the bottom numbers to write the quotient. The number in the last column is the remainder. The next number from the right has degree 0, the next number has degree 1, and so on.
Before using synthetic division, lets look at an example done using long division and then synthetic division in order to compare...
Example
Divide 3x4+18x3−3x+40 by x+7.
Using long division...
3x3−3x2+21x−150x+7)3x4+18x3+0x2−3x+40−(3x4+21x3)+x2−3x+40−3x3+0x2−33x+40−(−3x3−21x2)33x+4021x2−3x+440−(221x+147x)+40−150x+40−(−150x−1050)1090 Set up the synthetic division usingk...
−73180−340 Write the coefficients of the dividend...
−73180−340 Bring down the lead coefficient. Multiply the lead coefficient byk...
−73318−210−340 Add the numbers in the next column. Multiply the resulting number byk...
−73318−21−3021−340 Repeat process for remaining columns...
−73318−21−302121−3−147−1504010501090 We can express the result as...
x+73x4+18x3−3x+40=3x3−3x2+21x−150+x+71090