Scientific notation is how physicists write Avogadro's number — 6.022 \times 10^{23} molecules in a mole — and how engineers write the feature size of a 5 nm chip transistor — 5 \times 10^{-9} metres. Both numbers are impossible to read as raw decimal strings. One has twenty-three zeros trailing a 6022; the other has eight zeros leading a 5. Nobody who works with such quantities actually writes them out digit by digit. Instead, you write a normal-sized mantissa (a number between 1 and 10) times a power of 10, and the exponent tells you where the decimal point sits. Slide the exponent, and the number reshapes — the same mathematical quantity wearing different clothes.

This widget lets you slide. Type a mantissa, drag the exponent slider from -24 to +24, and watch the expanded decimal form expand and contract in real time. Press a preset button to jump to a famous physical constant. The page below uses that experience to show why scientific notation exists, how multiplying in scientific notation is secretly the product rule of exponents, and how the SI prefixes (milli, micro, nano, kilo, mega, giga) are memorable names for common exponent values.

The widget

6.022 × 10²³ = 602,200,000,000,000,000,000,000

The big blue line shows the scientific form. Below it, the same number is written out as an expanded decimal — with all its zeros either trailing (for positive exponents) or leading (for negative ones). The red dot on the exponent axis marks where you are on the 10^{-24}-to-10^{24} spectrum, and a short label names the magnitude regime: nano, kilo, peta, and so on. Every time you change the exponent by 1, the decimal point slides by exactly one digit. That single fact is what scientific notation is built on.

Try these

Press the preset buttons one by one and see how the expanded form changes. Then experiment with your own mantissas.

Exponents 23, -34, -31, 8, -11, and 12 — six magnitudes spanning fifty-seven orders — all fit on a single slider and all use the same representation.

Why scientific notation exists

Writing 602{,}200{,}000{,}000{,}000{,}000{,}000{,}000 by hand is an invitation to an error. Count the zeros. Count them again. Did you get the same number twice? A missing zero in Avogadro's number turns your answer into one-tenth of what it should be; a stray zero turns it into ten times too much.

Scientific notation solves this by separating the significant digits (the mantissa: 6.022) from the magnitude (the exponent: 23). A mistake of a factor of ten is a mistake in the exponent — instantly visible as a changed digit, not a mis-counted zero buried in a row of identical characters. A mistake in the fourth significant digit is a mistake in the mantissa — also instantly visible, because the mantissa has only four digits to read.

The two operations are exponent operations

Multiplying two numbers in scientific notation is the product rule of exponents, applied with base 10.

(3 \times 10^8) \times (2 \times 10^3) = (3 \times 2) \times (10^8 \times 10^3) = 6 \times 10^{11}

Multiply the mantissas; add the exponents. Dividing works the same way, with subtraction in place of addition:

\frac{8 \times 10^{15}}{2 \times 10^4} = \frac{8}{2} \times 10^{15 - 4} = 4 \times 10^{11}

If this procedure looks familiar, it is because it is exactly the product rule 10^m \cdot 10^n = 10^{m+n} and the quotient rule \tfrac{10^m}{10^n} = 10^{m-n} — the same rules from laws-of-exponents-algebra, with the base specialised to 10. Scientific notation is not a separate subject. It is the exponent laws, dressed for the working physicist.

Normalising the mantissa

There is one convention that scientific notation insists on: the mantissa must satisfy 1 \le |\text{mantissa}| < 10. That is, it is a number with exactly one non-zero digit to the left of the decimal point. If a calculation spits out something like 45 \times 10^5, you are expected to rewrite it as 4.5 \times 10^6 — slide the decimal point one place left, and pay for that by adding one to the exponent.

45 \times 10^5 = 4.5 \times 10 \times 10^5 = 4.5 \times 10^6

This is the product rule again, used in reverse: the 10 that you pulled out of 45 combines with 10^5 to make 10^6. The total number has not changed — only its written form. The same move in the other direction handles results like 0.27 \times 10^{-3}: rewrite as 2.7 \times 10^{-4}.

The SI prefixes are exponent shortcuts

When physicists got tired of writing 10^{-9} metre and 10^6 watt over and over, they gave the common exponents names. The prefix system is nothing more than a dictionary of exponents that occur often.

Prefix Symbol Exponent
tera- T 10^{12}
giga- G 10^{9}
mega- M 10^{6}
kilo- k 10^{3}
milli- m 10^{-3}
micro- \mu 10^{-6}
nano- n 10^{-9}
pico- p 10^{-12}

"Nanometre" is just "10^{-9} metre". "Gigahertz" is "10^9 hertz". A "kilometre" is "10^3 metres". Learning these pairs is learning where the decimal point sits for the magnitudes you will actually meet — the size of a molecule, the clock speed of a smartphone, the distance from Mumbai to Delhi. Once the names are internalised, you never again have to count zeros for anything between 10^{-12} and 10^{12}.

A real-world sanity check

Order-of-magnitude estimation is the physicist's first line of defence against a wrong answer. The question how many cups of water are on Earth's surface? sounds impossible to attack. But in scientific notation it is a two-line calculation.

Earth's oceans hold roughly 1.4 \times 10^{21} litres of water. One litre is about 5 cups. So

(1.4 \times 10^{21}) \times 5 = 7 \times 10^{21} \text{ cups.}

Seven sextillion cups of water. Nobody cares whether the answer is 6.2 \times 10^{21} or 7.5 \times 10^{21} — the exponent is what matters, and the exponent is right because we added 21 and 0 and got 21. Tea-making arithmetic meets planetary arithmetic using the same product rule. If your answer had come out as 7 \times 10^{15}, a quick sanity check would flag the exponent as wrong by six, and you would go find your mistake instead of accepting a number that is a million times too small.

Estimation problems — grains of rice in a cubic metre, seconds in a human life, stars in a galaxy — become a few exponents to add and one mantissa to round.

Closing

Scientific notation is not notation. It is the exponent rules of base 10 made visible, with the decimal point's location standing in for the exponent. Every time you slide the widget above, you are not converting between forms — you are watching the same number being re-described by a different choice of mantissa-and-exponent pair. The product rule says that choice is free: multiplying the mantissa by 10 and subtracting one from the exponent leaves the value untouched. The parent article laws-of-exponents-algebra lays out the full set of six exponent laws. This widget specialises the product and quotient rules to base 10 and puts them at the service of real physical quantities.