Scientific notation is not a new number — it is a new writing position for the decimal point. 6.02 \times 10^{23}, 2.998 \times 10^{8}, 9.11 \times 10^{-31} all live on the same real number line as the boring version. The thing that changes is where the decimal point sits relative to the digits. Drag it, and you can feel the exponent swing up or down to keep the number the same.

The rule, in one line

Moving the decimal point k places to the left multiplies your exponent by 10^k. Moving it k places to the right multiplies by 10^{-k}. Why: shifting the decimal one place left divides the coefficient by 10, so to keep the product equal you have to multiply the power of ten by 10 — that is, add 1 to the exponent.

So you have a budget. Start with a number, say 602{,}000{,}000{,}000{,}000{,}000{,}000{,}000. Place the decimal anywhere in the digit string. The exponent must compensate. If the decimal sits right after 6, you have written 6.02 \times 10^{23}. If it sits after 60, you have written 60.2 \times 10^{22}. Both are the same number. Only the first is standard scientific notation, because its coefficient lies in [1, 10).

Drag the decimal

The figure below shows the digit string 293{,}150{,}000 — roughly the population of Uttar Pradesh. Drag the blue marker left or right; the displayed value and the exponent adjust live so that the product is always the same fixed number. Standard form is highlighted.

Slider placing the decimal point in a nine-digit numberInteractive number line from zero to eight representing positions between digits of the number two nine three one five zero zero zero zero. A draggable marker slides left and right, showing the coefficient and matching exponent so that the product always equals two hundred ninety three million one hundred fifty thousand.29315000↔ drag the decimal
Drag the blue dot across the digit string. The coefficient and the exponent update together. Standard scientific form ($1 \leq \text{coefficient} < 10$) happens when the decimal sits just after the first digit — here, after the $2$, giving $2.9315 \times 10^{8}$.

Reading the slider

The number 293{,}150{,}000 has 9 digits. If you put the decimal k places from the left (counting k = 1 as just after the first digit), the coefficient is the digit string split at that point — a number between 1 and 10^{9} depending on k. The exponent is 9 - k, chosen exactly to make the product equal to the original. Some landings:

decimal at position k coefficient exponent written
1 2.9315 8 2.9315 \times 10^{8} (standard form)
2 29.315 7 29.315 \times 10^{7}
4 2931.5 5 2931.5 \times 10^{5}
9 293150000 0 293{,}150{,}000

Every row is the same number, 293{,}150{,}000. The only thing changing is where you drew the decimal and which exponent pays for that choice.

Tiny numbers: the exponent goes negative

The same idea works for numbers smaller than 1. The mass of an electron is about 0.000\,000\,000\,000\,000\,000\,000\,000\,000\,000\,911 kilograms. Move the decimal right past 31 zeros to land after the 9, and the coefficient becomes 9.11. Every place you moved right forces the exponent to go down by 1, finishing at -31:

0.000\dots 911 \;=\; 9.11 \times 10^{-31} \text{ kg}.

Why negative exponents? Because 10^{-31} is \tfrac{1}{10^{31}}, and multiplying 9.11 by that undoes the rightward shifts exactly.

Why standard form has a coefficient in [1, 10)

Any of the rows in the table above is correct scientific notation. Only the top row is standard form. The convention has a reason: standard form gives each real number a unique scientific representation, which makes comparing orders of magnitude easy.

At a glance, because all three coefficients are in [1, 10), you can read off the order-of-magnitude gap from the exponents alone: UP is one decimal order smaller than India, which is the same order as the world. If you had written UP as 29 \times 10^{7} and India as 0.14 \times 10^{10}, you could still compute the ratio, but it would take work.

Multiplying in scientific notation

Kepler problem: the Earth-Sun distance is about 1.5 \times 10^{11} m, and the speed of light is 3.0 \times 10^{8} m/s. How long does light take to reach us from the Sun?

t \;=\; \dfrac{d}{c} \;=\; \dfrac{1.5 \times 10^{11}}{3.0 \times 10^{8}} \;=\; \dfrac{1.5}{3.0} \times 10^{11 - 8} \;=\; 0.5 \times 10^{3} \;=\; 5 \times 10^{2} \text{ s}.

Why: divide coefficients and subtract exponents. The final step converts 0.5 \times 10^{3} to standard form 5 \times 10^{2} — moving the decimal one place right subtracts 1 from the exponent.

So 500 seconds — about 8 minutes 20 seconds. That is the answer every physics textbook quotes, and you got there by dragging one decimal point and balancing the books on the exponent.

Standard form in three steps

  1. Write the number. Identify the first non-zero digit.
  2. Place the decimal just after that digit. Count how many places you moved it.
  3. The exponent is the number of places, positive if you moved left (big number), negative if you moved right (small number).

Every scientific calculator on a Board exam question does exactly this silently. Doing it on paper is the same thing, slowed down to a human speed.

This satellite sits inside Number Systems.