Hows and Whys of Exponents (and other tidbits)

  • Context: High School 
  • Thread starter Thread starter W3bbo
  • Start date Start date
  • Tags Tags
    Exponents
Click For Summary
SUMMARY

The discussion centers on the mathematical principles of exponents, specifically addressing the definitions and implications of zero, negative, and non-integer exponents. It establishes that a^0 is defined as 1 to maintain the property a^n * a^m = a^(n+m) for all integers, while negative exponents are defined as the reciprocal, a^(-n) = 1/a^n, to preserve this property. The conversation also explores the extension of exponentiation to rational and real numbers, culminating in the definition of the exponential function exp(x) and its properties, including the relationship exp(a) * exp(b) = exp(a+b).

PREREQUISITES
  • Understanding of basic exponent rules (e.g., a^n * a^m = a^(n+m))
  • Familiarity with the concept of multiplicative identity (1) and multiplicative inverse (1/a)
  • Knowledge of rational numbers and their properties
  • Basic calculus concepts, particularly limits and continuity
NEXT STEPS
  • Study the properties of the exponential function exp(x) and its applications in calculus
  • Learn about logarithmic functions and their relationship to exponents
  • Explore the concept of irrational exponents and their definitions through continuity
  • Investigate the historical development of exponentiation and its mathematical significance
USEFUL FOR

Students of mathematics, educators teaching algebra and calculus, and anyone interested in deepening their understanding of exponentiation and its applications in various mathematical contexts.

W3bbo
Messages
31
Reaction score
0
I'm new here, and totally green to "real" Maths, to be nice :)

But really simple question: I understand why x^1 == x, because the Identity Element of the multiplication operator is 1, so x^1 == 1*x == x, so x^0 must be just 1 on its own. (I was never told this in GCSE Maths, so I don't know how I got an A in it)

But why do negative exponents produce reciprocals? I see it does division instead of multiplication, but why?

Finally, there's non-integer exponents, I haven't yet read the Wikipedia article on those yet (seeming as it is 2AM right now) but can anyone explain those in an easy-to-digest format?

...that's all I can think of for now, I'll reply to this thread with other things I don't understand.

Thanks
 
Mathematics news on Phys.org
Hi, I'm not a mathematician, but I've got a theory about how the history of the exponents unfolded!

Consider a a real number and n a positive integers. When a is multiplied by itself n times, we write that as a^n instead of a\cdot a\cdot \ ... \ \cdot a. An immediate consequence of this notation is the rule a^na^m = a^{n+m}. It is on the "principle of conservation of that rule" that each of the generalization we are to make to the notion of exponent is based.

The first step in generalizing the notion of exponent to any number is to consider a number raised to the 0: What is a^{0}? Well, if the rule a^na^m = a^{n+m} is to hold for any positive or null integer n,m we'd have to define a^{0} as the number 1, because we want a^0a^n=a^{0+n}=a^{n}, which automatically defines a^{0} as the multiplicative identity elements of the real, i.e. the number 1.

The next step is to consider negative integers exponents. What is a^{-n}? Well, if the rule a^na^m = a^{n+m} is to hold for any integer n,m we'd have to define a^{-n} as 1/a because in particular, we want a^{-n}a^n=a^{-n+n}=a^0=1, which automatically defines a^{-n} as the multiplicative inverse of a^{n}, which is 1/a.

The rest of the story will come after dinner.
 
Last edited:
Definitions, definitions and definitions.
 
On to rational numbers. What is a^{p/q} (p,q \in \mathbb{Z}, \ q\neq 0)? It follows from the notation a^n that (a^n)^m=a^{nm} (n,m\in \mathbb{N}). It is easily seens that this holds also for exponents in \mathbb{Z}. We want to extend this propery also to exponents in \mathbb{Q}. So we define a^{p/q} by "its solution" a^{p/q}=x plus the requirement that our (a^n)^m=a^{nm} law holds for rational integers as well. That is to say, given that our law holds, we have (a^{p/q})^q=a^p=x^q. So we say that a^{p/q} represents the number(s) x such that x^q=a^p. It could be that there are no such x, one such x or 2 such x in \mathbb{R}, but we don't care; at least rational exponents, when they exist, obey the same laws as integer ones.

Finally, the real exponents. What's a^b (b\in\mathbb{R})? The exponential function \exp (x):\mathbb{R}\rightarrow (0,+\infty) is defined by

\exp(x)=\lim_{n\rightarrow +\infty}\sum_{k=0}^n\frac{x^k}{k!}

The property exp(a)exp(b)=exp(a+b) is readily proved. We call e the value of \exp(1). Since it can be shown that \forall x\in\mathbb{Q}, \exp(x)=e^x, it seems only natural to define e^x \forall x\in\mathbb{R} as \exp(x). We also define (e^x)^y=e^{xy} (x,y \in \mathbb{R}) in order to fit the (a^n)^m=a^{nm} property. Now we have a precise definition of a^b (b\in\mathbb{R}) in the very special case a=\exp(1). But with the help of the inverse of exp(x), we'll see that this special definition automatically defines a^b \ \ \ \forall a>0).

It can be shown also that exp(x) is bijective, which assures the existence of an inverse, which we call \ln (x) :(0,+\infty)\rightarrow \mathbb{R}. Being exp(x)'s inverse, ln(x) has the property that exp(ln(x))=x. With the chain rule and the fond. them of calculus, we find an analytic form of ln(x) in the person of

\ln(x)=\int_1^x\frac{1}{t}dt

The conclusion tomorrow. :zzz:
 
Last edited:
Werg22 said:
Definitions, definitions and definitions.
There are reasons that definitions are what they are. That is what w3bbo asked, that is what quasar987 is explaining.
 
quasar987: I'm afraid to say you've gone completely over my head. I was able to comprehend you up until you mentioned the "principle of conservation". Can you explain it in (even) simpler terms? Thanks :)
 
W3bbo:
You said you agreed to that if we only consider NATURAL numbers (i.e, the counting numbers) in the exponents, then we observe the rule:
a^{n}a^{m}=a^{n+m} where n and m are natural numbers (say, for example, 2 and 3).

Now, consider the folllowing:
The rule a^{n}a^{m}=a^{n+m} is very simple to remember; whenever we raise some number "a" to some power "n", and then multiply that answer with "a" raised to some power "m", then the rule states that the answer you get out of this is exactly the same as raising "a" to the power n+m.

Now, wouldn't it be nice if this rule could be said to work also for OTHER types of numbers than just the positive integers?
I hope you agree that that would have been great!

But, there is nothing in maths that exists independently of how we choose to DEFINE it!

Thus, we really ought to reformulate our question to the following one:
HOW should we define non-natural powers so that the nice rule governing natural exponents also can be shown to hold whenever we deal with other types of exponents?

Are you following so far?
 
The promised conclusion:

Given our definition (e^x)^y=e^{xy}, we have, in the case x=ln(a) and y=b: (e^{\ln(a)})^b=a^b=e^{b\ln(a)}.
 
quasar987 said:
Finally, the real exponents. What's a^b (b\in\mathbb{R})? The exponential function \exp (x):\mathbb{R}\rightarrow (0,+\infty) is defined by

\exp(x)=\lim_{n\rightarrow +\infty}\sum_{k=0}^n\frac{x^k}{k!}

The property exp(a)exp(b)=exp(a+b) is readily proved.

I am not sure how can you prove exp(a)exp(b) = exp(a+b) by using the definition for e. I mean, you would have to prove the following right?

\Big( \sum_{k=0}^{\infty}\frac{a^k}{k!} \Big)\Big( \sum_{k=0}^{\infty}\frac{b^k}{k!} \Big) = \sum_{k=0}^{\infty}\frac{{(a+b)}^k}{k!}

which seems hard to do...
 
  • #10
Seems is the right word, because in truth, it's not. :smile:

Just substitute (a+b)^k by its binomial sum and form the cauchy product of the left hand side. You'll see that they are equal.

(Edit: convergence of the Cauchy product is assured by the absolute convergence of the exp(x) series.)
 
Last edited:
  • #11
It comes from group theory. The definition of whole exponents in a group is

e=a^0, a=a^1, a^n = a(a^[n-1])

so first we prove if b+c = n then (a^b)(a^c) = a^n

This relationship holds for n = 1
(a^1)(a^0) =(a^1)e=a^1 = e(a^1) =(a^0)(a^1)

This relationship holds for n = 2
(a^2)(a^0) =(a^2)e=a^2 = e(a^2) =(a^0)(a^2)
a^2=a(a^1)=(a^1) (a^1)

Suppose this relation holds for numbers from 1 to n-1, and let b and c be any numbers that satisfy b+c=n. Claim: if this is the case, the relationship also holds for n.

a^(n) = a(a^[n-1]) = a[a^(b+c-1)]= a[a^([b-1]+[c])]

now [b-1]+[c] = n-1<n, so [a^([b-1]+[c])] satisfies our inductive hypotheses

so a[a^([b-1]+[c])] = a([a^(b-1)])a^c = (a[a^(b-1)])a^c = (a^b)(a^c)

But since we are talking about a group, any a^n has to have an inverse. I.e. some element p that satisfies p(a^n) = e. Let a! denote a’s inverse. Notice P must = (a!)^n (this can also easily be proved with induction). So we define a’s inverse to be a^(-1) and a^n’s inverse to be a^(-n). Handily this satisfies our “if b+c = n then (a^b)(a^c) = a^n” relationship.
 
  • #12
Yes, we define an for n a positive integer from analogy with multiplication :an= a "multiplied by itself n times" and from that get the very nice properties that a^x a^y= a^{x+y} and (a^x)^y= a^{xy}. We then define a^0= 1 and a^{-n}= 1/a^n as we do in order to keep the first formula true and then define a^{1/n}= ^n/sqrt{a} and a^{m/n}= ^n\sqrt{a^m} as we do in order to keep the second formula true.
However, we do not define ax, for x irrational, in order to keep either of those true- we define them by "continuity". That is, if x is an irrational number and {ri} is a sequence of rational numbers converging to x (and such a sequence always exists) then ex is defined as the limit of the sequence a^{r_i}. Then the funciton f(x)= ax is continuous for all x.
Of course, if r is a rational number close to x, then er must be close to ex because of that continuity. That is what allows us to enter 3.141592 into a calculator instead of \pi and know that we will get an accurate answer.
 
  • #13
i didnt learn calculus in any institution, but i read a book once, and I am pretty sure that the exponent integer was first used in the log derivation...

after doing some playing with the general derivation of log, you meet the expression (1+x)^(1/x) when x--->0.
it can be canged to the expression: (1+1/x)^x when x-->infinity
and then you may use Newton's binum, and get the number 2.71 which is "e".

just read the full development of the log. there youll see where the ecxponent came from...
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
1K