Exponentiation

From Simple English Wikipedia, the free encyclopedia
(Redirected from Power (math))

In mathematics, exponentiation (power) is an arithmetic operation on numbers. It can be thought of as repeated multiplication, just as multiplication can be thought of as repeated addition.

In general, given two numbers and , the exponentiation of and can be written as , and read as " raised to the power of ", or " to the th power".[1][2] Other methods of mathematical notation have been used in the past. When the upper index cannot be written, people can write powers using the ^ or ** signs, so that 2^4 or 2**4 means .

Here, the number is called base, and the number is called exponent. For example, in , 2 is the base and 4 is the exponent.

To calculate , one simply multiply 4 copies of 2. So , and the result is . The equation could be read out loud as "2 raised to the power of 4 equals 16."

More examples of exponentiation are:

  • for every number x

If the exponent is equal to 2, then the power is called square, because the area of a square is calculated using . So

is the square of

Similarly, if the exponent is equal to 3, then the power is called cube, because the volume of a cube is calculated using . So

is the cube of

If the exponent is equal to -1, then the power is simply the reciprocal of the base. So

If the exponent is an integer less than 0, then the power is the reciprocal raised to the opposite exponent. For example:

If the exponent is equal to , then the result of exponentiation is the square root of the base, with For example:

Similarly, if the exponent is , then the result is the nth root, where:

If the exponent is a rational number , then the result is the qth root of the base raised to the power of p:

In some cases, the exponent may not even be rational. To raise a base a to an irrational xth power, we use an infinite sequence of rational numbers (xn), whose limit is x:

like this:

There are some rules which make the calculation of exponents easier:[3]

It is possible to calculate exponentiation of matrices. In this case, the matrix must be square. For example, .

Commutativity[change | change source]

Both addition and multiplication are commutative. For example, 2+3 is the same as 3+2, and 2 · 3 is the same as 3 · 2. Although exponentiation is repeated multiplication, it is not commutative. For example, 2³=8, but 3²=9.

Inverse Operations[change | change source]

Addition has one inverse operation: subtraction. Also, multiplication has one inverse operation: division.

But exponentiation has two inverse operations: The root and the logarithm. This is the case because the exponentiation is not commutative. You can see this in this example:

  • If you have x+2=3, then you can use subtraction to find out that x=3−2. This is the same if you have 2+x=3: You also get x=3−2. This is because x+2 is the same as 2+x.
  • If you have x · 2=3, then you can use division to find out that x=. This is the same if you have 2 · x=3: You also get x=. This is because x · 2 is the same as 2 · x
  • If you have x²=3, then you use the (square) root to find out x: you get the result that x = . However, if you have 2x=3, then you can not use the root to find out x. Rather, you have to use the (binary) logarithm to find out x: you get the result that x=log2(3).

Related pages[change | change source]

References[change | change source]

  1. "Compendium of Mathematical Symbols". Math Vault. 2020-03-01. Retrieved 2020-08-28.
  2. Weisstein, Eric W. "Power". mathworld.wolfram.com. Retrieved 2020-08-28.
  3. Nykamp, Duane. "Basic rules for exponentiation". Math Insight. Retrieved August 27, 2020.