Exponentiation
Encyclopedia : E : EX : EXP : Exponentiation
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:
- [ \atop n}].
- [ \atop n}]
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.
- 1 Exponentiation with integer exponents
- 1.1 Positive integer exponents
- 1.2 Exponents one and zero
- 1.3 Negative integer exponents
- 1.4 Identities and properties
- 1.5 Powers of ten
- 1.6 Powers of two
- 1.7 Powers of zero
- 1.8 Powers of minus one
- 1.9 Powers of
- 1.10 Powers of
- 2 Real powers of positive real numbers
- 3 Complex powers of complex numbers
- 3.1 Summary
- 3.2 Trigonometry
- 3.3 Primitive and principal logarithms of unity
- 3.4 Root of unity
- 3.5 Multivalued logarithm
- 3.6 Singlevalued logarithm
- 3.7 Multivalued power
- 3.8 Singlevalued power
- 3.9 Polar form
- 4 Solving polynomial equations
- 5 Advanced topics
- 5.10 Efficient computing
- 5.11 Exponents on function names
- 5.12 Exponentiation in abstract algebra
- 5.13 Exponentiation over sets
- 6 Exponentiation in programming languages
- 7 Table of powers
- 8 Generalization
- 9 See also
- 10 External links
Exponentiation with integer exponents
The exponentiation operation with integer exponents only requires basic algebra.
Positive integer exponents
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 .
Exponents one and zero
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:
- Any number to the power 1 is itself.
- a1 = a
- Any number to the power 0, except 0 itself, is 1. (00 is commonly considered undefined. At other times, it is considered to be 1, if it is convenient in context. See also Empty product.)
Negative integer exponents
Raising a nonzero number to the -1 power produces its reciprocal.- a−1 = 1/a
- a−n = (an)−1 = 1/an
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.
Identities and properties
The most important identity satisfied by integer exponentiation is:
- [ a^ = a^m \cdot a^n ]
- [ a^ = \begin\frac\end ]
- [ (a^m)^n = a^ \!\, ]
Powers of ten
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.
Powers of two
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.
Powers of zero
If the exponent is positive, the power of zero is zero: 0n = 0, where n > 0.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.[link] At times, however, it is useful to define 00 = 1. (Note that yx is discontinuous for x=y=0, and so [\lim_y^x] is not necessarily equal to 00. See also Empty product.)
Powers of minus one
The powers of minus one are useful for expressing alternating sequences.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.
Powers of
The powers of i are useful for expressing sequencies of period 4.
- i4n+1 = i
- i4n+2 = −1
- i4n+3 = −i
- i4n+4 = 1
Powers of
The number e is the limit of a sequence of integer powers
- [\ e=\lim_ \left(1+\frac \right) ^n =\lim_ \left(1+\frac \right) ^n ].
Approximately:
- [\ e\approx 2.71828].
A non-zero integer power of e is
- [\ e=\lim_ \left(1+\frac \right) ^n =\lim_ \left(1+\frac \right) ^n ].
- [\ e\approx 2.71828].
- [e^x = \left( \lim_ \left(1+\frac \right) ^m\right) ^x = \lim_ \left(\left(1+\frac \right) ^m\right) ^x = \lim_ \left(1+\frac \right) ^ = \lim_ \left(1+\frac \right) ^ = \lim_ \left(1+\frac \right) ^n ] .
(See Characterizations of the exponential function for equivalent alternate definitions.)
Real powers of positive real numbers
Raising a positive real number to a power that is not an integer can also be explained in other ways:- Defining fractional exponents in terms of nth roots. This method is perhaps the way most widely taught in schools.
- Defining the natural logarithm as the area under the curve 1/x.
Fractional exponent
For a given exponent, the inverse of exponentiation is extracting a root.
If [\ a] is a positive real number, and n is a positive integer, then the positive real solution to the equation
- [\ x^n = a]
- [ x=a^}]
Exponentiation with a rational exponent [m/n] can now be defined as
- [a^} = \left(a^}\right)^m]
Since any real number can be approximated by rational numbers, exponentiation to an arbitrary real exponent can be defined by continuity. For example, if
- [k \approx 1.732 ]
- [5^k \approx 5^ ]
Logarithm method
For a given base, the inverse of exponentiation is taking a logarithm.If a and b are positive real numbers, then the real solution x to the equation
- bx = a
- x = logb(a)
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:
- [\ln(a) = \log_e(a) = \int_1^a \frac ]
- a = eln(a)
- bx = ex ln(b)
Complex powers of complex numbers
Summary
Integer powers of complex numbers was defined recursively above:- z0 = 1
- zn+1 = z·zn
- z−n = 1/zn (for z ≠ 0).
- [e^z=\lim_\left(1+\frac\right)^n]
- az = ebz
- a = eb
Trigonometry
The purely imaginary powers of e define the real trigonometric functions cosine and sine:- [\ e^=\cos(x) + i \sin(x) ]
- [\ e^=\cos(x) - i \sin(x) ]
- [\ \cos(x) = (e^ + e^) / ]
- [\ \sin(x) = (e^ - e^) / ]
Primitive and principal logarithms of unity
There exists a positive real number, π, such that any solution to the equation: ez = 1 is of the form z = 2πi·n where n is some integer. (These logarithms of unity constitute an additive group because unity constitutes a multiplicative group.) The number 2πi = 2πi·1 is a primitive logarithm of unity, (a generator of the group), while the number 0 = 2πi·0 is the principal logarithm of unity.- e2πi = e0 = 1.
Root of unity
e2πi(1/n) is a primitive n-th root of unity, while e2πi(0/n) is the principal n-th root of unity.Multivalued logarithm
The equation, ex=a, where a is a nonzero complex number, has an infinity of solutions. Let x be any of them, then any of them has the form x+2πi·n where n is some integer.- ex+2πi·n = ex·e2πi·n = ex·(e2πi)n = ex·1n = ex·1 = ex
Singlevalued logarithm
If a is a positive real number, then one of the solutions to the equation, ex=a, is a real number. It is natural to select this solution as the principal value of the logarithm. In the general case the principal value of the logarithm is more arbitrarily defined as the value having imaginary part in the interval (−π,+π]. The principal value has the advantage of being singlevalued, but the price to be payed is that it ceases to be a continuous function.Multivalued power
If eb = a, then e(b+2πi·n)x are the values of ax. For example, 41/2 = . (see square root).Singlevalued power
If eb = a, and b is the principal value, then ebx is the principal value of ax. For example, the principal value of 41/2 is +2.Polar form
The typical approach is to write the complex number in polar form: any complex number [a+ib] can be written as:
- [a+ib = r e^ = r \left[ cosvarphi + i sinvarphi right]]
- [(a+ib)^x = \left( r e^ \right)^x = r^x e^.]
As for real numbers, above, any non-integer exponent [x] implies that the answer is not uniquely determined. In particular, we could change [\varphi] to [\varphi + 2\pi n] (see Pi) for any integer [n] without changing the formula for [a+ib], since [e^=1] by Euler's formula. Different values of [n] may change the exponential, however, since [e^\neq 1] 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 [(a+ib)^x] as the principal value, as for real exponentials above, unless otherwise noted. This means that the angle [\varphi] is conventionally chosen to lie in the interval [(-\pi,\pi]].
In the above, we didn't explain how to handle one important case: how do we compute the exponential when [x=c+id] is complex? In particular, we now have to take the complex exponential [r^x = r^c r^ \!] of a positive real number [r]. [r^c \!] is purely real and is the same as above, so we only need to understand [r^ \!].
Here, we can once again exploit Euler's formula, since it tells us how to take imaginary powers of one real number e: [e^ = \cos d + i\sin d]. Therefore, we just need to rewrite [r^] in terms of a power of e:
- [r^ = \left[ (r)^d right]^i = \left [ left( e^ right)^d right]^i = e^ = \cos(d \ln r) + i\sin(d \ln r).]
So, we can finally write:
- [(a+ib)^ = \left( r e^ \right)^ = \left[ r^c e^ right] e^ ]
Examples
- [i^i = (e^)^i = e^ \approx 0.20788\ldots]
- [i^i = (e^)^i = e^]
In the same way, one can define exponentiation of negative real numbers, since any negative real number [-r] can be written:
- [-r = r e^ \!]
Solving polynomial equations
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.
Advanced topics
Efficient computing
It may seem that computing an requires n−1 multiplications, but this is not so. The work required for computing, say, a15, can be reduced like this- a15 = a·a14 = a·(a7)2 = a·(a·a6)2 = a·(a·(a3)2)2 = a·(a·(a·a2)2)2
- a15 = a3·((a3)2)2
Exponents on function names
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 in abstract algebra
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):
- [\ x^=x^mx^n ]
- [\ x^=x^m/x^n ]
- [\ x^=1/x^n ]
- [\ x^0=1 ]
- [\ x^1=x ]
- [\ x^=1/x ]
- [\ (x^m)^n=x^ ]
If in addition the multiplication operation is commutative (so that the magma is an abelian group), then we have some additional laws:
- (xy)n = xnyn
- (x/y)n = xn/yn
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.
Exponentiation over sets
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
- [\prod_ k_]
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
- [\bigoplus_ V_,]
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=, 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.
Exponentiation in programming languages
The mathematical notation xy is neat for handwriting but awkward on typewriters and computers. So the programming languages have other ways of expressing exponentiation:- x ↑ y: Algol programming language
- x ^ y: BASIC, Matlab, J programming language, Microsoft Excel and many others
- x ** y: Fortran, Perl, Python programming language, Ruby programming language, ADA programming language
- x * y: APL programming language
- Power(x, y): Excel, Pascal programming language
- pow(x, y): C programming language, C++, PHP
- Math.pow(x, y): Java programming language, JavaScript, Modula-3
- Math.Pow(x, y): C#
Table of powers
Table of kn, with k on the left and n at the top.
| n | ||||||||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |||
| k^ | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| 2 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1,024 | 2 | |
| 3 | 3 | 9 | 27 | 81 | 243 | 729 | 2,187 | 6,561 | 19,683 | 59,049 | 3 | |
| 4 | 4 | 16 | 64 | 256 | 1,024 | 4,096 | 16,384 | 65,536 | 262,144 | 1,048,576 | 4 | |
| 5 | 5 | 25 | 125 | 625 | 3,125 | 15,625 | 78,125 | 390,625 | 1,953,125 | 9,765,625 | 5 | |
| 6 | 6 | 36 | 216 | 1,296 | 7,776 | 46,656 | 279,936 | 1,679,616 | 10,077,696 | 60,466,176 | 6 | |
| 7 | 7 | 49 | 343 | 2,401 | 16,807 | 117,649 | 823,543 | 5,764,801 | 40,353,607 | 282,475,249 | 7 | |
| 8 | 8 | 64 | 512 | 4,096 | 32,768 | 262,144 | 2,097,152 | 16,777,216 | 134,217,728 | 1,073,741,824 | 8 | |
| 9 | 9 | 81 | 729 | 6,561 | 59,049 | 531,441 | 4,782,969 | 43,046,721 | 387,420,489 | 3,486,784,401 | 9 | |
| 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 | |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |||
| n | ||||||||||||
Generalization
The next generalized operation after multiplication and exponentiation is sometimes called tetration; repeating this process leads to the Ackermann function.See also
- List of exponential topics
- Exponential growth
- Exponential decay
- Exponentiating by squaring
- Logarithm
- Modular exponentiation
- Addition chain exponentiation using an addition chain
External links
- [sci.math FAQ: What is 00?]
- [Introducing 0th power] on PlanetMath
- [Laws of Exponents] with derivation and examples
- [1058 Powers of Two]
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
