8
u/Shevek99 6d ago edited 5d ago
It's defined that way to have consistence.
We want this formula to hold for all integers
am an = am + n
Now, making n = 0 we get
am a0 = am
So it must be
a0 = 1
Now, if we put n = -m
am a-m = am - m = a0 = 1
Then a-m must be the multiplicative inverse of am
a-m = 1/am
2
3
u/JeffTheNth 5d ago
Everyone points to the definition and such, but let me give you an example...
32 / 4 = 8
25 / 22 = 23
2(5-2) = 23
The negative exponent would be subtracted... If there isn't enough, it ends up as a divisor.
1/4 = 1/22 = 2-2
having a good example in mind can help make that a little clearer... hope this helps!
2
5
u/Consistent-Annual268 6d ago
That's the literal definition of negative exponents. It is defined like that precisely so that it works nicely with the remaining exponent rules.
1
1
u/Top_Bluejay_5323 5d ago
a^(-1) (a^1/a^1)=a^(-1)a^1/a^1= a^(-1+1)/a^1
a^(-1+1)=a^0=1
Therefore a^(-1)=1/a^1
1
u/Trimutius 5d ago
By definition really... but yeah when you reduce power you keep dividing by x, then at 0 you reach 1 and then when you reduce once more you go to 1/x
1
u/CoachSevere5365 3d ago
It's interesting that nobody has mentioned logarithms in this thread.
The rules about adding and subtracting exponents apply to non-integers too. Before electronic calculators were common we used "log books" which contained tables of exponents.
To multiply numbers together you'd look up each number in a table to get its logarithm, add the logarithms, then do the reverse to get the result.
There was a bit of extra bookwork in that using the tables meant that numbers had to be scaled to be between 0 and 1, and the powers of ten (or whatever the base was) handled separately, but the fundamental principle doesn't change.

21
u/CaptainMatticus 6d ago
You know that a^b / a^c = a^(b - c), right?
And you should also know that a^0 = 1, for all non-zero values of a, right?
So rewrite 1 / a^x as a^0 / a^x, which would also be a^(0 - x), or a^(-x)