38

I'm making a table where columns are labelled with the property and the units it's measured in:

Length (m) |||| Force (N) |||| Safety Factor (unitless) ||| etc...

I'd like not to write "unitless" on several columns...and I'm quite surprised I can't seem to find a symbol for it. Any suggestions?

David Z
  • 76,371
Ben
  • 981
  • 3
    How about a dash $(-)$? – DilithiumMatrix Apr 04 '13 at 03:57
  • 16
    I would just use nothing at all: |||| Safety Factor |||| –  Apr 04 '13 at 03:58
  • @zhermes - was thinking that, but could be confused for "negative" or "omit" or something... – Ben Apr 04 '13 at 04:11
  • For this particular example there's no danger of confusion if you just leave out any mention of the units, since the word "factor" pretty much implies it's unitless anyway. – N. Virgo Apr 04 '13 at 06:34
  • 4
    Whenever anyone omitted the units on any answer my high school physics teacher would write in "fish". – Ben Jackson Apr 05 '13 at 05:22
  • When a square bracket convention is being used, such as [km], I've seen non-dimensional parameter listed as [n/d]. – Adam Wuerl Apr 08 '13 at 06:08
  • But km is a unit and not a dimension. And the square bracket notation for units is wrong regarding to ISO 80000. SI does not use any brackets at all. So "Length $l$ in m" or "Length $l$/m". To write "in 1" or "/1" would be correct but does not worth the ink... – LaRiFaRi Sep 18 '13 at 08:17
  • From Wikipedia: "In another instance in the early 2000s, the International Committee for Weights and Measures discussed naming the unit of 1 as the "uno", but the idea of just introducing a new SI name for 1 was dropped." – alfC Dec 05 '23 at 03:30

8 Answers8

47

Straight from the horse's mouth:

enter image description here enter image description here

Source: Bureau International des Poids et Mesures (Search for "dimensionless" for all guidelines.)

The International Bureau of Weights and Measures (French: Bureau international des poids et mesures), is an international standards organisation, one of three such organisations established to maintain the International System of Units (SI) under the terms of the Metre Convention (Convention du Mètre). The organisation is usually referred to by its French initialism, BIPM.

Wikipedia

Řídící
  • 6,725
15

I've seen "(1)" used. Radians (and steradians) are also "unitless" but they're clearly not appropriate here.

wnoise
  • 784
8

The convention I have seen in journal articles, and that I prefer, is to simply omit any mention of units for dimensionless quantities.

EDIT: I also see the style Emilio Pisanty recommends, particularly in tables and graphs. For a graph, the idea is that the datapoints you are plotting are actually numbers, so you want to divide them by the relevant base units. That then scales everything so that your plot fits on the page. As an example, you might plot force vs displacement to measure a spring constant. The x-axis would then be $x/\text{m}$, and the y-axis would be $F/\text{N}$, and both would be dimensionless. You could also use SI prefixes if that were useful.

The same idea would apply to a table. For your example, you would have it as Length / m || Force / N || Safety Factor || etc. Again, you can add SI prefixes to keep the actual numbers in the table easy to read.

Additional EDIT (by Gugg) with "official approval" and an illustration of this style:

enter image description here

BIPM

Colin McFaul
  • 4,369
  • 1
    +1 I edited the "official approval" of this (very useful) approach into your answer. If you don't appreciate that, just reject the edit. – Řídící Apr 05 '13 at 10:00
7

An alternative is to use the (slightly) more formally correct convention Length/m and Force/N for the first two, in which case simply using Safety Factor will work.

Emilio Pisanty
  • 132,859
  • 33
  • 351
  • 666
5

Dimensionless quantities are actually of dimension one, i.e. unity. So I think it would be most accurate to write it as $[1]$, if you're doing dimensional analysis or if you're trying to be precise about dimensions, which looks to me like the type of situation from your question.

4

You could always pull something engineers seem to be fond of when they write the (unitless ratio) gain of an op-amp as "Volts per Volts".

user44430
  • 676
3

Just write any unit you like the most and raise it's power to null:0.

I find Bq: becquerel a hard thing to remember . (units of activity of a radioactive substance) and I would write $Bq^0$ to denote a dimensionless quantity.

Or just as in books : $[M^0L^0t^0]$

ABC
  • 2,469
1

Units I usually keep in brackets []. Like 70 [kg], 60 [GPa], 5.2 [ms^-1] and for no unit I would say 1.5 [-].

AED
  • 27