Exponent Calculator

Calculate powers and exponents. Find the result of any base raised to any power.

Calculate Power

210 = ?

210

1,024

Squared
4
Cubed
8
1/xInverse
0.000977
EScientific
1.024000e+3

Powers of 2

ExpressionResult
2-10.5
2-20.25
2-30.125
2-40.0625
2-50.03125
201
212
224
238
2416
2532
2664
27128
28256
29512
2101,024

What are Exponents?

Exponents (also called powers or indices) represent repeated multiplication. When we write a^n, we mean "multiply a by itself n times."

Terminology:

  • Base (a): The number being multiplied
  • Exponent (n): How many times to multiply the base
  • Power: The result of the exponentiation

Basic Examples:

  • 2³ = 2 × 2 × 2 = 8 (read as "2 to the third power" or "2 cubed")
  • 5² = 5 × 5 = 25 (read as "5 squared")
  • 10⁴ = 10 × 10 × 10 × 10 = 10,000

Special Cases:

  • Zero exponent: a⁰ = 1 (for any a ≠ 0)
  • First power: a¹ = a
  • Negative exponent: a⁻ⁿ = 1/aⁿ
  • Fractional exponent: a^(1/n) = ⁿ√a (nth root)

Laws of Exponents

These fundamental rules govern all exponent operations:

Exponent Laws

Product Rule: a^m × a^n = a^(m+n) Quotient Rule: a^m ÷ a^n = a^(m-n) Power Rule: (a^m)^n = a^(m×n) Product to Power: (ab)^n = a^n × b^n Quotient to Power: (a/b)^n = a^n / b^n Negative Exponent: a^(-n) = 1/a^n Fractional Exponent: a^(m/n) = ⁿ√(a^m) = (ⁿ√a)^m Zero Exponent: a^0 = 1 (a ≠ 0)

Where:

  • a, b= Base numbers (non-zero)
  • m, n= Exponents (can be any real numbers)

Exponent Rules Quick Reference

Rule Formula Example
Product Rule a^m × a^n = a^(m+n) 2³ × 2⁴ = 2⁷ = 128
Quotient Rule a^m ÷ a^n = a^(m-n) 5⁶ ÷ 5² = 5⁴ = 625
Power Rule (a^m)^n = a^(mn) (3²)³ = 3⁶ = 729
Negative Exponent a^(-n) = 1/a^n 2⁻³ = 1/2³ = 1/8
Zero Exponent a^0 = 1 7⁰ = 1
Fractional Exponent a^(1/n) = ⁿ√a 8^(1/3) = ∛8 = 2

Negative and Fractional Exponents

Negative Exponents:

A negative exponent means "take the reciprocal." The negative sign doesn't make the result negative—it moves the base to the denominator.

  • a⁻¹ = 1/a
  • a⁻² = 1/a²
  • 2⁻³ = 1/2³ = 1/8 (not -8)
  • (3/4)⁻² = (4/3)² = 16/9

Fractional Exponents:

Fractional exponents represent roots. The denominator indicates which root; the numerator indicates the power.

  • a^(1/2) = √a (square root)
  • a^(1/3) = ∛a (cube root)
  • a^(3/2) = √(a³) = (√a)³
  • 8^(2/3) = (∛8)² = 2² = 4
  • 27^(4/3) = (∛27)⁴ = 3⁴ = 81

Combined: Negative fractional exponents combine both concepts:

  • a^(-1/2) = 1/√a
  • 8^(-2/3) = 1/(8^(2/3)) = 1/4

How to Use This Exponent Calculator

Our calculator handles all types of exponent calculations:

  1. Enter the Base: Any real number (positive, negative, or decimal)
  2. Enter the Exponent: Can be positive, negative, fractional, or decimal
  3. Calculate: Get the result with step-by-step explanation

Calculation Types:

  • Basic powers: 5³, 2¹⁰
  • Negative exponents: 3⁻², 10⁻⁴
  • Fractional exponents: 16^(1/4), 27^(2/3)
  • Decimal exponents: 2^(1.5), e^(0.5)

Additional Features:

  • Simplify exponential expressions
  • Solve for unknown exponents
  • Compare exponential values
  • Show equivalent forms (fraction, decimal)

Common Powers Reference

Frequently used powers worth memorizing:

n 2^n 3^n 5^n 10^n
1 2 3 5 10
2 4 9 25 100
3 8 27 125 1,000
4 16 81 625 10,000
5 32 243 3,125 100,000
10 1,024 59,049 9,765,625 10 billion

Powers of 2: Essential in computing - 2¹⁰ = 1,024 ≈ 1 KB, 2²⁰ ≈ 1 MB, 2³⁰ ≈ 1 GB

Real-World Applications of Exponents

Exponents model many natural and human-made phenomena:

Compound Interest:

  • A = P(1 + r)^t - Money grows exponentially
  • $1,000 at 5% for 10 years: 1000(1.05)¹⁰ = $1,628.89

Population Growth:

  • P(t) = P₀ × e^(rt) - Continuous exponential growth
  • Bacteria doubling every hour: 2^t cells after t hours

Radioactive Decay:

  • N(t) = N₀ × (1/2)^(t/T) - Half-life formula
  • Carbon-14 dating uses exponential decay

Computing:

  • Binary system based on powers of 2
  • Algorithm complexity: O(n²), O(2^n)
  • Data storage capacities

Physics:

  • Inverse square law: F ∝ 1/r²
  • Kinetic energy: KE = ½mv²
  • Wave intensity, electrical power

Worked Examples

Simplify Using Product Rule

Problem:

Simplify 2³ × 2⁴

Solution Steps:

  1. 1Identify: same base (2), different exponents
  2. 2Apply product rule: a^m × a^n = a^(m+n)
  3. 3Add exponents: 2³ × 2⁴ = 2^(3+4) = 2⁷
  4. 4Calculate: 2⁷ = 128

Result:

2³ × 2⁴ = 2⁷ = 128

Evaluate Negative Exponent

Problem:

Calculate 5⁻³

Solution Steps:

  1. 1Apply negative exponent rule: a⁻ⁿ = 1/aⁿ
  2. 25⁻³ = 1/5³
  3. 3Calculate 5³ = 125
  4. 4Result: 1/125 = 0.008

Result:

5⁻³ = 1/125 = 0.008

Evaluate Fractional Exponent

Problem:

Calculate 27^(2/3)

Solution Steps:

  1. 1Interpret: (2/3) means cube root, then square
  2. 2Method 1: 27^(2/3) = (27^(1/3))² = (∛27)²
  3. 3∛27 = 3 (since 3³ = 27)
  4. 43² = 9
  5. 5Method 2: 27^(2/3) = ∛(27²) = ∛729 = 9

Result:

27^(2/3) = 9

Tips & Best Practices

  • Same base multiplication: ADD exponents (a^m × a^n = a^(m+n))
  • Same base division: SUBTRACT exponents (a^m ÷ a^n = a^(m-n))
  • Power of a power: MULTIPLY exponents ((a^m)^n = a^(mn))
  • Negative exponent: FLIP to fraction (a^(-n) = 1/a^n)
  • Fractional exponent: denominator is ROOT, numerator is POWER
  • When bases differ, try to rewrite with a common base
  • Remember: (-a)^n ≠ -(a^n) unless n is odd

Frequently Asked Questions

Consider the pattern: 2³ = 8, 2² = 4, 2¹ = 2. Each step divides by 2. Following this pattern, 2⁰ = 2¹ ÷ 2 = 1. Mathematically, using the quotient rule: a^n ÷ a^n = a^(n-n) = a⁰, and a^n ÷ a^n = 1 (any non-zero number divided by itself). Therefore, a⁰ = 1. Note: 0⁰ is undefined/indeterminate.
0⁰ is mathematically indeterminate—different approaches give different answers. Some contexts define it as 1 for convenience (combinatorics, power series). Calculators typically return 1 or an error. In limits, x^x as x→0 approaches 1, but 0^x as x→0 approaches 0. It's best to avoid this situation in calculations.
Exponent rules only apply directly when bases are the same. For different bases, try: (1) Convert to same base if possible: 4³ = (2²)³ = 2⁶, so 2⁵ × 4³ = 2⁵ × 2⁶ = 2¹¹. (2) If bases can't be unified, calculate each power separately and multiply/divide the results. (3) Look for common factors.
The result depends on whether the exponent is even or odd. Even exponent: result is positive ((-3)² = 9). Odd exponent: result is negative ((-3)³ = -27). Be careful with notation: -3² = -9 (only 3 is squared), but (-3)² = 9 (the entire -3 is squared). For fractional exponents of negatives, the result may be complex.
Use exponent rules to break down the problem. For 2¹⁰: 2¹⁰ = 2⁵ × 2⁵ = 32 × 32 = 1024. Or use successive squaring: 2¹⁰ = (2⁵)² = 32² = 1024. For estimates, know that 2¹⁰ ≈ 1000, so 2²⁰ ≈ 1 million, 2³⁰ ≈ 1 billion.
Order matters! Without parentheses, exponents are evaluated right-to-left: 2^3^4 = 2^(3^4) = 2^81 (a huge number). With parentheses: (2^3)^4 = 8^4 = 4096. Always use parentheses to make your intention clear. The power rule (a^m)^n = a^(mn) only applies to the second interpretation.

Sources & References

Last updated: 2026-01-22