Blessed Units
Let's get rid of pounds, kilograms, feet, meters, seconds, and degrees altogether and come up with a new, pure unit system to describe our world, the Blessed Unit System, or BUS, pronounced booze. For example, lets use "speed of light"s to describe quantities of velocity. Since this is a blog post and not a scientific research paper, let's keep this simple, assuming there are only 4 (out of the seven) physical base units in our universe. Let's also assume our universe has 4 fundamental constants. See the tables below for the list of each and symbols.
Table of Reference
Base Unit | Symbol |
---|---|
Mass | M |
Length | L |
Time | T |
Temperature | H |
Constant | Symbol |
---|---|
Speed of Light | C |
Gravitational Constant | G |
Boltzmann Constant | B |
Planck Constant | h |
Let's create the Blessed Unit System using these fundamental physical constants. First, we need to define the constants in terms of their base units. For this, we can break down each constant into it's base units and combine them by adding or subtracting their exponents. Units of length, for example, are expressed in L
or L^(1)
. Area, which is length squared, is expressed in L*L = L^(1) * L^(1) = L^(1+1) = L^(2)
. Inverted units are subtracted instead of added, because they have negative exponents.
Speed of Light
The speed that electromagnetic radiation travels in a vacuum
C = Length / Time
= L^(1)T^(-1)
Gravitational Constant
Proportionality constant between the gravitational force of two bodies and their masses and distance apart
G = Force * Length ^ 2 / Mass ^ 2
= M^(1)L^(1)T^(-2) * L^(2) * M^(-2)
= M^(-1)L^(3)T^(-2)
Boltzmann Constant
Proportionality factor that relates the thermal energy of gas particles with their temperature
B = Energy / Temperature
= M^(1)L^(2)T^(-2) * H^(-1)
= M^(1)L^(2)T^(-2)H^(-1)
Planck Constant
The ratio of a photon's energy over its wavelength
h = Energy * Time
= M^(1)L^(2)T^(-2) * T^(1)
= M^(1)L^(2)T^(-1)
Combining Fundamental Constants
We can combine fundamental physical constants the same way they were derived. For this exercise, let's multiply the speed of light by the gravitational constant.
C * G = L^(1)T^(-1) * M^(-1)L^(3)T^(-2)
= M^(-1)L^(1+3)T^(-1-2)
= M^(-1)L^(4)T^(-3)
Since we multiplied a length (from C) and a length to the 3 power (from G), we now have a length to the 4 power! But what if we wanted to cancel out length, or even time? Let's start by making a more general case by multiplying C with some factor a
by G with some factor b
?
aC * bG = L^(a)T^(-a) * M^(-b)L^(3b)T^(-2b)
= M^(-b)L^(a+3b)T^(-a-2b)
Now we have some options here! Length will cancel out when a = -3b
, and the time factor cancels out when a = -2b
. Mass only cancels out when b = 0
. Great, now we're getting somewhere. We can rewrite our 4 fundamental physical constants into a matrix A
.
C G B h
M | 0 -1 1 1 | | C | | M |
A = L | 1 3 2 2 | x = | G | b = | L |
T | -1 -2 -2 -1 | | B | | T |
H | 0 0 -1 0 | | h | | H |
This gives us a linear combination of our fundamental constants and our base units. Now we can find the inverse of A
. This is the result of plugging it into an online calculator.
| -1 -3 -5 5 |
A^(-1) = | -1 1 1 -1 | * 1/2
| 0 0 0 -2 |
| 1 1 1 1 |
Not so pretty, but we can now use this to rewrite our linear combination from Ax=b
to x=A^(-1)b
. We get to pick b
here depending on what our measurement dimension is. Let's run a quick test for units of velocity, which is length over time, or length to the first times time to the minus first. This is how we should set b
up.
| 0 | (M)
b = | 1 | (L)
| -1 | (T)
| 0 | (H)
For this value of b
we should expect to get a value output of just C
since the speed of light already matches these units exactly and can describe our quantity.
| -1 -3 -5 5 | | 0 | | 1 | (C)
| -1 1 1 -1 | * | 1 | * 1/2 = | 0 | (G)
| 0 0 0 -2 | | -1 | | 0 | (B)
| 1 1 1 1 | | 0 | | 0 | (h)
After solving A^(-1)b
we obtain x = C^(1)
as expected! That means we can express a speed as a multiple of the speed of light to the first power. This is not super interesting alone but is mainly used to test that the formula is working as expected. Let's do a more interesting example. How would we describe mass just using our 4 physical fundamental constants? Just set b = [ 1 0 0 0 ]
and calculate.
| -1 -3 -5 5 | | 1 | | -1/2 | (C)
| -1 1 1 -1 | * | 0 | * 1/2 = | -1/2 | (G)
| 0 0 0 -2 | | 0 | | 0 | (B)
| 1 1 1 1 | | 0 | | 1/2 | (h)
The resulting x
matrix tells us that we can express mass as a multiple of this quantity.
M = C^(-1/2) * G^(-1/2) * h(1/2)
= sqrt[ (planck constant) / { (gravitational constant) * (speed of light) } ].
How to read this: Mass is measured in square root of planck's over gravitational-speed of lights.
Representing Base Units as Multiples of Fundamental Constants
We already calculated mass above, and to spare the reader from all the math, I calculated the remaining base physical units and inserted them into the table below, as well as some other commonly used dimensions.
Description | Base Units | Representation |
---|---|---|
Mass | M |
sqrt(h/(G*C)) |
Length | L |
sqrt(G*h/C^(3)) |
Time | T |
sqrt(G*h/C^(5)) |
Temperature | H |
sqrt(h*C^(5)/G)/B |
Area | L^(2) |
G*h/C^(3) |
Volume | L^(3) |
sqrt((G*h)^(3)/C^(9)) |
Density | M^(1)L^(-3) |
C^(4)/(G^(2)*h) |
Velocity | L^(1)T^(-1) |
C |
Acceleration | L^(1)T^(-2) |
sqrt(C^(7)/(G*h)) |
Momentum | M^(1)L^(1)T^(-1) |
sqrt(C*h/G) |
Force | M^(1)L^(1)T^(-2) |
C^(3)/G |
Energy | M^(1)L^(2)T^(-2) |
sqrt(C^(3)*h/G) |
Power | M^(1)L^(2)T^(-3) |
C^(4)/G |
Pressure | M^(1)L^(-1)T^(-2) |
C^(6)/(G^(2)*h) |
Conclusion
Let's finish this up by wrapping up what I originally did this research for and use one of these newly represented quantities. First, an easy example: If I'm driving at 60 miles per hour (~100 KPH), what is my velocity in the Blessed Unit System (BUS)? Start by defining what my units of velocity are. From the table above, speed is measured in C
, or "speeds of light". 1 speed of light (or 1 C) is just over 1 billion kilometers per hour. Using this simple formula, we can convert from SI to BUS units.
Velocity(BUS) = Velocity(SI) / (C)
= 100 / 1 000 000 000
= 0.000 000 1
My driving speed is 0.0000001 velocity BUS. It doesn't matter if I converted from standard SI or US units, or football fields per millisecond - my driving speed will be 0.0000001 velocity BUS no matter what.
Now, let's measure my height in length BUS. Length BUS are measured in sqrt(G*h/C^(3))
. My height is around 5'9", or about 1.75 meters, let's translate it into square root of gravitational-plank over speed of light cubes. We can use the same formula as last time to determine my height in length BUS.
Length(BUS) = Length(SI) / sqrt(G*h/C^(3))
= 1.75 m / sqrt(6.674E-11 * 1.055E-34 / (3E8)^(3)) m
= 1.75 m / 1.615E-35 m <-- Planck length!
= 1.084E35 Length(BUS)
As it turns out, 1 length BUS is equal to 1 planck length. From the math, I am 1.084E35 planck lengths tall. The truly amazing thing about this unit system, is that it is completely independent from human interventions (e.g. redefining the SI unit system) and can work anywhere in the universe. The only reason that I needed to determine a conversion rate from BUS to meters (which turned out to be the planck length) is because our measurement tools on Earth currently only support measuring US or SI units - but if we adopt the Blessed Unit System, there would no longer be a need for either US or SI units. My height is always 1.084E35 planck lengths regardless of what human (or other) unit system it's converted from.