Standard form
| English | Chinese | Pinyin |
|---|---|---|
| standard form | 科学记数法 | kē xué jì shù fǎ |
| integer | 整数 | zhěng shù |
| orders of magnitude | 数量级 | shù liàng jí |
From atoms to galaxies
- The width of a hydrogen atom is about $0.000\,000\,000\,106$ metres.
- The distance to the nearest star is about $40\,000\,000\,000\,000\,000$ metres.
- Writing numbers like that is painful — and error-prone. Standard form 科学记数法 fixes both problems.
Standard form route
Follow a large or small number into a x 10^n form.
The format $A \times 10^n$
- Standard form writes any number as $A \times 10^n$, where:
- $1 \leq A < 10$ (the "front number" has exactly one digit before the decimal point),
- $n$ is an integer 整数 (positive for big numbers, negative for small ones).

Each tick is ten times bigger than the last. Standard form tells you which tick a number sits near.
In standard form, the front number A must satisfy 1 ≤ A < 10.
By definition, A is between 1 (inclusive) and 10 (exclusive) — exactly one digit before the decimal point.
Converting big and small numbers
- Big numbers: count how many places the decimal moves left → positive power.
- $4\,500\,000 = 4.5 \times 10^6$ (point moves 6 places left).
- Small numbers (less than 1): count how many places the decimal moves right → negative power.
- $0.000\,72 = 7.2 \times 10^{-4}$ (point moves 4 places right).
Quick method. Write the first non-zero digit, then a decimal point, then the remaining significant digits. Count the places you moved: that's $n$.

A galaxy: huge distances are written compactly in standard form
Write 4 500 000 as A × 10ⁿ. What is the power n?
4 500 000 = 4.5 × 10⁶, so n = 6.
Write 0.00072 in standard form A × 10ⁿ. What is n?
0.00072 = 7.2 × 10⁻⁴, so n = −4.
Calculating in standard form
- Multiply: multiply the fronts, add the powers.
- $(3 \times 10^5) \times (2 \times 10^{-2}) = 6 \times 10^3$.
- Divide: divide the fronts, subtract the powers.
- $(8 \times 10^7) \div (4 \times 10^3) = 2 \times 10^4$.
Adjust if needed. After multiplying, the front number might be $\geq 10$. Adjust: $15 \times 10^3 = 1.5 \times 10^4$.
(3 × 10⁵) × (2 × 10⁻²) = A × 10³. What is A?
3 × 2 = 6 and 10⁵ × 10⁻² = 10³, so the answer is 6 × 10³.
(8 × 10⁷) ÷ (4 × 10³) = A × 10ⁿ. What is n?
8 ÷ 4 = 2 and 10⁷ ÷ 10³ = 10⁴, so n = 4.
Which is 5 × 10³ × 3 × 10² in correct standard form?
5 × 3 = 15 and 10³ × 10² = 10⁵, giving 15 × 10⁵. Adjust: 1.5 × 10⁶.
Why scientists love standard form
- The speed of light: $3.0 \times 10^8$ m/s — three hundred million metres every second.
- A DNA helix width: $2.0 \times 10^{-9}$ m — two billionths of a metre.
- Standard form makes it easy to compare orders of magnitude 数量级: the speed of light is $10^{17}$ times wider than a DNA helix.
You've got it
- standard form $= A \times 10^n$ with $1 \leq A < 10$
- big numbers → positive $n$; small numbers $(< 1)$ → negative $n$
- multiply: fronts $\times$, powers $+$; divide: fronts $\div$, powers $-$
- $4\,500\,000 = 4.5 \times 10^6$; $\;0.000\,72 = 7.2 \times 10^{-4}$