Mathwords logoMathwords

Exponent Rules — Formulas, Table & Examples

Exponent Rules

Algebra rules and formulas for exponents are listed below.

 

Definitions

1. an = a·a·a···a  (n times)

2. a0 = 1  (a ≠ 0)

3. a to the power of negative n equals 1 divided by a to the power of n (a^-n = 1/a^n)  (a ≠ 0)

4. a^(m/n) = nth root of a^m, or (nth root of a)^m  (a ≥ 0, m ≥ 0, n > 0)

 

Combining

1. multiplication: axay = ax + y

2. division: Division rule for exponents: a^x divided by a^y equals a^(x-y), where a is not zero.  (a ≠ 0)

3. powers: (ax)y = axy

 

Distributing   (a ≥ 0, b ≥ 0)

1. (ab)x = axbx

2. Math formula showing exponent distribution over division: (a/b)^x = a^x / b^x  (b ≠ 0)

 

Careful!!

1. (a + b)nan + bn

2. (ab)nan – bn

 

See also

Root formulas, nth root

Key Formula

Definitions:an=aaaan timesa0=1(a0)an=1an(a0)am/n=amn(a0,  n>0)Combining:axay=ax+yaxay=axy(a0)(ax)y=axyDistributing:(ab)x=axbx(ab)x=axbx(b0)\begin{aligned} &\textbf{Definitions:} \\ &a^n = \underbrace{a \cdot a \cdot a \cdots a}_{n \text{ times}} \\[4pt] &a^0 = 1 \quad (a \neq 0) \\[4pt] &a^{-n} = \frac{1}{a^n} \quad (a \neq 0) \\[4pt] &a^{m/n} = \sqrt[n]{a^m} \quad (a \geq 0,\; n > 0) \\[8pt] &\textbf{Combining:} \\ &a^x \cdot a^y = a^{x+y} \\[4pt] &\frac{a^x}{a^y} = a^{x-y} \quad (a \neq 0) \\[4pt] &(a^x)^y = a^{xy} \\[8pt] &\textbf{Distributing:} \\ &(ab)^x = a^x \cdot b^x \\[4pt] &\left(\frac{a}{b}\right)^x = \frac{a^x}{b^x} \quad (b \neq 0) \end{aligned}
Where:
  • a,ba, b = Base values (nonzero where noted)
  • x,y,m,nx, y, m, n = Exponents (integers or rationals depending on context)

Worked Example

Problem: Simplify the expression: 2x^3 · 4x^5
Step 1: Multiply the numerical coefficients together.
24=82 \cdot 4 = 8
Step 2: Apply the product rule (add exponents when multiplying like bases).
x3x5=x3+5=x8x^3 \cdot x^5 = x^{3+5} = x^8
Step 3: Combine the coefficient and the variable part.
2x34x5=8x82x^3 \cdot 4x^5 = 8x^8
Answer: 8x^8

Another Example

This example combines multiple rules at once—the power of a product rule, the power of a power rule, and the quotient rule—showing how they work together in a more complex expression.

Problem: Simplify the expression: (3a^2 b)^4 / (9a^5 b^2)
Step 1: Distribute the exponent 4 across every factor in the numerator using the power rule and the distributing rule.
(3a2b)4=34(a2)4b4=81a8b4(3a^2 b)^4 = 3^4 \cdot (a^2)^4 \cdot b^4 = 81a^8 b^4
Step 2: Write the full fraction with the expanded numerator.
81a8b49a5b2\frac{81a^8 b^4}{9a^5 b^2}
Step 3: Divide the coefficients and apply the quotient rule (subtract exponents) to each variable.
819=9,a85=a3,b42=b2\frac{81}{9} = 9, \quad a^{8-5} = a^3, \quad b^{4-2} = b^2
Step 4: Combine all parts for the final simplified result.
(3a2b)49a5b2=9a3b2\frac{(3a^2 b)^4}{9a^5 b^2} = 9a^3 b^2
Answer: 9a^3 b^2

Frequently Asked Questions

What is the difference between the product rule and the power rule for exponents?
The product rule applies when you multiply two expressions with the same base: you add the exponents (a^m · a^n = a^(m+n)). The power rule applies when you raise a power to another power: you multiply the exponents ((a^m)^n = a^(mn)). The key distinction is whether you see multiplication of like bases or a power raised to a power.
Why does anything to the zero power equal 1?
Consider the quotient rule: a^n / a^n = a^(n−n) = a^0. But any nonzero number divided by itself is 1. Therefore a^0 = 1 for all a ≠ 0. Note that 0^0 is generally considered indeterminate, though in some contexts it is defined as 1 by convention.
Do exponent rules work with negative and fractional exponents?
Yes. A negative exponent means you take the reciprocal: a^(−n) = 1/a^n. A fractional exponent represents a root: a^(m/n) = the nth root of a^m. All the combining and distributing rules (product, quotient, power) apply to negative and fractional exponents in exactly the same way.

Exponent Rules vs. Radical Rules

Exponent RulesRadical Rules
NotationUses superscript: a^nUses radical sign: √a or ⁿ√a
Key relationshipa^(m/n) converts to radical formⁿ√(a^m) converts to exponent form
Product rulea^x · a^y = a^(x+y)ⁿ√a · ⁿ√b = ⁿ√(ab)
When to useSimplifying algebraic expressions and solving equationsSimplifying root expressions; often converted to exponent form for calculus

Why It Matters

Exponent rules appear constantly from algebra through calculus and beyond. You need them to simplify polynomial expressions, solve exponential and logarithmic equations, and work with scientific notation in science courses. Mastering these rules is also essential for understanding growth and decay models in fields like biology, finance, and physics.

Common Mistakes

Mistake: Adding exponents when the bases are different, e.g., writing 2^3 · 5^4 = 10^7.
Correction: The product rule a^x · a^y = a^(x+y) only works when the bases are the same. If the bases differ, you cannot combine the exponents. Here, 2^3 · 5^4 = 8 · 625 = 5000.
Mistake: Distributing an exponent over addition, e.g., writing (a + b)^2 = a^2 + b^2.
Correction: Exponents distribute over multiplication and division, NOT over addition or subtraction. The correct expansion is (a + b)^2 = a^2 + 2ab + b^2. Missing the cross term 2ab is one of the most frequent algebra errors.

Related Terms

  • ExponentThe notation that exponent rules operate on
  • AlgebraThe broader field where exponent rules are used
  • Radical RulesEquivalent rules written in root notation
  • nth RootConnects to fractional exponent definition
  • FormulaExponent rules are key algebraic formulas
  • LogarithmInverse operation of exponentiation
  • Scientific NotationUses exponent rules with powers of 10