A power is an expression built from two components: a base and an exponent. The base is the number being acted on; the exponent dictates how. In the simplest case, the exponent counts repeated multiplications — but that interpretation covers only the starting point. Extending the exponent to zero, negative values, fractions, and irrational numbers requires progressively broader definitions, each consistent with the rules established at the natural-number level.
Key Terms
Core Vocabulary
Power— an expression an consisting of a base raised to an exponent
The expression an is called a power. The number a is the base — the quantity being repeatedly multiplied. The number n is the exponent — it controls how many times the base appears as a factor.
an=n timesa⋅a⋅a⋯a
This definition works when n is a positive integer. The expression 25 means 2⋅2⋅2⋅2⋅2=32. Five factors of 2.
The word "power" refers to the entire expression, not just the exponent. Saying "25 is a power of 2" is correct. Saying "5 is the power" is imprecise — 5 is the exponent.
Two exponents have special names. The exponent 2 gives "squared": a2 is "a squared." The exponent 3 gives "cubed": a3 is "a cubed." All other exponents use the general form: an is "a to the power of n" or "a to the nth."
Notation and Conventions
Parentheses determine what the exponent applies to. Without parentheses, the exponent binds only to the symbol immediately before it:
−22=−(22)=−4
(−2)2=(−2)⋅(−2)=4
In the first expression, the exponent applies to 2 alone; the negative sign is applied afterward. In the second, the parentheses force the exponent to apply to −2 as a whole.
Stacked exponents are read from the top down:
a23=a8
This is not the same as (a2)3=a6. Without parentheses, 23 is computed first to produce the exponent 8. The full rules governing expressions like (am)n appear on the exponent rules page.
Natural Exponents
When the exponent is a positive integer, the power is a product of repeated factors. The exponent simply counts how many copies of the base are multiplied together.
34=3⋅3⋅3⋅3=81
106=1,000,000
This is where the laws of exponents — the product rule, quotient rule, power-of-a-power rule — are first derived. Each law emerges naturally from counting and regrouping factors. Every extension of exponents to other types preserves these laws by definition.
The natural exponents page develops this case fully: the derivation of each law, worked examples, and the transition toward broader exponent types.
Repeated multiplication offers no interpretation for multiplying a base zero times. The definition a0=1 (for a=0) is not arbitrary — it is forced by consistency with the quotient rule.
If am/am=am−m, then a0 must equal 1, because any nonzero quantity divided by itself is 1.
A pattern argument reinforces this: 33=27, 32=9, 31=3. Each step divides by 3. Continuing: 30=1.
The case 00 is genuinely ambiguous. Different conventions assign it the value 1 in combinatorics and leave it undefined in analysis. The zero powers page addresses this case and the reasoning behind each convention.
A negative exponent produces the reciprocal of the corresponding positive power:
a−n=an1,a=0
The definition extends the descending pattern below a0. From 31=3 and 30=1, dividing by 3 once more gives 3−1=1/3. Then 3−2=1/9, 3−3=1/27, and so on.
The base cannot be zero — 0−n would require dividing by 0n=0, which is undefined.
Negative exponents rewrite fractions without denominators: 1/a3=a−3. This notational flexibility is essential when applying the laws of exponents. The negative exponents page covers the full treatment.
When the exponent is a fraction m/n, the denominator indicates a root and the numerator indicates a power:
am/n=nam=(na)m
This equivalence bridges exponents and roots. Computing 82/3: the denominator 3 means cube root, the numerator 2 means square. So 82/3=(38)2=22=4.
For even denominators, the base must be non-negative in real numbers — (−4)1/2 has no real value. Odd denominators accept any real base.
Rational exponents provide a single framework for roots and powers. The rational exponents page develops the notation, the domain restrictions, and the connection to radical form.
An irrational exponent like π or 2 cannot be expressed as a fraction, so the rational-exponent definition does not apply directly. Instead, 2π is defined as the limit of 2r where rational values r approach π:
23=8,23.1≈8.574,23.14≈8.815,23.1415≈8.824
The values converge, and the limit is 2π.
This construction requires the base to be positive. For a>0, the function ax is continuous and the limit always exists. For a≤0, the sequence of rational approximations does not converge to a consistent real value.
The irrational exponents page formalizes this limiting process and the domain restriction a>0.
A single set of rules governs all exponent types. The product rule am⋅an=am+n, the quotient rule am/an=am−n, the power-of-a-power rule (am)n=amn, and the remaining laws hold whether the exponents are natural, zero, negative, rational, or irrational.
These laws are first proved for natural exponents, where they follow from counting factors. The extensions to other exponent types are then defined so that the same laws remain valid — each new definition is chosen precisely to preserve these identities.
Domain restrictions tighten as the exponent type broadens. Natural exponents allow any base. Zero and negative exponents exclude a=0. Rational exponents with even denominators require a≥0. Irrational exponents require a>0.
The exponent rules page collects every law with derivations, examples, and the full domain conditions.
When the unknown appears in the exponent, the equation is exponential: 2x=16, 32x−1=27, 5x=12.
The simplest cases resolve by rewriting both sides with a common base. Since 16=24, the equation 2x=16 gives x=4 directly by matching exponents.
When bases cannot be matched, logarithms provide the tool. Taking the logarithm of both sides converts the exponent into a coefficient, making the unknown accessible through algebra.
The exponential equations page covers both techniques: base matching for exact solutions and logarithmic methods for the general case.
Inequalities involving powers require attention to the base. The expression 2x>8 and (1/3)x≤9 are both exponential inequalities, but they behave differently.
When the base satisfies a>1, the exponential function is increasing: larger exponents produce larger values. The inequality direction is preserved when applying logarithms.
When 0<a<1, the function is decreasing: larger exponents produce smaller values. The inequality reverses when solving.
The exponential inequalities page develops the solving techniques and the role the base plays in determining direction.
When the base is a fixed positive number and the exponent varies, the power ax becomes a function of x. This is the conceptual shift from computing individual powers to studying how powers change.
For a>1, the function grows — each unit increase in x multiplies the output by a. For 0<a<1, the function decays. The number e≈2.718 occupies a central role: the function ex is its own derivative, making it foundational in calculus.
Exponential functions are the counterpart of polynomial functions. In a polynomial, the base varies and the exponent is fixed (x3). In an exponential function, the base is fixed and the exponent varies (3x). The behaviors are fundamentally different.
The exponential functions page covers graphs, transformations, growth and decay models, and the role of e.