Exponent Calculator
Calculate powers and exponents. Find the result of any base raised to any power.
Calculate Power
210 = ?
210
1,024
Powers of 2
| Expression | Result |
|---|---|
| 2-1 | 0.5 |
| 2-2 | 0.25 |
| 2-3 | 0.125 |
| 2-4 | 0.0625 |
| 2-5 | 0.03125 |
| 20 | 1 |
| 21 | 2 |
| 22 | 4 |
| 23 | 8 |
| 24 | 16 |
| 25 | 32 |
| 26 | 64 |
| 27 | 128 |
| 28 | 256 |
| 29 | 512 |
| 210 | 1,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
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:
- Enter the Base: Any real number (positive, negative, or decimal)
- Enter the Exponent: Can be positive, negative, fractional, or decimal
- 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:
- 1Identify: same base (2), different exponents
- 2Apply product rule: a^m × a^n = a^(m+n)
- 3Add exponents: 2³ × 2⁴ = 2^(3+4) = 2⁷
- 4Calculate: 2⁷ = 128
Result:
2³ × 2⁴ = 2⁷ = 128
Evaluate Negative Exponent
Problem:
Calculate 5⁻³
Solution Steps:
- 1Apply negative exponent rule: a⁻ⁿ = 1/aⁿ
- 25⁻³ = 1/5³
- 3Calculate 5³ = 125
- 4Result: 1/125 = 0.008
Result:
5⁻³ = 1/125 = 0.008
Evaluate Fractional Exponent
Problem:
Calculate 27^(2/3)
Solution Steps:
- 1Interpret: (2/3) means cube root, then square
- 2Method 1: 27^(2/3) = (27^(1/3))² = (∛27)²
- 3∛27 = 3 (since 3³ = 27)
- 43² = 9
- 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
Sources & References
- Khan Academy - Exponents (2024)
- Math is Fun - Exponents (2024)
- Wolfram MathWorld - Exponentiation (2024)
- Purplemath - Exponent Rules (2024)
Last updated: 2026-01-22