5

All the SI derived units I know are defined as products of SI units raised to an integer power (e.g. the coulomb is measured in $\text{s}\cdot\text{A}$, the pascal in $\text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}$, etc.).

But are there any meaningful physical quantities for which it makes sense to consider different operations, such as n-th roots, logarithms or exponentials of SI units (things like $\text{m}\cdot\sqrt{\text{s}}$, or $\ln{\text{kg}}\cdot e^{2\cdot\text{cd}}$)? Or trigonometric functions, or even more exotic operations?

And if not, is there a specific reason why there aren't/there can't be any?

Labba
  • 507

3 Answers3

5

There's a fair few physically meaningful quantities whose units include half-integer exponent, typically in examples where the quantity in question needs to square to some kind of intensity or density.

  • The clearest one is quantum mechanical wavefunctions $\psi$, for which the square modulus $|\psi|^2$ is a probability density (i.e. with units of inverse length in 1D or inverse volume in 3D) so you'll have $[\psi(x)]=[L^{-1/2}]$ in 1D and $[\psi(\mathbf r)]=[L^{-3/2}]$ in 3D.

  • You very often see the unit $\mathrm{Hz}^{-1/2}$ in any field that requires signal analysis in any capacity, where it comes out naturally as a way to describe amplitude spectral densities of many kinds. This happens when you have some signal $f(t)$ (in, say, dimensionless strain) and you care about its Fourier transform, i.e. you want to represent $f(t) = \int_{-\infty}^\infty \tilde f(\omega) e^{-i\omega t} \mathrm d\omega$ in such a way that $\int_{\omega_1}^{\omega_2} |\tilde f(\omega)|^2 \mathrm d\omega$ represents the power the signal carries in that spectral band.

    A nice, recent example of this in action is the noise sensitivity curves for LIGO and other gravitational-wave detectors as a function of frequency:

    Image source

If you want to go beyond half-integer powers into proper $n$th roots, then in principle there's nothing to stop you, but the chances of finding physically-meaningful examples do decrease dramatically, because physics tends to use quadratic forms of its dynamical variables far more often than you see cubic or other multi-linear dependences. I'm not aware of any real-world examples, but they're perfectly possible.


Things do change, however, if you move away from rational functions (i.e. combinations of fractional powers) and into transcendental functions (like the exponential, logarithm, and trigonometric functions), which can only be defined meaningfully using processes that add or compare a quantity $x$ with a power $x^n$ of that same quantity. As I explained in this previous thread, this completely breaks dimensional analysis, and it is not meaningful to put dimensionful quantities as the arguments of transcendental functions.

(There is a minor, partial exception with the specific case of the logarithm, where you can "split" a logarithm of the form $\log(q_1/q_2)$ into a subtraction $\log(q_1)-\log(q_2)$ under the strict requirement that all appearances of $\log(q)$ be followed by a corresponding ${-}\log(q')$ with $[q']=[q]$, and that both occurrences take the logarithm of the numerical value in the same units. This is useful if you only care about things up to an additive (or multiplicative) constant, but ultimately it just boils down to an elaborate formalism for dealing with $\log(q_1/q_2)$, i.e. the logarithm of a dimensionless quantity, in a way that allows you to forget that fact.)

Emilio Pisanty
  • 137,480
2

Edit: The answer below is certainly suspect. Do read the comments underneath it, and follow the link provided by dmckee.

It doesn't make sense to consider the sine, log or exponential function of a unit or anything with units. One way to see this is to note that these functions can all be expanded as Taylor series. For example,$$e^x=1+\frac{x}{1!}+\frac{x^2}{2!}…$$ It clearly doesn't make sense to try and add a unit (or a quantity with units) to the same unit squared and so on. In more formal language, we would have a dimensional inhomogeneity!

Philip Wood
  • 37,325
1

It does not normally make sense to put anything but a unitless input into a transcendental function. However, as discussed in this question, it does make sense to take logs of quantities that have units. The result is that you get an additive constant that would depend on the choice of units, and this constant is often of no interest. The classic example would be using the slope of a log-log plot to find the exponent in a power law. However, the units of the input are not passed through to the output. So for example, if you take the log base 10 of 100 kg, you get 2 plus a constant, but the 2 doesn't have units of log-kilograms. The choice of kilograms is present in the additive constant. Therefore there is no such thing as a unit of "log-kilograms."

Roots are used in units all the time. For example, I teach a lab in which we drop balls from unequal heights $h_1$ and $h_2$ and measure the time between the two hits in order to measure $g$ with pretty good precision. The expression for $g$ involves the quantity $\sqrt{h_1}-\sqrt{h_2}$.