Exponentiation is a mathematical operation, written an, involving two numbers, the base a and the exponent n. When n is a whole number, exponentiation is repeated multiplication:
just as multiplication by a whole number is repeated addition:
Exponentiation is also known as raising the number a to the power n, or a to the nth power, and can also be defined for exponents that are not whole numbers, as explained below.
The exponent is usually shown as a superscript to the right of the base. Exponentiation is a basic mathematical tool that is used pervasively in many other fields as well, 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 exponentiation operation with integer exponents only requires basic algebra.
The simplest case involves a positive integer exponent. The exponent then says how many times the base is to be multiplied. For example, 35 = 3 × 3 × 3 × 3 × 3 = 243. Here, 3 is the base, 5 is the exponent, and 243 is 3 raised to the fifth power or 3 raised to the power 5. (The word "raised" is usually omitted, and most often "power" as well, so 35 is typically pronounced "three to the fifth" or "three to the five".) Notice that the base 3 appears 5 times in the repeated multiplication, because the exponent is 5.
Traditionally a2 = a×a is called the square and a3 = a×a×a is called the cube. 32 is pronounced "three squared," and 33 is "three cubed."
Formally, powers with positive integer exponents can be defined by the initial condition a0 = 1 and the recurrence relation an+1 = a·an .
The meaning of 35 may also be viewed as 1 × 3 × 3 × 3 × 3 × 3: the starting value 1 (the identity element of multiplication) is multiplied by the base as many times as indicated by the exponent. With this definition in mind, it is easy to see how to generalize exponentiation to exponents one and zero:
Thus:
A negative integer exponent can also be seen as repeated division by the base. Thus 3−5 = 1 ÷ 3 ÷ 3 ÷ 3 ÷ 3 ÷ 3 = 1/243 = 1/35.
The most important identity satisfied by integer exponentiation is:
Whereas addition or multiplication are commutative (for example, 2+3 = 5 = 3+2 and 2×3 = 6 = 3×2), exponentiation is not commutative: 23 = 8 while 32 = 9. Similarly, whereas addition or multiplication are associative (for example, (2+3)+4 = 9 = 2+(3+4) and (2×3)×4 = 24 = 2×(3×4)), exponentiation is not associative either: 23 to the 4th power is 84 or 4096, while 2 to the 34 power is 281 or 2,417,851,639,229,258,349,412,352.
Powers of 10 are easy to compute in the base ten (decimal) number system: for example 106 = 1 million, which is 1 followed by 6 zeros. Exponentiation with base 10 is often used in the physical sciences to describe large or small numbers in scientific notation; for example, 299792458 (the speed of light in a vacuum, in meters per second) can be written as 2.99792458 × 108 and then approximated as 2.998 × 108 if this is useful. SI prefixes are also used to describe small or large quantities, and these are also based on powers of 10; for example, the prefix kilo means 103 = 1000, so a kilometre is 1000 metres.
The positive powers of 2 are important in computer science because there are 2n possible values for a n bit variable. See Binary numeral system.
SI decimal prefixes were confusingly reinterpreted to refer to binary: 1 kilobyte = 210 = 1024 bytes. In 1998 the International Electrotechnical Commission approved a set of binary prefixes. The prefix for multiples of 1024 is kibi-, so 1024 bytes is 1 kibibyte. Other prefixes are mebi-, gibi-, and tebi-.
The negative powers of 2 are commonly used, and the first two have special names: half and quarter.
If the exponent is negative, the power of zero (0−n, where n > 0) is undefined, because division by zero is implied .
If the exponent is zero, the power is commonly considered undefined.* At times, however, it is useful to define 00 = 1. (Note that yx is discontinuous for x=y=0, and so is not necessarily equal to 00. See also Empty product.)
If the exponent is odd, the power of minus one is minus one: (−1)2n+1 = −1.
If the exponent is even, the power of minus one is one: (−1)2n+2 = 1.
A non-zero integer power of e is
The right hand side generalizes the meaning of ex so that x does not have to be a non-zero integer but can be zero, a fraction, a real number, a complex number, or a square matrix.
(See Characterizations of the exponential function for equivalent alternate definitions.)
The identities and properties shown above are true for non-integer exponents as well.
If is a positive real number, and n is a positive integer, then the positive real solution to the equation
For example: 81/3 = 2.
Exponentiation with a rational exponent can now be defined as
Since any real number can be approximated by rational numbers, exponentiation to an arbitrary real exponent can be defined by continuity. For example, if
If a and b are positive real numbers, then the real solution x to the equation
Define the natural logarithm, ln, of a positive real number, a, as the area under the curve 1/x between from x = 1 to x = a. (The area is negative if a < 1). In terms of integral calculus:
The exponential function ex is the inverse function to the natural logarithm.
Complex powers of e was defined above.
Complex powers of a complex number:
So the logarithm is a Multivalued function.
for a positive real magnitude and a real angle , where for the right-most equation we have used Euler's formula for . Then, exponentiation can be written as:
For real , is handled as above. For complex , we use Euler's formula a second time as explained below.
As for real numbers, above, any non-integer exponent implies that the answer is not uniquely determined. In particular, we could change to (see Pi) for any integer without changing the formula for , since by Euler's formula. Different values of may change the exponential, however, since in general. For a rational real x, the number of possible values is given by the lowest common denominator of x (see Root of unity), while for other real or complex x there are infinitely many possible values.
By convention, this multi-valuedness is resolved by defining as the principal value, as for real exponentials above, unless otherwise noted. This means that the angle is conventionally chosen to lie in the interval .
In the above, we didn't explain how to handle one important case: how do we compute the exponential when is complex? In particular, we now have to take the complex exponential of a positive real number . is purely real and is the same as above, so we only need to understand .
Here, we can once again exploit Euler's formula, since it tells us how to take imaginary powers of one real number e: . Therefore, we just need to rewrite in terms of a power of e:
Here, as we did above for real exponents, we used the natural logarithm function ln to write .
So, we can finally write:
where we have written the final expression in polar form as a real magnitude multiplied by a complex phase, and have used the fact that .
This is the principal value of . One could also write for any integer n, resulting in an infinite set of possible definitions
However, according to standard conventions the expression denotes the principal value () unless otherwise specified.
In the same way, one can define exponentiation of negative real numbers, since any negative real number can be written:
and thus the principal value of the exponent is (with the exponential of a positive number defined above).
It was once conjectured that the roots of any polynomial could be expressed in terms of exponentiation with fractional exponents. (See Quadratic equation).
That this is not true in general is the assertion of the Abel-Ruffini theorem.
For example, the solutions of the equation x5 = x+1 cannot be expressed in terms of fractional exponents.
For solving any equation of the nth degree, see the Durand-Kerner method.
When the name or symbol of a function is given an integer superscript, as if being raised to a power, this commonly refers to repeated function composition rather than repeated multiplication. Thus f3(x) may mean f(f(f(x))); in particular, f -1(x) usually denotes f's inverse function.
A special syntax applies to the trigonometric functions: a positive exponent applied to the function's abbreviation means that the result is raised to that power, while an exponent of -1 indicates the inverse function. That is, sin2x is just a shorthand way to write (sin x)2 without using parentheses, whereas sin-1x refers to the inverse function of the sine, also called arcsin x. There is no need for a shorthand of this kind for reciprocal trigonometric functions since they each have their own name and abbreviation already: (sin x)-1 is normally just written as csc x.
Exponentiation can also be understood purely in terms of abstract algebra, if we limit the exponents to integers.
Specifically, suppose that X is a set with a power-associative binary operation, which we will write multiplicatively. In this very general situation, we can define xn for any element x of X and any nonzero natural number n, by simply multiplying x by itself n times; by definition, power associativity means that it doesn't matter in which order we perform the multiplications.
Now additionally suppose that the operation has an identity element 1. Then we can define x0 to be equal to 1 for any x. Now xn is defined for any natural number n, including 0.
Finally, suppose that the operation has inverses, and that the multiplication is associative (so that the magma is a group). Then we can define x−n to be the inverse of xn when n is a natural number. Now xn is defined for any integer n.
Exponentiation in this purely algebraic sense satisfies the following laws (whenever both sides are defined):
If in addition the multiplication operation is commutative (so that the magma is an abelian group), then we have some additional laws:
It is necessary to let 00 be 1, just like every other case of x0. For example, expanding (0 + x)n by the binomial theorem, it is necessary to take 00 = 1.
If we take this whole theory of exponentiation in an algebraic context but write the binary operation additively, then "exponentiation is repeated multiplication" can be reinterpreted as "multiplication is repeated addition". Thus, each of the laws of exponentiation above has an analogue among laws of multiplication.
When one has several operations around, any of which might be repeated using exponentiation, it is common to indicate which operation is being repeated by placing its symbol in the superscript. Thus, x*n is x * ··· * x, while x#n is x # ··· # x, whatever the operations * and # might be.
Exponential notation is also used, especially in group theory, to indicate conjugation. That is, gh = h-1gh, where g and h are elements of some group. Although conjugation obeys some of the same laws as exponentiation, it is not an example of repeated multiplication in any sense. A quandle is an algebraic structure in which these laws of conjugation play a central role.
The above algebraic treatment of exponentiation builds a finitary operation out of a binary operation. In more general contexts, one may be able to define an infinitary operation directly on an indexed set.
For example, in the arithmetic of cardinal numbers, it makes sense to consider the product
This can be done even for operations on sets or sets with extra structure. For example, in linear algebra, it makes sense to index direct sums of vector spaces over arbitrary index sets. That is, we can speak of
If the base of the exponentiation operation is a set, then by default we assume the operation to be the Cartesian product. In that case, SN becomes simply the set of all functions from N to S. This fits in with the exponentiation of cardinal numbers once gain, in the sense that |SN| = |S||N|, where |X| is the cardinality of X. When N=2={0,1}, we have |2X| = 2|X|, where 2X, usually denoted by PX, is the power set of X. (This is where the term "power set" comes from.)
Note that exponentiation of cardinal numbers doesn't match up with exponentiation of ordinal numbers, which is defined by a limit process. In the ordinal numbers, ab is the smallest ordinal number greater than ac for c < b when b is a limit ordinal, and of course ab+1 := aba.
In category theory, we learn to raise any object in a wide variety of categories to the power of a set, or even to raise an object to the power of an object, using the exponential.
In C, C++, C#, Java and JavaScript, the symbol ^ represents bitwise XOR. In Pascal, it represents indirection.
Table of kn, with k on the left and n at the top.
| n | align=right | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | align=right | k^ | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | align=right | 2 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1,024 | 2 | align=right | 3 | 3 | 9 | 27 | 81 | 243 | 729 | 2,187 | 6,561 | 19,683 | 59,049 | 3 | align=right | 4 | 4 | 16 | 64 | 256 | 1,024 | 4,096 | 16,384 | 65,536 | 262,144 | 1,048,576 | 4 | align=right | 5 | 5 | 25 | 125 | 625 | 3,125 | 15,625 | 78,125 | 390,625 | 1,953,125 | 9,765,625 | 5 | align=right | 6 | 6 | 36 | 216 | 1,296 | 7,776 | 46,656 | 279,936 | 1,679,616 | 10,077,696 | 60,466,176 | 6 | align=right | 7 | 7 | 49 | 343 | 2,401 | 16,807 | 117,649 | 823,543 | 5,764,801 | 40,353,607 | 282,475,249 | 7 | align=right | 8 | 8 | 64 | 512 | 4,096 | 32,768 | 262,144 | 2,097,152 | 16,777,216 | 134,217,728 | 1,073,741,824 | 8 | align=right | 9 | 9 | 81 | 729 | 6,561 | 59,049 | 531,441 | 4,782,969 | 43,046,721 | 387,420,489 | 3,486,784,401 | 9 | align=right | 10 | 10 | 100 | 1,000 | 10,000 | 100,000 | 1,000,000 | 10,000,000 | 100,000,000 | 1,000,000,000 | 10,000,000,000 | 10 | align=right | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | n |
|---|
Exponentials | Binary operations
Umocňování | Potens (matematik) | Potenz (Mathematik) | Potenciación | Exposant | Veldi (stærðfræði) | Potenza (matematica) | חזקה | Machtsverheffen | 冪乗 | Potens (matematikk) | Potęga | Exponenciação | Potenssi | כפל אנצייגער | 冪
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Exponentiation".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world