Units & Dimensional Analysis
A number without a unit is just a guess — here's how physicists make measurements bulletproof.
The Number Alone Means Nothing
Say someone tells you "the distance is 90." Ninety what — meters? Miles? Light-years? Until you attach a unit, the number is meaningless. Physics takes this seriously: NASA's Mars Climate Orbiter was lost in 1999 partly because one team's software delivered thrust data in pound-seconds while the navigation team assumed newton-seconds — a unit mismatch sent a very expensive spacecraft into the Martian atmosphere instead of a stable orbit. Units aren't decoration on a measurement. They're part of its meaning.
Good news: once you're comfortable with the small set of SI base units, the prefixes that scale them, and a simple trick called dimensional analysis, you can convert between almost any units and sanity-check almost any formula — often before plugging in a single number.
The International System (SI) defines just seven base units. Every other unit in physics — speed, force, energy, pressure — is some combination of these seven, multiplied or divided together.
- Length — meter (m)
- Mass — kilogram (kg)
- Time — second (s)
- Electric current — ampere (A)
- Temperature — kelvin (K)
- Amount of substance — mole (mol)
- Luminous intensity — candela (cd)
A speed is meters per second (m/s). A force is kilograms times meters per second squared (kg·m/s²) — a combination we just give a shorter name, "newton," for convenience. Learn the seven, and you can reconstruct almost any derived unit from scratch.
Prefixes: The Same Unit, Just Scaled
Rather than invent a brand-new unit every time a quantity gets very large or very small, SI multiplies the base unit by a power of ten and gives that power a prefix. A kilometer is 1000 meters; a millimeter is 1/1000 of a meter. Learn a handful of these and you can read almost any measurement in physics, chemistry, or engineering.
- giga- (G) = ×10⁹
- mega- (M) = ×10⁶
- kilo- (k) = ×10³
- centi- (c) = ×10⁻²
- milli- (m) = ×10⁻³
- micro- (µ) = ×10⁻⁶
- nano- (n) = ×10⁻⁹
Converting between prefixes is just moving a decimal point. Converting between entirely different unit systems — like kilometers per hour to meters per second — takes one more idea: the conversion factor.
Dimensional Analysis: A Free Error-Checker
Here's the trick that makes units genuinely powerful, not just bookkeeping. Before you trust an equation — one you derived, half-remembered, or found in a textbook — you can check whether the dimensions on both sides match. If they don't, the equation is definitely wrong. If they do match, the equation is at least dimensionally plausible (it could still be off by a pure number like 2 or π, but the underlying physics is structurally sound).
This works because you can only add, subtract, or set equal quantities that share the same dimension. You can add two lengths together. You cannot add a length to a time and get anything with a physical meaning.
- Write the speed as a fraction so the units are explicit: \(90\ \dfrac{\text{km}}{\text{h}}\).
- Multiply by conversion factors that each equal 1, arranged so the unwanted units cancel: \(90\ \dfrac{\text{km}}{\text{h}} \times \dfrac{1000\ \text{m}}{1\ \text{km}} \times \dfrac{1\ \text{h}}{3600\ \text{s}}\).
- Cancel km with km, and h with h, leaving only meters and seconds: \(\dfrac{90 \times 1000}{3600}\ \dfrac{\text{m}}{\text{s}}\).
- Compute the number: \(90 \times 1000 = 90{,}000\), and \(90{,}000 \div 3600 = 25\).
- Find the dimension of the quantity inside the square root: \(\left[\dfrac{L}{g}\right] = \dfrac{L}{L/T^{2}}\).
- Simplify by multiplying by the reciprocal: \(\dfrac{L}{L/T^{2}} = L \times \dfrac{T^{2}}{L} = T^{2}\).
- Take the square root, since the formula applies a square root to this quantity: \(\sqrt{T^{2}} = T\).
- The factor \(2\pi\) is dimensionless (a pure ratio), so it doesn't change the dimension. The right-hand side reduces to a single power of time, \(T\), matching the left-hand side.
Matching dimensions is a necessary condition, not a certainty. The check can't catch a mistaken pure number — an equation with a stray factor of 2, or \(\pi\) instead of \(2\pi\), passes just as easily as the correct one, because pure numbers carry no dimension at all.
The other classic trap is adding quantities that look similar but aren't — mixing up a radius with a diameter, say, or adding a velocity to an acceleration. These mistakes can "look" fine at a glance, so the real danger is skipping the dimension check because a formula feels familiar. Get in the habit of checking anyway, especially the first time you use a new formula.
Check your understanding
- A measurement is a number and a unit together — dropping the unit strips it of meaning, and in real engineering that has caused very expensive mistakes.
- Every unit in SI can be built from just seven base units: meter, kilogram, second, ampere, kelvin, mole, and candela.
- Converting between units is just multiplying by cleverly chosen forms of 1; converting between prefixes is just moving a decimal point.
- Dimensional analysis lets you check whether an equation's units match on both sides — a fast, free way to catch mistakes before you ever calculate a number.