Chapter 4.3 — Exercise 4.2 — Standard Form
Expressing numbers in standard form using exponents. This is Lesson 3 of 3 in Chapter 4: Exponents and Powers.
What Standard Form Is
Exercise 4.2 puts the negative-exponent idea from earlier in this chapter to practical use: writing very large or very small numbers compactly as standard form (also called scientific notation). Every number in standard form looks like a × 10ⁿ, where a is a value between 1 and 10 (1 ≤ a < 10) and n is a whole number, positive or negative.
Converting a Number to Standard Form
The method is the same whether the number is very large or very small: move the decimal point until exactly one non-zero digit sits to its left, and count how many places it moved — that count becomes the exponent on 10.
Moving the decimal left → positive exponent | Moving the decimal right → negative exponent- 0.000000000947 — the decimal moves 10 places right to reach 9.47, so this is 9.47 × 10⁻¹⁰.
- 543,000,000,000 — the decimal moves 11 places left to reach 5.43, so this is 5.43 × 10¹¹.
- 48,300,000 — 7 places left to reach 4.83, giving 4.83 × 10⁷.
- 0.00009298 — 5 places right to reach 9.298, giving 9.298 × 10⁻⁵.
- 0.0000529 — 5 places right to reach 5.29, giving 5.29 × 10⁻⁵.
Converting Back to Usual Form
Going the other direction just reverses the process: move the decimal point the number of places the exponent indicates, in the opposite direction.
- 4.37 × 10⁵ → move the decimal 5 places right → 437,000.
- 5.8 × 10⁷ → move 7 places right → 58,000,000.
- 32.5 × 10⁻⁴ → move 4 places left → 0.00325 (note the starting value, 32.5, isn't between 1 and 10 — the number is still valid math, just not in the strict standard form itself, until 32.5 is rewritten as 3.25 × 10¹ and combined: 3.25 × 10⁻³).
- 3789 × 10⁻⁵ → move 5 places left → 0.03789.
- 24.36 × 10⁻³ → move 3 places left → 0.02436.
Standard Form in Real Measurements
This exercise's real strength shows up once actual measurements are involved — numbers where counting zeros by hand is genuinely error-prone:
- The size of a bacterium, 0.0000004 m, becomes 4 × 10⁻⁷ m.
- A red blood cell, 0.000007 mm, becomes 7 × 10⁻⁶ mm.
- The speed of light, 300,000,000 m/sec, becomes 3 × 10⁸ m/sec.
- The distance between the Moon and Earth, approximately 384,467,000 m, becomes 3.84467 × 10⁸ m.
- The charge of an electron, 0.00000000000000000016 coulombs, becomes 1.6 × 10⁻¹⁹ coulombs.
- The thickness of a sheet of paper, 0.0016 cm, becomes 1.6 × 10⁻³ cm.
- The diameter of a wire on a computer chip, 0.000005 cm, becomes 5 × 10⁻⁶ cm.
Every one of these values is genuinely awkward to read, compare, or calculate with in its original form — standard form is what makes them usable.
A Worked Word Problem
A pack contains 5 books, each 20 mm thick, and 5 sheets of paper, each 0.016 mm thick. Total thickness = (5 × 20) + (5 × 0.016) = 100 + 0.08 = 100.08 mm, which in standard form is 1.0008 × 10² mm. Notice the two thicknesses here differ by four orders of magnitude — exactly the kind of situation where standard form keeps both quantities easy to work with side by side, rather than one dwarfing the other on the page.
Spotting Someone Else's Mistakes — Five Common Errors
A genuinely useful way to test whether the laws of exponents are properly understood is to check somebody else's simplification rather than produce your own. Each of the following looks superficially plausible but breaks a specific rule:
- x⁻³ × x⁻² = x⁻⁶? No — the product law adds exponents: x⁻³⁺⁽⁻²⁾ = x⁻⁵. Multiplying the exponents instead of adding them is the error here.
- x³/x² = x⁴? No — the quotient law subtracts exponents: x³⁻² = x¹ = x. Adding instead of subtracting produces the wrong sign on the result.
- (x²)³ = x⁸? No — power of a power multiplies exponents: x²ˣ³ = x⁶. Treating "2 to the power 3" as a separate calculation (2³ = 8) rather than "2 times 3" is the mistake.
- x⁻² = x? No — a negative exponent means a reciprocal, not a sign change on the base: x⁻² = 1/x². Dropping the reciprocal entirely loses the actual meaning of the negative sign.
- 3x⁻¹ = 1/(3x)? No — only x is affected by the exponent, not the coefficient 3: 3x⁻¹ = 3 × (1/x) = 3/x. Pulling the coefficient inside the reciprocal changes the value of the expression entirely.
Each of these five errors comes from applying a law to the wrong part of the expression, or applying the wrong operation (multiplying instead of adding, or vice versa) — exactly the kind of slip that's much easier to catch in someone else's work than in your own, which is why deliberately checking flawed examples like these is worth doing.
Why the Exponent Equals the Number of Decimal Shifts, Exactly
It's worth being clear about why counting decimal shifts gives the correct exponent, rather than just trusting it as a shortcut. Writing 48,300,000 as 4.83 × 10⁷ is really saying "4.83, then multiply by 10 seven times" — and multiplying by 10 seven times is exactly what shifts a decimal point seven places to the right, turning 4.83 back into 48,300,000. The decimal-shifting method isn't a separate trick from the definition of standard form; it's simply running the multiplication by powers of 10 visually, one shift per factor of 10, instead of computing it numerically.
Comparing Numbers Is Easier in Standard Form
Beyond compactness, standard form makes comparing very different quantities almost immediate. Looking at the exponents alone in the worked pack-thickness problem — a book's 20 mm thickness versus a paper sheet's 0.016 mm — tells you at a glance that books are roughly a thousand times thicker than sheets of paper, without needing to divide the original numbers to find that out. Whenever two measurements are given in standard form, comparing their exponents first is a fast way to judge their relative size before comparing the decimal parts at all.
Where a Decimal Shift Goes Sideways
- Leaving more than one digit before the decimal point. Standard form requires exactly one non-zero digit before the decimal — 32.5 × 10⁻⁴ is a valid number but not yet in standard form until it becomes 3.25 × 10⁻³.
- Miscounting decimal places. Count zeros carefully, especially in numbers with many of them — an off-by-one error here changes the exponent, and therefore the entire magnitude of the answer.
- Confusing the direction of the shift. Converting a small decimal to standard form moves the decimal right (giving a negative exponent); converting a large whole number moves it left (giving a positive exponent) — mixing these up flips the sign of the answer.
The Practical Payoff of the Laws of Exponents
Standard form is the practical payoff of everything built in Exercise 4.1 — without the laws of exponents, converting between ordinary and scientific notation would need to be done from scratch each time rather than as a routine, mechanical process. The same notation is used throughout Real Numbers in Class 9 and in scientific contexts across physics and chemistry wherever measurements span many orders of magnitude.