xⁿ Exponent Calculator

Result

Understanding Exponents

An exponent tells you how many times to multiply a base number by itself. The expression xⁿ is read as "x raised to the power n" or "x to the nth power."

xⁿ = x × x × x × ... (n times)
3⁴ = 3 × 3 × 3 × 3 = 81

Common Exponent Examples

2⁸
256
3⁵
243
10³
1,000
5⁴
625

Exponent Rules — Complete Reference

Understanding exponent rules lets you simplify complex expressions without a calculator. These rules are fundamental in algebra, calculus, and all higher mathematics.

RuleFormulaExample
Product Ruleaᵐ × aⁿ = aᵐ⁺ⁿ2³ × 2⁴ = 2⁷ = 128
Quotient Ruleaᵐ ÷ aⁿ = aᵐ⁻ⁿ3⁵ ÷ 3² = 3³ = 27
Power of Power(aᵐ)ⁿ = aᵐⁿ(2²)³ = 2⁶ = 64
Zero Exponenta⁰ = 15⁰ = 1, 100⁰ = 1
Negative Exponenta⁻ⁿ = 1/aⁿ2⁻³ = 1/8 = 0.125
Fractional Exponenta^(1/n) = ⁿ√a9^(1/2) = √9 = 3
Fractional Generala^(m/n) = ⁿ√(aᵐ)8^(2/3) = ∛(64) = 4

Exponent Powers of 2 — Essential for Computing

Powers of 2 are the foundation of binary arithmetic and all digital computing. Every byte, kilobyte, megabyte, and gigabyte is a power of 2.

ExponentValueComputing term
2⁰11 bit off = 0
2
2⁸2568 bits = 1 byte
2¹⁰1,024≈ 1 Kilobyte
2²⁰1,048,576≈ 1 Megabyte
2³⁰1,073,741,824≈ 1 Gigabyte

Scientific Notation and Exponents

Scientific notation expresses very large or small numbers as a number between 1 and 10 multiplied by a power of 10:

6,500,000 = 6.5 × 10⁶
0.000042 = 4.2 × 10⁻⁵
Speed of light = 3 × 10⁸ m/s

Real-World Applications

  • Compound interest: A = P(1+r)ⁿ — the exponent n is the number of compounding periods
  • Population growth: P = P₀ × eʳᵗ — exponential growth model
  • Computing: Memory sizes, CPU speeds, and data storage all use powers of 2
  • Physics: Inverse square law (F ∝ 1/r²), radioactive decay (N = N₀ × e⁻λt)
  • Chemistry: pH scale — pH = −log₁₀[H⁺], each unit is a 10× change

Frequently Asked Questions

What is 3 to the power of 5?
3⁵ = 3 × 3 × 3 × 3 × 3 = 243.
How do I calculate a fraction as an exponent?
A fractional exponent like x^(1/2) is the same as the square root of x. x^(1/3) is the cube root. For example, 27^(1/3) = 3.
What is 10 to the power of 6?
10⁶ = 1,000,000 (one million). Powers of 10 are useful for scientific notation.