Exponent Calculator
Calculate any base raised to any power — including negative, fractional, and decimal exponents.
Understanding Exponents
An exponent indicates how many times a base number is multiplied by itself. In 2^8, the base is 2 and the exponent is 8: 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 = 256. Exponents provide compact notation for repeated multiplication, just as multiplication provides compact notation for repeated addition.
The second power is called "squared" because it gives the area of a square with that side length. The third power is "cubed" because it gives a cube's volume. Exponents appear throughout finance (compound interest: P × (1+r)^n), physics (radioactive decay, energy equations), computer science (binary numbers: 2^10 = 1,024), and statistics (normal distribution formula).
Special cases worth knowing: any non-zero number to the 0 power equals 1. Any number to the 1st power equals itself. Negative exponents produce reciprocals: 2^(-3) = 1/8. Fractional exponents produce roots: 8^(1/3) = cube root of 8 = 2.
The Core Exponent Rules
All exponent rules derive logically from the definition of exponents as repeated multiplication. Product rule: b^m × b^n = b^(m+n). This is because multiplying two groups of repeated multiplication combines them: 2^3 × 2^4 = (2×2×2) × (2×2×2×2) = 2^7.
Power rule: (b^m)^n = b^(m×n). Raising a power to a power repeats the multiplication again: (2^3)^4 = 2^3 × 2^3 × 2^3 × 2^3 = 2^12. Quotient rule: b^m / b^n = b^(m-n). Dividing cancels factors: 2^7 / 2^3 = (2×2×2×2×2×2×2) / (2×2×2) = 2^4.