[[File:Expo02.svg|thumb|Graphs of for various bases :
Each curve passes through the point because any nonzero number raised to the power of is . At , the value of equals the base because any number raised to the power of is the number itself.]]
In mathematics, exponentiation, denoted , is an operation involving two numbers: the base, , and the exponent or power, . When is a positive integer, exponentiation corresponds to repeated multiplication of the base: that is, is the product of multiplying bases: In particular, .
The exponent is usually shown as a superscript to the right of the base as or in computer code as b^n. This binary operation is often read as " to the power "; it may also be referred to as " raised to the th power", "the th power of ", or, most briefly, " to the ".
The above definition of immediately implies several properties, in particular the multiplication rule:There are three common notations for multiplication: is most commonly used for explicit numbers and at a very elementary level; is most common when variables are used; is used for emphasizing that one talks of multiplication or when omitting the multiplication sign would be confusing.
That is, when multiplying a base raised to one power times the same base raised to another power, the powers add. Extending this rule to the power zero gives , and, where is non-zero, dividing both sides by gives . That is the multiplication rule implies the definition A similar argument implies the definition for negative integer powers: That is, extending the multiplication rule gives . Dividing both sides by gives . This also implies the definition for fractional powers: For example, , meaning , which is the definition of square root: .
The definition of exponentiation can be extended in a natural way (preserving the multiplication rule) to define for any positive real base and any real number exponent . More involved definitions allow complex numbers base and exponent, as well as certain types of matrices as base or exponent.
Exponentiation is used extensively in many fields, including economics, biology, chemistry, physics, and computer science, with applications such as compound interest, population growth, chemical reaction kinetics, wave behavior, and public-key cryptography.
The word exponent was coined in 1544 by Michael Stifel. In the 16th century, Robert Recorde used the terms "square", "cube", "zenzizenzic" (fourth power), "sursolid" (fifth), "zenzicube" (sixth power), "second sursolid" (seventh power), and "zenzizenzizenzic" (eighth power). "Biquadrate" has been used to refer to the fourth power as well.
In the 9th century, the Persian mathematician Al-Khwarizmi used the terms مَال ( māl, "possessions", "property") for a square—the Muslims, "like most mathematicians of those and earlier times, thought of a squared number as a depiction of an area, especially of land, hence property"—and كَعْبَة ( Kaaba, "cube") for a cube, which later Islamic mathematicians represented in mathematical notation as the letters mīm (m) and kāf (k), respectively, by the 15th century, as seen in the work of Abu'l-Hasan ibn Ali al-Qalasadi. Nicolas Chuquet used a form of exponential notation in the 15th century, for example to represent . This was later used by Henricus Grammateus and Michael Stifel in the 16th century. In the late 16th century, Jost Bürgi would use Roman numerals for exponents in a way similar to that of Chuquet, for example for .
In 1636, James Hume used in essence modern notation, when in L'algèbre de Viète he wrote for . Early in the 17th century, the first form of our modern exponential notation was introduced by René Descartes in his text titled La Géométrie; there, the notation is introduced in Book I. (And , or , in order to multiply by itself; and , in order to multiply it once more by , and thus to infinity).
Some mathematicians (such as Descartes) used exponents only for powers greater than two, preferring to represent squares as repeated multiplication. Thus they would write , for example, as .
Samuel Jeake introduced the term indices in 1696. The term involution was used synonymously with the term indices, but had declined in usageThe most recent usage in this sense cited by the OED is from 1806 (). and should not be confused with its more common meaning.
In 1748, Leonhard Euler introduced variable exponents, and, implicitly, non-integer exponents by writing:
For instance, in 1961 the School Mathematics Study Group developed the notation in connection with units used in the metric system.School Mathematics Study Group (1961) Mathematics for Junior High School, volume 2, part 1, Yale University PressCecelia Callanan (1967) "Scientific Notation", The Mathematics Teacher 60: 252–6 JSTOR
Exponents also came to be used to describe units of measurement and quantity dimensions. For instance, since force is mass times acceleration, it is measured in kg m/sec2. Using M for mass, L for length, and T for time, the expression M L T–2 is used in dimensional analysis to describe force.Edwin Bidwell Wilson (1920) Theory of Dimensions, chapter 11 in Aeronautics: A Class Text, via Internet Archive
Similarly, the expression is called "the cube of " or " cubed", because the volume of a cube with side-length is .
When an exponent is a positive integer, that exponent indicates how many copies of the base are multiplied together. For example, . The base appears times in the multiplication, because the exponent is . Here, is the 5th power of 3, or 3 raised to the 5th power.
The word "raised" is usually omitted, and sometimes "power" as well, so can be simply read "3 to the 5th", or "3 to the 5".
The base case is
The associativity of multiplication implies that for any positive integers and ,
This value is also obtained by the empty product convention, which may be used in every algebraic structure with a multiplication that has an identity. This way the formula
The case of is controversial. In contexts where only integer powers are considered, the value is generally assigned to but, otherwise, the choice of whether to assign it a value and what value to assign may depend on context.
This definition of exponentiation with negative exponents is the only one that allows extending the identity to negative exponents (consider the case ).
The same definition applies to invertible elements in a multiplicative monoid, that is, an algebraic structure, with an associative multiplication and a multiplicative identity denoted (for example, the square matrix of a given dimension). In particular, in such a structure, the inverse of an invertible element is standardly denoted
b^m \cdot b^n &= b^{m + n} \\ \left(b^m\right)^n &= b^{m \cdot n} \\ b^n \cdot c^n &= (b \cdot c)^n\end{align}
Unlike addition and multiplication, exponentiation is not commutative: for example, , but reversing the operands gives the different value . Also unlike addition and multiplication, exponentiation is not associative: for example, , whereas . Without parentheses, the conventional order of operations for serial exponentiation in superscript notation is top-down (or right-associative), not bottom-up (or left-associative). That is,
However, this formula is true only if the summands commute (i.e. that ), which is implied if they belong to a structure that is commutative. Otherwise, if and are, say, square matrix of the same size, this formula cannot be used. It follows that in computer algebra, many involving integer exponents must be changed when the exponentiation bases do not commute. Some general purpose computer algebra systems use a different notation (sometimes instead of ) for exponentiation with non-commuting bases, which is then called non-commutative exponentiation.
0 = 0 | |
1 = 1 | (1, 1, 1, 1) |
2 = 8 | (1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2) |
3 = 9 | (1, 1), (1, 2), (1, 3), (2, 1), (2, 2), (2, 3), (3, 1), (3, 2), (3, 3) |
4 = 4 | (1), (2), (3), (4) |
5 = 1 | () |
Exponentiation with base is used in scientific notation to denote large or small numbers. For instance, (the speed of light in vacuum, in metres per second) can be written as and then approximation as .
based on powers of are also used to describe small or large quantities. For example, the prefix Kilo- means , so a kilometre is .
Powers of appear in set theory, since a set with members has a power set, the set of all of its , which has members.
Integer powers of are important in computer science. The positive integer powers give the number of possible values for an -bit integer binary number; for example, a byte may take different values. The binary number system expresses any number as a sum of powers of , and denotes it as a sequence of and , separated by a binary point, where indicates a power of that appears in the sum; the exponent is determined by the place of this : the nonnegative exponents are the rank of the on the left of the point (starting from ), and the negative exponents are determined by the rank on the right of the point.
In some contexts (e.g., combinatorics), the expression is defined to be equal to ; in others (e.g., analysis), it is often undefined.
This can be read as " b to the power of n tends to +∞ as n tends to infinity when b is greater than one".
Powers of a number with absolute value less than one tend to zero:
Any power of one is always one:
Powers of a negative number alternate between positive and negative as alternates between even and odd, and thus do not tend to any limit as grows.
If the exponentiated number varies while tending to as the exponent tends to infinity, then the limit is not necessarily one of those above. A particularly important case is
See below.
Other limits, in particular those of expressions that take on an indeterminate form, are described in below.
When is odd, 's asymptotic behavior reverses from positive to negative . For , will also tend towards positive infinity with increasing , but towards negative infinity with decreasing . All graphs from the family of odd power functions have the general shape of , flattening more in the middle as increases and losing all flatness there in the straight line for . Functions with this kind of symmetry are called .
For , the opposite asymptotic behavior is true in each case.
1 |
If is a positive real number, and is a rational number, with and integers, then is defined as
If is a positive rational number, , by definition.
All these definitions are required for extending the identity to rational exponents.
On the other hand, there are problems with the extension of these definitions to bases that are not positive real numbers. For example, a negative real number has a real th root, which is negative, if is odd number, and no real root if is even. In the latter case, whichever complex th root one chooses for the identity cannot be satisfied. For example,
See and for details on the way these problems may be handled.
On the other hand, exponentiation to a real power of a negative real number is much more difficult to define consistently, as it may be non-real and have several values. One may choose one of these values, called the principal value, but there is no choice of the principal value for which the identity
For example, if , the non-terminating decimal representation and the monotonicity of the rational powers can be used to obtain intervals bounded by rational powers that are as small as desired, and must contain
This defines for every positive and real as a continuous function of and . See also Well-defined expression.
There are many equivalent ways to define the exponential function, one of them being
One has and the exponential identity (or multiplication rule) holds as well, since
Euler's number can be defined as . It follows from the preceding equations that when is an integer (this results from the repeated-multiplication definition of the exponentiation). If is real, results from the definitions given in preceding sections, by using the exponential identity if is rational, and the continuity of the exponential function otherwise.
The limit that defines the exponential function converges for every complex number value of , and therefore it can be used to extend the definition of , and thus from the real numbers to any complex argument . This extended exponential function still satisfies the exponential identity, and is commonly used for defining exponentiation for complex base and exponent.
So, can be used as an alternative definition of for any positive real . This agrees with the definition given above using rational exponents and continuity, with the advantage to extend straightforwardly to any complex exponent.
This satisfies the identity
Euler's formula,
The polar form of the product of two complex numbers is obtained by multiplying the absolute values and adding the arguments. It follows that the polar form of an th root of a complex number can be obtained by taking the th root of the absolute value and dividing its argument by :
If is added to , the complex number is not changed, but this adds to the argument of the th root, and provides a new th root. This can be done times (), and provides the th roots of the complex number:
It is usual to choose one of the th root as the principal root. The common choice is to choose the th root for which that is, the th root that has the largest real part, and, if there are two, the one with positive imaginary part. This makes the principal th root a continuous function in the whole complex plane, except for negative real values of the radicand. This function equals the usual th root for positive real radicands. For negative real radicands, and odd exponents, the principal th root is not real, although the usual th root is real. Analytic continuation shows that the principal th root is the unique complex differentiable function that extends the usual th root to the complex plane without the nonpositive real numbers.
If the complex number is moved around zero by increasing its argument, after an increment of the complex number comes back to its initial position, and its th roots are permuted circularly (they are multiplied by ). This shows that it is not possible to define a th root function that is continuous in the whole complex plane.
The th roots of unity are the first powers of , that is The th roots of unity that have this generating property are called primitive th roots of unity; they have the form with coprime integers with . The unique primitive square root of unity is the primitive fourth roots of unity are and
The th roots of unity allow expressing all th roots of a complex number as the products of a given th roots of with a th root of unity.
Geometrically, the th roots of unity lie on the unit circle of the complex plane at the vertices of a regular polygon with one vertex on the real number 1.
As the number is the primitive th root of unity with the smallest positive argument, it is called the principal primitive th root of unity, sometimes shortened as principal th root of unity, although this terminology can be confused with the principal value of , which is 1. Online resource .
In all cases, the complex logarithm is used to define complex exponentiation as
The principal value of is defined as where is the principal value of the logarithm.
The function is holomorphic except in the neighbourhood of the points where is real and nonpositive.
If is real and positive, the principal value of equals its usual value defined above. If where is an integer, this principal value is the same as the one defined above.
If denotes one of the values of the multivalued logarithm (typically its principal value), the other values are where is any integer. Similarly, if is one value of the exponentiation, then the other values are given by
Different values of give different values of unless is a rational number, that is, there is an integer such that is an integer. This results from the periodicity of the exponential function, more specifically, that if and only if is an integer multiple of
If is a rational number with and coprime integers with then has exactly values. In the case these values are the same as those described in § th roots of a complex number. If is an integer, there is only one value that agrees with that of .
The multivalued exponentiation is holomorphic for in the sense that its graph consists of several sheets that define each a holomorphic function in the neighborhood of every point. If varies continuously along a circle around , then, after a turn, the value of has changed of sheet.
In both examples, all values of have the same argument. More generally, this is true if and only if the real part of is an integer.
{(-1)^\frac{1}{2}} = \frac{1}{i} = -i
On the other hand, when is an integer, the identities are valid for all nonzero complex numbers.
If exponentiation is considered as a multivalued function then the possible values of are . The identity holds, but saying is incorrect. | The identity holds for real numbers and , but assuming its truth for complex numbers leads to the following paradox, discovered in 1827 by Clausen:
For any integer , we have:
but this is false when the integer is nonzero.
The error is the following: by definition, is a notation for a true function, and is a notation for which is a multi-valued function. Thus the notation is ambiguous when . Here, before expanding the exponent, the second line should be
Therefore, when expanding the exponent, one has implicitly supposed that for complex values of , which is wrong, as the complex logarithm is multivalued. In other words, the wrong identity must be replaced by the identity which is a true identity between multivalued functions.
In other words, if is irrational and then at least one of , and is transcendental.
An algebraic structure consisting of a set together with an associative operation denoted multiplicatively, and a multiplicative identity denoted by is a monoid. In such a monoid, exponentiation of an element is defined inductively by
If is a negative integer, is defined only if has a multiplicative inverse. In this case, the inverse of is denoted , and is defined as
Exponentiation with integer exponents obeys the following laws, for and in the algebraic structure, and and integers:
These definitions are widely used in many areas of mathematics, notably for groups, rings, fields, square matrix (which form a ring). They apply also to functions from a set to itself, which form a monoid under function composition. This includes, as specific instances, geometric transformations, and of any mathematical structure.
When there are several operations that may be repeated, it is common to indicate the repeated operation by placing its symbol in the superscript, before the exponent. For example, if is a real function whose valued can be multiplied, denotes the exponentiation with respect of multiplication, and may denote exponentiation with respect of function composition. That is,
So, if is a group, is defined for every and every integer .
The set of all powers of an element of a group form a subgroup. A group (or subgroup) that consists of all powers of a specific element is the cyclic group generated by . If all the powers of are distinct, the group is isomorphic to the additive group of the integers. Otherwise, the cyclic group is finite group (it has a finite number of elements), and its number of elements is the order of . If the order of is , then and the cyclic group generated by consists of the first powers of (starting indifferently from the exponent or ).
Order of elements play a fundamental role in group theory. For example, the order of an element in a finite group is always a divisor of the number of elements of the group (the order of the group). The possible orders of group elements are important in the study of the structure of a group (see Sylow theorems), and in the classification of finite simple groups.
Superscript notation is also used for conjugacy class; that is, , where and are elements of a group. This notation cannot be confused with exponentiation, since the superscript is not an integer. The motivation of this notation is that conjugation obeys some of the laws of exponentiation, namely and
If the nilradical is reduced to the zero ideal (that is, if implies for every positive integer ), the commutative ring is said to be reduced ring. Reduced rings are important in algebraic geometry, since the coordinate ring of an affine algebraic set is always a reduced ring.
More generally, given an ideal in a commutative ring , the set of the elements of that have a power in is an ideal, called the radical of . The nilradical is the radical of the zero ideal. A radical ideal is an ideal that equals its own radical. In a polynomial ring over a field , an ideal is radical if and only if it is the set of all polynomials that are zero on an affine algebraic set (this is a consequence of Hilbert's Nullstellensatz).
Matrix powers appear often in the context of discrete dynamical systems, where the matrix expresses a transition from a state vector of some system to the next state of the system. This is the standard interpretation of a Markov chain, for example. Then is the state of the system after two time steps, and so forth: is the state of the system after time steps. The matrix power is the transition matrix between the state now and the state at a time steps in the future. So computing matrix powers is equivalent to solving the evolution of the dynamical system. In many cases, matrix powers can be expediently computed by using eigenvalues and eigenvectors.
Apart from matrices, more general can also be exponentiated. An example is the derivative operator of calculus, , which is a linear operator acting on functions to give a new function . The th power of the differentiation operator is the th derivative:
These examples are for discrete exponents of linear operators, but in many circumstances it is also desirable to define powers of such operators with continuous exponents. This is the starting point of the mathematical theory of semigroups.E. Hille, R. S. Phillips: Functional Analysis and Semi-Groups. American Mathematical Society, 1975. Just as computing matrix powers with discrete exponents solves discrete dynamical systems, so does computing matrix powers with continuous exponents solve systems with continuous dynamics. Examples include approaches to solving the heat equation, Schrödinger equation, wave equation, and other partial differential equations including a time evolution. The special case of exponentiating the derivative operator to a non-integer power is called the fractional derivative which, together with the fractional integral, is one of the basic operations of the fractional calculus.
A finite field is a field with a finite set of elements. This number of elements is either a prime number or a prime power; that is, it has the form where is a prime number, and is a positive integer. For every such , there are fields with elements. The fields with elements are all isomorphic, which allows, in general, working as if there were only one field with elements, denoted
One has
A primitive element in is an element such that the set of the first powers of (that is, ) equals the set of the nonzero elements of There are primitive elements in where is Euler's totient function.
In the freshman's dream identity
The Diffie–Hellman key exchange is an application of exponentiation in finite fields that is widely used for secure communications. It uses the fact that exponentiation is computationally inexpensive, whereas the inverse operation, the discrete logarithm, is computationally expensive. More precisely, if is a primitive element in then can be efficiently computed with exponentiation by squaring for any , even if is large, while there is no known computationally practical algorithm that allows retrieving from if is sufficiently large.
This allows defining the th power of a set as the set of all - of elements of .
When is endowed with some structure, it is frequent that is naturally endowed with a similar structure. In this case, the term "direct product" is generally used instead of "Cartesian product", and exponentiation denotes product structure. For example (where denotes the real numbers) denotes the Cartesian product of copies of as well as their direct product as vector space, topological spaces, rings, etc.
Given two sets and , the set of all functions from to is denoted . This exponential notation is justified by the following canonical isomorphisms (for the first one, see Currying):
One can use sets as exponents for other operations on sets, typically for of , , or modules. For distinguishing direct sums from direct products, the exponent of a direct sum is placed between parentheses. For example, denotes the vector space of the infinite sequences of real numbers, and the vector space of those sequences that have a finite number of nonzero elements. The latter has a basis consisting of the sequences with exactly one nonzero element that equals , while the Hamel basis of the former cannot be explicitly described (because their existence involves Zorn's lemma).
In this context, can represents the set So, denotes the power set of , that is the set of the functions from to which can be identified with the set of the of , by mapping each function to the inverse image of .
This fits in with the exponentiation of cardinal numbers, in the sense that , where is the cardinality of .
This generalizes to the definition of exponentiation in a category in which finite exist: in such a category, the functor is, if it exists, a right adjoint to the functor A category is called a Cartesian closed category, if direct products exist, and the functor has a right adjoint for every .
More precisely, consider the function defined on . Then can be viewed as a subset of (that is, the set of all pairs with , belonging to the extended real number line , endowed with the product topology), which will contain the points at which the function has a limit.
In fact, has a limit at all accumulation points of , except for , , and .Nicolas Bourbaki, Topologie générale, V.4.2. Accordingly, this allows one to define the powers by continuity whenever , , except for , , and , which remain indeterminate forms.
Under this definition by continuity, we obtain:
These powers are obtained by taking limits of for positive values of . This method does not permit a definition of when , since pairs with are not accumulation points of .
On the other hand, when is an integer, the power is already meaningful for all values of , including negative ones. This may make the definition obtained above for negative problematic when is odd, since in this case as tends to through positive values, but not negative ones.
22 = 4 |
2 (22) = 23 = 8 |
(23)2 = 26 = 64 |
(26)2 = 212 = |
(212)2 = 224 = |
2 (224) = 225 = |
(225)2 = 250 = |
(250)2 = 2100 = |
In general, the number of multiplication operations required to compute can be reduced to by using exponentiation by squaring, where denotes the number of s in the binary representation of . For some exponents (100 is not among them), the number of multiplications can be further reduced by computing and using the minimal addition-chain exponentiation. Finding the minimal sequence of multiplications (the minimal-length addition chain for the exponent) for is a difficult problem, for which no efficient algorithms are currently known (see Subset sum problem), but many reasonably efficient heuristic algorithms are available. However, in practical computations, exponentiation by squaring is efficient enough, and much more easy to implement.
If the domain of a function equals its codomain, one may compose the function with itself an arbitrary number of time, and this defines the th power of the function under composition, commonly called the th iterate of the function. Thus denotes generally the th iterate of ; for example, means
When a multiplication is defined on the codomain of the function, this defines a multiplication on functions, the pointwise multiplication, which induces another exponentiation. When using functional notation, the two kinds of exponentiation are generally distinguished by placing the exponent of the functional iteration before the parentheses enclosing the arguments of the function, and placing the exponent of pointwise multiplication after the parentheses. Thus and When functional notation is not used, disambiguation is often done by placing the composition symbol before the exponent; for example and For historical reasons, the exponent of a repeated multiplication is placed before the argument for some specific functions, typically the trigonometric functions. So, and both mean and not which, in any case, is rarely considered. Historically, several variants of these notations were used by different authors.
In this context, the exponent denotes always the inverse function, if it exists. So For the multiplicative inverse fractions are generally used as in
In most programming languages with an infix exponentiation operator, it is right-associative, that is, a^b^c is interpreted as a^(b^c). This is because (a^b)^c is equal to a^(b*c) and thus not as useful. In some languages, it is left-associative, notably in Algol, MATLAB, and the Microsoft Excel formula language.
Other programming languages use functional notation:
Still others only provide exponentiation as part of standard libraries:
|
|