Skip to content

Basics

Powers

Exponent rules: products, quotients, powers of powers, negative and fractional exponents, and identities.

Powers record how many times a base multiplies by itself. The laws below combine, split, and rewrite exponential expressions without expanding them, and extend the operation consistently to negative and fractional exponents. The same rules underpin polynomial, radical, and logarithmic manipulation.

Multiplying two powers of the same base adds the exponents. Writing an as n factors of a and am as m factors and concatenating gives n + m factors. The rule extends to any real exponents once the operation is defined consistently for them.

an×am=an+ma^{n}\times a^{m}=a^{n+m}

Raising a power to another power multiplies the exponents. Apply the product rule m times to an to get an repeated m times, which collapses to an·m. Use this to flatten nested exponentials.

(an)m=an×m\left(a^{n}\right)^{m}=a^{n\times m}

A negative exponent inverts the base. The product rule forces this: an·a-n = a0 = 1, so a-n = 1/an. With this definition the laws extend from natural numbers to all integers.

an=1ana^{-n}=\frac{1}{a^{n}}

The exponent distributes over a product of bases. Each factor in (ab)n contributes n copies of a and n copies of b, which regroup as anbn. Distribution fails over sums: (a + b)n is not an + bn. That case needs the binomial theorem.

(a×b)n=(a)n×(b)n\left(a\times b\right)^{n} = \left(a\right)^{n}\times\left( b\right)^{n}

A negative exponent on a fraction flips the fraction and removes the sign. This is a corollary of the negative-exponent rule combined with quotient distribution. The flipped form gives cleaner arithmetic when the original numerator is larger than the denominator.

(ab)n=(ba)n=bnan\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^{n}=\frac{b^{n}}{a^{n}}

Dividing two powers of the same base subtracts the exponents. Cancelling common factors removes min(n, m) copies of a and leaves the difference. The second equality keeps the exponent positive when n - m is negative.

anam=anm=1amn\frac{a^{n}}{a^{m}}=a^{n-m}=\frac{{1}}{{a^{m-n}}}

The exponent also distributes over a quotient. Combine the product-distribution rule with the negative-exponent rule applied to b. The identity collapses ratios of powers into a single fraction with separately-exponentiated parts.

(ab)n=anbn\left(\frac{a}{b}\right)^{n}=\frac{a^{n}}{b^{n}}

Any non-zero base raised to the zero power equals one. The quotient rule forces this: an/an = a0 and the left side equals 1. The base zero is excluded; 00 is treated separately.

a0=1 (if a0)a^{0}=1 \text{ }\left(if\text{ }a\neq 0\right)

A fractional exponent denotes a root combined with a power. The denominator selects the root and the numerator the power. The power-of-a-power rule guarantees the two orderings agree, so you can pick whichever keeps intermediate values smaller or radical-free.

aam=(a1m)n=(an)1ma^{\frac{a}{m}}=\left(a^{\frac{1}{m}}\right)^{n}=\left(a^{n}\right)^{\frac{1}{m}}