In the case where $a,b>0$ and $x,y \in \mathbb R$, we have Laws of Exponents such as these:
- $a^xa^y=a^{x+y}$
- $(ab)^x=a^xb^x$
- $a^{-x}=1/a^x$
- $(a^x)^y=a^{xy}$
- $a^x/a^y=a^{x-y}$
- $(a/b)^x=a^x/b^x$
- $(a/b)^{-x}=b^x/a^x$
If instead $a,b<0$, then
Which of the above Laws still hold?
Which don't? (And how can they be modified to become true?)
This seems simple enough to check, so just go through each of the identities so that $a, b < 0$. Let $p = -a$ and $q = -b$, ($p$ and $q$ are clearly positive reals). Then, we can substitute these into the identities:
Start with number 2 because that can be used later.
Substituting yields $(pq)^x = (-p)^x(-q)^x$. As was stated by J. W. Tanner in the comments, this is slightly meaningless because the left-hand side is a function that has only one output, which is real, and the right-hand side can potentially have multiple and imaginary outputs, specifically when $x$ is fractional with an even denominator or irrational. Therefore, for this one the law doesn't really hold, but could be modified to state that if $x$ is rational with an odd denominator in fully simplified form, then it would hold.
Substituting yields $(-p)^x(-p)^y = (-p)^{x + y}$. Since $(-p)^x$ and $(-p)^y$ aren't necessarily uniquely defined, if we make the same assumptions as in the last case for $x$ and $y$ we can see that by rule 2 then we have: $$(-1)^x(p)^x(-1)^y(p)^y = (-1)^{x+y}(p)^{x+y}$$ Which becomes: $$(-1)^x(-1)^y(p^{x+y}) = (-1)^{x+y}(p)^{x+y}$$ $$(-1)^x(-1)^y = (-1)^{x+y}$$ At this point, it should be clear that for all of the identities, if we show that the identity holds for $a,b = -1$, it holds for all simply by applying rule 2, (assuming that the $x,y$ satisfy the previously mentioned restrictions. This is true because by applying rule 2 we can break any $(-s)^x$ into $(-1)^x(s)^x$, (again, meeting the restrictions). Therefore, we just need to check all the rules for $-1$.
Although it is not expressed here, quickly checking each of the equations for $a,b = -1$ reveals they are all true, again assuming that $(-1)^x$ is uniquely defined. So now to answer the second question: how can they be changed to work for negative values? Well then the only restriction is that $(-1)^x$ must be uniquely defined. I believe the link in the second comment by J. W. Tanner has more information on that.