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
🌐
Wikipedia
en.wikipedia.org › wiki › Exponentiation
Exponentiation - Wikipedia
1 month ago - 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 the base: that is, bn is the product of multiplying n bases: ... {\displaystyle ...
🌐
Reddit
reddit.com › r/learnmath › what is exponentiation (and multiplication)?
r/learnmath on Reddit: What is exponentiation (and multiplication)?
December 31, 2018 -

My math teacher in school defined exponentiation as repeated multiplication. The problem with this definition is that it is not inclusive. It makes no sense when the exponent is not a positive integer.

Now my questions are:

  1. Are a0=1 and a-b = 1/ab definition statements? By definition statements, I mean statements similar to axioms. If they’re not definitions, what is the proof for each?

  2. How is an irrational exponent calculated (e.g. epi)?

  3. What is the inclusive and general definition of exponentiation and multiplication? (Yes. I am having the exact same problem with multiplication (and division actually). The “repeated addition” does not work.

  4. Why is it that I can only add and subtract two numbers when they have the same unit but can divide and multiply numbers with different units? Can I can exponentiate numbers with different units too? What does this tell about multiplication and division?

Top answer
1 of 5
9
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!
2 of 5
4
"Repeated multiplication" is only the start; the definition of exponentiation is extended by trying to keep certain properties from the original definition true: If n and m are positive integers, then an+m=anam. From this, if a≠0, then an-mam=an-m+m=an, so an-m=an/am. From this, if a≠0 then a-n=1/an and a0=1. The positive nth root of a positive real number (the number with nth power equal to the given number) exists (by the completeness of the reals) and is unique. That is, there is a sequence of positive rational numbers whose nth powers come ever-closer to a given real number, and its limit exists and is a real number (all of this is made rigorous in an undergraduate class that may be called Introductory Analysis or Advanced Calculus). Then if m≠0 and a>0, an/m is the positive mth root of an. An irrational exponent is defined by finding a sequence of rationals that converges to the irrational number, and finding the limit of the sequence of powers by those rational numbers. It is usually calculated by means of the natural exponential and natural logarithm functions, which can be defined in Calculus without already needing general exponentials: Then ab=exp(b*ln(a)). For exponentiation, bootstrap it from natural numbers to integers, rationals, and reals as above, and there's a way to do it for complex exponents too (but then another nice identity, anm=(an)m, is not always true). For multiplication, it's analogous: na for positive-integer n is repeated addition, then (n+m)a=na+ma, so (n-m)a=na-ma, (-n)a=-na, and 0a=0. Going further, for any real number a (don't even need completeness for this), there exists a unique real number b such that nb=a, and we can say b=a/n, and then (m/n)a=ma/n. It can be made rigorous (look up "Peano arithmetic") that for integers m and n, mn=nm (the commutative property of multiplication), and we'd like for this to be true for real numbers too, and it turns out that it is, but that would take longer than a Reddit post to establish. With that said, for real numbers b and a, ba is the limit of the sequence of products of a by the elements of a sequence of rationals that has b as its limit. A quantity with a unit is like the product of a number with a variable, so it makes sense to combine the product or quotient of two measurements into a single term (6km divided by 2h is 3km/h) or to combine like terms for measurements with the same unit: 6km+2km=(6+2)km=8km. For units of different types, there is no way to simplify them, and it's a bit like adding two linearly independent vectors: 6km+2h makes sense as a formal expression, but it can't be simplified. A more formal way to think about units is in terms of dimensional analysis: km is a unit of length (often described as L), and h is a unit of time (often described as T). Some unit definitions end up cancelling out all of the dimensions, so they are described as "dimensionless" and it is okay to exponentiate numbers with such units (like radians). For quantities that have a dimension, usually there is a special constant with units that cancel out those dimensions, so that you can use them in exponentials, and sometimes (particularly if "natural units" are used) the units in the components cancel out, as in the formula for continuous compound interest: Pert, where r has units of 1/T and t has units of T, so rt is dimensionless.
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 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.
🌐
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?

🌐
UNC Greensboro
math-sites.uncg.edu › sites › pauli › 112 › HTML › secexp.html
Exponentiation
In Definition 1.31, we introduced the concept of multiplication as repeated addition, and we build upon that idea here. We define exponentiation as repeated multiplication.
🌐
Mathnasium
mathnasium.com › math-centers › friscoeast › news › what-is-exponent
What Is an Exponent? A Complete, Beginner-Friendly Guide
December 4, 2025 - Remember: the exponent tells us how many times to multiply the number by itself. In the example 5², the exponent 2 means we have two fives in the multiplication: \( \displaystyle 5 \times 5 \).
🌐
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.
Find elsewhere
🌐
Cuemath
cuemath.com › numbers › multiplying-exponents
Multiplying Exponents - Rules | Multiplication of Exponents
Multiplying exponents means finding the product of two terms that have exponents. Since there are different scenarios like different bases or different powers, there are different exponent rules that are applied to solve them.
🌐
BetterExplained
betterexplained.com › articles › what-does-an-exponent-mean
What does an exponent really mean? – BetterExplained
Like the word "run", the meaning depends on context: ... Sticking with a single interpretation of "run" leads to confusion, and the same happens in math. Let's clarify how exponents are used. We first learn that exponents like $3^2$ or $a^n$ are repeated multiplication: multiply $a$, $n$ times.
🌐
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:
🌐
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.
🌐
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 ...
🌐
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.
🌐
Math Insight
mathinsight.org › exponentiation_basic_rules
Basic rules for exponentiation - Math Insight
If $n$ is a positive integer and $x$ is any real number, then $x^n$ corresponds to repeated multiplication \begin{gather*} x^n = \underbrace{x \times x \times \cdots \times x}_{n \text{ times}}. \end{gather*} We can call this “$x$ raised to the power of $n$,” “$x$ to the power of $n$,” or simply “$x$ to the $n$.” Here, $x$ is the base and $n$ is the exponent or the power. From this definition, we can deduce some basic rules that exponentiation must follow as well as some hand special cases that follow from the rules.
🌐
The Math Doctors
themathdoctors.org › what-do-exponents-mean
What Do Exponents Mean? – The Math Doctors
Exponentiation is repeated multiplication and can be defined recursively as shown earlier in this blog post: ... – The value of x^0 is 1, which is the identity element for multiplication. Think of 1 as the starting point for repeated multiplication. – The value of x*0 is 0, which is the ...
🌐
Kiddle
kids.kiddle.co › Exponentiation
Exponentiation facts for kids
Exponentiation is a special math operation that helps us multiply a number by itself many times. Think of it like a super-fast way to do repeated multiplication, just as multiplication is a fast way to do repeated addition! When you see a number like , it means you multiply the number by itself ...
🌐
Platonicrealms
platonicrealms.com › encyclopedia › exponentiation
exponentiation | Platonic Realms
Exponentiation is the arithmetical operation of multiplying a number times itself a given number of times. The given number is called the exponent and the number being multiplied times itself is called the base. This is typically denoted by \(a^n\), where \(a\) is the base and \(n\) is the exponent.
🌐
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.