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?
Straight from the horse [1]'s mouth:
Source: Bureau International des Poids et Mesures [2] (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 [3]
[1] http://www.phrases.org.uk/meanings/336400.htmlI've seen "(1)" used. Radians (and steradians) are also "unitless" but they're clearly not appropriate here.
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:
BIPM [1]
[1] http://www.bipm.org/utils/common/pdf/si_brochure_8_en.pdfAn 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.
length/m
. Not that the alternative is wrong, of course. - Emilio Pisanty
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.
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".
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]$
Units I usually keep in brackets []. Like 70 [kg], 60 [GPa], 5.2 [ms^-1] and for no unit I would say 1.5 [-].
|||| Safety Factor ||||
- user10851