Power Play — Class 8 Mathematics (Ganita Prakash)
"How do you write a number with 80 zeros after the 1? The trick is not 81 digits — it's just '10⁸⁰'."
1. About the Chapter
'Power Play' is the second chapter of Ganita Prakash. After learning about squares and cubes in Chapter 1, you now generalise — to any power of a number.
The chapter teaches:
- Exponents and bases
- Laws of exponents (the universal rules)
- Negative exponents (numbers smaller than 1)
- Standard form / scientific notation (compact way to write huge/tiny numbers)
- Real-world applications (astronomy, biology, computing)
Key Idea
Instead of writing huge numbers (or tiny ones) digit-by-digit, mathematics uses exponents — a power tool for representing scale.
- 1,000,000,000 → 10⁹ (one billion)
- 0.000000001 → 10⁻⁹ (one nanosecond fraction)
2. Exponents and Bases — The Basics
Definition
If a is a non-zero number and n is a positive integer, then aⁿ = a × a × a × ... × a (n times).
- a is called the base
- n is called the exponent (or power or index)
- We read aⁿ as "a to the power n" or "a raised to n"
Examples
- 2⁵ = 2 × 2 × 2 × 2 × 2 = 32 (base 2, exponent 5)
- 7³ = 7 × 7 × 7 = 343 (base 7, exponent 3)
- 10⁶ = 1,000,000 (one million)
Special Cases
- a¹ = a (any base to the power 1 is itself)
- a⁰ = 1 (any non-zero base to the power 0 is 1) — this is a definition that makes the laws work consistently
- 1ⁿ = 1 (1 to any power is 1)
- 0ⁿ = 0 for n > 0; 0⁰ is undefined (or sometimes taken as 1 by convention)
3. The Laws of Exponents (The Heart of the Chapter)
These 5 laws are the universal grammar of powers. Master them perfectly.
Law 1: Product Rule
aᵐ × aⁿ = aᵐ⁺ⁿ
When multiplying powers of the same base, add the exponents.
- 2³ × 2⁵ = 2³⁺⁵ = 2⁸ = 256
- 10² × 10⁴ = 10⁶ = 1,000,000
Law 2: Quotient Rule
aᵐ ÷ aⁿ = aᵐ⁻ⁿ (for a ≠ 0)
When dividing powers of the same base, subtract the exponents.
- 5⁷ ÷ 5³ = 5⁷⁻³ = 5⁴ = 625
- 10⁹ ÷ 10⁴ = 10⁵ = 100,000
Law 3: Power of a Power
(aᵐ)ⁿ = aᵐⁿ
Power of a power means multiply the exponents.
- (3²)⁴ = 3²ˣ⁴ = 3⁸ = 6561
- (10³)² = 10⁶ = 1,000,000
Law 4: Power of a Product
(ab)ⁿ = aⁿ × bⁿ
When raising a product to a power, distribute the power.
- (2 × 3)⁴ = 2⁴ × 3⁴ = 16 × 81 = 1296
- (5 × 4)² = 5² × 4² = 25 × 16 = 400
Law 5: Power of a Quotient
(a/b)ⁿ = aⁿ/bⁿ (for b ≠ 0)
When raising a quotient to a power, distribute the power.
- (2/3)³ = 2³/3³ = 8/27
- (10/2)⁴ = 10⁴/2⁴ = 10000/16 = 625
4. Negative Exponents — A Brilliant Idea
Definition
a⁻ⁿ = 1/aⁿ (for a ≠ 0)
A negative exponent means reciprocal.
- 2⁻³ = 1/2³ = 1/8
- 10⁻⁴ = 1/10⁴ = 1/10000 = 0.0001
- 5⁻¹ = 1/5 = 0.2
Why This Definition?
Consider Law 2: 2³ ÷ 2⁵ = 2³⁻⁵ = 2⁻² But also: 2³ ÷ 2⁵ = 8/32 = 1/4 = 1/2² So 2⁻² must equal 1/2² — this is why negative exponents are reciprocals.
Important
- (a/b)⁻ⁿ = (b/a)ⁿ — flip the fraction, change sign of exponent
- Example: (2/3)⁻² = (3/2)² = 9/4
5. Standard Form (Scientific Notation)
Definition
A number is in standard form if it is written as m × 10ⁿ, where:
- 1 ≤ m < 10 (a single digit before the decimal point)
- n is an integer (positive, negative, or zero)
Why Standard Form?
- Compactly represents huge or tiny numbers
- Easy to compare numbers of vastly different magnitudes
- Standardised — every scientist writes large/small numbers this way
Converting LARGE Numbers to Standard Form
Example: Write 5,840,000 in standard form.
- Move decimal LEFT until only one digit is before it: 5.840000 (moved 6 places)
- Power of 10 = +6 (moved left = positive)
- Answer: 5.84 × 10⁶
Example: Write 6,022,000,000,000,000,000,000,000 (Avogadro's number) in standard form.
- = 6.022 × 10²³
Converting SMALL Numbers to Standard Form
Example: Write 0.000523 in standard form.
- Move decimal RIGHT until one digit is before it: 5.23 (moved 4 places)
- Power of 10 = −4 (moved right = negative)
- Answer: 5.23 × 10⁻⁴
Example: Write 0.0000000165 (a virus's size in metres) in standard form.
- = 1.65 × 10⁻⁸
6. Operations in Standard Form
Adding/Subtracting
- Both numbers must have the same power of 10, then add/subtract the m-parts.
- Example: (3.5 × 10⁴) + (2.1 × 10⁴) = 5.6 × 10⁴
If powers differ, adjust first:
- (5 × 10⁵) + (2 × 10⁴) = (5 × 10⁵) + (0.2 × 10⁵) = 5.2 × 10⁵
Multiplying
- Multiply m-parts; add powers.
- (3 × 10⁴) × (2 × 10⁵) = (3 × 2) × 10⁴⁺⁵ = 6 × 10⁹
Dividing
- Divide m-parts; subtract powers.
- (6 × 10⁸) ÷ (3 × 10²) = (6 ÷ 3) × 10⁸⁻² = 2 × 10⁶
7. Worked Examples
Example 1: Simplify (2³ × 2⁵) ÷ 2⁴
- Using Law 1 (numerator): 2³ × 2⁵ = 2⁸
- Using Law 2 (now divide): 2⁸ ÷ 2⁴ = 2⁴ = 16
- Answer: 16
Example 2: Evaluate (5⁻²)
- 5⁻² = 1/5² = 1/25 = 0.04
- Answer: 1/25 (or 0.04)
Example 3: Simplify (2² × 3³) × (2³ × 3²)
- Re-group: (2² × 2³) × (3³ × 3²)
- = 2⁵ × 3⁵
- = (2 × 3)⁵ = 6⁵ = 7776
- Answer: 7776
Example 4: Write the speed of light (300,000,000 m/s) in standard form
- 300,000,000 = 3 × 10⁸ m/s
- Answer: 3 × 10⁸
Example 5: Find the value of (3⁻²)⁻³
- Power of a power: 3⁻²ˣ⁻³ = 3⁶ = 729
- Answer: 729
Example 6: Express in usual form: 4.5 × 10⁻⁵
- Move decimal 5 places LEFT (because exponent is negative):
- 4.5 → 0.000045
- Answer: 0.000045
8. Common Mistakes
-
Adding bases instead of exponents in multiplication:
- Correct: 2³ × 2⁵ = 2⁸ (add exponents, KEEP base)
- Wrong: 2³ × 2⁵ = 4⁸ ❌
-
Multiplying exponents instead of adding:
- Correct: 5² × 5³ = 5⁵
- Wrong: 5² × 5³ = 5⁶ ❌
-
Negative exponents not reciprocated:
- Correct: 2⁻³ = 1/8
- Wrong: 2⁻³ = −8 ❌
-
Forgetting the rules require SAME base:
- 2³ × 3³ does NOT simplify by Law 1 (bases are different!)
- But (2 × 3)³ = 6³ = 216 (Law 4 applies)
-
a⁰ = 0 confusion:
- Correct: a⁰ = 1 (for a ≠ 0)
- Wrong: a⁰ = 0 ❌
-
Wrong direction in standard form:
- Moving decimal LEFT = positive exponent
- Moving decimal RIGHT = negative exponent
9. Real-World Applications of Powers
Astronomy (huge numbers)
- Distance from Earth to Sun: ~1.5 × 10⁸ km
- Distance to nearest star (Proxima Centauri): ~4 × 10¹³ km
- Age of universe: ~1.4 × 10¹⁰ years
Biology (tiny numbers)
- Diameter of red blood cell: ~7 × 10⁻⁶ m
- DNA strand width: ~2 × 10⁻⁹ m
- Hydrogen atom radius: ~5 × 10⁻¹¹ m
Computing
- 1 KB = 10³ bytes (or 2¹⁰)
- 1 MB = 10⁶ bytes
- 1 GB = 10⁹ bytes
- 1 TB = 10¹² bytes
- 1 PB = 10¹⁵ bytes
Chemistry
- Avogadro's number = 6.022 × 10²³ (atoms in one mole)
- Mass of proton = 1.673 × 10⁻²⁷ kg
Population
- World population (2026): ~8.1 × 10⁹
- India population (2026): ~1.45 × 10⁹
10. Tips for Mastery
Memorise Powers of 10
- 10¹ = 10
- 10² = 100
- 10³ = 1,000 (thousand)
- 10⁴ = 10,000 (ten thousand)
- 10⁵ = 1,00,000 (lakh)
- 10⁶ = 1,000,000 (million)
- 10⁷ = 1,00,00,000 (crore)
- 10⁹ = 1 billion
- 10¹² = 1 trillion
Memorise Powers of 2 (computing-relevant)
- 2¹⁰ = 1024 (~10³)
- 2²⁰ = 1,048,576 (~10⁶)
- 2³⁰ ≈ 10⁹
- 2⁴⁰ ≈ 10¹²
Practice Strategy
- Solve 5 product-rule problems per day
- Solve 5 quotient-rule problems per day
- Practise 10 standard-form conversions
- After 2 weeks, you'll be fluent
11. Historical Context
Origins of Exponents
- The notation aⁿ (with raised number) was popularised by René Descartes in his 'La Géométrie' (1637).
- Before Descartes, mathematicians wrote 'a × a × a × a' — clumsy and limited.
- Ancient Indian mathematicians (Brahmagupta, Aryabhata) used powers in algebraic computations.
Powers in Indian Tradition
- Sanskrit names for powers: varga (square = 2nd power), ghana (cube = 3rd power), varga-varga (4th power)
- Indian mathematicians worked with astronomical numbers — for cosmology and calendars
- 'Lakh' (10⁵) and 'crore' (10⁷) are uniquely Indian power-of-10 names
12. Conclusion
'Power Play' gives you a superpower — the ability to write and manipulate any number, no matter how big or small. The 5 laws of exponents are the grammar of this power. Standard form is the universal language of scientists.
By mastering this chapter, you can:
- Write the distance to a star and the size of an atom in the SAME notation
- Multiply and divide numbers spanning 40 orders of magnitude
- Read scientific journals fluently
- Solve algebra problems involving powers in Class 9 and beyond
The next time you see '10⁸⁰' or '10⁻²³', smile — you now speak their language.
