๐Ÿ“˜Intermediate Algebra

Properties of Exponents

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 properties are the foundation for nearly everything you'll encounter in intermediate algebra. You need them to simplify complex expressions, solve exponential equations, and manipulate algebraic terms efficiently. They show up in polynomial operations, rational expressions, radical simplification, and exponential functions. If you can't fluently apply these rules, factoring, equation solving, and function analysis all become much harder.

Every exponent property flows from one simple idea: exponents count repeated multiplication. amโ‹…an=am+na^m \cdot a^n = a^{m+n} isn't just a formula; you're combining two groups of repeated factors into one. When you understand why each rule works, you won't need to memorize them in isolation.


Operations with Same-Base Expressions

When you're working with powers that share the same base, the exponents interact through addition or subtraction. The base stays fixed while the exponents do the arithmetic.

Product of Powers

amโ‹…an=am+na^m \cdot a^n = a^{m+n}

You're combining two groups of repeated factors into one. For example, x3โ‹…x4=x3+4=x7x^3 \cdot x^4 = x^{3+4} = x^7 because you have three xx's multiplied by four more xx's, giving seven total.

  • The base never changes; only the exponent reflects the total count of factors
  • Common mistake: multiplying the exponents instead of adding them. Multiplication of bases means addition of exponents.

Quotient of Powers

aman=amโˆ’n\frac{a^m}{a^n} = a^{m-n}

Division cancels common factors, so you subtract the denominator's exponent from the numerator's. For example, x7x3=x7โˆ’3=x4\frac{x^7}{x^3} = x^{7-3} = x^4.

  • Order matters: always subtract bottom from top
  • This rule is the foundation for negative exponents. When m<nm < n, you get a negative result, which leads directly to the next section.

Compare: Product of Powers vs. Quotient of Powers: both require the same base, but multiplication adds exponents while division subtracts them. If you see x5โ‹…x3x2\frac{x^5 \cdot x^3}{x^2}, apply both rules: add first (x8x^8), then subtract (x6x^6).


Distributing Exponents

When an exponent applies to an entire expression inside parentheses, you distribute it to every factor inside. The exponent reaches everything the parentheses contain.

Power of a Power

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

You're repeating the repeated multiplication. (x3)4(x^3)^4 means you're multiplying x3x^3 by itself four times, which gives x12x^{12}.

  • Parentheses are critical. (am)n(a^m)^n and amna^{m^n} mean completely different things. The first multiplies exponents; the second is an exponent tower evaluated from the top down.

Power of a Product

(ab)n=anโ‹…bn(ab)^n = a^n \cdot b^n

The exponent distributes to each factor inside. This extends to any number of factors: (abc)n=anbncn(abc)^n = a^n b^n c^n.

  • Watch the coefficients: (2x)3=23โ‹…x3=8x3(2x)^3 = 2^3 \cdot x^3 = 8x^3. A very common error is writing 2x32x^3, which only cubes the xx.

Power of a Quotient

(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

The exponent distributes to both numerator and denominator, keeping the fraction structure intact.

  • This combines naturally with negative exponents: (ab)โˆ’n=bnan\left(\frac{a}{b}\right)^{-n} = \frac{b^n}{a^n}, which flips the fraction and makes the exponent positive.

Compare: Power of a Product vs. Power of a Quotient: both distribute the exponent to all components. For something like (3x2y)3\left(\frac{3x^2}{y}\right)^3, distribute to every factor: 33โ‹…(x2)3y3=27x6y3\frac{3^3 \cdot (x^2)^3}{y^3} = \frac{27x^6}{y^3}.


Special Exponent Values

Zero and negative exponents aren't arbitrary definitions. They're logical consequences of the quotient rule extended to new situations.

Zero Exponent

a0=1(aโ‰ 0)a^0 = 1 \quad (a \neq 0)

Why? The quotient rule gives us anan=anโˆ’n=a0\frac{a^n}{a^n} = a^{n-n} = a^0. But any nonzero quantity divided by itself equals 1. So a0=1a^0 = 1.

  • Restriction: 000^0 is undefined. Always verify your base isn't zero before applying this rule.

Negative Exponent

aโˆ’n=1ana^{-n} = \frac{1}{a^n}

A negative exponent means "take the reciprocal." It moves the base across the fraction bar. This works in both directions: 1aโˆ’n=an\frac{1}{a^{-n}} = a^n brings a term back to the numerator.

  • Simplification strategy: rewrite all negative exponents as positive fractions before combining terms. This reduces errors significantly.

Compare: Zero gives you 1 regardless of the base (as long as it's nonzero). Negative exponents give you reciprocals. Both emerge from extending the quotient rule: a0a^0 is the boundary case, and aโˆ’na^{-n} continues the pattern below zero.


Connecting Exponents and Radicals

Fractional exponents unify powers and roots into a single notation. The numerator is the power; the denominator is the root.

Fractional Exponent

am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m

The denominator tells you which root to take, and the numerator tells you which power to apply. You can do either operation first; the result is the same.

  • a1/2a^{1/2} is the square root, a1/3a^{1/3} is the cube root, a1/4a^{1/4} is the fourth root
  • All the standard exponent rules still apply with fractions: x1/2โ‹…x1/3=x1/2+1/3=x5/6x^{1/2} \cdot x^{1/3} = x^{1/2 + 1/3} = x^{5/6}
  • You can combine fractional and negative exponents: xโˆ’2/3=1x2/3=1x23x^{-2/3} = \frac{1}{x^{2/3}} = \frac{1}{\sqrt[3]{x^2}}

Compare: Fractional exponents introduce roots while negative exponents introduce reciprocals. They're independent ideas that can be combined freely.


Quick Reference Table

ConceptRuleKey Insight
Product of Powersamโ‹…an=am+na^m \cdot a^n = a^{m+n}Same base โ†’ add exponents
Quotient of Powersaman=amโˆ’n\frac{a^m}{a^n} = a^{m-n}Same base โ†’ subtract exponents
Power of a Power(am)n=amn(a^m)^n = a^{mn}Nested powers โ†’ multiply exponents
Power of a Product(ab)n=anbn(ab)^n = a^n b^nDistribute exponent to all factors
Power of a Quotient(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}Distribute exponent to top and bottom
Zero Exponenta0=1a^0 = 1Any nonzero base gives 1
Negative Exponentaโˆ’n=1ana^{-n} = \frac{1}{a^n}Negative means reciprocal
Fractional Exponentam/n=amna^{m/n} = \sqrt[n]{a^m}Numerator = power, denominator = root

Self-Check Questions

  1. Which two exponent properties both require the same base to apply, and how do their operations on exponents differ?

  2. Simplify (x3)2โ‹…xโˆ’4x2\frac{(x^3)^2 \cdot x^{-4}}{x^2} using multiple exponent properties. Which rules did you apply, and in what order?

  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 sense based on the quotient of powers rule? What happens if a=0a = 0?

  5. A student claims that (2+3)2=22+32(2 + 3)^2 = 2^2 + 3^2. Explain their error and identify which exponent property they incorrectly applied.

Properties of Exponents to Know for Intermediate Algebra