An exponent is compressed multiplication. But it describes more than notation — it describes an entirely different way for things to grow. Linear adds. Exponential multiplies. The gap starts unimpressive and ends staggering.
🧩Anatomy of a Power
In 35, the base is what gets multiplied and the exponent counts how many times. The result is the power. Swapping them changes everything: 25 = 32 but 52 = 25.
🔑The Rules — and Why Each One Is Forced
None of these are arbitrary. Every one falls out of writing the multiplication all the way out, which is why you can rebuild any of them from scratch if you forget.
Product of Powers
am · an = am+n
Same base, multiplying → ADD the exponents. Three 2s times four 2s is seven 2s in a row.
23 · 24 = 27 = 128 — check: 8 × 16 = 128 ✅
Power of a Power
(am)n = amn
A power raised to a power → MULTIPLY the exponents. Three rows, each holding two 5s, is six 5s.
(52)3 = 56 = 15,625 — check: 253 = 15,625 ✅
Power of a Product
(ab)n = anbn
The exponent lands on every factor inside — including the coefficient. Forgetting the number is the classic slip.
(3x4)2 = 32 · x4·2 = 9x8 (not 3x8) ✅
Zero Exponent
a0 = 1 (a ≠ 0)
Not zero — one. It’s forced by the product rule: an ÷ an = an−n = a0, and any nonzero number divided by itself is 1.
70 = 1. “There are zero sevens” is the wrong story. (00 is left undefined.)
Negative Exponent
a−n = 1 / an
A negative exponent means a reciprocal, never a negative number. So 10−2 = 1/100 = 0.01 and 2−3 = 1/8 — both are positive, just small. The product rule keeps working straight across the sign: 106 · 10−2 = 106+(−2) = 104.
Why? Because the ladder never stops — see below. Each step right divides by the base one more time.
🧮One Ladder Explains Both Strange Rules
Walk down the powers of 3. Each step to the right divides by 3 — and nothing special happens at zero. The pattern simply keeps going, and it forces 30 = 1 and 3−1 = 1/3.
🔬Scientific Notation
One number at least 1 and less than 10, multiplied by a power of ten. A positive exponent means huge; a negative exponent means tiny. The exponent alone tells you the scale before you read a single digit.
✖️Multiplying is easy in this notation: multiply the fronts, add the exponents. (2 × 105)(3 × 104) = (2 · 3) × 105+4 = 6 × 109. No chemist writes 602,214,076,000,000,000,000,000 — they write 6.02214076 × 1023, Avogadro’s number. Downward too: a hydrogen atom is about 1 × 10−10 m across, and writing 0.0000000001 is just an invitation to miscount zeros.
📈Linear Adds. Exponential Multiplies.
Check differences for linear and ratios for exponential. Given enough steps, exponential growth with a factor greater than 1 will overtake any linear growth — no matter how far ahead the straight line starts.
➕LINEAR — check the differences10, 15, 20, 25 → +5, +5, +5. Equal differences. Modelled by y = mx + b; the graph is a straight line and the rate never changes.
✖️EXPONENTIAL — check the ratios10, 20, 40, 80 → ×2, ×2, ×2. Equal ratios. Modelled by y = a · bx with b > 1; the curve bends ever more steeply upward.
📊A constant doubling time is the fingerprint of exponential growth. Roughly 20 minutes for lab E. coli in ideal conditions; roughly two years for transistors per chip through much of the late 20th century. If the time to double stays the same, the growth is exponential — no matter how gentle the early numbers look.
♞The Rice-on-a-Chessboard Reckoning
One grain on square 1, doubling on every square after. Square 64 alone holds 263 grains — more than nine quintillion. Doubling just 63 times does that.
🍚Filling the whole board takes 264 − 1 = 18,446,744,073,709,551,615 grains — and that exact number is also the largest value a 64-bit unsigned integer can store. Rice legends and computer engineers slam into the same ceiling.
💰Plan A vs Plan B. Plan A pays $100 a day for 30 days → a flat $3,000. Plan B pays 1¢ on day 1 and doubles the daily payment for 30 days → a total of 230 − 1 cents = $10,737,418.23. Plan B looks laughable on day 10 (about $5) and unstoppable by day 28.
🦠Bacteria. 200 cells doubling every 30 minutes for 3 hours = 6 doublings → 200 × 26 = 200 × 64 = 12,800 cells. Count the doublings, not the minutes.
🏦Same rate, double the result. $1,000 at 6% simple interest gains a flat $60 a year: after 30 years, $1,000 + 30($60) = $2,800. The same $1,000 compounding at 6% gets multiplied by 1.06 thirty times: 1,000 × 1.0630 ≈ $5,743.49. One is linear, one is exponential — and the identical math runs against you on credit-card debt.
🌐A googol is 10100 — a 1 followed by 100 zeros, named by nine-year-old Milton Sirotta, nephew of mathematician Edward Kasner (and later the inspiration for a certain misspelled search engine). The observable universe holds roughly 1080 atoms, making a googol about 1020 times bigger than the count of everything that physically exists.
🔑Key Terms
⬆️ExponentThe raised number saying how many times the base is used as a factor. In 35 it is 5.
🧱BaseThe number being repeatedly multiplied. Swapping base and exponent changes the value: 25 = 32 but 52 = 25.
➕Product of Powersam · an = am+n — same base, multiplying, so add the exponents.
✖️Power of a Power(am)n = amn — raising a power to a power multiplies the exponents.
1️⃣Zero ExponentAny nonzero base to the 0 equals 1. Forced by an ÷ an = a0. Only 00 is undefined.
➖Negative Exponenta−n = 1/an — a reciprocal, not a negative number. 10−2 = 0.01.
🔬Scientific Notationa × 10n with 1 ≤ |a| < 10. Positive n means huge, negative n means tiny.
📏Linear GrowthAdds the same constant amount each step: y = mx + b. Equal successive differences.
🚀Exponential GrowthMultiplies by the same constant factor each step: y = a · bx, b > 1. Equal successive ratios.
⏱️Doubling TimeHow long a quantity takes to multiply by 2. A constant doubling time is the signature of exponential growth.
📌Remember This
1The core rules: same base multiplying → add exponents; a power raised to a power → multiply exponents; any nonzero base to the zero → 1. They are not arbitrary — each one falls out of writing the multiplication all the way out.
2Scientific notation is one number between 1 and 10 times a power of 10. The exponent alone tells you the scale before you read a single digit.
3Linear adds a constant amount; exponential multiplies by a constant factor. Given enough steps, exponential growth with a factor above 1 overtakes any linear growth — no matter how far ahead the straight line starts.
🤔 Think about it
A rumour spreads two ways: version A reaches 3 new people every hour, version B triples every hour. Start both at 1 person and chart six hours. At which hour does B pass A — and how would knowing that change what a principal does in hour two versus hour five?
Why is 50 = 1 but 00 left undefined? Walk both patterns toward zero — 53, 52, 51, 50 heading one way, and 03, 02, 01 heading another — and see what happens when the two lines of reasoning disagree.
⭐Remember: an exponent counts factors, not additions. Check differences and you find a line; check ratios and you find a curve — and the curve always wins in the end.