Live data from Hacker News

What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

denisegaskins.com

71–80 of 425 posts

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#71
post #53

Earlier quoted context omitted.

No (At least not yet: open research question). But neither can "repeated multiplication". How would you multiply 2 with itself "a half" times?

Operationally, unsure. But if there was an answer, it would be something that multiplied with itself twice would have be the same as 2 multiplied with itself once. I think it was Gerolamo Cardano who in a book of worked exercises came up with a problem like "obtain two numbers that add to 10 and multiply to 40" and arrived at the solution had to involve square roots of -1. Then he goes "this makes no sense, but let's…

> it would be something that multiplied with itself twice would have be the same as 2 multiplied with itself once

from what i recall that's the way to go:

You can use this to extend the definition of exponentials as "repeated addition" from allowing only natural numbers expoonents to allowing positive rational numbers. Afterwards you can "complete" this to allow real exponents.

But this requires some hard maths to do rigorously.

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#72

Earlier quoted context omitted.

That is exactly how I explained multiplication to my 5 years old, right after getting him into programming by playing with profunctor optics

You waited 5 years to teach programming to your 5 year old?

[deleted]

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#73

These articles bring back memories of teachers telling me I was wrong, because I didn't use the quadratic formula, but completed the square instead. You can definitely see multiplication as repeated addition. It's even a useful thing to do, how else would you define multiplication? This is the whole idea that made mathematics great. You define more complicated operations in terms of familiar operations. Then, if you…

> These articles bring back memories of teachers telling me I was wrong, because I didn't use the quadratic formula, but completed the square instead. That's hilarious, since the quadratic formula is just what you get by solving ax^2 + bx + c = 0 by completing the square. In fact, I have a high school textbook that makes that derivation.

We did that derivation in class, actually! I was so lucky to have a great math teacher in high school.

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#74
post #69

Earlier quoted context omitted.

They exist to distinguish the element being operated on (the LHS) and what it is operated on by (the RHS). Total technicality, but I could see myself using the term multiplicand/multiplier in my code if I had to implement e.g. a stack-based parser for arithmetic expressions.

> to distinguish the element being operated on (the LHS) I'm not sure what you mean, they are both operated on, it is a binary operator and commutative, there is literally no difference.

If we are just looking at numbers with no units attached there is no difference. As soon as there are units, a difference arises.

I will collect 12 apples 5 times. The 12 apples are the multiplicand and the 5 times is the multiplier.

The answer retains the units from the multiplicand.

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#75
post #42

I've been teaching my 5 year old multiplication and division for the last couple of weeks. I'm at a loss how you would teach it without explaining that it is repeated addition. For example, the other day I asked her how many fingers and toes the three kids at the table had, and she came up with "20 fingers and toes each times 3 kids means there are 60 fingers and toes." I think the units are intuitive in most cases a…

Lego is a great tool for this.

I also taught prime numbers by handing out (round) 1x1 pieces and told him to figure out which ones could be made into squares.

The teacher was surprised when - in the middle of a more convoluted explanation for primes - he just said "primes are numbers that can't be arranged as rectangles".

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#76
post #40
post #34

Earlier quoted context omitted.

Agreed. Multiplier and multiplicand are different words but the commutative property says their values can swap equivalently, so . . . what was the author's point again?

This was exactly my thought, I don't understand why those two word exist since it's commutative. Perhaps all this confusion is purely semantic.

Multiplication over the reals is commutative. Matrix multiplication of non-square matrices isn't. Multiplication in a Ring isn't necessarily commutative. Other algebraic structures also have non-commutative multiplication.

One could argue that these things aren't "multiplication" even if they are "products" since they don't satisfy all the properties of multiplication over the reals. But it is common to call the use of the product operation "multiplication", at least in cases where there's only one product operation to use. EG Geometric Algebra has Inner, Outer, and Geometric products, so calling them "multiplication" seems less common IME.

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#77
post #39

I think the author's argument becomes more clear when you consider multiplication in rings other than the integers, for example (square) matrices. The product of two matrices A*B does not correspond to repeated addition, and it is not commutative (A*B does not equal B*A in general). I can see that having an engrained belief that multiplication is defined via addition becomes problematic at some point when learning ab…

The better line of thought here might be "A*B is not multiplication, it's function composition". It literally looks nothing like multiplication when carried out manually.

The mathematical term is "product". It's a product.

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#78
post #40
post #34

Earlier quoted context omitted.

Agreed. Multiplier and multiplicand are different words but the commutative property says their values can swap equivalently, so . . . what was the author's point again?

This was exactly my thought, I don't understand why those two word exist since it's commutative. Perhaps all this confusion is purely semantic.

Not all multiplication is commutative, e.g. matrices.

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#79
post #74
post #69

Earlier quoted context omitted.

> to distinguish the element being operated on (the LHS) I'm not sure what you mean, they are both operated on, it is a binary operator and commutative, there is literally no difference.

If we are just looking at numbers with no units attached there is no difference. As soon as there are units, a difference arises. I will collect 12 apples 5 times. The 12 apples are the multiplicand and the 5 times is the multiplier. The answer retains the units from the multiplicand.

Still don't see the difference.

Density times volume is mass. Volume times density is mass. Distance times force is work/energy...

"5 times I will connect 12 apples"

Re: What’s Wrong with “Multiplication Is Repeated Addition”? (2008)

#80

These articles bring back memories of teachers telling me I was wrong, because I didn't use the quadratic formula, but completed the square instead. You can definitely see multiplication as repeated addition. It's even a useful thing to do, how else would you define multiplication? This is the whole idea that made mathematics great. You define more complicated operations in terms of familiar operations. Then, if you…

Funny, my teachers in middle and high school frowned on using the quadratic formula until we could demonstrate we knew how to complete the square.
Post reply on HN