Exponents: The Mathematics of Repeated Multiplication
Exponentiation is one of the fundamental operations in mathematics, representing repeated multiplication of a number by itself. The expression bn means "multiply b by itself n times," where b is the base and n is the exponent (or power). While the concept is simple for positive integer exponents (23 = 2 × 2 × 2 = 8), exponents extend far beyond this basic definition to include zero, negative, fractional, and irrational powers, each with precise mathematical meaning and important practical applications in science, finance, and computing.
Exponent Rules and Laws
Example: 2^3 × 2^4 = 2^7 = 128
Quotient Rule: a^m ÷ a^n = a^(m-n)
Example: 5^6 ÷ 5^2 = 5^4 = 625
Power Rule: (a^m)^n = a^(m×n)
Example: (3^2)^3 = 3^6 = 729
Zero Exponent: a^0 = 1 (for a ≠ 0)
Negative Exponent: a^(-n) = 1 / a^n
Example: 2^(-3) = 1/8 = 0.125
Fractional Exponent: a^(m/n) = nth root(a^m)
Example: 8^(2/3) = cube root(64) = 4
Product to Power: (ab)^n = a^n × b^n
Quotient to Power: (a/b)^n = a^n / b^n
Practical Applications of Exponents
Exponents appear throughout science, engineering, finance, and computing. Compound interest uses the formula A = P(1 + r/n)nt, where the exponent represents the compounding effect over time. Population growth follows exponential models P(t) = P0 × ert. In computing, binary systems are built entirely on powers of 2: a byte (8 bits) can represent 28 = 256 values, and modern 64-bit processors can address 264 ≈ 1.84 × 1019 memory locations.
In physics, radioactive decay follows the exponential equation N(t) = N0 × (1/2)t/t½, where the exponent relates elapsed time to the half-life. The Richter scale for earthquakes is logarithmic, meaning each whole number increase represents a 10-fold increase in amplitude. Scientific notation uses powers of 10 to express very large or small numbers: the speed of light is 3 × 108 m/s. Understanding exponents is essential for STEM fields, finance, and data science.