bn | |
---|---|
notation | |
base b and exponent n |
Arithmetic operations | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
In mathematics, exponentiation is an operation involving two numbers: the base and the exponent or power. Exponentiation is written as bn, where b is the base and n is the power; often said as "b to the power n".[1] When n is a positive integer, exponentiation corresponds to repeated multiplication of the base: that is, bn is the product of multiplying n bases:[1] In particular, .
The exponent is usually shown as a superscript to the right of the base as bn or in computer code as b^n, and may also be called "b raised to the nth power", "b to the power of n", "the nth power of b",[2] or most briefly "b to the n".
The above definition of immediately implies several properties, in particular the multiplication rule:[nb 1]
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 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 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.
Cite error: There are <ref group=nb>
tags on this page, but the references will not show without a {{reflist|group=nb}}
template (see the help page).