Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Natural Exponents






Where Exponents Begin

Before powers can be extended to negative, fractional, or irrational exponents, they must first be grounded in the simplest case: a positive whole number telling you how many times to multiply a base by itself. This is where the notation ana^n acquires its first meaning, where the laws of exponents are first derived from concrete arithmetic, and where the patterns emerge that every later extension is built to preserve.



Definition

For a natural number n1n \geq 1, the expression ana^n means the product of nn copies of aa:

an=aaaan timesa^n = \underbrace{a \cdot a \cdot a \cdots a}_{n \text{ times}}


The base aa can be any real number — positive, negative, or zero. The exponent nn counts the repetitions.

Concrete examples anchor the definition. 24=2222=162^4 = 2 \cdot 2 \cdot 2 \cdot 2 = 16. 53=555=1255^3 = 5 \cdot 5 \cdot 5 = 125. (3)2=(3)(3)=9(-3)^2 = (-3)(-3) = 9. (3)3=(3)(3)(3)=27(-3)^3 = (-3)(-3)(-3) = -27.

Two special cases follow immediately. When n=1n = 1, there is only one copy of the base: a1=aa^1 = a for any aa. When the base is 11, repeated multiplication changes nothing: 1n=11^n = 1 for any nn.

A note on convention: whether the natural numbers include 00 varies by source. In this section, natural exponents start at n=1n = 1. The case a0a^0 arises naturally from the quotient rule and is addressed on the negative exponents page, where the extension below n=1n = 1 is developed.

Sign Behavior

The sign of ana^n depends on the sign of the base and on whether the exponent is even or odd.

A positive base always produces a positive result, regardless of the exponent. 32=93^2 = 9, 35=2433^5 = 243, 31003^{100} is positive — no power of a positive number can be negative.

A negative base alternates. When nn is even, the negative signs pair off and cancel: (2)4=(2)(2)(2)(2)=16(-2)^4 = (-2)(-2)(-2)(-2) = 16. When nn is odd, one negative sign remains unpaired: (2)5=(2)(2)(2)(2)(2)=32(-2)^5 = (-2)(-2)(-2)(-2)(-2) = -32. The rule is clean — even exponent yields positive, odd exponent yields negative.

Parentheses determine what counts as the base. The expression (3)2(-3)^2 squares the entire quantity 3-3, giving (3)(3)=9(-3)(-3) = 9. The expression 32-3^2 squares 33 first and then negates: (32)=9-(3^2) = -9. These are not the same number. The exponent binds to the nearest base, so without parentheses, only 33 is raised to the power and the negative sign operates on the result.

The Product Rule

Multiplying two powers of the same base amounts to counting the total number of factors. The expression 23242^3 \cdot 2^4 writes out as (222)(2222)(2 \cdot 2 \cdot 2)(2 \cdot 2 \cdot 2 \cdot 2), which is 77 copies of 22 multiplied together: 272^7.

The pattern generalizes to any base:

aman=am+na^m \cdot a^n = a^{m+n}


Three factors of aa followed by four more gives seven total — the exponents add. This holds for any natural numbers mm and nn and any base aa.

The bases must match for the rule to apply. The product 23342^3 \cdot 3^4 cannot be simplified by adding exponents, because the bases are different. No law of exponents combines 23342^3 \cdot 3^4 into a single power — the expression stays as it is unless rewritten another way.

The Quotient Rule

Dividing two powers of the same base cancels common factors. The expression 2523\frac{2^5}{2^3} writes out as 22222222\frac{2 \cdot 2 \cdot 2 \cdot 2 \cdot 2}{2 \cdot 2 \cdot 2}. Three copies of 22 cancel between numerator and denominator, leaving 22=222 \cdot 2 = 2^2.

The general rule subtracts exponents:

aman=amn(m>n,  a0)\frac{a^m}{a^n} = a^{m-n} \qquad (m > n,\; a \neq 0)


Five factors in the numerator minus three in the denominator leaves two — the exponent of the result is the difference.

For natural exponents, the rule requires m>nm > n to keep the result within the natural number framework. When m=nm = n, the expression becomes anan=1\frac{a^n}{a^n} = 1, which would correspond to a0a^0. That case lies outside the scope of natural exponents and is the first signal that the definition needs extending — a thread picked up on the negative exponents page.

Power of a Power

Raising a power to another power multiplies the exponents. The expression (23)2(2^3)^2 means 23232^3 \cdot 2^3, which by the product rule equals 23+3=262^{3+3} = 2^6.

The general rule follows the same logic:

(am)n=amn(a^m)^n = a^{m \cdot n}


The outer exponent nn creates nn copies of ama^m. The product rule then adds mm to itself nn times, producing mnm \cdot n.

This rule applies regardless of the values of mm and nn — as long as both are natural numbers, the result is straightforward multiplication of exponents. The expression (x4)3=x12(x^4)^3 = x^{12}, and (52)5=510(5^2)^5 = 5^{10}.

Care is needed with notation. The expression amna^{m^n} is not the same as (am)n(a^m)^n. Stacked exponents evaluate from the top down: amn=a(mn)a^{m^n} = a^{(m^n)}, not amna^{mn}. For instance, 232=29=5122^{3^2} = 2^9 = 512, while (23)2=26=64(2^3)^2 = 2^6 = 64.

Power of a Product

An exponent applied to a product distributes to each factor individually. The expression (23)4(2 \cdot 3)^4 can be expanded as (23)(23)(23)(23)(2 \cdot 3)(2 \cdot 3)(2 \cdot 3)(2 \cdot 3). Rearranging the factors groups all the 22s and all the 33s together: (2222)(3333)=2434(2 \cdot 2 \cdot 2 \cdot 2)(3 \cdot 3 \cdot 3 \cdot 3) = 2^4 \cdot 3^4.

The general rule:

(ab)n=anbn(ab)^n = a^n \cdot b^n


Each factor in the product acquires the exponent independently. This extends to any number of factors: (abc)n=anbncn(abc)^n = a^n b^n c^n.

The rule works because multiplication is commutative and associative — the order in which factors are grouped does not affect the product. Rewriting (ab)(ab)(ab)(ab)(ab)(ab) as (aaa)(bbb)(a \cdot a \cdot a)(b \cdot b \cdot b) is valid precisely because factors can be rearranged freely.

Power of a Quotient

An exponent applied to a quotient distributes to numerator and denominator separately. The expression (23)4\left(\frac{2}{3}\right)^4 expands as 23232323=2434=1681\frac{2}{3} \cdot \frac{2}{3} \cdot \frac{2}{3} \cdot \frac{2}{3} = \frac{2^4}{3^4} = \frac{16}{81}.

The general rule:

(ab)n=anbn(b0)\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} \qquad (b \neq 0)


The logic mirrors the power of a product rule. Multiplying nn copies of ab\frac{a}{b} means multiplying nn copies of aa in the numerator and nn copies of bb in the denominator. The restriction b0b \neq 0 is inherited from the requirement that the original fraction be defined.

Combined with the other rules, the power of a quotient enables simplification of complex fractional expressions. The expression (x2y3)4=x8y12\left(\frac{x^2}{y^3}\right)^4 = \frac{x^8}{y^{12}}, applying both the power of a quotient and the power of a power rule in a single step.

Worked Examples

The laws work together in practice. Simplifying expressions typically requires recognizing which rule applies at each step and applying them in sequence.

Simplify 32353^2 \cdot 3^5. The bases match, so the product rule gives 32+5=37=21873^{2+5} = 3^7 = 2187.

Simplify x8x3\frac{x^8}{x^3}. The quotient rule gives x83=x5x^{8-3} = x^5.

Simplify (2x3)4(2x^3)^4. The power of a product distributes: 24(x3)4=16x122^4 \cdot (x^3)^4 = 16x^{12}.

Simplify (a2b)3a4b2\frac{(a^2b)^3}{a^4b^2}. Start with the numerator: (a2b)3=a6b3(a^2b)^3 = a^6b^3. Then apply the quotient rule to each variable: a6b3a4b2=a64b32=a2b\frac{a^6b^3}{a^4b^2} = a^{6-4}b^{3-2} = a^2b.

Simplify (3x2y)3y4\left(\frac{3x^2}{y}\right)^3 \cdot y^4. The power of a quotient gives 33x6y3y4=27x6y4y3=27x6y\frac{3^3 x^6}{y^3} \cdot y^4 = \frac{27x^6 \cdot y^4}{y^3} = 27x^6y.

Each step applies one law. When multiple laws are needed, working from the innermost grouping outward — simplifying parentheses first, then combining like bases — produces the cleanest path to the result.