Units & Dimensions

Units & Dimensions

7 min read Updated Mar 26, 2026

A recipe says “add 2 flour.” Two what? Tablespoons? Cups? Bags? The number alone tells you nothing. You need the unit — the thing that says “what kind” and “how much of one.”

Physics is the same. Every measurement is a number plus a unit. Drop the unit and the number means nothing. NASA learned this the hard way in 1999 when the Mars Climate Orbiter burned up in the Martian atmosphere because one team used pounds and another used newtons. A $125 million spacecraft, lost to a unit mix-up.

The MCAT won’t ask you about NASA, but it will test whether you can:

  • Convert between units in a few seconds.
  • Spot answer choices that have the wrong dimensions.
  • Use unit-checking to recover a forgotten formula or catch a math slip.

This is one of those sections where small habits pay off on every other physics problem you’ll ever do.

SI Base Units

The International System of Units (SI) defines seven base units. For the MCAT, you need six:

QuantitySI UnitSymbol
Lengthmeterm
Masskilogramkg
Timeseconds
TemperaturekelvinK
Amount of substancemolemol
Electric currentampereA

Derived Units

Most units you’ll see on the MCAT are built by combining the base units. You don’t need to memorize them all from scratch — recognize the common ones and remember how they’re built:

QuantityUnit NameSymbolIn Base Units
ForcenewtonNkg m/s²
Energy / WorkjouleJkg m²/s²
PowerwattWkg m²/s³ (= J/s)
PressurepascalPakg/(m s²) (= N/m²)
FrequencyhertzHz1/s
Electric chargecoulombCA s
VoltagevoltVkg m²/(A s³) (= J/C)

Metric Prefixes

The MCAT loves throwing prefixes at you — sometimes three different ones in the same passage. You need these in muscle memory:

PrefixSymbolFactorEveryday example
gigaG10910^9GHz (cell phone signal frequency)
megaM10610^6MJ (energy in a candy bar)
kilok10310^3kg, km, kHz
centic10210^{-2}cm (width of your pinky)
millim10310^{-3}mL (drops in an eyedropper), mmHg
microμ10610^{-6}μm (size of a red blood cell)
nanon10910^{-9}nm (wavelength of visible light)
picop101210^{-12}pF (capacitance in a small circuit)

Dimensional Analysis

Dimensional analysis is the single most powerful error-checking tool in physics. The idea: in any valid equation, the units on the left side must match the units on the right side. If they don’t, the equation is wrong. Period.

The method, in three steps:

  1. Write the quantity you’re starting with, including its units.
  2. Multiply by conversion factors arranged so the unwanted units cancel.
  3. Check that only the desired units remain.

Example 1 — speed conversion. Convert 72 km/h to m/s.

72kmh×1000 m1 km×1 h3600 s=72,0003600 m/s=20 m/s72 \,\frac{\text{km}}{\text{h}} \times \frac{1000 \text{ m}}{1 \text{ km}} \times \frac{1 \text{ h}}{3600 \text{ s}} = \frac{72{,}000}{3600} \text{ m/s} = 20 \text{ m/s}

The “km” cancels in step 2, the “h” cancels in step 3, and you’re left with m/s.

Example 2 — using units to catch a wrong answer. A passage asks for the kinetic energy of a 2 kg ball moving at 3 m/s. You scramble and write KE=mvKE = mv, getting 2×3=62 \times 3 = 6 kg·m/s. Pause and check the units: kg·m/s is momentum, not energy. Energy needs an extra factor of velocity. The correct formula is KE=12mv2KE = \tfrac{1}{2}mv^2, giving 12(2)(9)=9\tfrac{1}{2}(2)(9) = 9 J. Dimensional analysis just saved you a wrong answer.

Using Dimensional Analysis to Recover a Formula

If you blank on a formula mid-test, dimensional analysis can often rebuild it.

Suppose you forget the formula for kinetic energy but remember:

  • Energy is in joules: kg·m²/s².
  • The formula must involve mass (kg) and velocity (m/s).

The only way to combine kg and m/s to get kg·m²/s² is mass times velocity squared: mv2mv^2. The factor of 12\tfrac{1}{2} doesn’t come from units (it comes from calculus), so on the MCAT you might still be off by a small constant — but you’ll be in the right ballpark and you’ll pick the right answer choice.

This trick rescues people on test day more often than they admit.

Common MCAT Unit Conversions

Keep these in your mental toolkit — they show up every test:

ConversionValue
1 atm101,325 Pa ≈ 10510^5 Pa
1 atm760 mmHg = 760 torr
1 L10310^{-3} m³ = 1000 cm³
1 eV1.6×10191.6 \times 10^{-19} J
1 calorie4.184 J ≈ 4.2 J
1 Calorie (food)1000 cal = 1 kcal
0 °C273.15 K ≈ 273 K
A student calculates the kinetic energy of a ball and gets an answer in units of kg m/s. Is this correct? If not, what are the correct units and what likely went wrong?
Click to reveal answer
This is incorrect. The units kg·m/s are the units of momentum (p = mv), not energy. Kinetic energy has units of kg·m²/s² (joules). The student likely forgot to square the velocity in KE=12mv2KE = \dfrac{1}{2}mv^2. Dimensional analysis catches this immediately: mass (kg) times velocity (m/s) gives kg·m/s, but mass times velocity squared gives kg·m²/s².
How many nanometers are in 1 micrometer?
Click to reveal answer
1000 nm. 1 μm = 10610^{-6} m. 1 nm = 10910^{-9} m. So 1 μm = 10610^{-6} / 10910^{-9} nm = 10310^3 nm = 1000 nm. Moving from micro to nano is three orders of magnitude.
A car is traveling at 90 km/h. What is its speed in m/s?
Click to reveal answer
25 m/s. Use the shortcut: divide km/h by 3.6. 90/3.6=2590 / 3.6 = 25 m/s. (Long way: 90×1000/3600=90,000/3600=2590 \times 1000 / 3600 = 90{,}000/3600 = 25.)