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
🌐
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.
Discussions

algebra precalculus - What Is Exponentiation? - Mathematics Stack Exchange
Once we stray from the land of rational powers into real powers in general, is there an intuitive definition or explanation of exponentiation? I am thinking along the lines of, for example, $2^\pi$ or $3^{\sqrt2}$ (or any other irrational power, really). What does this mean? More on math.stackexchange.com
🌐 math.stackexchange.com
March 7, 2014
What is the actual mathematical definition of exponentiation?
(1) It is defined that ba = ea×ln(b) . (2) ex is defined as the so called "taylor series": ex = x⁰/0! + x¹/1! + x²/2! + x³/3! + ... and ln(x) is defined as the inverse function of ex . (3) Every power that shows up in the series is simply defined by repeated multiplication since those are integer powers. More on reddit.com
🌐 r/askmath
33
6
March 4, 2024
What is exponentiation (and multiplication)?
In math, we often extend things we have discovered to new areas. We started by saying exponentiation is repeated multiplication but then we wondered about non integer exponents and we made up rules that let us find them without totally breaking math. (e.g. the patterns we saw in other exponents are maintained) yes, but the reason we define them this way is to continue this trend: 33 = 27 32 = 9 (which is 27/3) 31 = 3 (which is 9/3) 30 = ? Well it should be 3/3 to continue the trend so it is defined as 1 and then 3-1 should be 1/3 and so on. 2) let’s start with fractional exponents first. If we want to define say x1/2 we can begin with the property that (xa)b = xa•b to see what this suggests we should define fractional expoenents as, let us start with 21/2 let’s say that that is some unknwkn quantity say x: 21/2=x we can then raise both sides to the second power: (21/2)2 = x2 21/2•2 = x2 21 = x2 x2 = 2 which means our x must be the square root of 2. We can then extend this reasoning to give meaning/a value to any rational exponent. But what about irrational ones? We well can approximate them arbitrarily well using closer and closer rational numbers which we can use as our power instead, but if you truly want to use any exponent we need logarithms to help us out. There is a property that log_b( xa ) = a*log_b(x) essentially we can pop the exponent out front. So if we want to calculate 2pi we can find that say ln( 2pi ) = pi*ln(2) and we can undo the log by raising e to that product. But then you might say: wait, now we just have another crazy irrational number we need to raise e to, how is that better than raising 2 to the pi. Well, it turns out that raising e to a power can be calculated using an infinite sum called a Taylor series. ex for any x (including irrational) will be the sum from n=1 to n=infinity of xn/n! Which is just a bunch of multiplication and addition with only integer powers. Thus we actually define exponentiation as xy = ey*ln[x] which we can find using Taylor series. 3) lets get more into logs. They are very handy. Turns out log(a*b) for any a and b is just log(a)+log(b) and that log(a/b)=log(a)-log(b) this means we can define x*y for all x and y as elog[x]+log[y] and x/y for all x and y as elog[x]-log[y] 4) units can be imagined as something times your quantity so essentially 10 feet can be thought of as the number 10 times this quantity feet (which is kinda trippy, but if we think about it like that, all the rules work out) if I want to add two numbers with the same unit I can do: 10 feet + 3.5 feet is really 10*feet + 3.5*feet And then I can factor out the feet so: (10+3.5)*feet or just 13.5*feet aka 13.5 feet But this doesn’t work with units that don’t match because you can’t factor out the units since they aren’t the same. However you can totally multiply or exponentiate with any units. To answer your question “What does this tell about multiplication and division?” I would say this tells us putting units on our numbers is really like multiplying by them which is why we can only add quantities with like units but multiply any two quantities with any units and raise any quantity with any units to any power (usually just integers tho) Is this helpful? These are great questions and definitely show your desire to truly understand math. Good luck! More on reddit.com
🌐 r/learnmath
11
6
December 31, 2018
Is complex exponentiation well defined?
Your confusion with nth roots seems to be based in the language you're using. We never say "the" nth root of 1, we say "an" nth root of 1. If we ever do say "the" nth root of a number, then this implicitly implies a few things. Firstly, the number that we're taking a root of is positive and real. In this case, there are still n-roots, but there is exactly one positive root and so that is "the" root. It's shorthand because qualifying every detail in endless repetition is mind-numbing. If the number is complex, say z=eitr where -piz. The problem with the unsolvability of the quintic is not tied to complex numbers, it's based in the permutation complexity of more than 4 objects, and the standard proof transfers directly to most fields - even ones not tied to the real numbers at all. It is tied to the geometry of things like this squaring function (the video going around that "doesn't" use Galois Theory merely turns Galois theory into geometry in the case of the complex numbers), but the insolvability is not tied to anything problematic about taking roots since you can solve quadratics with roots even though it is just as not well defined. More on reddit.com
🌐 r/math
9
27
July 10, 2021
🌐
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?

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 .

🌐
Cuemath
cuemath.com › numbers › exponentiation
Exponentiation - Properties, Definition, Formula, Examples
Exponentiation is a process or operation of taking the exponent of a number. If x is an integer raised to n which is a positive integer, then it can be expressed as x^n. Learn more about exponentiation in this article.
🌐
Dictionary.com
dictionary.com › browse › exponentiation
EXPONENTIATION Definition & Meaning | Dictionary.com
EXPONENTIATION definition: the raising of a number to any given power. See examples of exponentiation used in a sentence.
🌐
Math Insight
mathinsight.org › exponentiation_basic_rules
Basic rules for exponentiation - Math Insight
If we take the product of two exponentials with the same base, we simply add the exponents: \begin{gather} x^ax^b = x^{a+b}. \label{product} \end{gather} To see this rule, we just expand out what the exponents mean. Let's start out with a couple simple examples.
Find elsewhere
🌐
Collins Dictionary
collinsdictionary.com › dictionary › english › exponentiation
EXPONENTIATION definition and meaning | Collins English Dictionary
2 weeks ago - Mathematics (in a mathematical equation) the use of an exponent to raise the value of the base.... Click for English pronunciations, examples sentences, video.
🌐
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.
🌐
bab.la
en.bab.la › dictionary › english › exponentiation
EXPONENTIATION - Definition in English - bab.la
volume_up UK /ˌɛkspənɛnʃɪˈeɪʃn/noun (mass noun) (Mathematics) the operation of raising one quantity to the power of anotherExamplesOne of the main reasons for including an introduction to modular arithmetic is that the two most popular public key algorithms use modular exponentiation ...
🌐
EBSCO
ebsco.com › research-starters › mathematics › exponentiation
Exponentiation | Mathematics | Research Starters | EBSCO Research
Exponentiation is a fundamental mathematical operation that involves raising a base to an exponent, which indicates how many times the base is multiplied by itself. The base can be a natural number or a negative integer, while the exponent is ...
🌐
Shabdkosh
shabdkosh.com › dictionary › sanskrit-english › exponentiation › exponentiation-meaning-in-english
exponentiation meaning in English
Shabdkosh English–Hindi dictionary offers meanings, examples, synonyms, and pronunciation. Ideal for learners, educators, and language enthusiasts.
🌐
Aakash
aakash.ac.in › aakash blog › maths › exponents: definition, properties & applications
Exponents: Definition, Properties & Applications
August 21, 2024 - In the expression ana^nan: ... The exponentiation operation is a shorthand notation for repeated multiplication, which is distinct from other mathematical operations like addition or subtraction.
🌐
Fandom
googology.fandom.com › wiki › Exponentiation
Exponentiation | Googology Wiki | Fandom
January 9, 2026 - View full site to see MathJax equation Exponentiation is a mathematical notation in which the exponent is denoted as a superscripted number or expression. It is intended to be a shorthand for the previous expression repeated out that number ...
🌐
CalculatorSoup
calculatorsoup.com › calculators › algebra › exponent.php
Exponents Calculator
"When a minus sign occurs with exponential notation, a certain caution is in order. For example, (-4)2 means that -4 is to be raised to the second power. Hence (-4)2 = (-4) * (-4) = 16. On the other hand, -42 represents the additive inverse of 42. Thus -42 = -16.
🌐
WikWik
en.wikwik.org › exponentiation
The word EXPONENTIATION is in the Wiktionary
All about the word exponentiation, 5 short excerpts of Wiktionnary, 0 anagrams, 1 prefix, 1 suffix, 34 words-in-word, 0 cousins, 1 anagram+one.