Exponent Rules Calculator | All 8 Laws
Apply all 8 laws of exponents, product, quotient, power of a power, zero, negative, fractional, and multiple-base rules, with step-by-step working and numerical verification for any base and exponents.
Press Enter to calculate · Esc to reset
What Is the Exponent Rules Calculator | All 8 Laws?
The laws of exponents are a set of algebraic rules that describe exactly how powers behave under multiplication, division, and composition. Rather than memorising each rule in isolation, it helps to understand where they come from, all eight rules derive from a single definition: aⁿ means a multiplied by itself n times.
The product rule (aᵐ × aⁿ = a^(m+n)) follows directly from counting: two groups of factors, m copies of a and n copies of a, together make m+n copies. Similarly the quotient rule cancels shared factors: m copies divided by n copies leaves m−n copies (or 1 over n−m copies if n > m, which is the negative exponent rule). The power rule (aᵐ)ⁿ = a^(mn) follows from applying the product rule n times: n copies of (m copies of a) = mn copies.
Fractional exponents connect exponentiation to roots. a^(1/2) must be the number that, when squared, gives a, that is, √a. In general a^(p/q) = q-th root of aᵖ. The power-of-a-product and power-of-a-quotient rules simply distribute the exponent, because multiplication is commutative and you can rearrange the order of all the factors.
This calculator groups the rules into three logical families, same-base operations, special exponents, and multiple-base operations, and shows every rule evaluated numerically with a step-by-step derivation. Inputs are saved automatically so you can pick up where you left off.
Formula
| Rule | Formula | Example | Notes |
|---|---|---|---|
| Product Rule | aᵐ × aⁿ = a^(m+n) | 2³ × 2⁴ = 2⁷ = 128 | Only when bases are equal |
| Quotient Rule | aᵐ ÷ aⁿ = a^(m−n) | 5⁶ ÷ 5² = 5⁴ = 625 | Only when bases are equal; result may be fractional exponent |
| Power Rule | (aᵐ)ⁿ = a^(mn) | (3²)⁴ = 3⁸ = 6561 | Multiply the exponents |
| Zero Exponent | a⁰ = 1 | 99⁰ = 1 | Holds for any a ≠ 0; 0⁰ = 1 by convention |
| Negative Exponent | a⁻ⁿ = 1/aⁿ | 2⁻³ = 1/8 = 0.125 | Reciprocal of the positive power |
| Fractional (root) | a^(1/n) = ⁿ√a | 27^(1/3) = 3 | n-th root of a |
| General Fraction | a^(p/q) = (ⁿ√a)ᵖ | 8^(2/3) = 4 | Root first, then power (or vice versa) |
| Product of Bases | (ab)ⁿ = aⁿbⁿ | (2×5)³ = 8×125 = 1000 | Distributes exponent to each factor |
| Quotient of Bases | (a/b)ⁿ = aⁿ/bⁿ | (6/2)³ = 216/8 = 27 | Distributes exponent to num. and denom. |
How to Use
- 1Pick a group: Select "Same Base" (product, quotient, power rules), "Special Exponents" (zero, negative, fractional), or "Multiple Bases" (power of product/quotient). The relevant inputs and rules update automatically.
- 2Load a preset: Click any preset to fill the inputs with a worked example. Presets use small whole numbers so the rules are easy to verify by hand.
- 3Enter your values: Type your own base, exponents, or additional inputs. For the Special group you can also enter p and q separately to compute a general fractional exponent b^(p/q).
- 4Press Calculate or Enter: Click "Apply Exponent Rules" or press Enter in any input. All applicable rules for the selected group are computed simultaneously.
- 5Read the rule cards: Each card shows the rule name, the generic formula, the expression with your specific numbers filled in, and the numerical result. An "exact" or "≈ approx" badge indicates whether the result is a clean integer or a rounded decimal.
- 6Expand step-by-step: Click "Show steps" on any card to see every line of the derivation, which rule applies, how the exponents are combined, and the final value with a verification check.
- 7Copy results: Click "Copy all results" to copy every rule, formula, and result as plain text, useful for pasting into homework, reports, or notes.
- 8Reset anytime: Press Reset or Esc to clear all inputs. Your last values are saved automatically in browser storage and restored on your next visit.
Example Calculation
Example 1: Same-base rules with b = 2, m = 3, n = 4
All three same-base rules demonstrated with base 2, first exponent 3, second exponent 4.
Example 2: Special exponents with b = 8, n = 3
Zero, negative, fractional, and general fractional exponent (p/q = 2/3) applied to base 8.
Example 3: Multiple bases, (a=4, b=9, n=2)
Power of a product and power of a quotient, verifying both directions of the rule.
Understanding Exponent Rules | All 8 Laws
Why the Product Rule Works
The product rule aᵐ × aⁿ = a^(m+n) is the most fundamental of all exponent rules, and understanding it from first principles makes the rest easy. Writing it out for m = 3, n = 2:
No arithmetic is needed, you just count the total number of factors. The rule extends to any real exponents through the definition of the exponential function, but the integer case makes the logic transparent.
The Zero and Negative Rules Follow from Quotient
Both the zero exponent rule and the negative exponent rule are consequences of the quotient rule, not arbitrary definitions:
- ›Zero exponent: aⁿ / aⁿ = a^(n−n) = a⁰. But aⁿ / aⁿ = 1 for any nonzero a. So a⁰ = 1.
- ›Negative exponent: a⁰ / aⁿ = a^(0−n) = a⁻ⁿ. But a⁰ / aⁿ = 1/aⁿ. So a⁻ⁿ = 1/aⁿ.
- ›This is why the rules are consistent, each one derives from the others rather than being a separate axiom to memorise.
Common Mistakes to Avoid
- ›aᵐ × bⁿ ≠ (ab)^(m+n): The product rule only works when the base is the same. 2³ × 3⁴ cannot be simplified further, the bases differ.
- ›(a + b)ⁿ ≠ aⁿ + bⁿ: The power of a product rule applies to multiplication, not addition. (2 + 3)² = 25, not 4 + 9 = 13.
- ›aᵐⁿ vs (aᵐ)ⁿ: aᵐⁿ is a raised to the combined exponent (mn as written); (aᵐ)ⁿ = a^(mn) by the power rule. The distinction matters when m and n are expressions, not single digits.
- ›Negative exponent ≠ negative number: 2⁻³ = 0.125, not −8. A negative exponent means reciprocal, not sign change.
- ›0⁰: Conventionally defined as 1 (for combinatorics, the binomial theorem, Taylor series), but it is technically an indeterminate form in limit contexts. Most calculators return 1.
Applications in Algebra and Science
- ›Polynomial multiplication: (x³)(x⁵) = x⁸, the product rule is used in every polynomial multiplication and factoring problem.
- ›Scientific notation: (3 × 10⁵) × (4 × 10³) = 12 × 10⁸ = 1.2 × 10⁹, the product rule handles the powers of ten.
- ›Simplifying rational expressions: x⁷/x³ = x⁴ (quotient rule); (x²y³)⁴ = x⁸y¹² (power rule applied to each factor).
- ›Physics, inverse square laws: Gravity, electric field, and light intensity all fall off as r⁻², directly using the negative exponent rule in SI unit expressions.
- ›Finance: Compound growth (1 + r)ⁿ uses the power rule when n is itself an expression: ((1+r)¹²)ʸ = (1+r)^(12y) for monthly compounding over y years.
- ›Algorithm complexity: Simplifying expressions like 2ⁿ × 2ⁿ = 2^(2n) or (2ⁿ)ⁿ = 2^(n²) uses the product and power rules in Big O analysis.
Fractional Exponents and Roots
The connection between fractional exponents and roots is one of the most useful results in algebra. The key identity is a^(1/n) = ⁿ√a, and it generalises to a^(p/q) = (ⁿ√a)ᵖ. This lets you handle roots and powers with a single notation:
- ›√16 = 16^(1/2) = 4
- ›∛27 = 27^(1/3) = 3
- ›8^(2/3) = (∛8)² = 2² = 4, or equivalently (8²)^(1/3) = 64^(1/3) = 4
- ›16^(3/4) = (⁴√16)³ = 2³ = 8
You can always choose whether to take the root first or the power first, both give the same answer. In practice, taking the root first usually produces smaller intermediate numbers that are easier to work with by hand.
Frequently Asked Questions
What is the product rule for exponents and when can I use it?
The product rule states aᵐ × aⁿ = a^(m+n). When multiplying two powers with the same base, you add the exponents.
- • Can use it: 2³ × 2⁵ = 2⁸ = 256 (same base, 2)
- • Cannot use it: 2³ × 3⁵ (different bases, bases must match)
- • Works for any real exponents: x^(1/2) × x^(3/2) = x² (adds the fractions)
- • Extends to negative exponents: 5⁻² × 5⁷ = 5⁵ = 3,125
The rule comes directly from counting factors: m copies of a multiplied by n copies gives m+n copies total.
How does the power of a power rule work?
The power rule states (aᵐ)ⁿ = a^(m×n). When you raise a power to another power, multiply the exponents.
- • (2³)⁴ = 2^(3×4) = 2¹² = 4,096
- • ((x²)³)⁵ = x^(2×3×5) = x³⁰, chain as many levels as needed
- • (a^(1/2))² = a^(1/2 × 2) = a¹ = a, squaring a square root returns the original
The reasoning: (aᵐ)ⁿ means n groups of m copies of a, which is mn copies, hence a^(mn).
Important: aᵐⁿ (without brackets) is usually read as a^(mⁿ), a raised to the power of m raised to n, which is different. Use brackets to be unambiguous.
Why does any number to the power zero equal 1?
It follows from the quotient rule, not from a definition pulled from thin air.
- • By the quotient rule: aⁿ / aⁿ = a^(n−n) = a⁰
- • But any number divided by itself equals 1: aⁿ / aⁿ = 1 (for a ≠ 0)
- • Therefore: a⁰ = 1 for any a ≠ 0
What about 0⁰? This is a special case. In most mathematical and programming contexts, 0⁰ is defined as 1 (for combinatorics and the binomial theorem to work), but it is an indeterminate form in calculus, the limit of xˣ as x → 0⁺ equals 1, but other 0⁰-type limits can equal anything.
How do fractional exponents relate to roots?
A fractional exponent of 1/n is exactly the n-th root: a^(1/n) = ⁿ√a.
- • a^(1/2) = √a (square root)
- • a^(1/3) = ∛a (cube root)
- • 64^(1/6) = ⁶√64 = 2 (because 2⁶ = 64)
For a general fraction p/q, the rule is: a^(p/q) = (ⁿ√a)ᵖ
- • Take the q-th root of a, then raise to the p-th power
- • 8^(2/3): cube root of 8 = 2, then 2² = 4
- • 27^(4/3): cube root of 27 = 3, then 3⁴ = 81
You can also do it the other way, raise to p first, then take the root, but the root-first approach keeps numbers smaller and easier to work with.
What is the difference between (ab)ⁿ and aⁿ × bⁿ?
They are equal, the power of a product rule states (ab)ⁿ = aⁿ × bⁿ.
- • (2 × 5)³ = 10³ = 1,000
- • 2³ × 5³ = 8 × 125 = 1,000 ✓
Common confusion: this rule is sometimes confused with (a + b)ⁿ. These are very different:
- • (a + b)² = a² + 2ab + b² (not a² + b²), the cross-term 2ab appears
- • (a × b)² = a² × b², no cross-term; distributes cleanly
The rule only distributes through multiplication and division, never through addition or subtraction.
Can I simplify expressions with different bases?
The product, quotient, and power rules only apply directly when the bases are the same. For different bases, you have a few options:
- • Same exponent: Use the product-of-powers rule, aⁿ × bⁿ = (ab)ⁿ. Example: 4³ × 5³ = 20³.
- • Different base and exponent: No single rule simplifies this, you must evaluate numerically. Example: 2³ × 3⁴ = 8 × 81 = 648.
- • Prime factorisation: Sometimes different bases can be rewritten in terms of a common base. Example: 4³ = (2²)³ = 2⁶, so 4³ = 2⁶.
- • Logarithms: If you need to solve for an unknown exponent across different bases, use the change-of-base formula.
What happens when you apply a negative exponent to a fraction?
A negative exponent flips the base to its reciprocal, then applies the positive exponent:
- • For a simple base: a⁻ⁿ = 1/aⁿ
- • For a fraction: (a/b)⁻ⁿ = (b/a)ⁿ, the fraction flips
- • Example: (2/3)⁻² = (3/2)² = 9/4 = 2.25
- • Example: (x/y)⁻¹ = y/x, negative first power inverts the fraction
This follows from combining the power-of-a-quotient rule with the negative exponent rule: (a/b)⁻ⁿ = a⁻ⁿ/b⁻ⁿ = (1/aⁿ) / (1/bⁿ) = bⁿ/aⁿ = (b/a)ⁿ.
How are exponent rules used in everyday maths and science?
Exponent rules appear in almost every area of quantitative study:
- • Algebra: Multiplying polynomials, (x³)(x⁵) = x⁸; simplifying rational expressions, x⁷/x³ = x⁴.
- • Scientific notation: (6 × 10⁸) × (4 × 10³) = 24 × 10¹¹ = 2.4 × 10¹², product rule handles the exponents.
- • Physics: Unit dimensional analysis relies on negative exponents, velocity is m·s⁻¹, acceleration is m·s⁻².
- • Finance: Compound interest formula A = P(1+r)ⁿ; the power rule simplifies (1+r)^(12t) for monthly rates.
- • Computer science: Algorithm complexity, 2ⁿ × 2ⁿ = 2^(2n); (2ⁿ)² = 2^(2n). Powers of 2 appear everywhere in binary systems.
- • Chemistry: Rate laws, reaction rate = k[A]²[B], exponents on concentration terms come from the reaction mechanism.