exponentiation
/ĕk″spə-nĕn″shē-ā′shən/
noun
  1. (mathematics, arithmetic, uncountable) The process of calculating a power by multiplying together a number of equal factors, where the exponent specifies the number of factors to multiply.
  2. (mathematics, arithmetic, countable) A mathematical problem involving exponentiation.
from Wiktionary, Creative Commons Attribution/Share-Alike License. More at Wordnik
🌐
Wikipedia
en.wikipedia.org › wiki › Exponentiation
Exponentiation - Wikipedia
1 month ago - Exponentiation with base 10 is used in scientific notation to denote large or small numbers. For instance, 299792458 m/s (the speed of light in vacuum, in metres per second) can be written as 2.99792458×108 m/s and then approximated as 2.998×108 m/s. SI prefixes based on powers of 10 are ...
mathematical operation
{\displaystyle \exp(x)=e^{x}}
{\displaystyle \exp(x)=e^{x}.}
{\displaystyle b=\exp(\ln b)=e^{\ln b}}
{\displaystyle e^{x\ln b}}
In mathematics, exponentiation, denoted bn, is an operation involving two numbers: the base, b, and the exponent or power, n. When n is a positive integer, exponentiation corresponds to repeated multiplication of … Wikipedia
🌐
Cuemath
cuemath.com › numbers › exponentiation
Exponentiation - Properties, Definition, Formula, Examples
With Cuemath, you will learn visually and be surprised by the outcomes. ... Exponentiation in math is defined as the operation used to represent repeated multiplication. For example, if 10 is multiplied three times, then it can be written as "10 raised to 3" which means 103.
Top answer
1 of 13
45

My chief understanding of the exponential and the logarithm come from Spivak's wonderful book Calculus. He devotes a chapter to the definitions of both.

Think of exponentiation as some abstract operation ( is just some index, but you'll see why it's there) that takes a natural number and spits out a new number . You should think of .

To match our usual notion of exponentiation, we want it to satisfy a few rules, most importantly . Like how .

Now, we can extend this operation to the negative integers using this rule: take to be . then , like how .

Then we can extend the operation to the rational numbers, by taking . Like how .

Now, from here we can look to extend to the real numbers. This takes more work than what's happened up to now. The idea is that we want to satisfy the basic property of exponentiation: . This way we know it agrees with usual exponentiation for natural numbers, integers, and rational numbers. But there are a million ways to extend while preserving this property, so how do we choose?

Answer: Require to be continuous.

This way, we also have a way to evaluate for any real number : take a sequence of rational numbers converging to , then is . This seems like a pretty reasonable property to require!

Now, actually constructing a function that does this is hard. It turns out it's easier to define its inverse function, the logarithm , which is the area under the curve from to for . Once you've defined the logarithm, you can define its inverse . You can then prove that it has all the properties of the exponential that we wanted, namely continuity and . From here you can change the base of the exponential: .

To conclude: the real exponential function is defined (in fact uniquely) to be a continuous function satisfying the identity for all real and . One way to interpret it for real numbers is as a limit of exponentiating by rational approximations. Its inverse, the logarithm, can similarly be justified.

Finally, de Moivre's formula is what happens when you take the Taylor series expansion of and formally use it as its definition in the complex plane. This is more removed from intuition; it's really a bit of formal mathematical symbol-pushing.

2 of 13
28

or (or any other irrational power, really). What does this mean?

$$a^\pi=a^{3.1415\ldots}=a^{3\ +\ 0.1\ +\ 0.04\ +\ 0.001\ +\ 0.0005\ +\ \cdots}=a^3\cdot a^{0.1}\cdot a^{0.04}\cdot a^{0.001}\cdot a^{0.0005}\cdotsa^\sqrt2=a^{1.4142\ldots}=a^{1\ +\ 0.4\ +\ 0.01\ +\ 0.004\ +\ 0.0002\ +\ \cdots}=a^1\cdot a^{0.4}\cdot a^{0.01}\cdot a^{0.004}\cdot a^{0.0002}\cdots$$

It is obvious that the general factor of this infinite product tends towards . Convergence then follows from the fact that each single decimal digit is in between and , meaning that is in between , and , where is the number of digits of .

🌐
Cambridge Dictionary
dictionary.cambridge.org › dictionary › english › exponentiation
exponentiation collocation | meaning and examples of use
More important for what follows is the operation of stream exponentiation. ... Addition, subtraction, multiplication, division, and exponentiation of arbitrary expressions were possible without restriction.
🌐
Merriam-Webster
merriam-webster.com › dictionary › exponentiation
EXPONENTIATION Definition & Meaning - Merriam-Webster
The meaning of EXPONENTIATION is the mathematical operation of raising a quantity to a power —called also involution.
🌐
Reddit
reddit.com › r/askmath › what is the actual mathematical definition of exponentiation?
r/askmath on Reddit: What is the actual mathematical definition of exponentiation?
March 4, 2024 -

EDIT: I know b^a = e^(aln(b)), however, this uses exponentiation to define exponentiation.

So in school we're taught that exponentiation is repeated multiplication. However, this definition quickly falls apart when you have something like 2^pi. Afterall, what does it even mean to multiply 2 by itself pi times?

That definition gets even more wonky when you have things like (-2)^pi which isn't a real number.

What is the mathematical definition of exponentiation a^b that applies to all fields (real and complex) for ANY a or b?

🌐
Dictionary.com
dictionary.com › browse › exponentiation
EXPONENTIATION Definition & Meaning | Dictionary.com
Specifically, if we want to think of multiplication as repeated addition, exponentiation as repeated multiplication, and ↑↑ as repeated exponentiation, three groups of five is the way to go.
Find elsewhere
🌐
University of Minnesota
mclph.umn.edu › mathrefresh › exponents.html
What is an Exponent?
SECTION 3. WHAT IS AN EXPONENT · An exponent refers to the number of times a number is multiplied by itself. For example, 2 to the 3rd (written like this: 23) means:
🌐
UNC Greensboro
math-sites.uncg.edu › sites › pauli › 112 › HTML › secexp.html
Exponentiation
For examples of powers we identify the base and exponent. In \(3^2\) the base is 3 and the exponent is 2. In \(2^3\) the base is 2 and the exponent is 3. In \(2^4\) the base is 2 and the exponent is 4. We compute powers using the definition. ... We present properties of exponents and prove them using the idea that exponentiation is repeated multiplication.
🌐
Collins Dictionary
collinsdictionary.com › dictionary › english › exponentiation
EXPONENTIATION definition and meaning | Collins English Dictionary
Mathematics (in a mathematical equation) the use of an exponent to raise the value of the base.... Click for English pronunciations, examples sentences, video.
🌐
Math Insight
mathinsight.org › exponentiation_basic_rules
Basic rules for exponentiation - Math Insight
If we take the quotient of two exponentials with the same base, we simply subtract the exponents: \begin{gather} \frac{x^a}{x^b} = x^{a-b} \label{quotient} \end{gather} ... This rule results from canceling common factors in the numerator and denominator. For example: \begin{align*} \frac{y^5}{y^3} &= \frac{y \times y \times y \times y \times y}{y \times y \times y}\\ &= \frac{(y \times y) \times \cancel{(y \times y \times y)}}{\cancel{y \times y \times y}}\\ &= y \times y = y^2.
🌐
Kiddle
kids.kiddle.co › Exponentiation
Exponentiation facts for kids
We read this as " raised to the power of " or " to the th power." ... The number is called the base. It's the number being multiplied. The number is called the exponent (or power). It tells you how many times to multiply the base by itself. For example, in , the base is 2 and the exponent is 4.
🌐
Merriam-Webster
merriam-webster.com › dictionary › exponent
EXPONENT Definition & Meaning - Merriam-Webster
In addition, it has kept its earlier meaning of “one who expounds,” as well as its mathematical symbol meaning. ... She has become one of America's foremost exponents of the romantic style in interior design. The exponent 3 in 103 indicates 10 x 10 x 10. ... Examples are automatically compiled from online sources to show current usage. Read More Opinions expressed in the examples do not represent those of Merriam-Webster or its editors. Send us feedback. This is an unusual position for an exponent of the public sphere and communicative rationality to take.
🌐
SplashLearn
splashlearn.com › home › exponent - definition with examples
What is Exponent? Definition, Properties, Examples, Facts
March 15, 2024 - The exponent of a number indicates the total time to use that number in a multiplication. For example, 8 × 8 × 8 can be expressed as 83 because 8 is multiplied by itself 3 times.
🌐
TheFreeDictionary.com
thefreedictionary.com › exponentiation
Exponentiation - definition of exponentiation by The Free Dictionary
Define exponentiation. exponentiation synonyms, exponentiation pronunciation, exponentiation translation, English dictionary definition of exponentiation. n. Mathematics The act of raising a quantity to a power.
🌐
EBSCO
ebsco.com › research-starters › mathematics › exponentiation
Exponentiation | Mathematics | Research Starters | EBSCO Research
For example, the logarithm of a thousand to base ten is three. Because ten to the power three is one thousand. To solve most exponential equations, first isolate the exponential expression. The second step is to take log, or ln, of both sides. Lastly, solve for the variable and check.
🌐
Fandom
googology.fandom.com › wiki › Exponentiation
Exponentiation | Googology Wiki | Fandom
January 9, 2026 - This notation is developed by René Descartes, well known for establishing a relationship between the once-separate mathematical fields of geometry and algebra. In ordinary arithmetic, exponentiation is a binary mathematical operation \(a^b = a\) multiplied by itself \(b\) times. When expressed in terms of (integer) multiplication, it involves a string of \(b\) consecutive \(a\)'s. For example, \(3^3 = 3 \times 3 \times 3 = 27\).
Top answer
1 of 1
1
Definition of Exponentiation Exponentiation is a mathematical operation that involves two numbers: a base and an exponent. It is denoted as a^b, where a is the base and b is the exponent. The operation represents the base multiplied by itself b times. For example, in the expression 8^2, the base is 8, the exponent is 2, and the power is the whole expression, which equals 64. This means 8 is multiplied by itself once, resulting in 64. Key Concepts Base: The number that is being multiplied. Exponent: Indicates how many times the base is multiplied by itself. Result: The outcome of the exponentiation operation. Examples Positive Exponent: 2^3 = 2 * 2 * 2 = 8 Zero Exponent: 5^0 = 1 (Any non-zero number raised to the power of zero is 1). Negative Exponent: 3^-2 = 1/(3^2) = 1/9 (A negative exponent indicates the reciprocal of the base raised to the absolute value of the exponent). Fractional Exponent: 4^(1/2) = √4 = 2 (A fractional exponent represents a root) Properties of Exponentiation Product of Powers: a^m * a^n = a^(m+n) This law states that when multiplying two powers with the same base, you add the exponents. Quotient of Powers: a^m / a^n = a^(m-n) This rule applies when dividing two powers with the same base, where you subtract the exponents. Power of a Power: (a^m)^n = a^(m*n) This property indicates that when raising a power to another power, you multiply the exponents. Power of a Product: (ab)^n = a^n * b^n This rule shows that a product raised to a power is equal to each factor raised to the power. Power of a Quotient: (a/b)^n = a^n / b^n This property states that a quotient raised to a power is equal to the numerator and denominator each raised to the power. Summary Exponentiation is a fundamental operation in mathematics that allows for the expression of repeated multiplication. Understanding its properties and how to manipulate exponents is crucial for solving various mathematical problems. The notation for writing the product of a number by itself several times is called exponential notation or exponential form.