๐Ÿ”ŸElementary Algebra

Exponents Rules

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Exponent rules are the foundation of algebraic manipulation. They show up everywhere from simplifying polynomial expressions to solving exponential equations to working with scientific notation. The underlying principle is straightforward: exponents are shorthand for repeated multiplication, and every rule flows logically from that definition.

These rules fall into families based on what operation you're performing: combining like bases, distributing powers, or handling special cases like zero and negative exponents. When you encounter a complex expression, your job is to recognize which rules apply and in what order. Don't just memorize formulas. Understand the logic behind each rule so you can apply them flexibly and catch your own errors.


Combining Powers with the Same Base

These rules govern what happens when you multiply or divide expressions that share the same base. Since exponents count repeated multiplication, combining like bases means adjusting that count.

Product Rule

  • amโ‹…an=am+na^m \cdot a^n = a^{m+n}: when multiplying same bases, add exponents because you're combining groups of repeated factors
  • This only works with identical bases. You can't simplify 23โ‹…322^3 \cdot 3^2 this way because the bases are different.
  • Example: x4โ‹…x7=x11x^4 \cdot x^7 = x^{11}. This comes up constantly in polynomial multiplication.

Quotient Rule

  • aman=amโˆ’n\frac{a^m}{a^n} = a^{m-n}: when dividing same bases, subtract exponents because division cancels out repeated factors
  • This rule leads directly to zero and negative exponents when m=nm = n or m<nm < n.
  • Example: y8y3=y5\frac{y^8}{y^3} = y^5, a fundamental technique for simplifying rational expressions

Compare: Product Rule vs. Quotient Rule: both require identical bases, but multiplication adds exponents while division subtracts them. If a problem mixes multiplication and division of like bases, work left to right, applying the appropriate rule at each step.


Distributing Powers

These rules handle situations where an exponent applies to an entire expression inside parentheses. The principle: an exponent outside parentheses affects everything inside.

Power of a Power Rule

  • (am)n=amn(a^m)^n = a^{mn}: raising a power to another power multiplies the exponents
  • Parentheses are critical. The expression amna^{m^n} (no parentheses) means something entirely different. That's a tower of exponents evaluated from the top down.
  • Example: (x3)4=x12(x^3)^4 = x^{12}

Power of a Product Rule

  • (ab)n=anโ‹…bn(ab)^n = a^n \cdot b^n: distribute the exponent to each factor inside the parentheses
  • This applies to any number of factors: (abc)n=anbncn(abc)^n = a^n b^n c^n
  • Example: (3x)2=9x2(3x)^2 = 9x^2. A very common mistake is writing 3x23x^2 instead, forgetting to square the 3.

Power of a Quotient Rule

  • (ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}: distribute the exponent to both numerator and denominator
  • Requires bโ‰ 0b \neq 0 to avoid division by zero.
  • Example: (25)3=8125\left(\frac{2}{5}\right)^3 = \frac{8}{125}

Compare: Power of a Product vs. Power of a Quotient: both distribute the outside exponent to every term inside. One applies to multiplication, the other to division. Common trap: forgetting to apply the exponent to numerical coefficients, like the 3 in (3x)2(3x)^2.


Special Exponent Values

These rules handle the edge cases: zero, negative, and fractional exponents. Understanding these requires thinking about what exponents mean, not just how to compute with them.

Zero Exponent Rule

  • a0=1a^0 = 1 where aโ‰ 0a \neq 0: any nonzero base raised to zero equals one
  • You can derive this from the quotient rule: anan=anโˆ’n=a0\frac{a^n}{a^n} = a^{n-n} = a^0, and any nonzero number divided by itself is 1.
  • 000^0 is undefined. This edge case shows up on exams to test whether you remember the aโ‰ 0a \neq 0 restriction.

Negative Exponent Rule

  • aโˆ’n=1ana^{-n} = \frac{1}{a^n}: a negative exponent means "take the reciprocal"
  • This also flips position in fractions: 1aโˆ’n=an\frac{1}{a^{-n}} = a^n and aโˆ’mbโˆ’n=bnam\frac{a^{-m}}{b^{-n}} = \frac{b^n}{a^m}
  • Example: 5โˆ’2=152=1255^{-2} = \frac{1}{5^2} = \frac{1}{25}. You'll use this constantly when rewriting expressions without negative exponents.

Compare: Zero Exponent vs. Negative Exponent: zero gives you 1 (a constant), while negative gives you a reciprocal (still involves the base). Both follow from the quotient rule: a0a^0 comes from anโˆ’na^{n-n}, and aโˆ’1a^{-1} comes from a0โˆ’1a^{0-1}.

Fractional Exponent Rule

  • am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m: the denominator is the root, the numerator is the power
  • The order doesn't matter mathematically, but taking the root first often keeps numbers smaller and easier to work with.
  • Example: 82/3=(83)2=22=48^{2/3} = \left(\sqrt[3]{8}\right)^2 = 2^2 = 4. If you powered first, you'd get 643\sqrt[3]{64}, which still equals 4 but involves a bigger number along the way.

Compare: Negative Exponents vs. Fractional Exponents: negatives flip to reciprocals, fractions convert to roots. You can have both at once: aโˆ’m/n=1amna^{-m/n} = \frac{1}{\sqrt[n]{a^m}}. Problems often require converting between radical and exponential form.


Common Mistake to Watch For

A frequent error is applying the Power of a Product Rule to addition. The rule (ab)n=anbn(ab)^n = a^n b^n works because the terms inside are being multiplied. It does not work for sums:

(a+b)2โ‰ a2+b2\left(a + b\right)^2 \neq a^2 + b^2

The correct expansion uses FOIL or the distributive property: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2. If you remember nothing else from this guide, remember that exponent rules distribute over multiplication and division, never over addition or subtraction.


Quick Reference Table

ConceptRule
Combining like bases (multiplication)amโ‹…an=am+na^m \cdot a^n = a^{m+n}
Combining like bases (division)aman=amโˆ’n\frac{a^m}{a^n} = a^{m-n}
Nested exponents(am)n=amn(a^m)^n = a^{mn}
Distributing to products(ab)n=anbn(ab)^n = a^n b^n
Distributing to quotients(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}
Special value: zeroa0=1a^0 = 1 (where aโ‰ 0a \neq 0)
Special value: negativeaโˆ’n=1ana^{-n} = \frac{1}{a^n}
Connecting roots and powersam/n=amna^{m/n} = \sqrt[n]{a^m}

Self-Check Questions

  1. Which two rules both require the bases to be identical before you can apply them, and what operation distinguishes them?

  2. Simplify (x3)2โ‹…x4x5\frac{(x^3)^2 \cdot x^4}{x^5} and identify which rule you used at each step.

  3. Compare aโˆ’2a^{-2} and a1/2a^{1/2}. What does each tell you to do with the base?

  4. Why does a0=1a^0 = 1 make logical sense based on the quotient rule? What happens when a=0a = 0?

  5. A student claims that (2+3)2=22+32(2 + 3)^2 = 2^2 + 3^2. Which exponent rule are they misapplying, and what's the correct approach?