Product Rule for Exponents
The product rule is the most fundamental law of exponents: when you multiply two powers with the same base, you add the exponents.
a^m · a^n = a^(m+n).Why does this work? Because a^m means a multiplied by itself m times, and a^n means a multiplied by itself n times. When you multiply these together, you have a total of m + n factors of a.
For example, x³ · x⁵ = x^(3+5) = x⁸.
With coefficients: 4x² · 3x⁷ = 12x⁹ — multiply the coefficients (4 × 3 = 12) and add the exponents (2 + 7 = 9).
This rule works for any base, including numbers: 2⁴ · 2³ = 2⁷ = 128.
12x⁹A critical requirement is that the bases must be the same. You cannot combine x³ · y⁵ into a single power because x and y are different bases. Similarly, 2³ · 3² cannot be simplified using the product rule — you must compute each power separately: 8 · 9 = 72.
When expressions have multiple variables, apply the product rule to each base independently: 2x³y² · 5x⁴y = 10x⁷y³.
10x⁷y³Quotient Rule
The quotient rule is the division counterpart of the product rule: when you divide two powers with the same base, you subtract the exponents.
a^m / a^n = a^(m−n), provided a ≠ 0. This follows directly from canceling common factors.For example, x⁷ / x³ = x^(7−3) = x⁴.
You can verify by writing out the factors: (x·x·x·x·x·x·x) / (x·x·x) = x·x·x·x = x⁴.
With coefficients: 18x⁵ / 6x² = 3x³ — divide the coefficients (18 ÷ 6 = 3) and subtract the exponents (5 − 2 = 3).
3x³When the exponent in the denominator is larger, you get a negative exponent: x² / x⁵ = x^(2−5) = x^(-3) = 1/x³. This connects the quotient rule to the negative exponent rule, which we will cover shortly.
As with the product rule, the bases must match. An expression like x⁵ / y³ cannot be simplified further.
For multi-variable expressions, apply the quotient rule to each base separately: 12x⁴y⁶ / (4x²y) = 3x²y⁵.
3x²y⁵Power Rule
The power rule handles a power raised to another power.
(a^m)^n = a^(m·n). You multiply the exponents.For example, (x³)⁴ = x^(3·4) = x¹² . This makes sense because (x³)⁴ means x³ · x³ · x³ · x³, which by the product rule gives x^(3+3+3+3) = x¹².
Power of a Product
The power rule extends to products and quotients inside parentheses. The power of a product rule says (ab)^n = a^n · b^n. For example, (2x)³ = 2³ · x³ = 8x³.
A very common mistake is forgetting to apply the exponent to the coefficient: (3x²)³ = 3³ · (x²)³ = 27x⁶, not 3x⁶.
Power of a Quotient
The power of a quotient rule says (a/b)^n = a^n / b^n. For example, (x/2)⁴ = x⁴/2⁴ = x⁴/16.
Combining Multiple Rules
When multiple rules apply, work from the inside out.
For (2x³y)² · x⁴:
First apply the power rule: 4x⁶y² · x⁴.
Then the product rule: 4x¹⁰y².
4x¹⁰y²Breaking complex problems into small steps using one rule at a time prevents errors.
Zero and Negative Exponents
a⁰ = 1 (where a ≠ 0).This is not an arbitrary definition — it follows logically from the quotient rule. Since a^n / a^n = a^(n−n) = a⁰, and any nonzero quantity divided by itself equals 1, we conclude a⁰ = 1.
Examples: 5⁰ = 1, (-3)⁰ = 1, (2x)⁰ = 1.
Be careful with notation: -3⁰ = -(3⁰) = -1 because the exponent applies only to the 3, not the negative sign.
Negative Exponents
a^(-n) = 1/a^n. A negative exponent does not make the number negative — it creates a reciprocal.For example, 2^(-3) = 1/2³ = 1/8, x^(-1) = 1/x, and (3/4)^(-2) = (4/3)² = 16/9.
To move a factor with a negative exponent, flip it across the fraction bar and make the exponent positive: 5x^(-2)/y^(-3) = 5y³/x².
5y³/x²The expression 0⁰ is considered indeterminate in most contexts, though some areas of mathematics define it as 1 for convenience.
Fractional Exponents
Fractional exponents (also called rational exponents) connect exponents to roots.
a^(1/n) = ⁿ√a, meaning a to the power of 1/n is the nth root of a.For example, 8^(1/3) = ∛8 = 2 and 25^(1/2) = √25 = 5.
a^(m/n) = ⁿ√(a^m) = (ⁿ√a)^m. You can either take the root first and then raise to the power, or raise to the power first and then take the root — the result is the same.Usually taking the root first keeps the numbers smaller and easier to compute. For example, 8^(2/3) = (∛8)² = 2² = 4 is easier than computing ∛(8²) = ∛64 = 4.
Same Rules Apply
Fractional exponents obey all the same rules as integer exponents.
The product rule: x^(1/2) · x^(1/3) = x^(1/2 + 1/3) = x^(5/6).
The power rule: (x^(2/3))⁶ = x^(2/3 · 6) = x⁴.
x⁴Converting between radical and exponential notation is a key skill because exponential form is often easier to manipulate algebraically. Many students find expressions like √(x³) confusing but are comfortable simplifying x^(3/2) using exponent rules. Solver AI handles both notations and shows conversions between them step by step.
Common Mistakes with Exponents
Even experienced students make predictable errors with exponents. Here are the most common pitfalls and how to avoid them.
x³ · y² ≠ (xy)⁵. The product rule requires the same base.
x² · x³ = x⁵, not x⁶. You add exponents when multiplying like bases, and multiply exponents when raising a power to a power.
(x + y)² ≠ x² + y². Exponents do not distribute over sums — you must expand: (x + y)² = x² + 2xy + y². This is one of the most common algebra errors at every level.
(3x)² = 9x², not 3x². When a product is raised to a power, every factor gets the exponent.
2^(-3) = 1/8, not -8. A negative exponent means reciprocal, not negative value.
Without parentheses, -3² = -(3²) = -9. With parentheses, (-3)² = 9.
When in doubt about your simplification, snap a photo with Solver AI to see every exponent rule applied correctly step by step.