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
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
| Exponent | Value | Common Name |
|---|---|---|
| 2¹⁰ | 1,024 | 1 KB |
| 2²⁰ | 1,048,576 | 1 MB |
| 2³⁰ | 1,073,741,824 | 1 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
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.
| Power | Value | Metric Prefix | Example |
|---|---|---|---|
| 10⁻⁶ | 0.000001 | micro (μ) | 1 μm = 1 micron |
| 10⁻³ | 0.001 | milli (m) | 1 mm = 0.001 m |
| 10⁰ | 1 | — | Base unit |
| 10³ | 1,000 | kilo (k) | 1 km = 1,000 m |
| 10⁶ | 1,000,000 | mega (M) | 1 MHz = 10⁶ Hz |
| 10⁹ | 1,000,000,000 | giga (G) | 1 GB = 10⁹ bytes |
| 10¹² | 1 trillion | tera (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
| Rule | Formula | Example |
|---|---|---|
| Product | aᵐ × aⁿ = aᵐ⁺ⁿ | 2³ × 2⁴ = 2⁷ = 128 |
| Quotient | aᵐ ÷ aⁿ = aᵐ⁻ⁿ | 3⁵ ÷ 3² = 3³ = 27 |
| Power of power | (aᵐ)ⁿ = aᵐˣⁿ | (2³)² = 2⁶ = 64 |
| Zero exponent | a⁰ = 1 | 7⁰ = 1 |
| Negative exponent | a⁻ⁿ = 1/aⁿ | 2⁻³ = 1/8 = 0.125 |
| Fractional exponent | a^(1/n) = ⁿ√a | 8^(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:
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 years | After 20 years | After 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:
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.
| Quantity | Standard Form | Scientific Notation |
|---|---|---|
| Speed of light | 299,792,458 m/s | 2.998 × 10⁸ m/s |
| Earth–Sun distance | 149,600,000,000 m | 1.496 × 10¹¹ m |
| Human hair width | 0.00007 m | 7 × 10⁻⁵ m |
| E. coli bacterium | 0.000002 m | 2 × 10⁻⁶ m |
| Atoms in 12g of C | 602,214,076,000,000,000,000,000 | 6.022 × 10²³ |
Powers of 3 — Reference Table
Powers of 3 appear in algorithms (ternary systems), combinatorics, and music theory.
| n | 3ⁿ | Application |
|---|---|---|
| 1 | 3 | RGB channels: 3 primary colors |
| 2 | 9 | Sudoku: 3² = 9 cells per box |
| 3 | 27 | Rubik's cube: 3³ = 27 cubelets |
| 4 | 81 | Ternary search: 3⁴ = 81 cells per level |
| 5 | 243 | 5-bit ternary data: 3⁵ values |
| 8 | 6,561 | Balanced ternary system |
| 10 | 59,049 | Viral 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 eˣ 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/λ