Exponentiation

Exponentiation is an operation which takes two numbers: the base and the exponent . It produces the power . For positive integers, means multiplying by itself times.

Identities

^18c142

The edge cases matter: is context-dependent and is usually left undefined in elementary algebra, though it may be assigned in combinatorics or power-series conventions.

Power function

A power function has variable base and fixed exponent:

^e477f8 It is inverted by a Root when the domain is chosen carefully. For example, is not one-to-one on all real numbers, so its inverse is usually taken on .

Exponential function

An exponential function has fixed base and variable exponent:

^5f7806 It is inverted by a Logarithm. The usual real-valued assumptions are and .

Calculus and modelling

For power functions, the power rule gives

For exponentials,

The natural exponential is special because , so it differentiates to itself. That self-reproducing derivative is why exponentials solve proportional-rate problems such as Growth and decay.

Common pitfalls

  • Multiplying powers with different bases as if ; this is generally false.
  • Forgetting parentheses: , but .
  • Applying real exponent laws blindly to negative bases and fractional powers.

See also Exponents, Logarithms, and Roots, Root, and Logarithm.