📚 Understanding 'Power of a Product'
The 'power of a product' rule tells us what happens when you raise a product (something multiplied by something else) to a power. It's all about distributing that exponent to each factor inside the parentheses.
- 🔢 Definition: $(ab)^n = a^n b^n$
- ✨ Explanation: You're essentially multiplying both 'a' and 'b' by themselves 'n' times.
- 📝 Example: $(2x)^3 = 2^3 x^3 = 8x^3$
📚 Understanding 'Power of a Power'
The 'power of a power' rule comes into play when you have a power raised to another power. In this case, you don't distribute; you multiply the exponents together.
- 🔢 Definition: $(a^m)^n = a^{m*n}$
- 🧮 Explanation: It's like you're taking $a^m$ and raising it to the power of $n$, which is equivalent to multiplying 'm' by 'n'.
- 💡 Example: $(x^2)^3 = x^{2*3} = x^6$
📝 Comparing 'Power of a Product' and 'Power of a Power'
| Feature |
Power of a Product |
Power of a Power |
| Form |
$(ab)^n$ |
$(a^m)^n$ |
| Operation |
Distribute the exponent |
Multiply the exponents |
| Result |
$a^n b^n$ |
$a^{m*n}$ |
| Example |
$(3x)^2 = 3^2x^2 = 9x^2$ |
$(x^4)^2 = x^{4*2} = x^8$ |
🔑 Key Takeaways
- ✅ Power of a Product: Distribute the exponent to each factor inside the parentheses.
- ➕ Power of a Power: Multiply the exponents.
- 💡 Tip: Remember the difference by thinking 'product' means multiple things multiplied inside, so you distribute. 'Power of a power' is one thing (a power) raised to another, so you combine them by multiplying exponents.