Multiplication precedes Negation

  • Thread starter Thread starter Atran
  • Start date Start date
  • Tags Tags
    Multiplication
AI Thread Summary
The discussion centers on the precedence of unary negation versus multiplication in mathematical expressions. Participants agree that unary negation can be interpreted as either applying directly to the term in front of it or as a binary operation involving multiplication by -1, leading to the same result. There is no consensus on whether unary operators should be prioritized over multiplication, but it is noted that the outcome remains consistent regardless of interpretation. The conversation also touches on the flexibility of negation in mathematical operations, suggesting it can interact with various factors in an expression. Additionally, a query about the distinctions between number, quantity, and value is raised, indicating a desire for clarification on these concepts.
Atran
Messages
93
Reaction score
1
Hi,

Example 1.2.1. We have −3 × 4 − 5 + (−3) = −(3 × 4) − 5 + (−3) = −12 − 5 − 3 = −20. Note that we have recognized that 3 × 4 takes precedence over the − signs.
Does the author mean that −3 × 4 = 0 − 3 × 4 = −(3 × 4) or else?

I consider the minus-sign to be a unary operator, which is preceded by multiplication and division. Am I thinking right?
 
Mathematics news on Phys.org
It won't matter if you, with the unary operator of negation choose to regard -3*4 as (-3)*4 or as -(3*4). That is, the order of the unary operator and multiplication need not be formally agreed upon.
 
I think it is safe to assume that a unary operator without parentheses is meant to bind more tightly than any operator near it. So unary negation you may assume applies to the term directly in front of it.
 
When he says precedence over the minus signs he's referring to doing the 3*4 calculation before the -5 +(-3) calculation. As arildno says it doesn't matter whether you calculate (-3)*4 or -(3*4) as those are the same thing
 
verty said:
I think it is safe to assume that a unary operator without parentheses is meant to bind more tightly than any operator near it. So unary negation you may assume applies to the term directly in front of it.
That is my gut feeling as well, but since the unary negation -x always can be replaced with the binary operator (-1)*x, it cannot possibly matter multiplicationwise whatever you choose to read it as.
 
Atran said:
I consider the minus-sign to be a unary operator, which is preceded by multiplication and division. Am I thinking right?
There is no consensus on the precedence of the unary + and - versus multiplication/division. Some place it higher (but almost always lower than exponentiation), others lower (and at the same level as addition and subtraction). It doesn't matter for the kinds of numbers with which you are accustomed. The end result will be the same regardless of whether you treat unary minus as being higher or lower than multiplication.
 
The really fun thing about the negation, though, is how it can jump over a bundle of factors to find one to its liking, even take a step down to the denominator if it wants to, and then rush back again, or stay put. It doesn't matter.

(It should not push its luck down a continued fraction, though...)
 
Thank you for your response. I'm thinking to stick with the precedence level above that of multiplication.

Instead of starting a new thread: I consider a value to be a computed or assigned number or quantity. What's the difference between number and quantity? What exactly are number, quantity and value?

Thanks for help.
 
Last edited:
Back
Top