Physics
High Schoolmechanics

Units, Physical Quantities, and Dimensional Analysis

A $327 million spacecraft was lost because one team used pounds and another used newtons — the story of why 'boring' units are actually one of the sharpest tools a physicist owns.

On September 23, 1999, a spacecraft called the Mars Climate Orbiter fired its engine to slip into orbit around Mars, and then it was simply gone. NASA had spent $327 million building it. The investigation that followed didn't find a flaw in the physics, or a bug in the rocket engine, or a miscalculated orbit in the usual sense. It found something almost embarrassing: one team of engineers had written their software to output thrust data in pound-force-seconds, a unit from the old imperial system. Another team's software read that number in and treated it as if it were newton-seconds, the metric unit for the same kind of quantity. Nobody caught the mismatch. The spacecraft's trajectory was nudged, quietly and consistently, by a factor of about 4.45 — the conversion factor between the two units that nobody applied — until it dipped far too close to the Martian atmosphere and was destroyed.

That story is worth sitting with, because it's easy to treat "units" as the most tedious part of a physics course — the part where you get docked half a point for forgetting to write "m/s" next to a number. The Mars Climate Orbiter shows the opposite. A number without its unit isn't a physical quantity at all; it's just a number, floating free of any claim about the world, and two teams can silently disagree about what it means while agreeing completely about the digits. Getting units right isn't bookkeeping bolted onto physics. It's part of what it means for an equation to say anything true.

The base units: what everything else is built from

Physics needs to measure a handful of fundamentally different kinds of thing — how much space, how much time, how much stuff — and it turns out that once you fix a standard for a small set of these, every other physical quantity you'll ever need can be built out of them by multiplication and division. The International System of Units (SI) settles on seven base units; three will carry almost the entire weight of this track:

(The other four — ampere for current, kelvin for temperature, mole for amount of substance, candela for luminous intensity — will matter later, and current gets its own treatment in this track soon.) Every other unit you'll meet is a combination of these. Speed is meters per second, m/s. Acceleration is meters per second per second, m/s². Force, as Newton's laws will show, works out to kg·m/s², a combination so common it gets its own name, the newton (N). Nothing mysterious is happening when a unit gets a special name — a newton is a kg·m/s², the same way a dozen is twelve; the name is a convenience, not a new ingredient.

This gives every physical quantity a dimension — the specific combination of length (LL), time (TT), and mass (MM) it's built from, independent of which actual units (meters versus feet, seconds versus hours) you happen to be using. Velocity has dimension L/TL/T whether you measure it in m/s or miles per hour; the dimension is a statement about the kind of quantity it is, and the unit is a choice of ruler for measuring it. That distinction is exactly what the Mars Climate Orbiter's two teams got right and wrong at the same time: both teams agreed the quantity in question had dimensions of force — mass times length over time squared — and disagreed, fatally, about which unit to report it in.

Dimensional analysis: a truth serum for equations

Here's what makes tracking dimensions worth the trouble beyond just correctness: it hands you a fast, purely mechanical way to check whether an equation could possibly be right, before you even get to whether it actually is. The rule is simple to state:

Every term added or subtracted in a physical equation must carry the same dimensions. And the two sides of an equals sign must carry the same dimensions.

You cannot add a length to a time any more than you can add three apples to five hours and get a sensible answer — the operation doesn't even parse. So if you ever derive an equation and find yourself with, say, x=v+12at2x = v + \frac{1}{2}at^2 (dimensions of L/TL/T added to LL), you don't need to hunt for the arithmetic mistake by rechecking every line — you already know, instantly, that something is wrong, because the dimensions on the two added terms don't match. This won't catch every error (a stray factor of 2, or a sinθ\sin\theta that should have been cosθ\cos\theta, is dimensionless and sails right through), but it catches an enormous and embarrassingly common class of mistakes for almost no effort. Treat it as a habit: after deriving any equation, check the dimensions on both sides before trusting the algebra.

The same idea, run in reverse, becomes something much more powerful than error-checking — a way to guess the shape of an unknown physical law using nothing but a list of what it could plausibly depend on. That's the real content of this topic, and it deserves a full worked example rather than a quick mention.

Order-of-magnitude estimation

A close cousin of dimensional analysis is the art of the order-of-magnitude estimate: getting an answer's power of ten right — is it 1, or 100, or 10,000? — without pretending to know its exact digits. Physicists sometimes call this a "Fermi estimate," after Enrico Fermi's famous habit of estimating wildly unfamiliar quantities (how many piano tuners are there in Chicago?) by breaking them into a chain of individually plausible guesses and multiplying them together. The errors in each individual guess tend to partially cancel rather than compound, and the result lands surprisingly close to the truth far more often than it has any right to. The skill matters here for a practical reason: once you've derived an equation and checked its dimensions, a quick order-of-magnitude estimate is often the fastest possible sanity check on the final number — if a calculation for a ball's fall time spits out 4,0004{,}000 seconds, you don't need to recheck the algebra to know something went wrong; that's over an hour for something you can watch hit the ground in a couple of seconds.

Two panels. Left: a balance scale with L over T on one side and V, a symbol for velocity, on the other, illustrating that a valid equation's dimensions must balance like weights. Right: a pendulum with length L labeled, swinging beneath a small arrow labeled g for gravitational acceleration, next to the derived relation T equals a constant times the square root of L over g.

Left: dimensions must balance across an equals sign exactly the way weights balance on a scale. Right: dimensional analysis alone — no force law, no calculus — pins down the shape of the pendulum's period.

Worked example

A small mass mm swings on a pendulum of length LL near a planet with gravitational acceleration gg. Using only dimensional analysis, find how the period TT of the swing depends on mm, LL, and gg — up to an unknown dimensionless constant. (click to reveal the solution)

Setting up: we don't yet have the tools (that's Newton's laws and, later, the full swing equation) to derive the pendulum's motion from a force law. But we can still ask a more modest question: given that the period TT presumably depends on some combination of mm, LL, and gg — the only three quantities in the problem — what combination is even dimensionally possible? Propose the most general product form:

T=CmaLbgc,T = C\, m^a L^b g^c,

where CC is some dimensionless number (no units at all) that dimensional analysis alone can never pin down, and aa, bb, cc are exponents to be determined.

Writing down the dimensions of every quantity involved. Period has dimension of time: [T]=T1[T] = T^1. Mass: [m]=M1[m] = M^1. Length: [L]=L1[L] = L^1. Gravitational acceleration is a length per time squared (it's an acceleration, same dimension as any other): [g]=LT2[g] = LT^{-2}.

Substituting into the proposed formula and collecting dimensions on the right-hand side:

[T]=[m]a[L]b[g]c=MaLb(LT2)c=MaLb+cT2c.[T] = [m]^a[L]^b[g]^c = M^a\, L^b\, (LT^{-2})^c = M^a\, L^{\,b+c}\, T^{-2c}.

Matching exponents on both sides, one dimension at a time, since MM, LL, and TT are independent — a power of MM can never be produced by any combination of LL's and TT's, so each dimension's exponent must match separately.

Left side is T1M0L0T^1 M^0 L^0. Right side is MaLb+cT2cM^a L^{b+c} T^{-2c}. Matching each:

M:0=aM:\quad 0 = a T:1=2c  c=12T:\quad 1 = -2c \ \Longrightarrow\ c = -\frac{1}{2} L:0=b+c  b=c=12L:\quad 0 = b + c \ \Longrightarrow\ b = -c = \frac{1}{2}

Assembling the result:

T=Cm0L1/2g1/2=CLg.T = C\, m^0 L^{1/2} g^{-1/2} = C\sqrt{\frac{L}{g}}.

Interpreting the result: two things fall out of this, and both are genuinely striking for how little work went into them. First, a=0a=0 — the mass simply cannot appear, at any power, without breaking the dimensional balance, since nothing else in the problem carries a factor of mass to cancel it against. The period of a pendulum cannot depend on how heavy the bob is, a fact you would otherwise have needed real dynamics to discover. Second, the period must scale as L/g\sqrt{L/g} — longer pendulums swing slower, and the same pendulum swings slower on a planet with weaker gravity, both by a square-root relationship, not a linear one.

What dimensional analysis cannot tell you is the constant CC — it could be 11, or 2π2\pi, or anything else dimensionless, and no amount of unit-counting will reveal which. That requires the actual dynamics: setting up F=maF=ma for the pendulum and solving the resulting equation of motion, which is exactly what happens later in this track, in simple harmonic motion. There, the small-angle pendulum equation is solved in full and gives T=2πL/gT = 2\pi\sqrt{L/g} — matching this result exactly, with the mysterious constant revealed to be C=2πC = 2\pi. It's worth appreciating how much was won here for so little cost: a two-line argument about dimensions anticipated the entire functional shape of a result that otherwise takes a real differential equation to derive.

Where this leads

Every quantity this track is about to define — velocity, acceleration, force, energy, charge, field — comes with a dimension, and every equation relating them is a claim that those dimensions balance. Getting comfortable with that bookkeeping now means that, from here on, a wrong-looking equation will often announce itself before you've even finished checking the algebra. The next topic picks up the very quantities this one has been gesturing at in the abstract — position, velocity, and acceleration — and asks the question this track has been building toward since the Mars Climate Orbiter: not just what units they're measured in, but what they actually are. That's kinematic quantities, the true first step into mechanics.