Dimensions

Dimensions of Measured Values

BasicsUnits vs dimensionsDimensional Analysis


Basics

In Physics, the dimension of a quantity is the physical property it measures. Dimensions of length, mass and time are often written as \(L\), \(M\) and \(T\). Dimensionless quantities have dimension \(1\).

If the height of a building is \(h\), we say \(h\) has dimensions of length:

\[[h] = L\]

The square brackets can be read as “dimensions of”.

A speed, like \(v = 55\) miles per hour, has dimensions of length over time:

\[[v] = \frac{L}{T}\]

The volume of a sphere is \(V = \frac{4}{3}\pi r^3\). Here, the quantities \(\frac{4}{3}\) and \(\pi\) are dimensionless. So we write

\[[V] = \left [\frac{4}{3}\pi r^3 \right ] = \left [\frac{4}{3}\pi \right ] \left [ r^3 \right ] = 1 \cdot L^3 = L^3 \]

In fact any volume (sphere, cube, cylinder, blob) has dimensions of \(L^3\) — that’s what “volume” means. Density, which is mass per volume, has dimensions \(M L^{-3}\).

Example

The Hubble Constant, \(H_0\), is a measure of how fast the universe is expanding. It has been measured to be \(71.9\) kilometers per second per megaparsec. That means a galaxy \(1\) Mpc (one megaparsec) away is receding at speed of \(71.9\) km/s. A parsec (abbreviated pc) is an astronomical unit of distance equal to \(3.09 \times 10^{16}\) m.

\[ H_0 = 71.9 \; \frac{\rm{km/s}}{\rm{Mpc}} = 71.9 \; \frac{\rm{km}}{\rm{s}} \frac{1}{\rm{Mpc}} \]

The dimensions of \(H_0\) are

\[\displaystyle \left[ H_0 \right] = \frac{L}{T} \frac{1}{L} = T^{-1}.\]

Some rules


Units vs dimensions

The concepts of “units” and “dimensions” are similar but not identical.

\[ P = 14.7 \; \frac{\textup{lb}}{\textup{in}^2} \cdot \left( \frac{4.45\;\textup{N}}{1 \; \textup{lb}} \right) \cdot \left( \frac{1 \; \textup{in}}{2.54 \;\textup{cm}} \right)^2 \cdot \left( \frac{100 \;\textup{cm}}{1 \; \textup{m}} \right)^2 = 1.01 \times 10^5 \; \frac{\textup{N}}{\textup{m}^2} \]


Dimensional Analysis

For any equation, both sides must have the same dimension, and those dimensions can be treated as algebraic quantities. This technique of dimensional analysis can be used to

Example: double-check your algebra

If you make an algebra mistake, there is a good chance the dimensions got messed up. An occasional check of dimensional consistency is a good way to catch errors early.

Observe Alice’s solution to a certain dynamics problem. At some point she obtains an equation for acceleration:

\[ a = g (\sin \theta - \mu \cos \theta). \]

Since she knows that \(\mu\) is a dimensionless quantity, a quick check shows that her acceleration equation is dimensionally correct. The right-hand side is proportional to \(g\), the free-fall acceleration.

Also, her velocity at the end of the problem is

\[ v = \sqrt{ 2 gh \left( 1 - \frac{\mu}{\tan \theta} \right) } \]

The part in parentheses is dimensionless. So checking the dimension of the rest:

\[ \left[ \sqrt{ 2 gh } \right] = \sqrt{ [ gh ] } = \sqrt{ \frac{L}{T^2} \cdot L } = \sqrt{ \frac{L^2}{T^2} } = \frac{L}{T} \]

These are dimensions of velocity, which is what we needed.

Dimensional consistency is not a guarantee that the equation is correct, but it increases one’s confidence significantly.

Example: deduce the Physics


Last modified: February, 2026