Can Angles be Assigned a Dimension?
Table of Contents
1. Some Background on Dimensional Analysis
… if you are not already familiar with it.
1.1 Dimensions
Dimensional Analysis is a way of analyzing physics equations that consider only the qualitative dimensions – mass, length, time, charge .. – of the quantities involved, not the values that they take in the given problem. This is not to be confused with Euclidean dimensions.
The fundamental rule is that you can only add, subtract or equate terms that have exactly the same constituent dimensions, and each to the same degree. Acceleration cannot be a force or be added to a force because the latter includes a mass dimension while the former does not. An area cannot be compared to a distance because it is length squared.
For a detailed discussion see e.g. http://web.mit.edu/2.25/www/pdf/DA_unified.pdf, or any text on the Buckingham Pi theorem. (There are also Wikipedia and Khan academy links, but these, unfortunately, confuse DA with managing units as variables, which is a separate topic.)
1.2 Notation
The standard notation in DA is that if x is a variable in an equation then [x] extracts its dimensionality. The dimensions themselves are labeled M for mass, L for length, T for time, Q for a charge, θ for temperature …
Thus, if F is a force then ##[F]=MLT^{-2}##. The well-known equation F=ma would be analyzed as ##MLT^{-2} = (M)(LT^{-2})##, which is clearly true.
1.3 Uses
1.3.1 Predicting the form of a relationship
DA can be a useful shortcut to establishing the general form of how one quantity depends on others.
Example: We presume that the pressure difference, ##\Delta P##, between the inside and outside of a bubble depends on the radius, ##r## and the surface tension ##S##.
## [ \Delta P]=ML^{-1}T^{-2}##
##[r]=L##
##[S]=MT^{-2}##
The only way to combine the pressure difference and surface tension to obtain a length is
## (MT^{-2})/(ML^{-1}T^{-2})=L##
Hence we can say
##r=kS/\Delta P##
for some constant k.
1.3.2 Error checking
Many algebraic errors can be caught by checking dimensional consistency.
2. Angles
Angles have never been considered to have dimension. Consider, for example, the formula for arc length ##s##:
##s = r\theta##
Since ##s## and ##r## each have dimension ##L##, the angle cannot have a dimension, or so it seems.
2.1 Units Matter
Dimensionless combinations, like ##force/(mass \times acceleration)##, generally have the useful feature that they are invariant to the units used. As long as the units used for the variables are consistent, the same number results whether you use SI or Imperial, or Babylonian.
This is not true of angles; many problems posted on the Homework forums are resolved when the student remembers to plug in the number of radians as argument to the sine function instead of degrees.
2.2 Distinct Entities with the Same Dimensionality
It is somewhat unsatisfactory that, when reduced to mere dimensions, some pairs of quite different entities appear to be the same.
Torque and energy are both force times distance. In terms of vectors, the first is the vector product, the second the scalar.
Angular momentum and action are both ##ML^2T^{-1}##. Again, a vector and a scalar.
3 Axioms for an “Imaginary” Dimension
Consider assigning angles the dimension ##\Theta##, with some unusual properties:
- ##\Theta^2=1##
- The cross product operator itself has dimension ##\Theta##
- ##i##, the square root of -1, has dimension ##\Theta##
3.1 Vectors and Angles
The following table illustrates the use of the dimensionality of angles with cross and dot products.
Entity | Sample Equation | Dimension |
---|---|---|
Arc length element | ##\vec{ds}=\vec r\times\vec{d\theta}## | ## L=(L)(\Theta)(\Theta)## |
Torque | ##\vec\tau=\vec r\times\vec F## | ##ML^2T^{-2}\Theta=(L)(\Theta)(MLT^{-2})## |
Work | ##E=\vec r.\vec F## | ##ML^2T^{-2}=(L)(MLT^{-2})## |
Angular momentum | ##\vec L=\vec r\times\vec p## | ##ML^2T^{-1}\Theta=(L)(\Theta)(MLT^{-1})## |
Gyroscopic precession | ##\vec \tau=\vec \Omega_p\times\vec L## | ##ML^2T^{-2}\Theta=(\Theta T^{-1})(\Theta)(ML^2T^{-1}\Theta)## |
Velocity | ##\vec v=\vec r\times\vec{\omega}## | ##LT^{-1}=(L)(\Theta)(\Theta T^{-1})## |
E.g. to resolve the ##s=r\theta## case for arc length, we can argue that this should really be expressed as the integral of the magnitude of a vector:
##s=\int|\vec{dr}|=\int |\vec r\times\vec{d\theta}|##. The ##\Theta## dimension of the angle is neutralized by that of the cross-product operator.
3.2 Functions of Angles
Raising a dimensioned entity to power is fine because we can still express the dimensions of the result. For other functions, such as exp, log, and trig functions, it is more problematic. If you ever find you have an equation of the form ##e^x##, where ##x## has dimension, you can be pretty sure you have erred.
For trig functions, it would be reasonable to require the argument to be an angle, but ##e^{i\theta}## would appear to create a difficulty for assigning angles a dimension.
This can be resolved by giving ##i## the ##\Theta## dimension also. Based on the power series expansions, we see that the odd trig functions (those for which f(-x)=-f(x)) necessarily return the ##\Theta## dimension but the even functions, such as cosine, return a dimensionless value.
Thus, ##e^{i\theta}=\cos(\theta)+i\sin(\theta)## is entirely dimensionally consistent.
3.3 Areas and Volumes
Areas are naturally generated as cross products of vectors, imbuing them with the dimension ##L^2\Theta##. Since the vector is normal to the surface, this is analogous to rotations as vectors.
Since volumes arise from the triple scalar product, it would seem that these should also have the ##\Theta## dimension. This is more surprising.
The solid angle element subtended at the origin by a surface element ##\vec {dS}## at position ##\vec r## is given by ##d\Omega=\frac{\vec r.\vec{dS}}{|r|^3}##. Or, if we wish to make this a vector in the direction ##\vec r##, ##\vec{d\Omega}=\vec r\frac{\vec r.\vec{dS}}{|r|^4}##.
Alternatively, in polar coordinates, ##d\Omega=\sin(\theta).d\theta d\phi##
Whichever way, the dimension is again ##\Theta##, which feels consistent with the result for volumes.
3.4 Complex Arithmetic
If ##i## is to be given dimension, what are we to make of ##1+i##?
Despite appearances, there is no difficulty. ##1+i## is a convenient notation, but it is not added in the same sense as in ##1+1##. The 1 and the ##i## retain their separate existences. We might just as easily if less conveniently, have chosen to write complex numbers as an ordered pair, like <x, y>. The real and imaginary parts never get crunched together in the same way as in normal addition, so they can have different dimensions without creating any inconsistencies.
3.5 Frequency and Angular Frequency
In wave expressions, frequency, ##f##, is the number of cycles per unit time, while angular frequency, ##\omega##, is radians per unit time. ##\omega=2\pi f##.
Clearly ##\omega## should have dimension ##\Theta T^{-1}##. The dimension for ##f## depends on whether the factor ##\pi## is to be taken as an angle or as a dimensionless number performing a conversion of units. Taking ##f## as having dimension ##T^{-1}## appears to be best.
3.6 Planck’s Constants
Consider the equations
##E=hf##
##E=\hbar \omega##
Since ##h## has dimension of action, ##ML^2T^{-1}##, it has no angular dimension. That is fine for the first equation since frequency is just ##T^{-1}##.
In the second equation, ##[\omega]=\Theta T^{-1}##. ##\hbar## is defined as ##\frac h{2\pi}##. Since ##\pi## is an angle here, that has dimension ##ML^2T^{-1}\Theta##, cancelling the ##\Theta## from ##\omega## and achieving dimensional consistency.
But note that this gives ##\hbar## the units of angular momentum, not action. An implication is that ##\hbar## should perhaps be considered a vector, and we should write the photon energy as
##E=\vec{\hbar}.\vec{ \omega}##
though how one is to justify that ##\vec {\hbar}## is necessarily in the direction of the velocity is unclear.
Likewise for momentum
##\vec p = k\vec{\hbar}##
where k is the wavenumber. Note that this provides momentum as the vector it should be, rather than just defining its magnitude.
The Heisenberg Uncertainty relations, such as
##\frac 12\hbar\leqslant \Delta \vec p.\Delta \vec x##
would appear to violate both the dimensionality and the notion of making ##\hbar## a vector. But if we follow the steps in the proof of the uncertainty relation we come to this penultimate statement:
##\frac 14\hbar^2\leqslant (\Delta \vec p.\Delta \vec x)^2##
At this point, giving ##\hbar## an angular component of dimensionality creates no problem. Neither is there an issue with thinking of it as a vector. These problems only appear when we overlook the ambiguities that so commonly arise when taking square roots.
4. Postscript
Subsequent to penning the original article, I have become aware of numerous prior attempts, dating back as far as 1936. An excellent summary is by Quincey and Brown at https://arxiv.org/ftp/arxiv/papers/1604/1604.02373.pdf.
But their list misses a key one:
C. H . Page, J. Research National Bureau of Standards 65 B (Math. and Math. Phys.) No. 4, 227-235; (1961). http://nvlpubs.nist.gov/nistpubs/jres/65B/jresv65Bn4p227_A1b.pdf
It appears that most of my work above is a rediscovery of Page’s:
Result | Page in “Page” |
---|---|
Cross product has angular dimension, dot product does not | 231 |
##\Theta^2=1## | Appendix 2 |
sine has angular dimension, cosine does not | Appendix 2 |
solid angles have angular dimension (i.e. not squared) | Appendix 2 |
whole cycles, as a unit, are dimensionless | Appendix 3 |
Curiously, Page drew attention to the difficulty posed by ##e^{i\theta}=\cos(\theta)+i\sin(\theta)##, but overlooked the remedy of assigning angular dimension to ##i##.
He did not consider Planck’s constants.
Masters in Mathematics. Interests: climate change & renewable energy; travel; cycling, bushwalking; mathematical puzzles and paradoxes, Azed crosswords, bridge
Interesting concept. I'm not sure if I am ready to adopt it, but it gives some things to think about. You have certainly put a lot of thought into how to handle various situations. In your section 3.6 discussing Planck's Constant. You show hbar to have dimension of ML2T^−1Θ, but I think you should have ML2T^−1Θ^-1, to reflect π in the denominator, and to cancel out the ω.Θ[SUP]2[/SUP]=1, so Θ and Θ[SUP]-1[/SUP] are the same.
Interesting concept. I’m not sure if I am ready to adopt it, but it gives some things to think about. You have certainly put a lot of thought into how to handle various situations. In your section 3.6 discussing Planck’s Constant. You show hbar to have dimension of ML2T^−1Θ, but I think you should have ML2T^−1Θ^-1, to reflect π in the denominator, and to cancel out the ω.
Interesting concept. One thing I noticed was: in cases where you multiply (or divide) by 2pi, the article suggests that pi has the dimension of Angle. Since there are 2pi radians in a full circle (or full cycle of oscillation), then shouldn't it be 2pi containing the dimension, rather than just pi?
I do like the fact that this way puts a direction in as a dimension, when quantities are vectors.
[QUOTE="Stephen Tashi, post: 5660259, member: 186655"]My question is "What do we mean when we say an particular convention of dimensional analysis 'works'?". For example, what criteria are we using to say that assigning angles a dimension "works" or "doesn't work" ?”My criterion is quite simple: can a dimension be assigned in a way which is consistent and has the power to detect blunders? I believe I have shown that the answer is yes.But from your posts in the thread, I thought you were focused on the more fundamental question of why DA works at all. E.g., your observation regarding products versus sums.
[QUOTE="haruspex, post: 5653827, member: 334404"]It's your topic. Maybe "why does dimensional analysis work?"”My question is "What do we mean when we say an particular convention of dimensional analysis 'works'?". For example, what criteria are we using to say that assigning angles a dimension "works" or "doesn't work" ?
I think this is an interesting topic. What is more basic to physics than how we measure things?In SI units the angle is not a base quantity. We measure the angle in radians, which is a ratio of two lengths, namely the length of the subtended arc to the length of the radius, giving a dimensional ratio of L/L = 1. So we say the angle is dimensionless.Some people have argued for making the angle a base quantity. See for example https://arxiv.org/ftp/arxiv/papers/1604/1604.02373.pdf. This may be an intriguing proposal but I don't see much interest at this time. It seems we are happy with the SI system.It may just be more convenient to keep angles dimensionless. Consider two similar triangles. Perhaps they are both 30-60-90 triangles but the hypotenuse of triangle #1 is twice the length of that of triangle #2. The corresponding angles are equal, but the corresponding sides are not. I suppose it's fair to ask why this is more convenient? It certainly seems convenient to me.I think this question is related, at least subjectively, to time. The ancients came up with 360 degrees, I believe, because it corresponds to a 360-day year in some ancient calendar. You can associate a point moving around on the circumference of a circle with the passage of time. We don't care how long that circumference is. We just want to know how many units of time have passed.For example, consider our standard mechanical 12-hour clock with a round face. It may be a wristwatch or Big Ben. In either case, we know that when the little hand is at a certain angle from straight up, it means 20 minutes past the hour.In addition, in physics, the study of waves is an enormously important topic. So we want our system to be convenient for handling the mathematics of periodic motion.
[QUOTE="Stephen Tashi, post: 5653780, member: 186655"]What would the topic of the new thread be?”It's your topic. Maybe "why does dimensional analysis work?"
[QUOTE="haruspex, post: 5653671, member: 334404"]How would you feel about having it moved to a different thread?”Sorry about being off topic, I plead a little bit guilty. Go ahead and split or fork the thread.We need more discussion about those interesting bundles of {numbers, units and dimensions}.
[QUOTE="haruspex, post: 5653671, member: 334404"] How would you feel about having it moved to a different thread?”If this thread is getting too long to be readable for new contributors then the discussion should be restarted in another thread. What would the topic of the new thread be?It interests me to discuss the general foundations of dimensional analysis. I'm not particularly interested in debating the narrower issue of whether angles should be assigned a dimension until the big picture is clear. However, perhaps others would be interested in a new thread restricted to the topic of angles.The discussion about whether angles should or shouldn't be assigned a dimension just meanders around because the reasons underlie dimensional analysis haven't been established. Some people just repeat the mantra "Angles are dimensionless" because it is a convention of standard dimensional analysis. More liberal participants say that angles can be assigned a dimension because such-and-such an aspect works out to be pleasing and others counter by saying that a different aspect of the situation isn't pleasing. Until the significance of the various aspects is clear, the importance of satisfying them is just a matter of individual tastes.Discussions about whether angles may be assigned dimensions can become to similar to discussions about other "notorious" topics such as "Is 0.9999… = 1" or "Are dy and dx numbers?", "Can we divide by infinity?". Such discussions tempt us to ignore the arbitrary nature of definitions. We tend to assume that words and notations like "angles", "0.9999…", "dx", "infinity" are particular things that exist independently of anyone's definition of them. Then we use our intuitive concept of these pre-existing things in debating what their properties "are" instead of what we may define those properties to be.
[USER=186655]@Stephen Tashi[/USER] , [USER=447632]@Baluncore[/USER] :I am pleased to have engendered such an interesting debate, but it does seem to have wandered a long way from my original article. How would you feel about having it moved to a different thread?Meanwhile, you might be interested in http://nvlpubs.nist.gov/nistpubs/jres/65B/jresv65Bn4p227_A1b.pdf. Seems like much of my endeavour is a rediscovery of Page's work. See p 231 and Appendices 2 and 3. He did miss the trick of giving i angular dimension, and did not discuss Planck's constants. The rest of his article might be relevant to your own discussion.
[QUOTE="Stephen Tashi, post: 5651861, member: 186655"]By contrast, empirically, there are few situations in physics where knowing the sum x + y of units of different dimensions is useful.”Can you please give examples of those few situations in physics.
[QUOTE="Stephen Tashi, post: 5649802, member: 186655"]In general, changing units changes equations by multiplying one or both sides of the equation by constant factors.So the prohibition against adding unlike units can't be explained by the invariance of equations. We have to explain why a particular type of variation is the only permissible kind.” Yes, I agree. Admissible invariances seems to be those which involves solely a scale factor.
[QUOTE="haruspex, post: 5651842, member: 334404"]that the attributes have an additive property such that in some sense we can partition an attribute and recover the whole by summing its parts. This being so, we require our measures to be linear in this sense.”I think that's a fundamental idea in dimensional analysis – but it's a concept that's hard to state only using terms from arithmetic. The notion that the whole attribute "can be recovered" from the "sum" of its parts isn't quite the same notion as the concept that the whole numerical value of something is equal to the arithmetic sum of its "parts". One attempt to express the physics is that "the presence of an attribute x_1" has the same effect as the simultaneous presence of the mutually exclusive "parts" of the attribute. (That uses "has the same effect" instead of the arithmetic relation "equal" and "simultaneous presence" instead of the arithmetic sense of "sum".) Alternatively, we could state the concept by embedding it in the definition of the "parts" of an attribute. For example "x_a and x_b are each "half" of attribute x_1" shall mean the following are satisfied: 1) The simultaneous presence of x_a and x_b has the same effect (in whatever phenomenon we are studying) as the presence of x_1 alone – and 2) The presence of x_a alone has the same effect as the presence of x_b alone.Taking that approach, we could argue that is is useful to make an "isomorphism" between the physical language and mathematical language. i.e. "same effect" maps to "equal". "simultaneous presence" maps to "sum", "half of" in the physical sense maps to "half of" in the arithmetic sense.As I understand what you are doing with a measure ratio, you are assuming the attribute x_1 is a numerical value at the outset.”If we try to do the same summing two measures, there is no constant ratio that can convert one sum of linear measures to another.”I agree that the use of ratios (i.e. conversion factors) for individual attributes doesn't define how to convert a sum of different dimensions measured in one set of units to a unique sum of the same dimensions measured in a different set of units. When people ask why we "can't" add different dimensions together, I think this inability is a good explanation of why we "don't" add different dimensions. However, the statement that "it is impossible to add different dimensions" is claim that goes beyond what is convenient or inconvenient. Are we saying that no matter what scheme you make up for adding different dimensions, it won't work? What would it mean for a scheme (which may not be based on conversion factors) to work or not to work? The general situation as I see it:The product of xy of units x, y with unlike dimensions omits the information about the individual magnitudes of x and y. There are many physical situations where knowing the product xy is useful even though we don't know the individual values of x and y. (e.g. When a result of interest can be expressed as a function of one variable p = xy instead of function of two variables (x,y).) There are also physical situations where the knowledge of xy is not as useful as knowing the individual values of x and y. For example, if x is the diameter of your coffee cup in cm and y is the length of your cat's tail in cm then the product xy doesn't summarize the situation as well as knowing the individual values of x and y. By contrast, empirically, there are few situations in physics where knowing the sum x + y of units of different dimensions is useful. Can we go even further to say "Any physical situation where the result is expressed as a function of the sum of units of different dimensions can be rewritten as a different function of the same variables that does not involve the sum of units of different dimensions"?
[QUOTE="Stephen Tashi, post: 5650730, member: 186655"]Dimensional analysis does not say that a physical unit can take a values corresponding to any given real number. So I see nothing wrong with your analogy.I'd put it this way: Changing the units in a product and "knowing how to convert" the result (using conversion factors in the standard manner" introduces no new ambiguity in the description of the physical situation. We "know how to convert" because we know to use conversion factors. But the conventions of using conversion factors doesn't explain why those conventions are physically useful. In my opinion, it is just an empirical fact that the ambiguity in knowing the product of dimensions, but not knowing the individual factors often doesn't detract from the usefulness our knowledge in making physical predictions.That depends on what you mean by "equivalent". Perhaps you mean we have no obvious rules to convert it to a unique number of different units. For example, the conversion 4 apples+oranges to units of half_apples+oranges in a naive fashion is ambiguous because it might be done by converting 4 apples+oranges as (3 apples + 1 oranges) which is converted to (6 half_apples + 1 oranges) = 7 half_apples+oranges. Or it might be converted from (1 apples + 3 oranges) as ( 2 half_apples + 3 oranges) = 5 half_apples+oranges. So , if there is an empirical difference between the physical situation producing the measurement 7 half_apples+oranges and the situation producing the measurement 5 half_apples+oranges, this is a argument that converting units in such a manner introduces a harmful ambiguity.”Maybe something along these lines…We have two systems characterised by vectors of attributes, S=(x[SUB]1[/SUB], x[SUB]2[/SUB], ..) , S'=(x[SUB]1[/SUB]', x[SUB]2[/SUB]', …). We can invent measures of attributes, i.e. maps to reals, m[SUB]1[/SUB], m[SUB]2[/SUB],… We believe (and this is the physics) that the attributes have an additive property such that in some sense we can partition an attribute and recover the whole by summing its parts. This being so, we require our measures to be linear in this sense.Given two measures, m[SUB]1[/SUB] and n[SUB]1[/SUB] for X[SUB]1[/SUB], if one is linear and there is a nonzero constant μ such that n[SUB]1[/SUB](x)=μm[SUB]1[/SUB](x) for all x, then clearly theother is linear. [Can we show that for two linear measures such a ratio exists?]Anyway, if we want the product of measures of two attributes, we may choose m[SUB]1[/SUB](x[SUB]1[/SUB])m[SUB]2[/SUB](x[SUB]2[/SUB]) or n[SUB]1[/SUB](x[SUB]1[/SUB])n[SUB]2[/SUB](x[SUB]2[/SUB]). Armed with the knowledge of the measure ratios, μ, ν, we can compute the measure ratio μν for the measure products.If we try to do the same summing two measures, there is no constant ratio that can convert one sum of linear measures to another.This is much the same as I wrote before, but highlighting the dependence on an essential additivity in the underlying attributes, and the consequent requirement of linearity in the measures.
[QUOTE="Baluncore, post: 5650815, member: 447632"]If x was the unit metres and y was the unit seconds, what would you do then?”Are you trying to formulate an argument that says "We can't add unlike dimensions because we can't add unlike dimensions"? As I said, I'm not advocating adding unlike dimensions. I'm investigating what justification we can give for declaring that adding 3 meters and 2 seconds to obtain a composite unit of 5 meters+seconds can never be done ( or should never be done) – no matter what interpretation we give to "meters+seconds". Declaring "we can't add 3 meters to 2 seconds" or saying "adding 3 meters to 2 seconds doesn't make sense" isn't an explanation. If we want to demonstrate that there is no way to do something, then issuing the challenge "Somebody show me how to do it" isn't a demonstration. For example, "Show me some positive integers ##a,b,c## such such that ##a^3 + b^3 = c^3##" isn't a proof of Fermat's theorem.
[QUOTE="Stephen Tashi, post: 5650812, member: 186655"]We don't "evaluate" 3x + 4y unless we are give numerical values for x and y. Likewise we don't evaluate 6xy unless we are given numerical values for x and y.”If x was the unit metres and y was the unit seconds, what would you do then?
[QUOTE="Baluncore, post: 5650787, member: 447632"]So how do you evaluate 3x + 4y = ?”We don't "evaluate" 3x + 4y unless we are give numerical values for x and y. Likewise we don't evaluate 6xy unless we are given numerical values for x and y.
[QUOTE="Stephen Tashi, post: 5650782, member: 186655"]Functions that can't be "simplified" can still be "evaluated".”So how do you evaluate 3x + 4y = ?
[QUOTE="Baluncore, post: 5650756, member: 447632"]Yes it does. Physics requires that a mathematical equation be evaluated. If you cannot evaluate an equation to a single numerical value then you do not need to add the dimensions. The mathematical reason why differing dimensions are not added in physics is the same reason that 3x + 4y cannot be simplified. 3x + 4y = 3x + 4y.”"Equations" are mathematical statements that two functions are equal. Functions that can't be "simplified" can still be "evaluated".
[QUOTE="Stephen Tashi, post: 5650713, member: 186655"]That makes no connection to physics.”Yes it does. Physics requires that a mathematical equation be evaluated. If you cannot evaluate an equation to a single numerical value then you do not need to add the dimensions. The mathematical reason why differing dimensions are not added in physics is the same reason that 3x + 4y cannot be simplified. 3x + 4y = 3x + 4y.
[QUOTE="haruspex, post: 5650678, member: 334404"]It can. Tommy is allowed to take one apple and one orange from 3 apples and 4 oranges. What is the set of possible choices? 12 apple-orange pairs.But fruit does not make a good analogy because you can also argue for adding apples and oranges. The discreteness creates a natural unit of measure.”Dimensional analysis does not say that a physical unit can take a values corresponding to any given real number. So I see nothing wrong with your analogy.”Here is a possibility… Mutiplying makes sense because you can create new units to match. In some scenario, I take K kg and M metres to compute the product KM kgm. If you prefer to work in pound-inches, you know how to convert that without having to know K and M separately. “I'd put it this way: Changing the units in a product and "knowing how to convert" the result (using conversion factors in the standard manner" introduces no new ambiguity in the description of the physical situation. We "know how to convert" because we know to use conversion factors. But the conventions of using conversion factors doesn't explain why those conventions are physically useful. In my opinion, it is just an empirical fact that the ambiguity in knowing the product of dimensions, but not knowing the individual factors often doesn't detract from the usefulness our knowledge in making physical predictions. ” But if we try to invent the concept of mass plus distance, and I tell you (K+M) "kg+m", you cannot convert the single number K+M to an equivalent number of pound+inches.” That depends on what you mean by "equivalent". Perhaps you mean we have no obvious rules to convert it to a unique number of different units. For example, the conversion 4 apples+oranges to units of half_apples+oranges in a naive fashion is ambiguous because it might be done by converting 4 apples+oranges as (3 apples + 1 oranges) which is converted to (6 half_apples + 1 oranges) = 7 half_apples+oranges. Or it might be converted from (1 apples + 3 oranges) as ( 2 half_apples + 3 oranges) = 5 half_apples+oranges. So , if there is an empirical difference between the physical situation producing the measurement 7 half_apples+oranges and the situation producing the measurement 5 half_apples+oranges, this is a argument that converting units in such a manner introduces a harmful ambiguity.
[QUOTE="haruspex, post: 5650678, member: 334404"]It can. Tommy is allowed to take one apple and one orange from 3 apples and 4 oranges. What is the set of possible choices? 12 apple-orange pairs.But fruit does not make a good analogy because you can also argue for adding apples and oranges. The discreteness creates a natural unit of measure.Here is a possibility… Mutiplying makes sense because you can create new units to match. In some scenario, I take K kg and M metres to compute the product KM kgm. If you prefer to work in pound-inches, you know how to convert that without having to know K and M separately. But if we try to invent the concept of mass plus distance, and I tell you (K+M) "kg+m", you cannot convert the single number K+M to an equivalent number of pound+inches.”
[QUOTE="Baluncore, post: 5650556, member: 447632"]We can simplify 3x*4y to 12xy.Now explain why 3x+4y cannot be simplified.That should satisfy your interest.”That makes no connection to physics.
[QUOTE="Stephen Tashi, post: 5650481, member: 186655"]Yet it does make sense to multiply apples by oranges ?)”It can. Tommy is allowed to take one apple and one orange from 3 apples and 4 oranges. What is the set of possible choices? 12 apple-orange pairs.But fruit does not make a good analogy because you can also argue for adding apples and oranges. The discreteness creates a natural unit of measure.Here is a possibility… Mutiplying makes sense because you can create new units to match. In some scenario, I take K kg and M metres to compute the product KM kgm. If you prefer to work in pound-inches, you know how to convert that without having to know K and M separately. But if we try to invent the concept of mass plus distance, and I tell you (K+M) "kg+m", you cannot convert the single number K+M to an equivalent number of pound+inches.
[QUOTE="Stephen Tashi, post: 5650481, member: 186655"]My interest is in finding a correct justification for why conventional dimensional analysis allows multiplication of different dimensions, but not addition of different dimensions.”We can simplify 3x*4y to 12xy. Now explain why 3x+4y cannot be simplified. That should satisfy your interest.
[QUOTE="Baluncore, post: 5650263, member: 447632"]Please give an example of where you might need to add or subtract two differently dimensioned values?What concept is involved and how is it meaningful to physics?”My interest is in finding a correct justification for why conventional dimensional analysis allows multiplication of different dimensions, but not addition of different dimensions. I'm not advocating a revision of dimensional analysis to allow adding different dimensions. I'm advocating that we find a coherent statement of why multiplying different dimensions is allowed and adding different dimensions is not allowed.The explanations we often hear are just dogma – e.g. "It would be nonsense to add apples and oranges". (Yet it does make sense to multiply apples by oranges ?) Some methods for justifying a statement S are the following.1) S is true because it is empirically true. We assert S is observed to be true without offering any proof or explanation of why S is true.2) S is a theorem. S can be proven from other statements we accept as truths. This includes indirect proofs. e.g. Reasoning that begins "Suppose we did add apples and oranges then it would follow that …"3) S is an assumption or definition.In my (current) opinion, the coherent justification for the principle "You can't add apples and oranges" is 1). It is an empirical fact. People who are familiar using conversion factors become so familiar with the convenience they offer that they wish to use method 2) and offer words to prove that "You can't add apples and oranges" as a theorem. Dignified treatments of dimensional analysis used method 3), they simply assert "We may multiply apples by oranges but we do not add apples and oranges" as an assumption or make it a consequence of a definition.Using method 1): Consider how often in physics it is sufficient to know only the product of two dimensional quantities in order to make a prediction. For example, to predict whether we can unscrew a bolt, it is often sufficient to know the available torque we have in ft-lbs. If we need a torque of 20 ft lbs, we can realized this torque by a 10 lbs force acting on a 2 ft lever, or a 20 lbs force acting on a 1 ft lever etc. The measurement of ft lbs is ambiguous as to how many ft and how many lbs are involved in the phenomena. ( In the particular case of "zero ft lbs", we at least know that that there were 0 ft or 0 lbs involved. ) The ambiguity in a measurement like 20 ft lbs often doesn't matter because there are important behaviors in Nature that are completely specified by the product of two dimensioned quantities and don't depend on how the factors in that product are implemented.Dimensional analysis does not assert that it always makes sense to multiply quantities of different dimensions. It only asserts that one may multiply quantities of different dimensions. The justification is that we find empirically that there are many situations where we can make a useful prediction knowing the value of a product without knowing the value of its factors.Empirically , we do not find any notable situations where knowing the value of a sum of differently dimensioned quantities (without knowing the values of the summands) allows us to make a useful prediction. For example a measurement of "20 apples+oranges" is ambiguous about whether there were 0 apples and 20 oranges , versus 10 apples and 10 oranges, versus -50 apples and 70 oranges, etc. If someone can offer an explanation of why Nature operates so that the ambiguity of products is often useful, but the ambiguity of sums is not, then I'd like to hear it. As far as I can see, it is an empirical fact, not a theorem.
[QUOTE="Stephen Tashi, post: 5649889, member: 186655"]However, this extended concept of invariance doesn't explain why unlike dimensions can be multiplied and divided, but not added.”Please give an example of where you might need to add or subtract two differently dimensioned values? What concept is involved and how is it meaningful to physics?
Submitted for your approval:Benoit Mandelbrot seems to have had something to say on this issue, or at least in the same neck of the woods. In fact in part he seems to consider this effort a step towards getting Mathematics and Physics to play nice together without adult supervision. I am not sure that he actually accomplishes this, but that is another issue. In this short and highly readable paper he addresses the Coastline Paradox and suggests a way of dealing with it that is borderline mind-expanding. Highly recommended.Title: How Long Is the Coast of Britain? Statistical Self-Similarity and Fractional DimensionThis was originally published in Science in 1967.Here is a wikipedia article _about_ the paper: https://en.wikipedia.org/wiki/How_Long_Is_the_Coast_of_Britain?_Statistical_Self-Similarity_and_Fractional_DimensionHere is the article at the Science although you may need a subscription or academic site license to read it:http://science.sciencemag.org/content/156/3775/636Here is the article at JSTOR – this should be available at most (site licensed) academic institutions.:http://www.jstor.org/stable/1721427Okay, I just found a direct link to a (seemingly weirdly formatted) .pdf of the original article here: http://users.math.yale.edu/~bbm3/web_pdfs/howLongIsTheCoastOfBritain.pdfI hope y'all find this a worthy contribution.diogenesNY
[QUOTE="Baluncore, post: 5649870, member: 447632"]I would say that when all you are doing is multiplying something by one, it is invariant.”But the numerical factor resulting from 1000 grams/kg is "1000", not "1". You are introducing a different concept of "1" than the purely arithmetic concept of "1". I agree that if we use a concept of "invariance" that says the equation F = MA in one system of units can be "the same equation" as F = 1000 MA in a different system of units then that definition allows equations that are not arithmetically invariant to be considered "invariant".However, this extended concept of invariance doesn't explain why unlike dimensions can be multiplied and divided, but not added. Any explanation goes in the other direction – i.e. if we assume that conversion factors involving products and quotients of units of arbitrary dimension will be used, then particular conversion factors can be regarded as a type of "1" (e.g. "1000 g/ kg" is a such "1"). From that, we get a type of "invariance" of equations (different from arithmetical invariance) as a consequence.
[QUOTE="Stephen Tashi, post: 5649802, member: 186655"]In general, changing units changes equations by multiplying one or both sides of the equation by constant factors.”Those constants actually have units, but not dimensions. For example, to convert metres to cm, multiply by 100 cm/metre. The metre units cancel, leaving the new unit cm in it's place. The units in the factor ratio must have the same dimension.Notice also that conversion factors are always equal to one. For example 100 cm/metre = 1.I would say that when all you are doing is multiplying something by one, it is invariant.