You memorised "add the exponents" from the product law, and your brain has filed "exponent operation = add the exponents" as the default move. So when you see (x^3)^4, your hand instinctively writes x^{3 + 4} = x^7. Stop. That answer is wrong. The correct answer is x^{12}.
The fix is to realise that there are two different exponent laws for the two different situations — multiplication of powers, and power of a power — and they use different arithmetic on the exponents.
State the misconception
The misconception: (x^3)^4 = x^7 because "when there's an exponent on an exponent, you add them."
Why it's tempting: you already know one law that adds exponents — the product law, x^m \cdot x^n = x^{m+n}. When a fresh expression looks like an exponent combined with another exponent, your brain reaches for the same addition rule. The misstep is failing to notice that the situation is different: one law is for x^m \cdot x^n, the other is for (x^m)^n.
The counter-example
Try the smallest case with numbers, not letters. Take x = 2, m = 3, n = 4.
(2^3)^4 = 8^4 = 8 \times 8 \times 8 \times 8.
- 8 \times 8 = 64
- 64 \times 8 = 512
- 512 \times 8 = 4096
So (2^3)^4 = 4096.
Now the two candidate answers:
- "Add" (wrong): 2^{3+4} = 2^7 = 128.
- "Multiply" (correct): 2^{3 \times 4} = 2^{12} = 4096.
Only the multiplication rule matches the direct computation. Off by a factor of 32. On a two-mark JEE question, you'd lose both marks.
The one-picture proof
Unpack (x^3)^4 from the definition of the outer exponent.
Now unpack each inner x^3 as three copies of x:
Why this picture gives multiplication and not addition: the outer exponent is counting groups, and each group itself contains several copies. The total count is "groups times copies-per-group," which is multiplication. That is the structural difference from the product law, where you are gluing two runs of copies side by side (addition).
The two laws, side by side
Write both out and notice what the exponents do in each case:
| Expression | Law | Arithmetic on exponents |
|---|---|---|
| x^m \cdot x^n | product law | m + n |
| (x^m)^n | power of a power | m \cdot n |
The reason the arithmetic is different comes from the structure of each expression. In x^m \cdot x^n, you are putting together m copies and n copies in a single row — total m + n. In (x^m)^n, you are making n groups where each group is already m copies — total m \cdot n.
Two different operations on the expression → two different operations on the exponents. There is no single "combine exponents" rule.
The recognition cue
When you see an expression with exponents, look at what is between the two exponent-bearing pieces:
- A multiplication sign (\cdot, \times, or juxtaposition): use the product law. Add exponents. x^3 \cdot x^4 = x^7.
- Nothing but a bracket — one exponent wrapping another inside a bracket: use the power of a power law. Multiply exponents. (x^3)^4 = x^{12}.
That is the difference in one line. If nothing separates the two exponents except a bracket, multiply.
Extra practice with small numbers
Verify each of these by direct computation and by the rule:
- (2^2)^3 = 4^3 = 64; rule: 2^{2 \cdot 3} = 2^6 = 64 ✓
- (3^2)^2 = 9^2 = 81; rule: 3^{2 \cdot 2} = 3^4 = 81 ✓
- (5^1)^4 = 5^4 = 625; rule: 5^{1 \cdot 4} = 5^4 = 625 ✓
- (10^2)^3 = 100^3 = 1{,}000{,}000; rule: 10^{6} = 1{,}000{,}000 ✓
Each verification is cheap and catches the add-vs-multiply confusion before it becomes an exam mistake.
Why x^{m + n} vs x^{m \cdot n} matter in JEE problems
JEE Main routinely hides this distinction inside one-line simplifications. A typical trap:
A student using "add" thinks: outer exponents are 4 and \tfrac{1}{2}, so "add" them to get 4\tfrac{1}{2}, then apply to the inside. Wrong.
Correct: power of a power gives 4 \times \tfrac{1}{2} = 2 for the overall exponent on the bracket. So the expression is (x^2 y^3)^2 = x^4 y^6. Two neat moves, and the answer drops out. Using "add" instead would produce (x^2 y^3)^{4.5} = x^9 y^{13.5}, which is nonsense for an integer-exponent simplification.
What to write on your formula sheet
Three lines, crammed next to each other so you cannot miss the contrast:
- x^m \cdot x^n = x^{m + n} (add — multiplication of powers)
- (x^m)^n = x^{m \cdot n} (multiply — power of a power)
- (xy)^n = x^n y^n (distribute — power of a product)
Three different operations on the expressions → three different operations on the exponents. Once those three are fixed in your head, (x^3)^4 = x^7 becomes the kind of mistake your fingers refuse to make.
Related: Exponents and Powers · Exponents Don't Distribute Over Addition · Why 2^0 = 1 and Not 0 · What Does a Fractional Exponent Like 2^{1/2} Actually Mean?