💥 Exponent Calculator
Enter any base and exponent to instantly compute the result - including negative, zero, and fractional exponents. See a step-by-step solution, convert the answer to scientific notation, look up a powers table for any base, and review all the exponent laws with worked examples.
💥 Calculate baseⁿ
🔬 Number → Scientific Notation
Convert any large or small number to/from scientific notation.
🔬 Scientific Notation → Number
📋 Common Scientific Notation Examples
📋 Powers of 2
Essential for computer science, binary and memory sizing.
📋 Powers of 10
📋 Common Perfect Powers
📐 Exponent Rules
Product Rule
When multiplying same base, add exponents.
Example: 2³ × 2⁴ = 2⁷ = 128
Quotient Rule
When dividing same base, subtract exponents.
Example: 3⁵ ÷ 3² = 3³ = 27
Power Rule
When raising a power to a power, multiply exponents.
Example: (2³)⁴ = 2¹² = 4096
Zero Exponent
Any non-zero base raised to 0 is 1.
Examples: 5⁰ = 1, 100⁰ = 1, (−7)⁰ = 1
Negative Exponent
Negative exponent means reciprocal.
Example: 2⁻³ = 1/2³ = 1/8 = 0.125
Fractional Exponent
Fractional exponent means root.
a^(m/n) = ⁿ√(aᵐ) = (ⁿ√a)ᵐ
Examples:
8^(1/3) = ∛8 = 2
16^(3/4) = (⁴√16)³ = 2³ = 8
Power of a Product / Quotient
(a / b)ⁿ = aⁿ / bⁿ
Example: (2×3)⁴ = 2⁴ × 3⁴ = 16 × 81 = 1296
Scientific Notation
Moving decimal LEFT → positive exponent
Moving decimal RIGHT → negative exponent
5,000,000 = 5 × 10⁶
0.000042 = 4.2 × 10⁻⁵
❓ Frequently Asked Questions
Exponent Calculator - Powers, Roots, and Exponent Rules Explained
Exponents are one of the most fundamental concepts in mathematics, appearing everywhere from compound interest and population growth to computer storage and quantum mechanics. Understanding how they work - including the less-intuitive cases like negative exponents, zero exponents, and fractional exponents - makes a wide range of calculations much more approachable.
The Six Essential Exponent Laws
All exponent calculations follow six fundamental rules. Mastering these means you can simplify complex expressions without a calculator:
Multiplication & Division Rules
- Product rule: bᵐ × bⁿ = bᵐ⁺ⁿ - same base, add exponents. Example: 2³ × 2⁴ = 2⁷ = 128
- Quotient rule: bᵐ ÷ bⁿ = bᵐ⁻ⁿ - same base, subtract exponents. Example: 3⁵ ÷ 3² = 3³ = 27
- Power of a power: (bᵐ)ⁿ = bᵐˣⁿ - multiply the exponents. Example: (2³)⁴ = 2¹² = 4,096
Special Cases
- Zero exponent: b⁰ = 1 for any b ≠ 0. Example: 7⁰ = 1, 1000⁰ = 1
- Negative exponent: b⁻ⁿ = 1 ÷ bⁿ. Example: 4⁻² = 1 ÷ 16 = 0.0625
- Fractional exponent: b^(1/n) = ⁿ√b. Example: 27^(1/3) = ∛27 = 3
- Power of a product: (ab)ⁿ = aⁿ × bⁿ. Example: (2×3)⁴ = 2⁴ × 3⁴ = 16 × 81 = 1,296
Negative Exponents - Intuition and Examples
Negative exponents confuse many students because the name sounds like "make the number negative" - but they actually mean the reciprocal. The pattern becomes obvious when you look at a sequence of powers:
- 2⁴ = 16, 2³ = 8, 2² = 4, 2¹ = 2, 2⁰ = 1...
- Each step divides by 2, so: 2⁻¹ = 0.5, 2⁻² = 0.25, 2⁻³ = 0.125
- General rule: b⁻ⁿ = 1 ÷ bⁿ - always positive if b is positive
- 10⁻³ = 0.001 = 1/1000 (used in milli-, micro-, nano- prefixes in science)
Negative exponents are everywhere in science: pH values, decibels, and SI unit prefixes (milli = 10⁻³, micro = 10⁻⁶, nano = 10⁻⁹, pico = 10⁻¹²) all use negative powers of 10.
Fractional Exponents - The Link Between Powers and Roots
Fractional exponents unify powers and roots into a single notation. The key insight: a^(1/n) is the nth root of a. This means:
- a^(1/2) = √a (square root). Example: 25^(1/2) = √25 = 5
- a^(1/3) = ∛a (cube root). Example: 125^(1/3) = ∛125 = 5
- a^(m/n) = (ⁿ√a)ᵐ = ⁿ√(aᵐ). Example: 8^(2/3) = (∛8)² = 2² = 4
This means every root can be written as a fractional exponent. This equivalence is why exponent rules (like the product rule) also apply to roots - you can multiply square roots by adding their fractional exponents.
Scientific Notation - Powers of 10 in Practice
Scientific notation expresses numbers as a × 10ⁿ where 1 ≤ |a| < 10. It solves the problem of writing very large or very small numbers without strings of zeros:
- Speed of light: 299,792,458 m/s = 2.998 × 10⁸ m/s
- Mass of proton: 0.0000000000000000000000000016726 kg = 1.6726 × 10⁻²⁷ kg
- Distance to the Sun: 149,600,000,000 m = 1.496 × 10¹¹ m
- Avogadro's number: 602,214,076,000,000,000,000,000 = 6.022 × 10²³
To convert to scientific notation: count how many places you move the decimal. Moving left makes the exponent positive (large numbers); moving right makes it negative (small numbers). The Scientific Notation tab in this calculator shows both the standard and scientific form for any result you compute.
Exponents in Real Life - Where They Appear
Exponential patterns show up constantly in the real world, often faster than people intuitively expect:
- Compound interest: A = P × (1 + r)ⁿ. Money growing at 8% per year: after 30 years, 1.08³⁰ ≈ 10× - your money multiplies by 10.
- Computer storage: Everything in binary. 2¹⁰ = 1,024 bytes (1 KB), 2²⁰ = 1,048,576 bytes (1 MB), 2³⁰ ≈ 1 GB.
- Population growth: A city growing 5% per year doubles in about 14 years (Rule of 72: 72 ÷ 5 ≈ 14).
- Richter scale: Each magnitude increase is 10× more ground motion - a 7.0 earthquake releases 1,000× more energy than a 5.0.
- Half-life: Radioactive decay follows (1/2)ⁿ - after n half-lives, only (0.5)ⁿ of the original remains.