Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Exponentiation


 Contents
In mathematics, exponentiation is a process generalized from repeated multiplication, in much the same way that multiplication is a process generalized from repeated addition. (The next operation after exponentiation is sometimes called tetration; repeating this process leads to the Ackermann function. )

The simplest case involves a positive integer exponent: For example, 35 = 3 × 3 × 3 × 3 × 3 = 243. Here, 3 is the base, 5 is the exponent (written as a superscript), and 243 is 3 raised to the 5th 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. In contexts where superscripts are not available, such as computer languages and e-mail, 35 is commonly written "3^5" (with a caret), and sometimes as "3**5" (with two asterisks). Another way of writing it, and a good method available nowadays if you have access to Unicode encoding, is "3↑5" (with an up-arrow; HTML ↑).

The exponent 1 is not normally written, since any number to the power 1 is itself. The exponents 2 and 3 occur so commonly that there are short words for them: the powers are called the square and cube of the base, respectively. 32 is pronounced "three squared," and 33 is "three cubed."

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 zero and negative exponents: any number to the 0 power is 1, and a negative exponent indicates repeated division by the base. Thus 3-5 = 1 ÷ 3 ÷ 3 ÷ 3 ÷ 3 ÷ 3 = 1/243, and raising any nonzero number to the -1 power produces its reciprocal.

Raising 0 to a negative power would imply division by 0, and so is undefined. 00 is sometimes taken as undefined, but is sensibly defined as 1; see the reference below.

Important identities satisfied by exponentiation include:

Whereas addition or multiplication are commutative (for example, 2+3 = 5 = 3+2 and 2×3 = 6 = 3×2), this is not true of exponentiation: 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)), this is not true of exponentiation either: 23 to the 4th power is 84 or 4,096 ,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: for example 106 = 1 million, which is 1 followed by 6 zeros. Exponentiation with base 10 is often used in the physical sciencePhysical science is the branch of science including chemistry and physics, and sometimes contrasted with natural or biological science. Physical science includes the sub-branches of aerodynamics, astronomy and astrophysics, classical mechanics, civil engis to describe large or small numbers in scientific notationScientific notation standard index notation is floating-point notation with radix (base) 10. It is a concise way of recording numbers using integer powers of ten, that is used to record numbers which are notably large or small. Nonzero numbers are written; for example, 299792458 can be written as 2.99792458 × 108 and then approximatedAn approximation is the intelligent guess based on the available information and on the degree of accuracy required. These values are nearly correct, but not exact. Science The scientific method is carried out with a constant interaction between scientifi as 2.998 × 108 if this is useful.

SI prefixAn SI prefix is a prefix which can be applied to any unit of the International System of Units ( SI) to give subdivisions and multiples of that unit. As part of the SI system they are officially determined by the Bureau International des Poids et Mesures.es are also used to describe small or large quantities, and these are also based on powers of 10; for example, the prefix kiloKilo (symbol: k is a prefix in the SI system denoting 103 or 1,000. For example: kilogram is 1000 grams kilometre is 1000 metres kilowatt is 1000 watts kilojoule is 1000 joules Adopted in 1795, it comes from the Greek , meaning thousand''. Kilo" is often means 103 = 1000, so a kilometre is 1000 metres. Powers of 2 are important in computer science; for example, there are 2n possible values for a variable that takes n bits to store in memory.

They occur so commonly that SI prefixes are commonly reinterpreted to refer to them: 1 kilobyte = 210 = 1024 bytes. As the standard meanings of the prefixes also occur, confusion may result, and the International Electrotechnical Commission has declared that the term for 1024 bytes should be kibibyte; but this has seen little acceptance.

Exponentiation with a fractional exponent is defined as

So for example 82/3 = 4, and the 1/2 power of a non-negative number is its square root (positive or negative).

Exponentiation to an arbitrary real exponent can then be defined by continuity.

With real numbers, the exponential function exp is the same as raising the

transcendental number e to the indicated

power: exp x = ex.

Exponentiation of real numbers, and even complex numbers, can be understood with the aid of the exponential function and its inverse, the natural logarithm; in general, we can define

xy = exp(y ln x).

However, in the complex number field, it should be noted that logarithms are always multi-valued functions, usually with an imaginary periodicity. Therefore, expressions such as xy are always similarly multi-valued. A "branch cut" may be created in the complex plane, if a single-valued logarithm or power is desired.

Most often, this branch cut is made along the negative real axis. The use of ex in this context is usually assumed to use this "principle branch" of the logarithm, so the results correspond with that of the exponential function which satisfies analyticity constraints.

For more on exponents in real and complex numbers, and other situations relevant to mathematical analysis, see Exponential function. That article also lists certain exponential laws (more general than the algebraic laws listed below) that apply in these situations.



Read more »

Non User