Guide13 min read

Exponent Rules — All 8 Laws Explained

Exponent rules (also called laws of exponents) are the algebraic identities that let you simplify expressions involving powers without expanding every multiplication. Mastering all eight rules is essential for algebra, calculus, scientific notation, and exponential equations.

This guide covers every rule — product, quotient, power of a power, zero exponent, negative exponent, fractional exponent, and more — with clear notation, proof sketches, worked examples, and the common errors to avoid at each step.

Formula

Product: aᵐ·aⁿ = aᵐ⁺ⁿ | Quotient: aᵐ/aⁿ = aᵐ⁻ⁿ | Power: (aᵐ)ⁿ = aᵐⁿ

All 8 Exponent Rules at a Glance

The eight fundamental exponent rules cover every operation you will encounter. Memorise them; the examples that follow will cement your understanding.

RuleFormulaExampleKey condition
Product ruleaᵐ · aⁿ = aᵐ⁺ⁿx³ · x⁵ = x⁸Same base
Quotient ruleaᵐ / aⁿ = aᵐ⁻ⁿx⁷ / x³ = x⁴Same base, a ≠ 0
Power of a power(aᵐ)ⁿ = aᵐⁿ(x²)³ = x⁶
Power of a product(ab)ⁿ = aⁿbⁿ(2x)³ = 8x³
Power of a quotient(a/b)ⁿ = aⁿ/bⁿ(x/3)² = x²/9b ≠ 0
Zero exponenta⁰ = 17⁰ = 1a ≠ 0
Negative exponenta⁻ⁿ = 1/aⁿx⁻³ = 1/x³a ≠ 0
Fractional exponentaᵐ/ⁿ = ⁿ√(aᵐ)8²/³ = (∛8)² = 4n ≠ 0

Rule 1: Product Rule — aᵐ · aⁿ = aᵐ⁺ⁿ

When multiplying two powers with the same base, add the exponents. This follows directly from the definition of exponentiation as repeated multiplication: aᵐ · aⁿ means (m copies of a) × (n copies of a) = m+n copies of a = aᵐ⁺ⁿ.

Examples: 2³ · 2⁴ = 2⁷ = 128. x² · x⁵ = x⁷. 3a⁴ · 5a³ = 15a⁷.

Common mistake: Applying the product rule to different bases. x² · y³ cannot be simplified to xy⁵ — the rule requires the same base.

With coefficients: (3x²)(4x³) = 12x⁵. Multiply the coefficients separately, then add the exponents on x.

Rule 2: Quotient Rule — aᵐ / aⁿ = aᵐ⁻ⁿ

When dividing powers with the same base, subtract the exponents. Proof: x⁵/x² = (x·x·x·x·x)/(x·x). Cancel two x's top and bottom: x³. That's x⁵⁻² = x³.

Examples: y⁸/y³ = y⁵. 10⁶/10² = 10⁴. (6x⁷)/(2x³) = 3x⁴.

When m < n: x²/x⁵ = x⁻³ = 1/x³. The quotient rule produces a negative exponent when the denominator has the larger power.

When m = n: x⁴/x⁴ = x⁰ = 1. This is one way to see why any nonzero base to the zero power equals 1.

Rules 3–5: Power Rules

Power of a power (aᵐ)ⁿ = aᵐⁿ: Multiply the exponents. Proof: (x²)³ = x²·x²·x² = x⁶ = x^(2×3). Example: (y⁴)⁵ = y²⁰.

Power of a product (ab)ⁿ = aⁿbⁿ: Distribute the exponent to each factor. (2x)⁴ = 2⁴x⁴ = 16x⁴. (3xy²)³ = 27x³y⁶.

Power of a quotient (a/b)ⁿ = aⁿ/bⁿ: Apply the exponent to numerator and denominator separately. (x/4)² = x²/16. (2a/3b)³ = 8a³/27b³.

Critical trap — (a+b)ⁿ ≠ aⁿ+bⁿ: The power of a product rule applies to products, not sums. (x+3)² = x²+6x+9, not x²+9. This is one of the most common errors in algebra.

Rule 6: Zero Exponent — a⁰ = 1

Any nonzero number raised to the power of 0 equals 1. Proof via the quotient rule: aⁿ/aⁿ = aⁿ⁻ⁿ = a⁰. But also aⁿ/aⁿ = 1 (anything divided by itself). Therefore a⁰ = 1.

Examples: 5⁰ = 1. (−7)⁰ = 1. (3x²y)⁰ = 1 (for x ≠ 0, y ≠ 0). 100⁰ = 1.

Why 0⁰ is undefined (or sometimes 1): The expression 0⁰ is an indeterminate form. In combinatorics and some areas of discrete mathematics, 0⁰ is defined as 1 for convenience. In analysis (limits), 0⁰ is considered indeterminate because different limits of the form f(x)^g(x) where both approach 0 can give different values.

Trap — coefficient vs entire term: 3x⁰ = 3·1 = 3 (only x is raised to 0). To get (3x)⁰ = 1, you need the parentheses.

Rule 7: Negative Exponent — a⁻ⁿ = 1/aⁿ

A negative exponent means take the reciprocal: move the base to the other side of the fraction bar and make the exponent positive. Proof via quotient rule: a⁰/aⁿ = a⁰⁻ⁿ = a⁻ⁿ. But a⁰/aⁿ = 1/aⁿ. Therefore a⁻ⁿ = 1/aⁿ.

Examples: x⁻³ = 1/x³. 2⁻⁴ = 1/16. (x/y)⁻² = (y/x)² = y²/x².

Moving between numerator and denominator: x⁻²y³ = y³/x². In a fraction, a factor in the numerator with negative exponent moves to the denominator with positive exponent, and vice versa.

Trap — negative exponent ≠ negative number: 2⁻³ = 1/8, which is positive. Negative exponents produce reciprocals, not negatives.

Rule 8: Fractional Exponent — aᵐ/ⁿ = ⁿ√(aᵐ)

A fractional exponent a^(m/n) means the nth root of a raised to the mth power: aᵐ/ⁿ = (ⁿ√a)ᵐ = ⁿ√(aᵐ). The denominator of the fractional exponent becomes the index of the root.

Most important cases: a^(1/2) = √a (square root). a^(1/3) = ∛a (cube root). a^(2/3) = (∛a)² or ∛(a²).

Examples: 9^(1/2) = √9 = 3. 8^(1/3) = ∛8 = 2. 16^(3/4) = (⁴√16)³ = 2³ = 8. 27^(2/3) = (∛27)² = 3² = 9.

Order matters for calculation: When computing aᵐ/ⁿ by hand, take the root first then raise to the power (not the other way round) to keep numbers manageable. 8^(2/3): ∛8 = 2, then 2² = 4. Compared to 8² = 64, then ∛64 = 4 — same answer but larger intermediate numbers.

Exponent Rules in Scientific Notation

Scientific notation expresses numbers as a × 10ⁿ where 1 ≤ a < 10. The exponent rules for base 10 make multiplication and division of very large or small numbers easy.

Multiplication: (3 × 10⁴)(2 × 10³) = 6 × 10⁷. Multiply the coefficients, add the exponents.

Division: (8 × 10⁶) / (4 × 10²) = 2 × 10⁴. Divide the coefficients, subtract the exponents.

Powers: (5 × 10³)² = 25 × 10⁶ = 2.5 × 10⁷. Apply both the power of a product rule and the power of a power rule.

Practical use: Avogadro's number 6.02 × 10²³ × mass calculations; light-year distances in astronomy; nanometre-scale measurements in physics. Exponent rules are the arithmetic backbone of all scientific calculation.

Frequently Asked Questions