Product and Quotient Rules for Exponents
Product and Quotient Rules for Exponents
When you see an expression like \(2^4\), the base is \(2\) and the exponent is \(4\). The exponent tells how many times the base is used as a factor:
$$2^4 = 2 \cdot 2 \cdot 2 \cdot 2$$
Exponents are a shortcut for repeated multiplication. In this lesson, you will learn what happens when you multiply or divide powers that have the same base.
These rules are very useful when working with large numbers, small numbers, and scientific notation.
1. Product Rule for Exponents
When multiplying powers with the same base, you add the exponents.
$$a^m \cdot a^n = a^{m+n}$$
This rule only works when the bases are the same.
Why does this work? Expand the powers:
$$a^m \cdot a^n = \underbrace{a \cdot a \cdot a \cdots a}_{m\text{ factors}} \cdot \underbrace{a \cdot a \cdot a \cdots a}_{n\text{ factors}}$$
Now all the factors are together. That gives a total of \(m+n\) factors of \(a\), so the result is \(a^{m+n}\).
- \(x^3 \cdot x^2 = x^{3+2} = x^5\)
- \(5^4 \cdot 5^1 = 5^{4+1} = 5^5\)
- \(10^2 \cdot 10^6 = 10^{8}\)
Important: Do not add exponents if the bases are different.
- \(2^3 \cdot 3^3\) cannot become \(6^6\)
- \(x^2 \cdot y^2\) cannot become \((xy)^4\)
If the bases are different, the product rule does not apply.
2. Quotient Rule for Exponents
When dividing powers with the same base, you subtract the exponents.
$$\frac{a^m}{a^n} = a^{m-n}$$
This also only works when the bases are the same, and the base cannot be zero.
Why does this work? Write out the factors:
$$\frac{a^5}{a^2} = \frac{a \cdot a \cdot a \cdot a \cdot a}{a \cdot a}$$
Two \(a\)'s in the numerator and denominator cancel, leaving:
$$a \cdot a \cdot a = a^3$$
Since \(5-2=3\), this matches the rule:
$$\frac{a^5}{a^2} = a^{5-2} = a^3$$
- \(\frac{x^7}{x^4} = x^{7-4} = x^3\)
- \(\frac{10^9}{10^3} = 10^{9-3} = 10^6\)
- \(\frac{m^5}{m^5} = m^{5-5} = m^0 = 1\)
3. Connecting the Rules to Repeated Multiplication
The product rule and quotient rule come from counting factors.
For multiplication, you are combining groups of the same factor.
For division, you are removing matching factors from the top and bottom.
This is why:
- Multiply same base → add exponents
- Divide same base → subtract exponents
4. Worked Examples
Example 1: Multiply powers with the same base
Simplify: \(y^4 \cdot y^3\)
Step 1: Check the bases. Both bases are \(y\), so use the product rule.
Step 2: Add the exponents.
$$y^4 \cdot y^3 = y^{4+3} = y^7$$
Answer: \(y^7\)
Example 2: Divide powers with the same base
Simplify: \(\frac{n^8}{n^2}\)
Step 1: The bases are both \(n\), so use the quotient rule.
Step 2: Subtract the exponents.
$$\frac{n^8}{n^2} = n^{8-2} = n^6$$
Answer: \(n^6\)
Example 3: Use coefficients and exponents together
Simplify: \(3x^2 \cdot 4x^5\)
Step 1: Multiply the numbers in front: \(3 \cdot 4 = 12\).
Step 2: Multiply the powers with the same base \(x\), so add exponents.
$$3x^2 \cdot 4x^5 = 12x^{2+5} = 12x^7$$
Answer: \(12x^7\)
Example 4: Divide a coefficient and a power
Simplify: \(\frac{18a^6}{3a^2}\)
Step 1: Divide the coefficients: \(18 \div 3 = 6\).
Step 2: Divide the powers with the same base \(a\), so subtract exponents.
$$\frac{18a^6}{3a^2} = 6a^{6-2} = 6a^4$$
Answer: \(6a^4\)
5. Common Mistakes to Avoid
- Do not add exponents when dividing.
\(\frac{x^5}{x^2} = x^3\), not \(x^7\). - Do not subtract exponents when multiplying.
\(x^5 \cdot x^2 = x^7\), not \(x^3\). - Make sure the bases are the same.
\(x^3 \cdot y^3\) does not become \((xy)^6\). - Do not forget the coefficient.
In \(2m^3 \cdot 5m^2\), the numbers multiply too: \(2 \cdot 5 = 10\).
6. Quick Practice Ideas
Try these on your own:
- \(b^2 \cdot b^6\)
- \(\frac{p^9}{p^4}\)
- \(7r^3 \cdot 2r^4\)
- \(\frac{20t^5}{5t^2}\)
Answers:
- \(b^8\)
- \(p^5\)
- \(14r^7\)
- \(4t^3\)
7. Summary
The product rule says that when you multiply powers with the same base, you add the exponents:
$$a^m \cdot a^n = a^{m+n}$$
The quotient rule says that when you divide powers with the same base, you subtract the exponents:
$$\frac{a^m}{a^n} = a^{m-n}$$
Always check that the bases match before using these rules. If you remember multiply = add exponents and divide = subtract exponents, you will be able to simplify many exponent expressions correctly.
Put what you read to the test
You've worked through Product and Quotient Rules for Exponents. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.