JohnnyIngrim said:
At first he shows 2x+4 / 2 and you just divide both 2x and 4 by 2. But then in the next example he is dividing x^2+3x+6 by x+1 and he doesn't divide x^2 by x+1, 3x by x+1 and 6 by x+1. I do not understand how he does the problem.
The first step is to divide x
2 by x, resulting in a partial quotient of x. To see how close this is, multiply that result by x + 1, to get x
2 + x.
Next, you subtract x
2 + x from x
2 + 3x, which results in 2x.
Bring down the next term, 6, and tack it onto the 2x, resulting in 2x + 6.
Divide 2x + 6 by x, which results in 2. See how close you got by multiplying 2 times x + 1 to get 2x + 2.
Subtract 2x + 2 from 2x + 6 to get 4, which is the final remainder. Since the degree of 4 is zero and the degree of x + 1 is 1, you stop.
Polynomial division is sort of like ordinary division of numbers. Take as an example 155 divided by 12.
To make this look a bit more like polynomial division, write 12 as 10 + 2, and write 155 as 100 + 50 + 5.
First, divide 100 by 10, which is 10. Write this 10 above the 50. Check how close this was by multiplying 10 times (10 + 2) which is 100 + 20.
Subtract 100 + 20 from the line above, which is 100 + 50. The difference is 30.
Bring down the final number, 5.
Divide 30 + 5 by 10, to get 3. To check how close we are, multiply 10 + 2 by 3 to get 30 + 6. Since this is larger than the number on the line above (30 + 5), we need to revise our partial answer downward. Trying again, we get a new partial answer of 2. Check by multiplying 10 + 2 by 2 to get 20 + 4. Subtract 20 + 4 from 30 + 5, which is 10 + 1 (or 11). Since 10 + 1 is smaller than our divisor, we're done.
We have shown that 155 divided by 12 is 12, with a remainder of 11.