⚡ Power Calculator (Base & Exponent)

Result

What is a Power (Exponentiation)?

A power (or exponent) represents repeated multiplication. b^n means multiplying b by itself n times.

b^n = b × b × b × ... (n times)
Example: 2^8 = 2×2×2×2×2×2×2×2 = 256

Power Rules

  • Any number to the power of 0 = 1 (e.g., 5⁰ = 1)
  • Any number to the power of 1 = itself (e.g., 7¹ = 7)
  • Negative exponent = 1 / (positive power) (e.g., 2⁻³ = 1/8)
  • Fractional exponent = root (e.g., 9^0.5 = √9 = 3)

Powers Reference Table

Powers appear everywhere in mathematics, science, and engineering. Here are the most commonly needed values:

Base²³
2481632
392781243
416642561,024
5251256253,125
6362161,2967,776
101001,00010,000100,000

Special Power Cases

Any base to power 0: b⁰ = 1 (e.g., 7⁰ = 1)
Any base to power 1: b¹ = b (e.g., 9¹ = 9)
0 to any positive power: 0ⁿ = 0 (n > 0)
Negative base, even power: (−3)⁴ = 81 (positive)
Negative base, odd power: (−3)³ = −27 (negative)

Worked Examples

Example 1 — Area of a Square

A square has side 12 cm. Area = 12² = 144 cm².

Example 2 — Volume of a Cube

A cube has side 5 m. Volume = 5³ = 125 m³.

Example 3 — Compound Interest

$1,000 invested at 10% for 5 years: A = 1000 × 1.1⁵ = 1000 × 1.61051 = $1,610.51

1.1⁵ = 1.1 × 1.1 × 1.1 × 1.1 × 1.1 = 1.61051

Real-World Power Calculations

  • Finance: Compound interest A = P(1+r)ⁿ — the exponent is compounding periods
  • Physics: Kinetic energy KE = ½mv² — velocity is squared
  • Geometry: Area formulas use squares (r², s², bh); volume uses cubes (r³, s³)
  • Signal processing: Power of a signal is proportional to amplitude squared
  • Earthquake magnitude: Each unit on the Richter scale = 10× increase in amplitude

Frequently Asked Questions

What is 2 to the power of 10?
2¹⁰ = 1024. This is because 2 multiplied by itself 10 times equals 1024.
What does a negative exponent mean?
A negative exponent means the reciprocal. For example, 2⁻³ = 1/2³ = 1/8 = 0.125.
What is any number to the power of 0?
Any non-zero number raised to the power of 0 equals 1. For example, 5⁰ = 1, 100⁰ = 1.