Exponent Calculator

Free exponent calculator. Calculate powers (xⁿ), square roots, cube roots, and any nth root instantly with step-by-step working.

Free Tool No Sign-up Instant Results

Exponent Calculator

Enter values above

Common Powers Quick Reference

Comprehensive Guide: Exponents, Power Laws & Radical Equivalence

Understand integer and fractional exponents, negative power reciprocals, laws of indices, exponential growth modeling, and scientific applications.

1

1. Mathematical Definition of Exponentiation

In mathematics, exponentiation is an operation involving two numbers: the base (b) and the exponent or power (n), denoted as bⁿ. When n is a positive natural integer, exponentiation represents repeated multiplication of the base by itself: bⁿ = b × b × ... × b (n times).

Modern algebra extends this definition continuously across zero, negative integers, rational fractions (roots), real numbers, and complex numbers through continuous analytic continuation.

2

2. The 7 Fundamental Laws of Indices (Exponent Rules)

Rule Name Algebraic Identity Example
Product Rulebᵐ × bⁿ = bᵐ⁺ⁿ2³ × 2⁴ = 2⁷ = 128
Quotient Rulebᵐ ÷ bⁿ = bᵐ⁻ⁿ5⁶ ÷ 5² = 5⁴ = 625
Power of a Power(bᵐ)ⁿ = bᵐⁿ(3²)³ = 3⁶ = 729
Zero Exponentb⁰ = 1 (b ≠ 0)999⁰ = 1
Negative Exponentb⁻ⁿ = 1 / bⁿ2⁻³ = 1 / 2³ = 1/8 = 0.125
Fractional Exponentb^(m/n) = ⁿ√(bᵐ)8^(2/3) = (∛8)² = 2² = 4
Power of a Product(ab)ⁿ = aⁿ × bⁿ(2 × 5)³ = 2³ × 5³ = 8 × 125 = 1,000
3

3. Graduated Step-by-Step Worked Problems

Problem 1: Simplifying Compound Power Expressions

Simplify: (2³ × 2⁻⁵ × 4²) ÷ 2⁴

Step 1: Express all terms with common base 2: 4² = (2²)² = 2⁴.
Step 2: Combine numerator: 2³ × 2⁻⁵ × 2⁴ = 2^(3 − 5 + 4) = 2² = 4.
Step 3: Apply quotient rule: 2² ÷ 2⁴ = 2^(2 − 4) = 2⁻² = 1 / 2² = 1/4 = 0.25.
Result: Exactly 1/4 (0.25).

Problem 2: Evaluating Fractional Rational Exponents

Evaluate: 27^(−4/3) without a calculator.
• Step 1 (Invert for negative power): 1 / (27^(4/3)).
• Step 2 (Cube root): ∛27 = 3.
• Step 3 (Raise to power 4): 3⁴ = 81.
• Final fraction: 1 / 81 ≈ 0.012345679.
Result: 1/81.

Problem 3: Radioactive Half-Life Exponential Decay

Iodine-131 has a half-life of 8 days. If a medical sample begins with 80 mg, how much remains after 24 days?
• Number of elapsed half-lives: n = 24 / 8 = 3.
• Decay formula: N(t) = N₀ · (1/2)ⁿ = 80 × (1/2)³ = 80 × (1/8) = 10 mg.
Result: Exactly 10 mg remains.

4

4. Exponential Growth & Compound Interest Dynamics

In biology and finance, exponential processes are governed by Euler's number e ≈ 2.71828:

Continuous Compounding: A(t) = P · e^(rt)
Discrete Compounding: A(t) = P · (1 + r/n)^(nt)

The explosive nature of exponential growth means small percentage increases in r produce massive divergences over long time horizons t.

5

5. Frequently Asked Questions (FAQ)

Why is any non-zero number to the power of 0 equal to 1?

By the quotient rule: bᵐ / bᵐ = b^(m−m) = b⁰. But any non-zero quantity divided by itself equals 1 (bᵐ / bᵐ = 1). Therefore, b⁰ = 1.

What is 0 to the power of 0 (0⁰)?

In calculus and analysis, 0⁰ is an indeterminate form because 0^x = 0 but x⁰ = 1. In discrete mathematics, combinatorics, and computer programming (like IEEE 754), 0⁰ is formally defined as 1 so polynomial series formulas like (1 + x)ⁿ = Σ ⁿCₖ xᵏ remain valid at x = 0.

What is the difference between -3² and (-3)²?

By standard order of operations (PEMDAS), exponents precede unary negation. -3² = -(3²) = -9. In contrast, parentheses group the negative sign with the base: (-3)² = (-3) × (-3) = +9.