An exponent, often called a power or index, is a mathematical notation that compactly records repeated multiplication of the same factor. If a number x is written with a small superscript y as xy (commonly read “x to the y” or “x raised to the power y”), then y indicates how many copies of x are multiplied together. For example, 5 raised to the 4th power means four factors of 5 multiplied: 5 × 5 × 5 × 5, which equals 625. The symbol for the exponent is usually placed above and to the right of the base; that notation makes expressions shorter and easier to manipulate than long products. Exponentiation is fundamental across arithmetic and higher mathematics, and it appears in contexts from basic geometry to advanced calculus. Basic notation treats the exponent as an integer in elementary cases, but later sections below explain how the concept extends to negative, zero, rational, and real exponents.

Core ideas and simple examples

When the exponent is a positive integer n, the expression xn denotes x multiplied by itself n times: x · x · … · x (n factors). Special names are used for small exponents: x2 is called the square of x because it gives the area of a square with side x, and x3 is called the cube because it gives the volume of a cube with side x. The exponent 1 leaves the base unchanged, and higher integer exponents grow quickly—powers are one reason exponential growth appears in many natural and social processes. Common shorthand includes scientific notation for very large or small numbers (e.g., 3.0 × 108) and polynomial expressions where exponents indicate degrees of terms.

Fundamental algebraic rules

Exponent rules are algebraic identities that allow simplification and manipulation of powered expressions. These rules assume a nonzero base unless otherwise stated and are the foundation for symbolic calculation in algebra. Below are the principal laws with verbal explanations and simple illustrations.

  • Product rule: am · an = am+n. Multiplying two powers with the same base adds their exponents because the total number of repeated factors combines the two lists.
  • Quotient rule: am / an = am−n. Dividing powers with the same base subtracts exponents (when m ≥ n this produces a positive exponent; when m < n it produces a negative exponent).
  • Power of a power: (am)n = amn. Raising a power to another power multiplies the two exponents because the inner repeats are repeated n times.
  • Power of a product: (ab)n = an bn. A product raised to a power distributes the exponent to each factor.
  • Zero exponent: For nonzero b, b0 = 1. This follows from the product and quotient rules and the requirement that exponent laws remain consistent when exponents are added.
  • Negative exponents: a−n = 1 / an for nonzero a. A negative exponent indicates reciprocal behavior and extends the meaning of exponents to integer negatives.
  • Fractional (rational) exponents: a1/n is defined as the principal nth root of a (for suitable a), and am/n equals (a1/n)m or (am)1/n. This generalization links roots and powers in a consistent algebraic framework.

These rules are often proved by reducing expressions to repeated multiplication and cancellation arguments. For instance, the product rule follows because am supplies m factors of a and an supplies n factors; together there are m + n factors. The zero exponent rule can be seen by noting that am = am · a0 and cancelling am from both sides yields a0 = 1 (for nonzero a).

Extensions, distinctions, and special cases

Exponentiation can be extended beyond integers. Rational exponents connect powers with roots, while real exponents are defined in analytic ways (for positive real bases) using logarithms and limits; complex exponents require even more structure and introduce multi-valued behavior. Important distinctions include the difference between the exponent and the power: the exponent is the small number that indicates repetition, whereas a power sometimes refers to the result xn itself. Care is also needed when bases are negative or zero: negative bases raised to fractional exponents may not be real, and zero raised to nonpositive exponents is undefined.

Some properties that look similar to exponent laws can fail if assumptions are not met. For example, (a + b)2 is not equal to a2 + b2; instead it expands to a2 + 2ab + b2. Similarly, logarithmic and exponential functions interact through identities like ax = ex ln a for a > 0, which is the analytic way to define real exponents and is the basis for calculus with exponential functions.

History, terminology, and notation

The idea of repeated multiplication is ancient, appearing implicitly in early arithmetic, but symbolic exponent notation developed over centuries. Notation similar to modern superscripts was popularized in the 17th century; René Descartes used superscripts to denote powers of unknowns, which helped standardize algebraic notation. Words like "square" and "cube" derive from geometric interpretations (area and volume), while terms such as "power", "index", and "exponent" are used in different traditions and contexts. Mathematicians later extended exponentiation beyond whole-number exponents, gradually incorporating negative, fractional, real, and complex exponents into a coherent theory.

Applications and importance

Exponents appear in many practical and theoretical settings. They express exponential growth and decay in population models, radioactive decay, and compound interest; they are central to scientific notation, which makes it possible to write very large or very small measurements compactly; and they are inherent in polynomials, power series, and differential equations. In computer science exponents describe algorithmic complexity when costs grow multiplicatively, and in physics they describe scaling laws. Understanding exponent rules aids in simplifying expressions, solving exponential equations, and working with logarithms, which are the inverses of exponentiation.

Examples and common manipulations

Concrete examples help fix the abstract rules. Multiplying 32 and 34 yields 36 because 2 + 4 = 6. Dividing 44 by 42 gives 42 because 4 − 2 = 2. A negative exponent example: 2−3 equals 1/8, and a fractional one: 91/2 equals 3 because it denotes the principal square root. When manipulating algebraic expressions, it is useful to factor common powers, apply the power of a power rule, and convert between exponential and logarithmic forms as needed.

For deeper study, consult standard algebra texts and resources that cover exponentiation in the contexts of real analysis and complex analysis. A clear understanding of exponent rules combined with attention to domain conditions (such as nonzero bases and allowable roots) prevents common mistakes and opens the way to working with more advanced exponential and logarithmic functions. The notation and identities described here are widely used in mathematics and its applications; to explore further, see discussions of exponents in elementary algebra and the role of exponential functions in calculus. Exponent (more) and Algebra fundamentals are good starting points for deeper reading.

Notable facts and pedagogical notes: exponentiation is not associative in the sense that abc must be parsed with a convention (typically evaluated as a(bc) or using parentheses) because chaining exponents without parentheses can change the value; this contrasts with multiplication, which is associative. Also, while exponent rules allow many simplifications, they rely on implicit domain constraints—recognizing these constraints is part of correct mathematical practice.