Can You Explain Why (x^a)^b = x^{ab}? Rules & Reasons

  • Thread starter εllipse
  • Start date
In summary, the power of a power rule states that (x^a)^b = x^{ab}, as long as a and b are real numbers. This rule can be proven using induction and the commutative law of multiplication. When dealing with irrational or complex numbers, the continuity of exponential and logarithmic functions must be taken into account. The multiplication of powers can also lead to different results depending on the chosen principle value for logarithms.
  • #1
εllipse
197
0
Can anyone show me the reason [itex](x^a)^b = x^{ab}[/itex]? Is this something that always works or is it just a general rule.
 
Mathematics news on Phys.org
  • #2
where a and b are what? Natural numbers? Reals?
 
  • #3
Well, if it depends then when does it depend? Specifically I want to know for when a and b are reals, but does it change the answer if a and b can be complex?
 
  • #4
In any situation where you have the commuative law of multiplication, you probably (certainly?) will have the "power of a power" rule.

To get a proof, you will have to start with natural numbers, then rational, then real, and finally complex. In each subsequent case, I think you boil it down to the previous case.

Going from rational to real will be the hardest case, I think.

In Natural numbers, seems like you can use induction.
 
  • #5
i think that this is defined when x>0, or at least when we are dealing with real numbers, in complex number i haven't dealt yet (there is for example the (e^-1)=1/e, in the reals, but if we look at it as (e^i)^i, we can use euler identity but then i think we get a different answer).
 
  • #6
I am interested in this also. And specifically, what is a number raised to an irrational number? Wiki says "Exponentiation to an arbitrary real exponent can then be defined by continuity." What is meant by 'continuity' exactly? Is it that even though it is impossible to give a clear meaning to a^b (where b is irrationnal), we define a^b as having the same properties as exponentiation to a rational number?
 
  • #7
quasar987 said:
I am interested in this also. And specifically, what is a number raised to an irrational number? Wiki says "Exponentiation to an arbitrary real exponent can then be defined by continuity." What is meant by 'continuity' exactly? Is it that even though it is impossible to give a clear meaning to a^b (where b is irrationnal), we define a^b as having the same properties as exponentiation to a rational number?
By continuity means that the exponential f:Q->R from rationals to reals is a continuous function. The rationals are dense in the reals, so only one continuous map f:R->R exist that agrees with the rational exponetnial. To put things more simply, and assuming additonally that for a positive real a
a^x<a^y <-> x<y
we have for p and q rational x real
p<x<q <-> a^p<a^x<a^q
thus for any real number (having defined a rational exponential) we can trap a^x in as small an interval as we like by traping x between two rationals that are sufficiently close. Thus it is not impossible to give a clear meaning to exponentiation of a real number, but it is convient to give that meaning in terms of exponentiation of a rational number.
thus
[tex]a^x:=\lim_{r\rightarrow x}a^r[/tex]
where the limit is taken with r constrained to rational numbers

This can be avoided by defining exponential and log functions then (for a>0)
a^x:=exp(x*log(a))
for this to work log and exp much be defined, my perfered definition being
exp is the function (which exist and is unique) having
exp(x+y)=exp(x)*exp(y) for all real x and y
[tex]\lim_{x\rightarrow 0}\frac{\exp(x)-1}{x}=1[/tex]
and
log is the function (which exist and is unique) having
log(x*y)=log(x)+log(y) for all real x and y
[tex]\lim_{x\rightarrow 0}\frac{\log(1+x)}{x}=1[/tex]
This method has the problem of making exp and log appear a bit mysterious.
 
  • #8
Well here's what has me confused.

[tex]((-1)^2)^\frac{1}{2}=(-1)^{2\frac{1}{2}}=(-1)^1=-1[/tex]
vs
[tex]((-1)^2)^\frac{1}{2}=(1)^\frac{1}{2}=1[/tex]

So either the powers can't be multiplied in this case, or I'm mistaken and [itex]1^\frac{1}{2}={\pm}1[/itex]. I've been told the latter is false, so I was wondering where the multiplication of powers came from. I was assuming it would be easy to show, but maybe not.
 
  • #9
εllipse said:
Well here's what has me confused.

[tex]((-1)^2)^\frac{1}{2}=(-1)^{2\frac{1}{2}}=(-1)^1=-1[/tex]
vs
[tex]((-1)^2)^\frac{1}{2}=(1)^\frac{1}{2}=1[/tex]

So either the powers can't be multiplied in this case, or I'm mistaken and [itex]1^\frac{1}{2}={\pm}1[/itex]. I've been told the latter is false, so I was wondering where the multiplication of powers came from. I was assuming it would be easy to show, but maybe not.
The reason it breaks down is exp is many to one.
exp(x)=exp(y) <-> 2pi*i|(x-y)
We chose a principle value for log, but the rule
(x^a)^b=x^(a*b)
cannot hold for all values
in principle value
(x^a)^b=exp(b*log(x^a))=exp(b*log(exp(a*log(x))))
x^(a*b)=exp(a*b*log(x))
which is true when
log(exp(a*log(x)))=a*log(x)
which is true when
-pi<Im[a*log(x)]<=pi
other wise the rule fails
the given example
(-1)^(.5*2)=(-1)^2=exp(2*log(-1))=exp(2*pi*i)=1
((-1)^.5)^2=exp(2*log((-1)^.5))=exp(2*log(exp(.5*log(-1))))=exp(2*log(exp(.5*pi*i)))=exp(2*log(i))=exp(2*pi*i/2)=exp(pi*i)=-1
 
  • #10
Suppose n and m are positive integers. Then [itex](a^n)^m[/itex] means (an) multiplied by itself m times. Think of that as m "copies" of an. But an means a multiplied by itself n times: think of that as n "copies" of a. So, in each of the m "copies" of an, you have n copies of "a". How many copies of "a" do you have altogether? If you had m boxes with n apples in each box, how many apples do you have? n*m of course. The total number of "a"s being multiplied in [itex](a^n)^m[/itex] is mn so that is exactly the same as amn.

That is for m,n positive integers. The two laws: an*am= an+m and (an)m= amn are so useful that, as quasar987 said, we effectively define ar, for r anything other than a positive integer, so as to make those two laws true.
 
  • #11
εllipse said:
Well here's what has me confused.

[tex]((-1)^2)^\frac{1}{2}=(-1)^{2\frac{1}{2}}=(-1)^1=-1[/tex]
vs
[tex]((-1)^2)^\frac{1}{2}=(1)^\frac{1}{2}=1[/tex]

So either the powers can't be multiplied in this case, or I'm mistaken and [itex]1^\frac{1}{2}={\pm}1[/itex]. I've been told the latter is false, so I was wondering where the multiplication of powers came from. I was assuming it would be easy to show, but maybe not.
It is true that [itex]1^{\frac{1}{2}}=\pm 1[/itex], but not true that [itex]\sqrt{1}=\pm 1[/itex]. This is because of the definition of the square root symbol. The definition of fractional, irrational and complex powers is as follows: In general, [itex]x^a[/itex] is defined as [itex]e^{a\log{x}}[/itex]. log is a multiple-valued function: [itex]\log{z}=\ln{|z|}+i arg(z)[/itex], where arg z is the argument of z and can take on any value of the form [itex] arg z = Arg z +2\pi k, k \in \mathbb{Z}[/itex] This means that
[tex]x^a=e^{a\log{x}}=e^{a(\ln{|x|} + i arg x)}=e^{a\ln{|x|}}e^{ia Arg x +2ia\pi} = e^{a\ln{|x|}}e^{ia Arg x}e^{2iak\pi}[/tex]
If x is positive real, then Arg x=0, if negative then Arg x= [itex]\pi[/itex]. [itex]e^{2k\pi}[/itex] is 1 for any integer k. This means that if a is also an integer, the function will be single-valued. If a is a fraction then ka will only be an integer for some values of k. If a=1/2, then there will be two possible values of [itex]e^{2aik\pi}[/itex], hence two values of [itex]x^a[/itex].

This definition also provides an easy answer to εllipse's question:
[tex](x^a)^b=(e^{a\log{x}})^b[/tex]
For convenience, let [itex]w = e^{a\log{x}}[/itex]
[tex](x^a)^b=w^b=e^{b\log{w}}[/tex]
Now, since log(e^(z))=z+2kpi,
[tex](x^a)^b=\exp{[b\log{e^{(a\log{x})}]}=e^{b(a\log{x}+2k\pi)} = e^{ba\log{x}}e^{2kb\pi}[/tex]
On the other hand,
[tex]x^{ab}=e^{ab\log{x}}[/tex]
So, if b is an integer:
[tex](x^a)^b=e^{ba\log{x}}e^{2kb\pi}=e^{ba\log{x}}= e^{ab\log{x}} \rightarrow (x^a)^b=x^{ab}[/tex]
As was to be shown. Note that if b is not an integer, then the function is multiple-valued and the relation need not hold if the wrong branch cut is chosen, as in the example εllipse gave. The fact that k can be chosen to be zero, though, guarantees the existence of a branch cut that will cause the relation to hold.
 
Last edited:
  • #12
LeonhardEuler said:
It is true that [itex]1^{\frac{1}{2}}=\pm 1[/itex], but not true that [itex]\sqrt{1}=\pm 1[/itex]. This is because of the definition of the square root symbol.
What is the definition of the square root symbol if not "raised to the power 1/2" ?!
 
  • #13
Consider [itex](a^4)^3[/itex], for example.

This means:

[tex](a^4)^3 = a^4 a^4 a^4 = a^{12} = a^{(4 \times 3)}[/tex]

So, it seems sensible that, in general

[tex](x^a)^b = x^{ab}[/tex]

This is, of course, nowhere near a proof, but it's at least an intuitive argument for the natural numbers.
 
  • #14
quasar987 said:
What is the definition of the square root symbol if not "raised to the power 1/2" ?!
The definition is the positive root. That's why it is often written as [itex]\pm \sqrt{x}[/itex] when you want to indicate either possibility. It is convenient because if you write [itex]\sqrt{16}[/itex] everyone will know you mean 4, while if you write [itex]-\sqrt{16}[/itex] everyone knows you mean -4.
 
  • #15
Cleraluy the expoent noation orginated as a shorthand for mulplication of strings of the same number/variable:

so:

a^2 = a*a

a^3 = a*a*a

a^n = a*a*...*a (where n is a ntural number)


are just definitions

From the basic properties of multplication, we can obtain a^n*a^m = a^(n+m) which allows us to dfeine integer powers and (a^n)^m which allows us to define rational powers.

So the relationship (a^n)^m comes from the basic properties of multplication and is used to extend our defitnion into rational powers.

The defitnion of expoentaion can be extended to real and complex powers as has already been discussed above.
 
  • #16
so what's the answer to that question
 
  • #17
James R said:
Consider [itex](a^4)^3[/itex], for example.

This means:

[tex](a^4)^3 = a^4 a^4 a^4 = a^{12} = a^{(4 \times 3)}[/tex]

So, it seems sensible that, in general

[tex](x^a)^b = x^{ab}[/tex]

This is, of course, nowhere near a proof, but it's at least an intuitive argument for the natural numbers.

or to write it another way, (a^4)^3 = (a*a*a*a)(a*a*a*a)(a*a*a*a)

Since everything is multiplication where a(bc)=(ab)c and ab=ba you can ignore the brackets... so a is multiplied by itself 12 times or a^12

.. or 3 groups of (a*a*a*a), 3 x 4 = 12

Edit:... wow, this was a really old thread!
 
Last edited:
  • #18
what about (-1)^ [tex]\frac{1}{\sqrt{2}}[/tex] ?
is it a real number ?
 
  • #19
quasar987 said:
What is the definition of the square root symbol if not "raised to the power 1/2" ?!

Yes, that is the definition of the square root symbol.

We can define a^r for any positive real a and real r in the following naive way (it can be done more effectively by starting out with the log and exp-functions as power series):

For natural n we define a^n as multiplication n times (recursively, if you insist). That (a^n)^m=a^(nm) is trivially proved. To prove the order-preserving properties of a^n as a function in n is also trivial. (that is, a^n<=a^m <--> n<=m for a>=1, and oppositely for a<1). Extending to all negative integers is easy, and order will still be preserved.

a^(1/n) is defined as the positive zero of the polynomial x^n-a (which exists by the intermediate theorem and is unique as seen by factoring). We define a^(p/q) as (a^(1/q))^p which is well-defined by the previous definitions. This definition obviously coincide on the common domain of the previous definition. Again, that (a^(p/q))^(n/m)=a^(pn/qm) is trivially proved. That a^(p/q) is order-preserving is also easy to prove.

Now, for real r, let r_n be a increasing sequence of rational numbers converging to r. We define a^r as the limit the sequence a^(r_n). For a>1, this is an increasing sequence bounded above by a^k for some rational k>r, which can be shown using the order-preserving properties we arrived at previously. For a<1 it is a decreasing sequence similarly bounded below. For a = 1 it is constant, so the limit exists for any real r, and can trivially be shown unique for any such converging sequence. Similarly this definition coincide with the previous ones.

It remains to prove that (a^r)^s=a^(rs), but this is now trivial by using converging sequences for s and r.

For negative a you immediately run into trouble in the second step, when you want to define a^(1/n) by x^n-a which has no roots for even n.
 
Last edited:

1. Why does (x^a)^b = x^{ab}?

This is because according to the power rule of exponents, when we raise a power to another power, we multiply the exponents. In this case, (x^a)^b is the same as x^(a*b), which is equivalent to x^{ab}.

2. Can you provide a real-life example to illustrate this rule?

A real-life example of this rule can be seen in compound interest calculations. When we compound interest annually, we raise the initial amount to the power of the number of years. If we then compound the interest monthly, we raise the result to the power of 12 (number of months in a year), which is equivalent to raising the initial amount to the power of 12 times the number of years.

3. Are there any exceptions to this rule?

No, this rule holds true for all real numbers and variables, as long as x is not equal to 0.

4. How is this rule related to the distributive property?

This rule is related to the distributive property because both involve the multiplication of terms. In this case, we are multiplying exponents, while in the distributive property, we are multiplying coefficients and variables.

5. Can this rule be generalized to any power raised to another power?

Yes, this rule can be generalized to any power raised to another power. For example, (x^a)^b can also be written as (x^b)^a, which is equivalent to x^{ba}. This is known as the commutative property of exponents.

Similar threads

Replies
5
Views
1K
Replies
4
Views
134
Replies
3
Views
2K
  • General Math
Replies
11
Views
1K
  • General Math
Replies
8
Views
1K
Replies
1
Views
925
  • Precalculus Mathematics Homework Help
Replies
13
Views
897
Replies
8
Views
1K
  • General Math
Replies
23
Views
1K
Back
Top