Exponent Calculator
Calculate x to the power of n for any base and exponent. Supports negative exponents, fractional exponents, and shows step-by-step working.
How to Use
Enter a base number (x) and an exponent (n) to calculate xⁿ. The exponent can be positive, negative, zero, or fractional.
The Extended Calculator adds a power growth chart, scientific notation conversion, a logarithm tab, and exponent rules reference. The Professional Calculator handles modular exponentiation, very large integer powers (via BigInt), and multi-base conversion.
Exponent Rules
Basic: xⁿ = x × x × x ... (n times)
Zero exponent: x⁰ = 1 (for any x ≠ 0)
Negative exponent: x⁻ⁿ = 1 / xⁿ
Fractional exponent: x^(1/n) = ⁿ√x (nth root)
Product rule: xᵃ × xᵇ = x^(a+b)
Power rule: (xᵃ)ᵇ = x^(a×b)
Worked Examples
2^10: 2 × 2 × ... × 2 (10 times) = 1,024
3^(-2): 1 / 3² = 1 / 9 = 0.1111...
16^(0.5): √16 = 4
8^(1/3): ∛8 = 2
5^0: Any number to power 0 = 1
Try: 2^100 mod 10 = 6 (last digit of 2^100)