Understanding Negative Exponents

Welcome to Negative Exponents

You have made it to the final lesson of Making Sense of Exponents! Over the past four lessons, you have gone from interpreting exponents as repeated multiplication all the way to proving that any nonzero base raised to the zero power equals 11. Along the way, you learned to handle negative bases and predict signs with confidence. Now there is one last frontier to explore: what happens when the exponent itself drops below zero?

A number like 2−32^{-3} might look unusual at first. Your instinct might even be that a negative exponent produces a negative result — but that turns out to be one of the most common misconceptions in all of exponent arithmetic. By the end of this lesson, you will know exactly what negative exponents mean, why they work the way they do, and how to evaluate them quickly.

Picking Up the Pattern

In the previous lesson, we discovered the zero exponent rule by following a simple observation: each time the exponent drops by one, the value is divided by the base. That descending-powers pattern carried us smoothly from 343^4 all the way down to 30=13^0 = 1.

But here is the key insight: nobody said the pattern has to stop at zero. If dividing by the base works perfectly from 343^4 down to 303^0, there is no mathematical reason it cannot keep going into 3−13^{-1}, 3−23^{-2}, and beyond. Let's see what happens when we let it run.

Extending Below Zero

Let's revisit the powers of 22 and continue the table past zero:

ExpressionValue
232^388
222^244
212^122
202^011
2−12^{-1}??
2−22^{-2}??
2−32^{-3}??

From top to bottom, each value is divided by 22: 8÷2=48 \div 2 = 4, then 4÷2=24 \div 2 = 2, then 2÷2=12 \div 2 = 1. Let's keep dividing:

1÷2=12,12÷2=14,14÷2=181 \div 2 = \frac{1}{2}, \quad \frac{1}{2} \div 2 = \frac{1}{4}, \quad \frac{1}{4} \div 2 = \frac{1}{8}

So the completed table looks like this:

ExpressionValue
232^388
222^244
212^122
202^011
2−12^{-1}12\frac{1}{2}
2−22^{-2}14\frac{1}{4}
2−32^{-3}18\frac{1}{8}
Bar chart showing powers of 2 from exponent 3 to -3, with divide-by-2 annotations connecting each step

Notice something beautiful: 2−1=122^{-1} = \frac{1}{2}, which is the same as 121\frac{1}{2^1}. Likewise, 2−2=14=1222^{-2} = \frac{1}{4} = \frac{1}{2^2}, and 2−3=18=1232^{-3} = \frac{1}{8} = \frac{1}{2^3}. Each negative exponent produces the reciprocal of the corresponding positive power.

Let's confirm with base 55 to make sure this is not a coincidence:

ExpressionValue
525^22525
515^155
505^011
5−15^{-1}15\frac{1}{5}
5−25^{-2}125\frac{1}{25}

Each step divides by 55, and once again, 5−1=1515^{-1} = \frac{1}{5^1} and 5−2=1525^{-2} = \frac{1}{5^2}. The reciprocal pattern holds.

The Negative Exponent Rule

The pattern we just observed works for every nonzero base and gives us a clean general rule:

a−n=1anfor any a≠0a^{-n} = \frac{1}{a^n} \quad \text{for any } a \neq 0

In words: a negative exponent tells you to take the reciprocal of the base raised to the corresponding positive exponent. The negative sign in the exponent does not make the result negative — it flips the number under a fraction bar.

Visual metaphor of an exponent number line showing positive exponents multiplying up and negative exponents dividing down, meeting at 1 when the exponent is 0

Think of it this way. A positive exponent like 232^3 builds up through repeated multiplication: 2×2×2=82 \times 2 \times 2 = 8. A negative exponent like 2−32^{-3} does the opposite — it builds down through repeated division, landing on 18\frac{1}{8}. The zero exponent sits right in the middle at 11, the boundary between "multiplying up" and "dividing down."

Evaluating Negative Exponents Step by Step

To evaluate any negative-exponent expression, follow two simple steps:

  1. Rewrite using the rule: replace a−na^{-n} with 1an\frac{1}{a^n}.
  2. Compute the positive power in the denominator.

Let's work through a few examples.

Example 1: 10−210^{-2}

10−2=1102=1100=0.0110^{-2} = \frac{1}{10^2} = \frac{1}{100} = 0.01

Example 2: 4−24^{-2}

4−2=142=1164^{-2} = \frac{1}{4^2} = \frac{1}{16}

Example 3: 3−33^{-3}

3−3=133=1273^{-3} = \frac{1}{3^3} = \frac{1}{27}

When the base is positive, every result is a positive fraction or decimal that is less than 11. For positive bases, negative exponents produce small values but never negative ones.

If the base were negative, the sign of the result would follow the same even/odd pattern you already learned — for example, (−2)−3=1(−2)3=−18(-2)^{-3} = \frac{1}{(-2)^3} = -\frac{1}{8} — but all of the examples in this lesson use positive bases.

A Common Misconception

This point is worth stating directly because it trips up many learners: a negative exponent does not mean a negative answer. Consider these two expressions side by side:

ExpressionMeaningResult
2−32^{-3}123\frac{1}{2^3}18\frac{1}{8} (positive)
(−2)3(-2)^3(−2)×(−2)×(−2)(-2) \times (-2) \times (-2)−8-8 (negative)

In the first row, the exponent is negative, which triggers the reciprocal rule. In the second row, the base is negative, which affects the sign of the product based on the even/odd pattern we explored earlier in this course. These are two completely different situations.

A quick way to keep them straight: a negative exponent controls size (it makes the value small), while a negative base controls sign (it can make the value negative).

Negative Exponents in Everyday Life

Negative exponents show up whenever we need to describe very small quantities in a compact way. Here are a few everyday examples:

  • A millimeter is 10−310^{-3} meters — just 11,000\frac{1}{1{,}000} of a meter.
  • A centigram is 10−210^{-2} grams — 1100\frac{1}{100} of a gram.
  • A recipe might call for 2−32^{-3} cups of a rare spice, meaning just 18\frac{1}{8} of a cup.

In each case, the negative exponent is simply a tidy way to express a small fraction. You will encounter this notation frequently in science and measurement, especially once you reach the later course on Scientific Notation in this learning path.

Conclusion and Next Steps

In this lesson, we extended the descending-powers pattern below zero and discovered that a negative exponent produces the reciprocal of the corresponding positive power: a−n=1ana^{-n} = \frac{1}{a^n}. We saw that negative exponents create small positive values — not negative ones — and we walked through evaluating several expressions step by step.

Now it is time to put these ideas to work. In the upcoming exercises, you will complete descending-powers tables, judge common claims about negative exponents for accuracy, evaluate a variety of expressions on your own, and match negative-exponent quantities to real-world scenarios. Let's finish this course strong!

Sign up

Join the 1M+ learners on CodeSignal

Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal