Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Powers






Base, Exponent, Result

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

Poweran expression ana^n consisting of a base raised to an exponent
Base (of a Power)the number aa being raised to a power
Exponentthe number nn controlling how the base is used

Exponent Types

Natural Exponentpositive integer: an=aaaa^n = a \cdot a \cdots a (nn times)
Zero Exponenta0=1a^0 = 1 for a0a \neq 0
Negative Exponentan=1/ana^{-n} = 1/a^n
Rational Exponentam/n=amna^{m/n} = \sqrt[n]{a^m}
Irrational Exponentdefined as a limit of rational approximations

Laws

Product Rule (Exponents)aman=am+na^m \cdot a^n = a^{m+n}
Quotient Rule (Exponents)am/an=amna^m / a^n = a^{m-n}
Power of a Power(am)n=amn(a^m)^n = a^{mn}
Power of a Product(ab)n=anbn(ab)^n = a^n b^n
Power of a Quotient(a/b)n=an/bn(a/b)^n = a^n / b^n

Applications

Exponential Equationvariable in the exponent
Exponential Inequalitydirection depends on the base
Exponential Functionf(x)=axf(x) = a^x with fixed base, variable exponent

See All Algebra Definitions


Definition and Terminology

The expression ana^n is called a power. The number aa is the base — the quantity being repeatedly multiplied. The number nn is the exponent — it controls how many times the base appears as a factor.

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


This definition works when nn is a positive integer. The expression 252^5 means 22222=322 \cdot 2 \cdot 2 \cdot 2 \cdot 2 = 32. Five factors of 2.

The word "power" refers to the entire expression, not just the exponent. Saying "252^5 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": a2a^2 is "a squared." The exponent 3 gives "cubed": a3a^3 is "a cubed." All other exponents use the general form: ana^n 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


(2)2=(2)(2)=4(-2)^2 = (-2) \cdot (-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-2 as a whole.

Stacked exponents are read from the top down:

a23=a8a^{2^3} = a^8


This is not the same as (a2)3=a6(a^2)^3 = a^6. Without parentheses, 232^3 is computed first to produce the exponent 8. The full rules governing expressions like (am)n(a^m)^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=3333=813^4 = 3 \cdot 3 \cdot 3 \cdot 3 = 81


106=1,000,00010^6 = 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.
Learn More

Zero as an Exponent

Repeated multiplication offers no interpretation for multiplying a base zero times. The definition a0=1a^0 = 1 (for a0a \neq 0) is not arbitrary — it is forced by consistency with the quotient rule.

If am/am=amma^m / a^m = a^{m-m}, then a0a^0 must equal 1, because any nonzero quantity divided by itself is 1.

A pattern argument reinforces this: 33=273^3 = 27, 32=93^2 = 9, 31=33^1 = 3. Each step divides by 3. Continuing: 30=13^0 = 1.

The case 000^0 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.
Learn More

Negative Exponents

A negative exponent produces the reciprocal of the corresponding positive power:

an=1an,a0a^{-n} = \frac{1}{a^n}, \quad a \neq 0


The definition extends the descending pattern below a0a^0. From 31=33^1 = 3 and 30=13^0 = 1, dividing by 3 once more gives 31=1/33^{-1} = 1/3. Then 32=1/93^{-2} = 1/9, 33=1/273^{-3} = 1/27, and so on.

The base cannot be zero — 0n0^{-n} would require dividing by 0n=00^n = 0, which is undefined.

Negative exponents rewrite fractions without denominators: 1/a3=a31/a^3 = a^{-3}. This notational flexibility is essential when applying the laws of exponents. The negative exponents page covers the full treatment.
Learn More

Rational Exponents

When the exponent is a fraction m/nm/n, the denominator indicates a root and the numerator indicates a power:

am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m


This equivalence bridges exponents and roots. Computing 82/38^{2/3}: the denominator 3 means cube root, the numerator 2 means square. So 82/3=(83)2=22=48^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4.

For even denominators, the base must be non-negative in real numbers — (4)1/2(-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.
Learn More

Irrational Exponents

An irrational exponent like π\pi or 2\sqrt{2} cannot be expressed as a fraction, so the rational-exponent definition does not apply directly. Instead, 2π2^\pi is defined as the limit of 2r2^r where rational values rr approach π\pi:

23=8,23.18.574,23.148.815,23.14158.8242^3 = 8, \quad 2^{3.1} \approx 8.574, \quad 2^{3.14} \approx 8.815, \quad 2^{3.1415} \approx 8.824


The values converge, and the limit is 2π2^\pi.

This construction requires the base to be positive. For a>0a > 0, the function axa^x is continuous and the limit always exists. For a0a \leq 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>0a > 0.
Learn More

Laws of Exponents

A single set of rules governs all exponent types. The product rule aman=am+na^m \cdot a^n = a^{m+n}, the quotient rule am/an=amna^m / a^n = a^{m-n}, the power-of-a-power rule (am)n=amn(a^m)^n = a^{mn}, 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=0a = 0. Rational exponents with even denominators require a0a \geq 0. Irrational exponents require a>0a > 0.

The exponent rules page collects every law with derivations, examples, and the full domain conditions.
Learn More

Exponential Equations

When the unknown appears in the exponent, the equation is exponential: 2x=162^x = 16, 32x1=273^{2x-1} = 27, 5x=125^x = 12.

The simplest cases resolve by rewriting both sides with a common base. Since 16=2416 = 2^4, the equation 2x=162^x = 16 gives x=4x = 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.
Learn More

Exponential Inequalities

Inequalities involving powers require attention to the base. The expression 2x>82^x > 8 and (1/3)x9(1/3)^x \leq 9 are both exponential inequalities, but they behave differently.

When the base satisfies a>1a > 1, the exponential function is increasing: larger exponents produce larger values. The inequality direction is preserved when applying logarithms.

When 0<a<10 < 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.
Learn More

Exponential Functions

When the base is a fixed positive number and the exponent varies, the power axa^x becomes a function of xx. This is the conceptual shift from computing individual powers to studying how powers change.

For a>1a > 1, the function grows — each unit increase in xx multiplies the output by aa. For 0<a<10 < a < 1, the function decays. The number e2.718e \approx 2.718 occupies a central role: the function exe^x 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 (x3x^3). In an exponential function, the base is fixed and the exponent varies (3x3^x). The behaviors are fundamentally different.

The exponential functions page covers graphs, transformations, growth and decay models, and the role of ee.
Learn More