Overview

Exponent Rules are used in almost every problem involving some form of algebra and are extremely important to know to progress further. This module will cover the fundamentals of exponentiation, exponent rules, and common forms of exponentiation that appear frequently.

Definition

Exponentiation is essentially just repeated multiplication. It provides a shortcut way of writing repeated multiplication.

  • Base: The number that is being repeatedly multiplied. In the expression: 5555 \cdot 5 \cdot 5, 55 may be considered the "base".
  • Exponent: How many times the number is being repeatedly multiplied. In the expression: 5555 \cdot 5 \cdot 5, the exponent is 33 as there are 33 instances of 55 being multiplied.
  • Power: A combination of a "base" and an "exponent": 535^3, 5 being the "base" and 3 being the "exponent"

Exponent Rules

These "rules" are essential for quick computation with exponents and are the crux of exponentiation. Ensure you are familiar with these!

Exponent rules (also called laws of exponents) are shortcuts that let you simplify and manipulate expressions involving powers without expanding them term by term. They apply universally across algebra, calculus, and beyond, so internalizing them early pays dividends.

The Core Rules

Product Rule

When multiplying two powers that share the same base, add the exponents:

aman=am+na^m \cdot a^n = a^{m+n}

Example: 2324=27=1282^3 \cdot 2^4 = 2^7 = 128


Quotient Rule

When dividing two powers with the same base, subtract the exponents:

aman=amn,a0\frac{a^m}{a^n} = a^{m-n}, \quad a \neq 0

Example: 5652=54=625\frac{5^6}{5^2} = 5^4 = 625


Power Rule

When raising a power to another power, multiply the exponents:

(am)n=amn(a^m)^n = a^{mn}

Example: (32)4=38=6561(3^2)^4 = 3^8 = 6561


Power of a Product

An exponent outside parentheses distributes to every factor inside:

(ab)n=anbn(ab)^n = a^n b^n

Example: (23)3=827=216(2 \cdot 3)^3 = 8 \cdot 27 = 216


Power of a Quotient

The same distribution applies to fractions:

(ab)n=anbn,b0\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}, \quad b \neq 0

Example: (42)3=648=8\left(\frac{4}{2}\right)^3 = \frac{64}{8} = 8


Negative Exponent Rule

A negative exponent means reciprocal and not a negative result:

an=1an,a0a^{-n} = \frac{1}{a^n}, \quad a \neq 0

Example: 23=18=0.1252^{-3} = \frac{1}{8} = 0.125


Special Cases

Zero Exponent

Any nonzero base raised to the power of zero equals 1:

a0=1,a0a^0 = 1, \quad a \neq 0

This follows directly from the quotient rule: anan=ann=a0=1\frac{a^n}{a^n} = a^{n-n} = a^0 = 1. Note that 000^0 is indeterminate.


Exponent of One

Any base raised to the power of 1 is simply itself:

a1=aa^1 = a


Fractional Exponents

A fractional exponent represents a root. The denominator is the root index and the numerator is the power:

a1/n=ana^{1/n} = \sqrt[n]{a} and more generally, am/n=(an)ma^{m/n} = (\sqrt[n]{a})^m

Example: 81/3=83=28^{1/3} = \sqrt[3]{8} = 2 and 82/3=(83)2=48^{2/3} = (\sqrt[3]{8})^2 = 4


Putting It All Together

These rules are not independent facts to memorize in isolation, they are simply applications of the same underlying structure. Notice, for instance, that the negative exponent rule is just the quotient rule applied when m<nm < n, and the zero exponent rule is the quotient rule when m=nm = n. Fractional exponents unify roots and powers into a single notation.

When simplifying a complex expression, work systematically: handle parentheses first (power of a product/quotient), then consolidate like bases (product and quotient rules), and finally resolve any negative or fractional exponents. With practice, multi-step simplifications collapse into a single line.

Importantly, a(bc)a^{(b^c)} is not the same as (ab)c(a^b)^c. Instead, you must first compute bcb^c, then compute aa to that power. For instance, 2(34)2^{(3^4)} is 2812^{81}, not 848^4.

Worked Example

Simplify ((2x3y2)2)/(4x1y)((2x^3y^{-2})^2)/(4x^{-1}y).


Step 1: Apply the power of a product rule to the numerator

Distribute the outer exponent of 2 to every factor inside the parentheses:

(2x3y2)2=22x32y22=4x6y4(2x^3y^{-2})^2 = 2^2 \cdot x^{3 \cdot 2} \cdot y^{-2 \cdot 2} = 4x^6y^{-4}

The expression becomes:

4x6y44x1y\frac{4x^6y^{-4}}{4x^{-1}y}

Step 2: Simplify the coefficients

44=1\frac{4}{4} = 1

Step 3: Apply the quotient rule to each variable

For xx:

x6x1=x6(1)=x7\frac{x^6}{x^{-1}} = x^{6-(-1)} = x^7

For yy:

y4y1=y41=y5\frac{y^{-4}}{y^1} = y^{-4-1} = y^{-5}

Step 4: Eliminate the negative exponent

y5=1y5y^{-5} = \frac{1}{y^5}

Final Answer

x7y5\boxed{\dfrac{x^7}{y^5}}

Strategy Checklist

  • Combine exponents only for matching bases.
  • Move negative exponents across the fraction bar.
  • Convert fractional exponents to roots if helpful.
  • Check domain restrictions when using even roots.

Common Pitfalls

  • Forgetting that negative exponents move factors to the denominator.
  • Distributing powers across sums, e.g., (x+y)2x2+y2(x+y)^2 \ne x^2 + y^2. The product exponentiation rule, as you may have guessed, only works on products, not sums.
  • Canceling terms with different bases.

Practice Problems

StatusSourceProblem NameDifficultyTags
AMC 8Medium
Show TagsExponents
AHSMEMedium
Show TagsArithmetic Series, Exponents
AIMEMedium
AMC 8Easy
AHSMEEasy
AMC 12AEasy

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.