Exponent Calculator

Reviewed by CalcMulti Editorial Team·Last updated: February 2026

Calculate the result of raising a number to any power. Supports positive, negative, and decimal exponents.

Result

28 = 256

Quick Examples

What Are Exponents?

An exponent tells you how many times to multiply a number (the base) by itself. For example, 2³ means 2 × 2 × 2 = 8. The small raised number is called the exponent or power.

bn = b × b × b × ... (n times)

Exponent Rules

Product: am × an = am+n

Quotient: am ÷ an = am-n

Power of Power: (am)n = am×n

Zero Exponent: a0 = 1

Negative Exponent: a-n = 1/an

Powers of 2

ExponentValueCommon Name
2¹⁰1,0241 KB
2²⁰1,048,5761 MB
2³⁰1,073,741,8241 GB

Fractional and Decimal Exponents

Exponents don't have to be whole numbers. Fractional exponents are another way to write roots:

Square root: a^(1/2) = √a    e.g. 16^(1/2) = √16 = 4

Cube root: a^(1/3) = ∛a    e.g. 27^(1/3) = ∛27 = 3

General rule: a^(m/n) = (ⁿ√a)^m    e.g. 8^(2/3) = (∛8)² = 2² = 4

Calculator tip: Enter 0.5 to compute a square root, 0.333 for a cube root, or any fraction as a decimal.

Powers of 10: Scientific Notation Reference

Powers of 10 are the backbone of the metric system and scientific notation. Each step up multiplies the value by 10.

PowerValueMetric PrefixExample
10⁻⁶0.000001micro (μ)1 μm = 1 micron
10⁻³0.001milli (m)1 mm = 0.001 m
10⁰1Base unit
10³1,000kilo (k)1 km = 1,000 m
10⁶1,000,000mega (M)1 MHz = 10⁶ Hz
10⁹1,000,000,000giga (G)1 GB = 10⁹ bytes
10¹²1 trilliontera (T)1 TB = 10¹² bytes

Real-World Applications of Exponents

Compound Interest

Future value = P × (1 + r)^n. A $1,000 investment at 7% annual return for 30 years grows to $1,000 × 1.07^30 ≈ $7,612 — entirely due to the power of exponents.

Computer Science & Storage

Binary (base 2) uses exponents of 2. A 64-bit processor handles 2^64 ≈ 18.4 quintillion values. Storage units (KB, MB, GB, TB) are all powers of 2 or 10.

Population & Bacterial Growth

Bacteria doubling every hour grow by 2^n in n hours. Starting from 1 cell: after 20 hours there are 2^20 = 1,048,576 cells.

Richter Scale & Sound (dB)

These logarithmic scales are the inverse of exponents. A magnitude 7 earthquake releases 10× more energy than magnitude 6. Every +10 dB sound is 10× more intense.

Step-by-Step Examples

Example 1: Compound Interest (Positive Exponent)

$1,000 invested at 7% annual return for 20 years

FV = 1000 × 1.07²⁰

1.07²⁰ = 3.8697

FV = $3,869.68

Example 2: Negative Exponent (Metric Prefix)

1 microsecond = 10⁻⁶ seconds

10⁻⁶ = 1 / 10⁶ = 1 / 1,000,000 = 0.000001

Example 3: Fractional Exponent (Square Root)

√144 = 144^(0.5) = 144^(1/2)

144^(1/2) = 12 (because 12 × 12 = 144)

Complete Exponent Rules Reference

RuleFormulaExample
Productaᵐ × aⁿ = aᵐ⁺ⁿ2³ × 2⁴ = 2⁷ = 128
Quotientaᵐ ÷ aⁿ = aᵐ⁻ⁿ3⁵ ÷ 3² = 3³ = 27
Power of power(aᵐ)ⁿ = aᵐˣⁿ(2³)² = 2⁶ = 64
Zero exponenta⁰ = 17⁰ = 1
Negative exponenta⁻ⁿ = 1/aⁿ2⁻³ = 1/8 = 0.125
Fractional exponenta^(1/n) = ⁿ√a8^(1/3) = ∛8 = 2
Power of product(ab)ⁿ = aⁿ × bⁿ(2×3)² = 4 × 9 = 36

Common Exponent Mistakes

aᵐ × bⁿ ≠ (ab)ᵐ⁺ⁿ

The product rule only applies when the base is the same. 2³ × 3² cannot be simplified to a single power — they have different bases.

Negative exponent ≠ negative result

3⁻² = 1/9, not −9. A negative exponent means reciprocal, not sign change.

(a + b)ⁿ ≠ aⁿ + bⁿ

This is one of the most common algebra errors. (2 + 3)² = 25, but 2² + 3² = 13. The power must be distributed using the binomial theorem, not term by term.

Exponential Growth: When Things Multiply Repeatedly

Exponential growth occurs when a quantity increases by a fixed percentage each period. The general formula is:

A = P × (1 + r)^t

where P = initial value, r = growth rate per period (as decimal), t = number of periods

Example: Investment Growth

$5,000 invested at 8% annual return for 25 years:

A = 5000 × (1.08)^25 = 5000 × 6.848 = $34,242

The exponent (25) is why the result is so much larger than simple interest of $10,000.

Example: Viral Social Media Post

A post shared by 3 people, each sharing to 3 more, for 10 rounds:

Reach = 3^10 = 59,049 people

$1,000 at r%After 10 yearsAfter 20 yearsAfter 30 years
r = 5%$1,629$2,653$4,322
r = 7%$1,967$3,870$7,612
r = 10%$2,594$6,727$17,449
r = 15%$4,046$16,367$66,212

Exponential Decay: Negative Exponents in Nature

Exponential decay is the reverse — a quantity decreases by a fixed fraction each period. The formula uses a base less than 1, or equivalently a negative exponent:

A = P × (1 − r)^t   or   A = P × e^(−kt)

Radioactive Decay (Carbon-14)

Carbon-14 has a half-life of 5,730 years. After n half-lives: A = A₀ × (0.5)^n = A₀ × 2^(−n). After 3 half-lives (17,190 years): A = A₀ × 2⁻³ = A₀/8 (12.5% remains).

Drug Concentration in the Body

Many medications decay at ~50% per hour. Starting dose of 200mg after 4 hours: 200 × (0.5)^4 = 200 × 0.0625 = 12.5mg remaining. This guides dosing schedules.

Car Depreciation

A car depreciating 15% per year: after 5 years, value = P × (0.85)^5 = P × 0.444. A $30,000 car is worth $30,000 × 0.444 ≈ $13,300 after 5 years.

Scientific Notation: Exponents at Work

Scientific notation expresses very large or small numbers as a coefficient × 10^exponent. Mastering powers of 10 makes reading and comparing measurements effortless.

N = a × 10^n   (where 1 ≤ |a| < 10)
QuantityStandard FormScientific Notation
Speed of light299,792,458 m/s2.998 × 10⁸ m/s
Earth–Sun distance149,600,000,000 m1.496 × 10¹¹ m
Human hair width0.00007 m7 × 10⁻⁵ m
E. coli bacterium0.000002 m2 × 10⁻⁶ m
Atoms in 12g of C602,214,076,000,000,000,000,0006.022 × 10²³
Converting tip: To write 0.00045 in scientific notation: count how many places you move the decimal right to get 4.5 → that's 4 places, so the answer is 4.5 × 10⁻⁴.

Powers of 3 — Reference Table

Powers of 3 appear in algorithms (ternary systems), combinatorics, and music theory.

n3ⁿApplication
13RGB channels: 3 primary colors
29Sudoku: 3² = 9 cells per box
327Rubik's cube: 3³ = 27 cubelets
481Ternary search: 3⁴ = 81 cells per level
52435-bit ternary data: 3⁵ values
86,561Balanced ternary system
1059,049Viral sharing model (shares 3→3→3…)

Euler's Number (e) and the Natural Exponential

The mathematical constant e ≈ 2.71828 is the base of natural logarithms and the most important base for continuous processes. The function is unique because its derivative equals itself — making it the natural model for continuous growth and decay.

Continuous Compounding

A = P × e^(rt)

$1,000 at 5% for 10 years, continuously compounded:

1000 × e^(0.5) = 1000 × 1.6487 = $1,649

Radioactive Decay

N(t) = N₀ × e^(−λt)

Half-life: the time when N(t) = N₀/2.

t½ = ln(2)/λ ≈ 0.693/λ

Why e? e is defined as the limit of (1 + 1/n)ⁿ as n → ∞. If you compound $1 at 100% interest infinitely often over 1 year, you end up with exactly $e ≈ $2.718 — not $3. This is why e is the natural base for all continuous processes.

Related Calculators

Frequently Asked Questions