Difference between revisions of "Dividing Polynomials"
Line 1: | Line 1: | ||
+ | ==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=== | ||
+ | {{ExampleRobox|title=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: | ||
+ | :<math>\begin{array}{rl}\\ | ||
+ | x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} | ||
+ | \hline | ||
+ | \,x^2-2x-15 | ||
+ | \end{array}\end{array}</math> | ||
+ | |||
+ | First we have to answer the question, how many times does <math>x+3</math> go into <math>x^2</math>? To find out, divide the leading term of the dividend by leading term of the divisor. So it goes in <math>x</math> times. We record this above the leading term of the dividend: | ||
+ | :<math>\begin{array}{rl}&~~\,x\\ | ||
+ | x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} | ||
+ | \hline | ||
+ | \,x^2-2x-15 | ||
+ | \end{array}\\ | ||
+ | \end{array}</math> | ||
+ | |||
+ | , and we multiply <math>x+3</math> by <math>x</math> and write this below the dividend as follows: | ||
+ | :<math>\begin{array}{rl}&~~\,x\\ | ||
+ | x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} | ||
+ | \hline | ||
+ | \,x^2-2x-15 | ||
+ | \end{array}\\ | ||
+ | &\!\!\!\!-\underline{(x^2+3x)~~~}\\ | ||
+ | \end{array}</math> | ||
+ | |||
+ | Now we perform the subtraction, bringing down any terms in the dividend that aren't matched in our subtrahend: | ||
+ | :<math>\begin{array}{rl}&~~\,x\\ | ||
+ | x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} | ||
+ | \hline | ||
+ | \,x^2-2x-15 | ||
+ | \end{array}\\ | ||
+ | &\!\!\!\!-\underline{(x^2+3x)~~~}\\ | ||
+ | &\!\!\!\!~~~~~~-5x-15~~~\\ | ||
+ | \end{array}</math> | ||
+ | |||
+ | Now we repeat, treating the bottom line as our new dividend: | ||
+ | :<math>\begin{array}{rl}&~~\,x-5\\ | ||
+ | x+3\!\!\!\!&\big)\!\!\!\begin{array}{lll} | ||
+ | \hline | ||
+ | \,x^2-2x-15 | ||
+ | \end{array}\\ | ||
+ | &\!\!\!\!-\underline{(x^2+3x)~~~}\\ | ||
+ | &\!\!\!\!~~~~~~-5x-15~~~\\ | ||
+ | &\!\!\!\!~~~-\underline{(-5x-15)~~~}\\ | ||
+ | &\!\!\!\!~~~~~~~~~~~~~~~~~~~0~~~\\ | ||
+ | \end{array}</math> | ||
+ | |||
+ | In this case we have no remainder. | ||
+ | |||
==Resources== | ==Resources== | ||
===Dividing Polynomials With Long Division=== | ===Dividing Polynomials With Long Division=== |
Revision as of 11:11, 4 October 2021
Contents
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
Template:ExampleRobox 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.
Resources
Dividing Polynomials With Long Division
- Intro to Polynomial Long Division, Khan Academy
- Polynomial Long Division, Lumen Learning
- Polynomial Long Division, Purple Math
- Long Division With Polynomials, The Organic Chemistry Tutor
- Long Division of Polynomials, patrickJMT
Dividing Polynomials with Synthetic Division
- Synthetic Division of Polynomials, Khan Academy
- Synthetic Division, Purple Math
- Synthetic Division, WTAMU VirtualMathLab
- Synthetic Division Example, patrickJMT