← Skill tree MathScape MATH141

Laws of Exponents


Textbook Reference

Primary source OpenStax College Algebra 2e, Section 1.2: "Exponents and Scientific Notation"
Direct link https://openstax.org/books/college-algebra-2e/pages/1-2-exponents-and-scientific-notation

College Algebra 2e Section 1.2 begins on page 22 of the PDF.


Key Insight Before You Begin

Every exponent rule follows from one definition.

$a^n$ means: multiply $a$ by itself $n$ times.

\[ a^n = \underbrace{a \cdot a \cdot a \cdots a}_{n \text{ factors}} \]

From this definition, you can re-derive every rule below by simply counting factors. Students who understand the definition do not need to memorize the rules -- they can reconstruct them. Students who only memorize the rules without the definition forget them under pressure or confuse them.

The two rules that cause the most trouble are negative exponents ($a^{-n} = \frac{1}{a^n}$) and fractional exponents ($a^{1/n} = \sqrt[n]{a}$). Both are forced by requiring the product rule to work for all integers and all rationals, respectively. They are not conventions; they are the only definitions consistent with the rest of the rules.


Prerequisite Check


Quick Reference

Let $a, b \neq 0$ and let $m, n$ be rational numbers.

Rule Statement Example
Product rule $a^m \cdot a^n = a^{m+n}$ $x^3 \cdot x^4 = x^7$
Quotient rule $\dfrac{a^m}{a^n} = a^{m-n}$ $\dfrac{x^5}{x^2} = x^3$
Power rule $(a^m)^n = a^{mn}$ $(x^3)^4 = x^{12}$
Product to power $(ab)^n = a^n b^n$ $(2x)^3 = 8x^3$
Quotient to power $\left(\dfrac{a}{b}\right)^n = \dfrac{a^n}{b^n}$ $\left(\dfrac{x}{3}\right)^2 = \dfrac{x^2}{9}$
Zero exponent $a^0 = 1$ $7^0 = 1$, $(x+5)^0 = 1$
Negative exponent $a^{-n} = \dfrac{1}{a^n}$ $x^{-3} = \dfrac{1}{x^3}$
Fractional exponent $a^{1/n} = \sqrt[n]{a}$ $8^{1/3} = 2$
General fractional exponent $a^{m/n} = (\sqrt[n]{a})^m = \sqrt[n]{a^m}$ $8^{2/3} = 4$

Key Concepts

1. Product Rule: Adding Exponents

When you multiply two powers with the same base, add the exponents.

Why it works: \[ a^m \cdot a^n = \underbrace{a \cdots a}_{m} \cdot \underbrace{a \cdots a}_{n} = \underbrace{a \cdots a}_{m+n} \]

Example 1. Simplify $x^4 \cdot x^3$.

$4 + 3 = 7$. Answer: $x^7$.

Example 2. Simplify $2^3 \cdot 2^5$.

$2^{3+5} = 2^8 = 256$.

Common error

Multiplying Bases. Students sometimes write $x^3 \cdot x^4 = x^{12}$, multiplying the exponents instead of adding. The product rule adds exponents. The power rule (Section 4) multiplies them. These are different rules for different operations.


2. Quotient Rule: Subtracting Exponents

When you divide two powers with the same base, subtract the exponents.

Why it works: Dividing cancels factors. \[ \frac{a^5}{a^2} = \frac{a \cdot a \cdot a \cdot a \cdot a}{a \cdot a} = a \cdot a \cdot a = a^3 \]

Example 3. Simplify $\dfrac{y^7}{y^3}$.

$7 - 3 = 4$. Answer: $y^4$.

Example 4. Simplify $\dfrac{6x^5}{3x^2}$.

Separate coefficients and variables: $\dfrac{6}{3} \cdot \dfrac{x^5}{x^2} = 2x^3$.


3. Zero Exponent

If $a \neq 0$, then $a^0 = 1$.

Why it must be 1: Apply the quotient rule to $\dfrac{a^n}{a^n}$. On one hand, this equals $1$ (any nonzero number divided by itself). On the other hand, the quotient rule gives $a^{n-n} = a^0$. So $a^0$ must equal $1$.

Example 5. Simplify $(3xy^2)^0$.

The entire expression is raised to the zero power: answer is $1$ (provided $x \neq 0$ and $y \neq 0$).

Note: $0^0$ is an indeterminate form. It does not equal $1$. This distinction matters in limits (MATH161).


4. Negative Exponents

$a^{-n} = \dfrac{1}{a^n}$ (for $a \neq 0$).

Why it must be $\frac{1}{a^n}$: Apply the quotient rule to $\dfrac{a^0}{a^n} = a^{0-n} = a^{-n}$. But $\dfrac{a^0}{a^n} = \dfrac{1}{a^n}$. So $a^{-n} = \dfrac{1}{a^n}$.

Negative exponents mean reciprocals; they do not make the result negative.

Example 6. Write $3x^{-2}$ without negative exponents.

\[ 3x^{-2} = 3 \cdot \frac{1}{x^2} = \frac{3}{x^2} \]

Note: the coefficient $3$ is not affected. Only the $x^{-2}$ part moves to the denominator.

Example 7. Write $\dfrac{4}{x^{-3}}$ without negative exponents.

\[ \frac{4}{x^{-3}} = 4 \cdot x^3 = 4x^3 \]

A negative exponent in the denominator moves the factor to the numerator (where it becomes positive).

Common error

Negative Exponent Makes a Negative Number. $x^{-2} \neq -x^2$. The negative in the exponent controls WHERE the factor goes (numerator vs. denominator), not the sign of the output. $2^{-3} = \frac{1}{8}$, which is positive.


5. Power Rule: Multiplying Exponents

When you raise a power to a power, multiply the exponents.

Why it works: \[ (a^m)^n = \underbrace{a^m \cdot a^m \cdots a^m}_{n \text{ copies}} = a^{m + m + \ldots + m} = a^{mn} \]

Example 8. Simplify $(x^3)^5$.

$3 \times 5 = 15$. Answer: $x^{15}$.

Example 9. Simplify $(2x^2 y^3)^4$.

Apply to each factor: $2^4 \cdot (x^2)^4 \cdot (y^3)^4 = 16x^8 y^{12}$.


6. Fractional Exponents and Radicals

A fractional exponent is a root.

$a^{1/n} = \sqrt[n]{a}$ (the $n$-th root of $a$).

Why it must be the $n$-th root: Apply the product rule: $(a^{1/n})^n = a^{n/n} = a^1 = a$. So $a^{1/n}$ is a number whose $n$-th power is $a$. By definition, that is $\sqrt[n]{a}$.

\[ a^{m/n} = (a^{1/n})^m = (\sqrt[n]{a})^m \quad \text{or equivalently} \quad (a^m)^{1/n} = \sqrt[n]{a^m} \]

Both orderings (root then power, or power then root) give the same result. Computing root first is usually easier for mental arithmetic.

Example 10. Evaluate $27^{2/3}$.

Root first: $\sqrt[3]{27} = 3$, then square: $3^2 = 9$.

Power first: $27^2 = 729$, then cube root: $\sqrt[3]{729} = 9$.

Same answer either way; the first is easier.

Example 11. Simplify $x^{3/4} \cdot x^{1/2}$.

Apply the product rule: $x^{3/4 + 1/2} = x^{3/4 + 2/4} = x^{5/4}$.


7. Combining Multiple Rules

Real problems require applying several rules in sequence. The general strategy is:

  1. Apply the power rule first (handle all parentheses).
  2. Apply the product and quotient rules (combine like bases).
  3. Write with positive exponents.

Example 12. Simplify $\dfrac{(2x^3 y^{-1})^2}{4x^{-2}y^4}$.

Step 1. Apply the power rule to the numerator: \[ (2x^3 y^{-1})^2 = 4x^6 y^{-2} \]

Step 2. Divide: \[ \frac{4x^6 y^{-2}}{4x^{-2}y^4} = \frac{4}{4} \cdot x^{6-(-2)} \cdot y^{-2-4} = x^8 y^{-6} \]

Step 3. Write with positive exponents: \[ \frac{x^8}{y^6} \]


Example 13. Simplify $\left(\dfrac{8x^3}{27y^6}\right)^{1/3}$.

Apply the quotient-to-power rule and the fractional exponent: \[ \frac{8^{1/3} \cdot x^{3 \cdot 1/3}}{27^{1/3} \cdot y^{6 \cdot 1/3}} = \frac{2x}{3y^2} \]


Common Errors Summary

Error Example Correction
Multiplying exponents in product rule $x^3 \cdot x^4 = x^{12}$ Add exponents: $x^7$
Adding exponents in power rule $(x^3)^4 = x^7$ Multiply exponents: $x^{12}$
Treating negative exponent as negative sign $x^{-2} = -x^2$ Reciprocal: $1/x^2$
Applying power rule to a sum $(x + y)^2 = x^2 + y^2$ Must expand: $(x+y)^2 = x^2 + 2xy + y^2$
Moving the coefficient when eliminating negative exponent $3x^{-2} = \frac{1}{3x^2}$ Only the $x^{-2}$ moves: $\frac{3}{x^2}$

Leveled Practice

Level 1 -- Direct Application

Problem 1. Simplify: $a^5 \cdot a^{-2}$.

Show answer

$a^{5+(-2)} = a^3$


Problem 2. Simplify: $\left(\dfrac{x^4}{x^7}\right)^{-1}$.

Show answer

Inside: $x^{4-7} = x^{-3}$.

Raise to $-1$: $(x^{-3})^{-1} = x^3$.


Problem 3. Evaluate: $\left(\dfrac{4}{9}\right)^{3/2}$.

Show answer

$\left(\dfrac{4}{9}\right)^{3/2} = \dfrac{4^{3/2}}{9^{3/2}}$

$4^{3/2} = (\sqrt{4})^3 = 2^3 = 8$.

$9^{3/2} = (\sqrt{9})^3 = 3^3 = 27$.

Answer: $\dfrac{8}{27}$.


Level 2 -- Multi-Rule Problems

Problem 4. Simplify: $\dfrac{(3x^2 y^3)^3}{9x^4 y^7}$.

Show answer

Numerator: $27x^6 y^9$.

$\dfrac{27x^6 y^9}{9x^4 y^7} = 3x^2 y^2$


Problem 5. Simplify: $(x^{1/2} + y^{1/2})(x^{1/2} - y^{1/2})$.

Show answer

Difference of squares: $(x^{1/2})^2 - (y^{1/2})^2 = x - y$.


Problem 6. Simplify: $\dfrac{x^{-1} + y^{-1}}{(xy)^{-1}}$.

Show answer

Numerator: $\dfrac{1}{x} + \dfrac{1}{y} = \dfrac{x + y}{xy}$.

Denominator: $(xy)^{-1} = \dfrac{1}{xy}$.

Divide: $\dfrac{x+y}{xy} \div \dfrac{1}{xy} = (x+y)$.


Level 3 -- Algebraic and Contextual

Problem 7. Solve for $x$: $2^{x+3} = 16$.

Show answer

Write $16 = 2^4$: $2^{x+3} = 2^4$.

Since bases are equal: $x + 3 = 4$, so $x = 1$.

Check: $2^{1+3} = 2^4 = 16$. $\checkmark$


Problem 8. Show that $\sqrt[3]{x^2} \cdot \sqrt{x^3}$ can be written as $x^{p/q}$ for integers $p$ and $q$. Find $p/q$.

Show answer

$\sqrt[3]{x^2} = x^{2/3}$ and $\sqrt{x^3} = x^{3/2}$.

Product rule: $x^{2/3} \cdot x^{3/2} = x^{2/3 + 3/2}$.

Common denominator: $\dfrac{2}{3} + \dfrac{3}{2} = \dfrac{4}{6} + \dfrac{9}{6} = \dfrac{13}{6}$.

Answer: $x^{13/6}$.


Problem 9. For which real values of $x$ is $x^{1/2}$ defined (as a real number)? For which is $x^{1/3}$ defined? Explain why the domains differ.

Show answer

$x^{1/2} = \sqrt{x}$ requires $x \geq 0$ (the square root of a negative number is not real).

$x^{1/3} = \sqrt[3]{x}$ is defined for all real $x$, including negative values: $(-8)^{1/3} = -2$.

The difference: even roots require non-negative radicands (because squaring any real number is non-negative). Odd roots are defined for all reals (a negative number can be the odd-power result of a negative base).

This matters for domain calculations in calculus: $f(x) = x^{2/5}$ is defined for all $x$ (the denominator 5 is odd), but $g(x) = x^{1/2}$ is only defined for $x \geq 0$.


Mastery Checklist


Mental Model

Think of exponents as a counting shorthand.

$a^5$ is a bag containing 5 copies of the factor $a$. $a^3$ is a bag containing 3 copies.


Connections

Within Precalculus

Toward Calculus (MATH161)

Audience Notes

For students who find math intimidating: You already know the product rule: $x^2 \cdot x^3 = x^5$ is nothing more than counting $(x \cdot x)(x \cdot x \cdot x) = x \cdot x \cdot x \cdot x \cdot x$. Every other rule is the same counting argument applied to a different situation. Trust the counting.

For students interested in proof: The exponent laws can be proved for positive integers by induction. Extending them to integers, rationals, and reals requires progressively more machinery. The extension to real exponents is done via limits: $a^x = \lim_{r \to x} a^r$ where $r$ ranges over rationals. This limit is what makes the exponential function continuous.

For students interested in careers: Negative and fractional exponents appear in every engineering formula involving powers: $E = hf$ (photon energy), $P = I^2 R$ (electrical power), the half-life formula $N(t) = N_0 \cdot 2^{-t/t_{1/2}}$, the Richter scale, and every log-log plot used in data science.


Back to Precalculus Skills | Next: Properties of Logarithms