What Is an Exponent?

The expression an means "multiply a by itself n times." The number a is called the base, and n is the exponent (also called the power or index).

2⁴ = 2 × 2 × 2 × 2 = 16
3³ = 3 × 3 × 3 = 27
5² = 5 × 5 = 25 (read as "5 squared")
2³ = 2 × 2 × 2 = 8 (read as "2 cubed")

"Squared" (power of 2) and "cubed" (power of 3) are specific names. Everything else is just "to the power of n." So 4⁵ is "4 to the power of 5."

The Seven Exponent Rules

Rule 1 — Product Rule

When multiplying same-base exponents, add the powers.

aᵐ × aⁿ = aᵐ⁺ⁿ

2³ × 2⁴ = 2⁷ = 128
x² × x⁵ = x⁷

Rule 2 — Quotient Rule

When dividing same-base exponents, subtract the powers.

aᵐ ÷ aⁿ = aᵐ⁻ⁿ

3⁶ ÷ 3² = 3⁴ = 81
x⁸ ÷ x³ = x⁵

Rule 3 — Power Rule

When raising an exponent to another power, multiply the powers.

(aᵐ)ⁿ = aᵐˣⁿ

(2³)⁴ = 2¹² = 4096
(x²)⁵ = x¹⁰

Rule 4 — Zero Exponent Rule

Any base (except 0) raised to the power of 0 equals 1. This trips people up, but it follows directly from the quotient rule: aⁿ ÷ aⁿ = aⁿ⁻ⁿ = a⁰, and anything divided by itself is 1.

a⁰ = 1 (for any a ≠ 0)

7⁰ = 1
(xyz)⁰ = 1
0⁰ is undefined (or sometimes defined as 1 in certain contexts)

Rule 5 — Negative Exponent Rule

A negative exponent means take the reciprocal, then apply the positive exponent. It doesn't make the number negative — it flips it to the denominator.

a⁻ⁿ = 1 / aⁿ

2⁻³ = 1/2³ = 1/8 = 0.125
x⁻¹ = 1/x
3⁻² = 1/9

Rule 6 — Fractional (Rational) Exponents

A fractional exponent represents a root. The denominator is the root, the numerator is the power. This is genuinely useful to understand because it unifies roots and exponents into one notation.

a^(1/n) = ⁿ√a (the nth root of a)
a^(m/n) = ⁿ√(aᵐ) = (ⁿ√a)ᵐ

8^(1/3) = ³√8 = 2
16^(3/4) = (⁴√16)³ = 2³ = 8
9^(1/2) = √9 = 3

Rule 7 — Power of a Product and Quotient

(ab)ⁿ = aⁿ × bⁿ
(a/b)ⁿ = aⁿ / bⁿ

(2x)³ = 8x³
(3/4)² = 9/16

Quick Reference Table

RuleFormulaExample
Productaᵐ × aⁿ = aᵐ⁺ⁿx³ × x² = x⁵
Quotientaᵐ ÷ aⁿ = aᵐ⁻ⁿx⁶ ÷ x² = x⁴
Power of power(aᵐ)ⁿ = aᵐⁿ(x²)³ = x⁶
Zero powera⁰ = 15⁰ = 1
Negative powera⁻ⁿ = 1/aⁿ2⁻⁴ = 1/16
Fractional powera^(1/n) = ⁿ√a27^(1/3) = 3

Common Powers to Know

Base²³
24816
392781
41664256
525125625
10100100010000

Real-World Applications

Compound Interest

The formula for compound interest uses an exponent to represent how growth compounds over time:

A = P × (1 + r)ⁿ
A = final amount, P = principal, r = annual rate, n = years

£1000 at 5% for 10 years:
A = 1000 × (1.05)¹⁰ = 1000 × 1.629 = £1,629

Scientific Notation

Very large and very small numbers are written using powers of 10. The speed of light is 3 × 10⁸ m/s (that's 300,000,000). The diameter of a hydrogen atom is about 1.2 × 10⁻¹⁰ meters.

Computer Storage

Storage units use powers of 2: 1 kilobyte = 2¹⁰ = 1024 bytes. 1 gigabyte = 2³⁰ ≈ 1.07 billion bytes. This is why your "1TB" hard drive actually shows up as slightly less in your operating system — the manufacturer uses powers of 10, while the OS uses powers of 2.

Common Mistakes to Avoid

MistakeWhat People WriteCorrect
Product rule on different bases2³ × 3² = 6⁵ ✗8 × 9 = 72 (can't combine)
Negative exponent = negative number2⁻³ = −8 ✗2⁻³ = 1/8
Adding exponents when adding basesx² + x³ = x⁵ ✗Can't simplify — no rule for adding
Zero exponent confusion3⁰ = 0 ✗3⁰ = 1

Using the Calculator

The SolveCalc exponent calculator handles any base and power, including negative and fractional exponents. Useful for checking work or handling large numbers that are impractical to compute by hand.

Conclusion

Exponents are fundamentally about repeated multiplication, and all the rules flow from that basic definition. The product rule (add powers), quotient rule (subtract powers), and power rule (multiply powers) cover the vast majority of situations. The zero, negative, and fractional exponent rules are extensions of the same logic — they just need a moment of deliberate understanding before they click. Once they do, they become automatic. The applications in finance, science, and computing are everywhere, which makes this one of the most practically valuable things in math to actually understand well rather than just memorize.