Why is a number raised to a negative power the reciprocal of that number?

1 Answer
Dec 18, 2014

Simple answer:

We'll do this by working backwards.

How can you make 2^222 out of 2^323?
Well, you divide by 2: 2^3/2 = 2^2232=22

How can you make 2^121 out of 2^222?
Well, you divide by 2: 2^2/2 = 2^1222=21

How can you make 2^0 (=1)20(=1) out of 2^121?
Well, you divide by 2: 2^1/2 = 2^0 = 1212=20=1

How can you make 2^-121 out of 2^020?
Well, you divide by 2: 2^0/2 = 2^-1 = 1/2202=21=12

Proof why this should be the case

The definition of the reciprocal is: "a number's reciprocal multiplied by that number should give you 1".

Let a^xax be the number.
a^x * 1/a^x = 1ax1ax=1
Or you can also say the following:
a^x*a^-x = a^(x+(-x)) = a^(x-x) = a^0 = 1axax=ax+(x)=axx=a0=1

Since both of these are equal to 11, you can set them equal:
a^x*a^-x = a^x*1/a^xaxax=ax1ax
Divide both sides by a^xax:
a^-x = 1/a^xax=1ax

And you have your proof.