
Exponentiation is a mathematical operation, written an, involving two numbers, the base a and the exponent n. When n is a positive integer, exponentiation corresponds to repeated multiplication:
an=\underbrace{a x … x a}n,
just as multiplication by a positive integer corresponds to repeated addition:
a x n=\underbrace{a+ … +a}n.
The power an can be defined also when n is a negative integer, at least for nonzero a. No natural extension to all real a and n exists,but when the base a is a positive real number, an can be defined for all real and even complex exponents n via the exponential function ez. Trigonometric functions can be expressed in terms of complex exponentiation.
Exponentiation where the exponent is a matrix is used for solving systems of linear differential equations.
Exponentiation 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 requires only elementary algebra.
The expression a2 = a·a is called the square of a because the area of a square with side-length a is a2.
The expressiona3 = a·a·a is called the cube, because the volume of a cube with side-length a is a3.
So 32 is pronounced "three squared", and 23 is "two cubed".
The exponent says how many copies of the base are multiplied together. For example, 35 = 3·3·3·3·3 = 243. The base 3 appears 5 times in the repeated multiplication, because the exponent is 5.Here, 3 is the base, 5 is the exponent, and 243 is the power or, more specifically, the fifth power of 3, 3 raised to the fifth power, or 3 to the power of 5.
The word "raised" is usually omitted, and very often "power" as well, so 35 is typically pronounced "three to the fifth" or "three to the five".
Formally, powers with positive integer exponents may be defined by the initial condition a1 = a and the recurrence relation an+1 = a·an.
Notice that 31 is the product of only one 3, which is evidently 3.
Also note that 35 = 3·34. Also 34 = 3·33. Continuing this trend, we should have
31 = 3·30.Another way of saying this is that when n, m, and n − m are positive (and if x is not equal to zero), one can see by counting the number of occurrences of x that
| xn | |
| xm |
=xn.
1=
| xn | |
| xn |
=xn=x0
Therefore we define 30 = 1 so that the above equality holds. This leads to the following rule:
For nonnegative integers n and m, the power nm equals the cardinality of the set of m-tuples from an n-element set, or the number of m-letter words from an n-letter alphabet.
05 = |