JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Reasoning About Size: Scientific Notation, Orders of Magnitude, and Dimensional Analysis

Physics spans from the atom to the galaxy. Learn to write any number compactly, to estimate answers to within a factor of ten before you calculate, and to catch errors by checking the dimensions of an equation.

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.

c \approx 3.00\times10^{8}\ \mathrm{m\,s^{-1}}, \qquad d_{\text{atom}} \approx 1\times10^{-10}\ \mathrm{m}

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.

(a\times10^{m})\,(b\times10^{n}) = (ab)\times10^{\,m+n}

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.

  1. Guess breaths per minute at rest: about 15.
  2. Scale to a day: 15 \times 60 \times 24 \approx 2\times10^{4} breaths.
  3. Scale to a year: 2\times10^{4} \times 365 \approx 7\times10^{6}, round to 10^{7}.
  4. 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.

[v] = \mathsf{L}\,\mathsf{T}^{-1}, \quad [a] = \mathsf{L}\,\mathsf{T}^{-2}, \quad [F] = [m][a] = \mathsf{M}\,\mathsf{L}\,\mathsf{T}^{-2}

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.

T \propto m^{a}L^{b}g^{c} \ \Rightarrow\ \mathsf{T} = \mathsf{M}^{a}\,\mathsf{L}^{b}\,(\mathsf{L}\,\mathsf{T}^{-2})^{c}

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.

T \propto \sqrt{\dfrac{L}{g}} \qquad \left(\text{exact result: } T = 2\pi\sqrt{L/g}\right)

Dimensions fix the shape of the law — but not the pure number 2π.