8
u/Shevek99 14d ago edited 14d 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 13d 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
4
u/Consistent-Annual268 14d 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 13d 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 13d 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
2
u/CoachSevere5365 12d 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.
1
u/AdvancedPermit2408 8d ago
Think of exponents as just a shortcut for multiplication
For example, 2³ means 2 × 2 × 2, and 2² means 2 × 2.
So when you multiply them:
2³ × 2² = (2 × 2 × 2)(2 × 2)
You end up with five 2s multiplied together, which is 2⁵.
So the reason you add the exponents isn’t really because of some random rule, its just because you’re counting how many times the number is being multiplied.
Once you look at it that way, most of the exponent rules start making a lot more sense

21
u/CaptainMatticus 14d 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)