For any non-zero real bases $a, b$ and rational exponents $m, n$:
| Law Name | Mathematical Formula | Condition / Meaning |
|---|---|---|
| Product Law | $a^m \times a^n = a^{m+n}$ | Same base multiplied $\implies$ add exponents. |
| Quotient Law | $\frac{a^m}{a^n} = a^{m-n}$ | Same base divided $\implies$ subtract exponents. |
| Power of a Power | $(a^m)^n = a^{mn} = (a^n)^m$ | Powers stacked $\implies$ multiply exponents. |
| Power of a Product | $(ab)^n = a^n \times b^n$ | Exponent distributes over multiplication. |
| Power of a Quotient | $\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$ | Exponent distributes over division ($b \neq 0$). |
| Zero Exponent | $a^0 = 1$ | Any non-zero base to power zero is $1$ ($a \neq 0$). |
| Negative Exponent | $a^{-n} = \frac{1}{a^n} \iff \left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n$ | Negative power inverts the base fraction. |
| Fractional Exponent | $a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$ | Denominator $n$ is root index, numerator $m$ is power. |