Scientific notation: taming the very big and very small
Physics routinely meets numbers no one wants to write out with all their zeros. The speed of light is about 300,000,000 m/s; a single atom is about 0.0000000001 m across. Scientific notation rewrites every such number as a value between 1 and 10 multiplied by a power of ten.
The exponent counts the places you shift the decimal point: positive for large, negative for small.
The exponent is more than tidiness — it makes arithmetic effortless. To multiply two numbers in scientific notation, multiply the front parts and add the exponents.
Multiply the mantissas, add the exponents.
Orders of magnitude and Fermi estimation
The power of ten by itself is the order of magnitude — the rough size class of a quantity. Comparing orders of magnitude tells you at a glance that a person is about 10⁰ m tall, a cell about 10⁻⁵ m, and the Earth about 10⁷ m across, without fussing over the leading digits.
Enrico Fermi was famous for estimating seemingly impossible quantities to within a factor of ten using nothing but common sense and a chain of rough guesses. The art of Fermi estimation is to break an unanswerable question into pieces you can each guess.
- Guess breaths per minute at rest: about 15.
- Scale to a day: 15 \times 60 \times 24 \approx 2\times10^{4} breaths.
- Scale to a year: 2\times10^{4} \times 365 \approx 7\times10^{6}, round to 10^{7}.
- Over an ~80-year life: 10^{7}\times80 \approx 8\times10^{8} — of order 10^{9}, roughly a billion breaths.
Dimensional analysis: units as a truth-checker
Behind the units lies something deeper: the dimensions of a quantity — its underlying type, built from length [L], mass [M], and time [T]. A speed has dimensions of length over time whether you measure it in m/s or miles per hour. This is the basis of dimensional analysis.
Dimensions of velocity, acceleration, and force in terms of L, M, T.
The golden rule: every term you add or set equal must have the same dimensions. You cannot add a length to a time any more than you can add apples to hours. Take the kinematics equation v = v_0 + at. Both v and v_0 have dimension [L][T]⁻¹, and the term at has [L][T]⁻² × [T] = [L][T]⁻¹. All three match, so the equation is dimensionally consistent.
Deriving a formula from dimensions alone
Dimensional analysis can even guess the form of a law. Suppose a simple pendulum's period T can depend on its length L, its mass m, and gravity g. Demand that the combination come out with the pure dimension of time.
Match the powers of M, L, and T on both sides.
Matching powers forces the answer. Mass appears on the left with power zero, so a = 0 — the period cannot depend on the mass. Time gives $1 = -2c$, so c = -\tfrac12. Length gives $0 = b + c$, so b = \tfrac12. Hence the period must go as the square root of length over gravity.
Dimensions fix the shape of the law — but not the pure number 2π.