Exponents express repeated multiplication compactly and describe how quantities scale, grow, or decay. From the metric prefix system to compound interest, radioactive decay, and binary data storage, powers appear wherever quantities change by multiplicative factors — which is almost everywhere in science and engineering.
Exponent Laws — The Six Rules
Six fundamental laws govern how exponents combine. Product rule: b^m × b^n = b^(m+n) — multiplying like bases adds exponents; for example, 2³ × 2⁴ = 2⁷ = 128. Quotient rule: b^m / b^n = b^(m−n) — dividing subtracts exponents; 2⁷ / 2³ = 2⁴ = 16. Power-of-a-power: (b^m)^n = b^(mn) — (2³)² = 2⁶ = 64. Zero exponent: b⁰ = 1 for any b ≠ 0, because b^n / b^n = b^0 must equal 1. Negative exponent: b^(−n) = 1/b^n — the reciprocal follows from the quotient rule: 1/b^n = b^0/b^n = b^(0−n) = b^(−n). Fractional exponent: b^(m/n) = (ⁿ√b)^m — the denominator is the root index and the numerator is the outer power. And finally, the power of a product: (ab)^n = a^n × b^n. Mastering these seven rules allows simplification of complex algebraic expressions and provides the algebraic foundation for logarithms, which are the inverse operation of exponentiation — log_b(b^n) = n by definition.
Exponential Growth and Doubling Time
Exponential growth occurs when a quantity multiplies by a fixed factor r each period: f(t) = f₀ × r^t. When r > 1, the quantity grows — faster and faster in absolute terms even though the percentage rate is constant. A 7% annual growth rate doubles a quantity in approximately 70/7 = 10 years (the Rule of 70: doubling time ≈ 70/r%). A 1% rate doubles in 70 years; a 10% rate in 7 years. Compound interest follows this model: A = P(1 + r/n)^(nt), where P is principal, r is annual rate, n is compounding frequency, and t is years. Continuous compounding (n → ∞) gives A = Pe^(rt), introducing Euler's number e ≈ 2.71828 as the natural base for growth. Bacteria doubling every 20 minutes grow as N(t) = N₀ × 2^(t/20). Understanding exponential growth prevents underestimating how quickly small growth rates compound over long periods — one of the most counterintuitive aspects of mathematics.
Exponential Decay and Half-Life
When the growth factor r satisfies 0 < r < 1, the quantity shrinks each period — this is exponential decay. Radioactive decay follows N(t) = N₀ × (0.5)^(t/T½), where T½ is the half-life. Carbon-14 has a half-life of 5,730 years, making it useful for dating organic material up to about 50,000 years old (roughly 10 half-lives, when 1/2¹⁰ ≈ 0.1% remains). After 20 half-lives, less than one part per million remains. Drug concentration in the bloodstream also follows exponential decay: a drug with a 4-hour half-life will be at 50% of its initial concentration after 4 hours, 25% after 8 hours, and 6.25% after 16 hours — after 5 half-lives only about 3% of the original dose remains. Engineers designing capacitor discharge circuits, pharmacologists calculating dosing intervals, and nuclear physicists modeling reactor safety all rely on the same exponential decay formula N(t) = N₀ × e^(−λt), differing only in the specific decay constant λ = ln(2)/T½. The universality of this formula across physics, biology, and finance makes half-life one of the most broadly applicable concepts in quantitative science.
Negative and Fractional Exponents
Negative exponents produce reciprocals: b^(−n) = 1/b^n. This follows logically from the product rule: if b^2 × b^(−2) = b^0 = 1, then b^(−2) must equal 1/b^2. Negative exponents appear throughout physics: gravitational force varies as r^(−2) (inverse-square law), light intensity as d^(−2), and electrostatic force as r^(−2). All inverse-square laws are unified by this single exponent. Fractional exponents express roots: b^(1/2) = √b, b^(1/3) = ³√b, and b^(m/n) = (ⁿ√b)^m. This unification means the exponent rules work identically for roots and powers — there is no need for separate root algebra. For example, √(x³) = x^(3/2); squaring both sides gives x³, confirming the result. Fractional exponents also appear in power-law scaling relationships: surface area scales as L^2, volume as L^3, and surface-to-volume ratio as L^(2−3) = L^(−1). This means smaller objects have proportionally larger surface areas — explaining why small cells can survive without a circulatory system, why insects can breathe through their skin, and why nanoparticles have such extreme chemical reactivity compared to bulk material.
Powers of 10 and the Metric System
The metric SI prefix system is built entirely on powers of 10. Each prefix corresponds to a specific exponent: pico (10⁻¹²), nano (10⁻⁹), micro (10⁻⁶), milli (10⁻³), centi (10⁻²), kilo (10³), mega (10⁶), giga (10⁹), tera (10¹²). Understanding these as exponents makes unit conversions immediate: 1 km = 10³ m; 1 nm = 10⁻⁹ m; 1 μs = 10⁻⁶ s. The exponent difference directly gives the conversion factor — from nm to mm is 10⁻⁹ to 10⁻³, a factor of 10^(−3−(−9)) = 10⁶. This makes scientific unit conversions precise and error-free compared to memorizing arbitrary multiplicands. The prefix system also makes it easy to reason about extreme scales — the human cell (10 μm = 10⁻⁵ m) is 10,000 times larger than a large protein (1 nm = 10⁻⁹ m). In computing, binary prefixes (kibibyte = 2¹⁰, mebibyte = 2²⁰) coexist with decimal SI prefixes (kilobyte = 10³), creating confusion: a hard drive marketed as 1 TB (10¹² bytes) holds only about 931 GiB (2⁴⁰ ÷ 10¹² × 10¹² bytes) when reported by an operating system that uses binary prefixes — a discrepancy of about 9% that surprises many users.