Difference between revisions of "Dividing Polynomials"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 2: Line 2:
 
Suppose we would like to divide one polynomial by another. The procedure is similar to long division of numbers and is illustrated in the following example:
 
Suppose we would like to divide one polynomial by another. The procedure is similar to long division of numbers and is illustrated in the following example:
  
===Example===
+
===Example 1===
 
Divide <math>x^2-2x-15</math> (the dividend or numerator) by <math>x+3</math> (the divisor or denominator)}}
 
Divide <math>x^2-2x-15</math> (the dividend or numerator) by <math>x+3</math> (the divisor or denominator)}}
 
Similar to long division of numbers, we set up our problem as follows:
 
Similar to long division of numbers, we set up our problem as follows:
Line 51: Line 51:
  
 
In this case we have no remainder.
 
In this case we have no remainder.
 +
 +
===Example 2===
 +
What about a non-divisible polynomials? Like these ones:
 +
:<math>(3x^2 + 3x - 4) / (x - 4)</math>
 +
 +
Sometimes, we'll have to deal with complex divisions, involving large or non-divisible polynomials. In these cases, we can use the long division method to obtain a quotient, and a remainder:
 +
:<math>P(x) = Q(x) \times C(x) + R</math>
 +
 +
In this case:
 +
:<math>(3x^2 + 3x - 4) = Q(x) \times (x - 4) + R</math>
 +
 +
{| class="wikitable" cellpadding="3" style="text-align: left;"
 +
!colspan="4"|Long division method
 +
|-
 +
|1
 +
|style="padding:10px;"|We first consider the highest-degree terms from both the dividend and divisor, the result is the first term of our quotient.
 +
|style="text-align: center;"|<math>(3x^2) / (x) = 3x</math>
 +
|rowspan="7"|<math>\begin{array}{r|ccc}
 +
x - 4 & 3x^2 & 3x & -4 \\
 +
\hline
 +
\hline
 +
& 3x^2 & 3x & \\
 +
3x(x - 4) & 3x^2 & -12x & \\
 +
\hline
 +
& & 15x & -4 \\
 +
15(x - 4) & & 15x & -60 \\
 +
\hline
 +
& & & 56 \\
 +
\end{array}</math>
 +
|-
 +
|2
 +
|style="padding:10px;"|Then we multiply this by our divisor.
 +
|style="text-align: center;"|<math>(3x) \times (x - 4) = 3x^2 - 12x</math>
 +
|-
 +
|3
 +
|style="padding:10px;"|And subtract the result from our dividend.
 +
|style="text-align: center;"|<math>(3x^2 + 3x - 4) - (3x^2 - 12x) = 15x - 4</math>
 +
|-
 +
|4
 +
|style="padding:10px;"|Now once again with the highest-degree terms of the remaining polynomial, and we got the second term of our quotient.
 +
|style="text-align: center;"|<math>(15x) / (x) = 15</math>
 +
|-
 +
|5
 +
|style="padding:10px;"|Multiplying...
 +
|style="text-align: center;"|<math>(15) \times (x - 4) = 15x - 60</math>
 +
|-
 +
|6
 +
|style="padding:10px;"|Subtracting...
 +
|style="text-align: center;"|<math>(15x - 4) - (15x - 60) = 56</math>
 +
|-
 +
|7
 +
|style="padding:10px;"|We are left with a constant term - our remainder:
 +
|style="text-align: center;"|<math>\begin{array}{lcr} Q(x) = 3x + 15 & & R = 56 \end{array}</math>
 +
|}
 +
 +
So finally:
 +
:<math>(3x^2 + 3x - 4) = (3x + 15) \times (x - 4) + 56</math>
  
 
==Resources==
 
==Resources==

Revision as of 11:12, 4 October 2021

Polynomial Long Division

Suppose we would like to divide one polynomial by another. The procedure is similar to long division of numbers and is illustrated in the following example:

Example 1

Divide (the dividend or numerator) by (the divisor or denominator)}} Similar to long division of numbers, we set up our problem as follows:

First we have to answer the question, how many times does go into ? To find out, divide the leading term of the dividend by leading term of the divisor. So it goes in times. We record this above the leading term of the dividend:

, and we multiply by and write this below the dividend as follows:

Now we perform the subtraction, bringing down any terms in the dividend that aren't matched in our subtrahend:

Now we repeat, treating the bottom line as our new dividend:

In this case we have no remainder.

Example 2

What about a non-divisible polynomials? Like these ones:

Sometimes, we'll have to deal with complex divisions, involving large or non-divisible polynomials. In these cases, we can use the long division method to obtain a quotient, and a remainder:

In this case:

Long division method
1 We first consider the highest-degree terms from both the dividend and divisor, the result is the first term of our quotient.
2 Then we multiply this by our divisor.
3 And subtract the result from our dividend.
4 Now once again with the highest-degree terms of the remaining polynomial, and we got the second term of our quotient.
5 Multiplying...
6 Subtracting...
7 We are left with a constant term - our remainder:

So finally:

Resources

Dividing Polynomials With Long Division

Dividing Polynomials with Synthetic Division