In this explainer, we will learn how to find the quotient and remainder when polynomials are divided, including the case when the divisor is irreducible.
As with integers, dividing a polynomial (the dividend) by a divisor gives a quotient and a remainder .
Recall that a polynomial is a finite sum of monomials which has nonnegative exponents. Hence, expressions of the forms , , and 8 are all examples of polynomials, whereas expressions such as , , and are not polynomial expressions. In this explainer, we will focus on dividing polynomials of one variable.
Usually when considering the division of polynomials, we write rather than . We can think of long division as finding polynomials and such that and we say that that the division yields a quotient and a remainder .
We can write this equivalently as a multiplication equation as follows:
However, not all equations in this form are division equations. For example, consider the equation
This can be written as but it does not qualify as division by because, just as with integer division, the remainder must always have a lower degree than the divisor.
A correct division equation, in this case, would be
The remainder is 35 which has degree 0, which is less than the degree of which is 1.
When we use the division algorithm to get an of degree less than , the quotient and the remainder are uniquely determined. We will now outline the division algorithm we can use to find and .
Long division of polynomials is much the same as long division for integers: at each step, we compare the leading coefficient of the divisor with the current remainder, which starts off being the dividend itself. The objective at each step is to remove this leading term. Let us look at an example of how to do this.
We will use the example of dividing by to demonstrate the method.
In the first step, we divide the term of the highest degree in the dividend by the term of the highest degree in the divisor. Hence, we divide by to get .
We write the result of this division above the line.
We now multiply this term by the divisor and write the result below the dividend so that the terms of equal degree align.
We now subtract the resulting expression from the dividend.
This should result in us eliminating the term with the highest degree. We can then bring down the terms from the dividend to get an expression for our first remainder. If this is of equal or higher degree than the divisor, as is the case here, we repeat this process again.
Hence, we divide the terms of highest degree. That is we divide by to get 13.
We write this above the line next to our last term.
We now multiply this term by the divisor and write the result below the dividend so that the terms of equal degree align.
We now subtract the resulting expression from the first remainder.
This should result in us eliminating the term with the highest degree. At this point, we are left with a term of lower degree than the divisor, so we stop. The quotient is the expression above the line, and the remainder is the expression at the bottom.
Usually, we write this concisely as follows:
The conventions used when preforming long division this way regarding the placement of the terms of the polynomials vary. However, the technique is the same.
Example 1: Polynomial Long Division with a First-Degree Divisor
Use polynomial division to simplify .
Answer
In this example, we expect a zero remainder:
So the simplification is
A consequence of a zero remainder is that we get a factorization. In the special case of a linear divisor, we get the following.
The Factor Theorem
The polynomial is divisible by (with zero remainder) if and only if .
In other words, when is a zero of the polynomial.
So precisely when .
Example 2: The Factor Theorem and Long Division
By factoring, find all the solutions to , given that is a factor of .
Answer
Since is a factor of this polynomial, we can use the factor theorem to conclude that is a zero of the polynomial. We can use polynomial division to find the other factors.
So and we can factorize this quadratic, for example, by inspection: and therefore
The factor corresponds to zero , the factor gives the zero . So the zeros are
Using the same method, we can perform polynomial long division when the divisor is of degree greater than one. In the next example, we will demonstrate this.
Example 3: Polynomial Long Division with Higher-Degree Divisors
Use polynomial long division to find the quotient and the remainder for , where and .
Answer
Applying the long division algorithm, we get the following division:
Hence, the quotient and remainder .
Of course, we should not always expect the resulting polynomials and to have integer coefficients, even when and do. The next example demonstrates this.
Example 4: Polynomial Long Division
Express the division in the form .
Answer
Using the long division algorithm, we get the following long division:
Hence,
The factor theorem is a special case of the remainder theorem.
The Remainder Theorem
When the polynomial is divided by , the remainder is the constant .
Example 5: The Remainder Theorem
Find the remainder when is divided by .
Answer
Although this can be done by long division, we can also use the remainder theorem. We do have to be careful about the application, because is not for any . However, suppose that with remainder the constant and quotient . Since we can rewrite the above as
This says that the remainder when is divided by is the same as the remainder on division by . Since this has the correct form, the remainder theorem applies and
Example 6: Using Polynomial Long Division
Find the value of that makes the expression divisible by .
Answer
We can do this by polynomial division. We should expect a remainder of degree 1 or less which will involve the constant and setting that to zero will determine the required .
The first step is to ensure that the dividend is written correctly in descending powers of :
Using the algorithm:
we find the remainder has degree 0 and is
Since is a factor only if the division gives a zero remainder, the condition on is that ; in other words
Observe that the method used above will always work. An alternative (which is applicable here) is to use the remainder theorem. Notice that has zeros . If with some quotient , then evaluating at, say, should give zero. Indeed, we find
Key Points
- Using a similar algorithm for integer long division, we can divide polynomials.
- If we divide a polynomial by a factor, we get no remainder. Otherwise, we will be left with a remainder of degree less than the degree of the divisor.
- For simple linear factors of the form , we can find the remainder by applying the the remainder theorem which states that when the polynomial is divided by , the remainder is the constant .