You stare at 3^{-2} on your worksheet. You write down -9. You move on. And you have just committed the single most common error with negative exponents in the entire school-exam ecosystem.
The correct answer is \dfrac{1}{9}. A positive number, smaller than one. Not -9. Not even close to -9.
Two things have gone wrong at once. First, the minus sign sitting on the exponent does not make the answer negative — its job is to flip the term into the denominator, nothing to do with sign. Second, the specific wrong answer -9 is what you would write if you convinced yourself that the minus from the exponent somehow slid down and attached itself to the final number. It does not do that. Ever. This article is about the anatomy of that slip and the three or four different minus signs you need to tell apart so it never happens again.
What the minus sign on the exponent actually does
The rule, written clean:
Apply it to the example. 3^{-2} = \dfrac{1}{3^{2}} = \dfrac{1}{9}.
Why this is the right rule: the quotient law \tfrac{a^m}{a^n} = a^{m-n} forces it. Put m=0 and you get \tfrac{a^0}{a^n} = a^{-n}; since a^0 = 1, the left side is \tfrac{1}{a^n}, so a^{-n} = \tfrac{1}{a^n}.
The minus on the exponent is a position marker. It says: "this term belongs downstairs, under the fraction bar". If you want to see the physical picture of a term sliding from the top of the bar to the bottom as the exponent crosses zero, the sibling article Negative Exponents, Visualised has an interactive widget that does exactly that. Watch the factor migrate. Once your eye has seen it, the muscle memory is hard to unlearn.
Where students go wrong — tracing the slip
Here is the faulty chain of reasoning that produces -9. It happens fast, almost subconsciously.
- Step A: "3^2 = 9." Correct.
- Step B: "The exponent was actually -2, not 2. I'll take the minus from the exponent and stick it on the answer." Wrong. The minus on the exponent is structural — it marks a division, it tells you the term lives in the denominator. It is not a sign that can detach and travel down to the final number.
- Result: -9. Wrong.
The correct chain is:
- Step A: "The minus on the exponent means denominator." 3^{-2} = \dfrac{1}{3^{2}}.
- Step B: "3^2 = 9." So 3^{-2} = \dfrac{1}{9}.
The minus never touches the 9. It was spent, once and for all, the moment you wrote the fraction bar.
Three expressions, three different meanings
Here is the part that quietly causes half the confusion. The character - can sit in three different positions around a power, and each position means something different.
| Expression | Value | What the minus is doing |
|---|---|---|
| 3^{2} | 9 | No minus. Regular positive exponent. |
| 3^{-2} | \dfrac{1}{9} | Minus on the exponent. Flips to denominator. Answer is positive. |
| (-3)^{2} | 9 | Minus on the base, bracketed. (-3)\times(-3) = +9. |
| -3^{2} | -9 | Minus in front, no brackets. Square first, then negate. |
Read that table twice. Three of those four expressions are positive; only one is -9. And the one that is -9 is the one without a minus in the exponent — it is -3^2, a plain square with a negation tacked on afterwards.
The mistake 3^{-2} = -9 is, almost always, a student computing -3^2 in their head while their pen writes 3^{-2}. Two different expressions, confused because they share a minus and a 3 and a 2.
Why -3^{2} is -9, not 9
This bit trips students up even when exponents aren't negative. It is pure operator precedence.
The convention — every maths textbook, every calculator, every programming language — is that the exponent binds tighter than the unary minus. So -3^{2} is read as -(3^{2}), never as (-3)^{2}. You compute 3^{2} = 9 first, then apply the minus in front: -9.
If you genuinely want "negative three, all squared", you must write the brackets: (-3)^{2} = 9. Drop the brackets and you change the answer.
This is a convention, not a deep truth — but it is a universal convention, and fighting it is a quick way to lose marks. Write brackets when you mean brackets.
The negative-exponent rule, one more time
The rule extends cleanly to every real exponent — but the key fact for today is the sign of the result: a^{-n} has the same sign as a^{n}, not the opposite sign. If a^n was positive, so is a^{-n}. If a^n was negative, so is a^{-n}. Taking the reciprocal of a positive number gives a positive number; taking the reciprocal of a negative number gives a negative number. The minus on the exponent changes the magnitude (it inverts it), not the sign.
A taxonomy of minus signs
Keep these three uses of the minus visually separate in your head.
- Minus on the exponent — a^{-n}. Meaning: reciprocal. a^{-n} = \dfrac{1}{a^{n}}. Does not affect the sign of the answer.
- Minus on the base, inside brackets — (-a)^{n}. Meaning: the base itself is negative. (-a)^n = (-1)^n \cdot a^n. Sign of the answer depends on the parity of n: positive if n is even, negative if n is odd.
- Minus in front of the whole expression, outside brackets — -a^{n}. Meaning: compute a^n first, then negate. Always opposite sign to a^n.
These three minuses live in three different syntactic positions, and they do three different jobs. Mechanical once you spot which minus you are looking at.
A five-second sanity check — rough magnitude
Before you write the final answer, ask: roughly how big should this number be?
3^{-2} is \tfrac{1}{\text{something}} — a reciprocal. Reciprocals of numbers bigger than 1 are smaller than 1. So 3^{-2} must be a fraction between 0 and 1. That alone rules out -9 (magnitude 9, wrong sign, nowhere near the right ballpark). It also rules out 9 and -\tfrac{1}{9}. Only \tfrac{1}{9} survives.
A magnitude check takes five seconds and catches the entire family of negative-exponent errors. Build the habit.
Worked examples
Example 1. 2^{-3} = \dfrac{1}{2^{3}} = \dfrac{1}{8}. Positive exponent rule applied after flipping to denominator. Clean.
Example 2. (-2)^{-3} = \dfrac{1}{(-2)^{3}} = \dfrac{1}{-8} = -\dfrac{1}{8}. Here the base is negative and the exponent is odd, so the inside term (-2)^3 = -8 is negative. The reciprocal of a negative number is a negative number. The answer is -\tfrac{1}{8}.
Example 3. (-2)^{-2} = \dfrac{1}{(-2)^{2}} = \dfrac{1}{4}. Negative base, even exponent — the inside term is positive ((-2)^2 = 4). The reciprocal is also positive. Answer: +\tfrac{1}{4}.
Example 4. -2^{-3} = -(2^{-3}) = -\dfrac{1}{8}. Unary minus out front, applied after the exponent. First compute 2^{-3} = \tfrac{1}{8}, then negate: -\tfrac{1}{8}.
Notice how the sign of the answer is governed entirely by the minus on the base or the minus in front — never by the minus on the exponent. The exponent-minus only moves things between the top and bottom of the fraction bar.
The one-line takeaway
A minus sign on an exponent is a divider, not a sign change. It tells you which side of the fraction bar the factor belongs to — never what the sign of the final answer is. Burn that into muscle memory and the whole family of errors around 3^{-2}, 2^{-3}, and every other negative-exponent expression goes away forever.