MHB Analogy Between Long Division and Polynomial Long Division

AI Thread Summary
The discussion explores the analogy between regular long division and polynomial long division, emphasizing their mathematical similarities. It highlights that both processes can yield correct results, even when breaking conventional rules, such as maintaining place value or using positive remainders. The conversation also touches on the flexibility of representation in long division, suggesting that different bases or ranges for coefficients can create varied outcomes. The participants conclude that the underlying mathematics remains consistent despite these variations. This understanding bridges the gap between the two division methods, revealing a deeper connection in their operational principles.
Ackbach
Gold Member
MHB
Messages
4,148
Reaction score
93
Hopefully, anyone who has studied polynomial long division understands the link between it and regular long division. If you divide $58$ into $302985$, you could follow the usual long division procedure and obtain the answer. Alternatively, if you divide $x+4$ into $x^{3}+2x^{2}+6x+7$, you could use the exact same math to perform this division. However, polynomial long division offers one feature that I am not sure has its analogy in regular long division: minus signs. I can also divide $x-4$ into $x^{3}+2x^{2}+6x+7$ or $x+4$ into $x^{3}-2x^{2}+6x-7$. My question is this: is there an analogy in regular long division for minus signs in polynomial long division?
 
Mathematics news on Phys.org
Ackbach said:
Hopefully, anyone who has studied polynomial long division understands the link between it and regular long division. If you divide $58$ into $302985$, you could follow the usual long division procedure and obtain the answer. Alternatively, if you divide $x+4$ into $x^{3}+2x^{2}+6x+7$, you could use the exact same math to perform this division. However, polynomial long division offers one feature that I am not sure has its analogy in regular long division: minus signs. I can also divide $x-4$ into $x^{3}+2x^{2}+6x+7$ or $x+4$ into $x^{3}-2x^{2}+6x-7$. My question is this: is there an analogy in regular long division for minus signs in polynomial long division?

When you do a long division with regular numbers, you are converting the result to decimal form: $\sum a_i 10^i$.
By convention all $a_i$ are between 0 and 9.

We don't have to do it that way though.
We can also use a different base than 10, say 16.
Or we can choose that all $a_i$ should be between -5 and +4.
That way you'll get a different representation of the result, similar to doing polynomial division.

Note that if you define x=10 in polynomial division, and also constrain the factors to be between 0 and 9, you get regular long division.
 
If you allow me to lose the place value in the answer then yes , i can make make it happen.
$ \ \ \ $ 6000 - 900 + 100 + 20 + 5 - 1
_________ ________ ________ ________ ________ _____
58 | 302985
-(348000)
________________ ___________ ________ ___
-45015
-(-52200)
______________ ______________ ______
7185
-(5800)
____ __________ ____________ ____
1385
-(1160)
_______ ____________ ___________ ______
225
-(290)
____ _______ _____________ ______ _____
-(65)
-(-58)
_________ _______________ ________
-7

You can stop now if you're bored or you can continue for as long as you like , what i have done is make a guess at each step until the subtraction produced a number that is obviously a remainder , -7. It doesn't matter if i go 'over' or 'under' at any step AND it doesn't matter by how much i am in error , the rules of arithmetic (and algebra indirectly) gaurantee the result is true.

$ 6000 - 900 + 100 + 20 + 5 - 1 - \frac{7}{58} = 5224 - \frac{7}{58} = 302985 ÷ 58 $
 
An easier example that doesn't use too many numbers and operations would be to do 9 ÷ 7

$ \ \ \ $ 2 - 1
$ \ \ \ $ _______
7 | 9
-(14)
__________
-5
-(-7)
______
2

So the answer is $ \ \ 2 - 1 + \frac{2}{7} = 1 + \frac{2}{7} $

Note that we can stop after the first 'guess' of 2 and we would get

$ 2 - \frac{5}{7} $

which is the correct answer. So at every step the algorithm produces a correct answer ... in my previous post as well ... it must be , otherwise we would not get the correct answer in the end because each subsequent calculation depends on the previous calculation , but some answers are more useful than others , depending on what you like or are looking for a particular representation of the same correct answer.

:D
 
I like Serena said:
When you do a long division with regular numbers, you are converting the result to decimal form: $\sum a_i 10^i$.
By convention all $a_i$ are between 0 and 9.

We don't have to do it that way though.
We can also use a different base than 10, say 16.
Or we can choose that all $a_i$ should be between -5 and +4.
That way you'll get a different representation of the result, similar to doing polynomial division.

Note that if you define x=10 in polynomial division, and also constrain the factors to be between 0 and 9, you get regular long division.

agentmulder said:
If you allow me to lose the place value in the answer then yes , i can make make it happen.
$ \ \ \ $ 6000 - 900 + 100 + 20 + 5 - 1
_________ ________ ________ ________ ________ _____
58 | 302985
-(348000)
________________ ___________ ________ ___
-45015
-(-52200)
______________ ______________ ______
7185
-(5800)
____ __________ ____________ ____
1385
-(1160)
_______ ____________ ___________ ______
225
-(290)
____ _______ _____________ ______ _____
-(65)
-(-58)
_________ _______________ ________
-7

You can stop now if you're bored or you can continue for as long as you like , what i have done is make a guess at each step until the subtraction produced a number that is obviously a remainder , -7. It doesn't matter if i go 'over' or 'under' at any step AND it doesn't matter by how much i am in error , the rules of arithmetic (and algebra indirectly) gaurantee the result is true.

$ 6000 - 900 + 100 + 20 + 5 - 1 - \frac{7}{58} = 5224 - \frac{7}{58} = 302985 ÷ 58 $

agentmulder said:
An easier example that doesn't use too many numbers and operations would be to do 9 ÷ 7

$ \ \ \ $ 2 - 1
$ \ \ \ $ _______
7 | 9
-(14)
__________
-5
-(-7)
______
2

So the answer is $ \ \ 2 - 1 + \frac{2}{7} = 1 + \frac{2}{7} $

Note that we can stop after the first 'guess' of 2 and we would get

$ 2 - \frac{5}{7} $

which is the correct answer. So at every step the algorithm produces a correct answer ... in my previous post as well ... it must be , otherwise we would not get the correct answer in the end because each subsequent calculation depends on the previous calculation , but some answers are more useful than others , depending on what you like or are looking for a particular representation of the same correct answer.

:D

Excellent! So the analogy was always there under my very nose; but because regular long division is hardly ever taught this way (ever taught this way?), it would not be obvious unless you go looking for it. This relieves the tension in my mind between the two; it seemed to me that the analogy had to be exact! You really are doing the same math.
 
You can also follow 'THEIR' rules about keeping place value and positive remainders until you decide to break the rules , Kobayashi Maru style. :D

1156432 ÷ 7

I'm going to follow the rules by putting 7 into 11 once then 7 into 45 6 times then 7 into 36 5 times , then break the rules and start 'guessing'

So far I've got this ,

$ \ \ \ \ \ \ $ 165' + 200 + 5
$ \ \ \ $ __________ ________
7 | 1156432
$ \ $ -(1155000)
$ \ \ $ ________ ________ ___
$ \ \ \ \ \ \ \ \ \ \ $ 1432
$ \ \ \ \ \ \ \ \ $ -(1400)
$ \ \ $ ________ ________ ________
$ \ \ \ \ \ \ \ \ \ \ \ \ \ \ $ 32
$ \ \ \ \ \ \ \ \ \ \ \ $ -(35)
$ \ \ $ ________ ________ ________
$ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ $ -3

That 165 represents 165000 because I'm 'honoring' place value , now start the guesswork and break the rule , any way you like ... i make a 'guess' that 7 will go into 1432 200 times then subtract 1400 and then 'guess' 7 will go into 32 5 times so that i can break the other rule about 'positive remainders'

Puting it all together gives $ 165000 + 200 + 5 - \frac{3}{7} = 165205 - \frac{3}{7}$

I could have made different 'guesses' , more wildly inaccurate 'guesses' , the procedure would have been longer but if do my arithmetic correctly , every step is a valid representation of the answer.

We could put a mark on 165 to let us know we're breaking the rule after that point and make a note

165' = 165000

as i have done above.

:D
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top