New Reply

Associative Property for Power Towers?

 
Share Thread Thread Tools
Jun14-12, 04:21 PM   #1
 

Associative Property for Power Towers?


A power tower (x^^n) is a variable raised to the power of itself n amount of times.

x^^4 = x^x^x^x
x^^3 = x^x^x
x^^2 = x^x
x^^1 = x

I was wondering if an associative property for power towers exists.

Does x^(x^x) equal the same thing as (x^x)^x? Is x^(x^^n) equal to x^^(n + 1)?

If anybody could prove that the order of the exponents doesn't matter if the exponents are the same, that would be great, but an intuitive reasoning would be great also :)

e-
WHOA!! I didn't realize I posted this in the physics forum. If anybody would be able to move it to the general math discussion forum that would be great
PhysOrg.com
PhysOrg
physics news on PhysOrg.com

>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> New analysis yields improvements in a classic 3D imaging technique
>> Research effort deep underground could sort out cosmic-scale mysteries
Jun14-12, 04:40 PM   #2
 
You begin by talking about power towers. But then you ask a question about ordinary exponentiation.

Does (x^y)^z = x^(y^z)?

well, does (2^2)^8 = 2^(2^8) ?
does 4^8 = 2^256 ?
does 65536 = 1.16 x 10^77 ?
Jun14-12, 04:41 PM   #3
 
Quote by jbriggs444 View Post
You begin by talking about power towers. But then you ask a question about ordinary exponentiation.

Does (x^y)^z = x^(y^z)?

well, does (2^2)^8 = 2^(2^8) ?
does 4^8 = 2^256 ?
does 65536 = 1.16 x 10^77 ?
Power towers ARE exponentiation, only all the exponents are the same.

Does (2^2)^2 = 2^(2^2)? You tell me.

-e
You do have a good point though. In order for there to be an associative property for power towers there must be a commutative property of exponentiation.

3^27 = 7625597484987
27^3 = 19683

Evidently there is no commutative property for exponentiation.

Hmm.. New question then.. How is a power tower defined?

x^(x^(x^x))
or
((x^x)^x)^x?
Jun14-12, 04:47 PM   #4
 

Associative Property for Power Towers?


Fair point.

So let's try another example

Is (3^3)^3 equal to 3^(3^3)?
Is 9^3 equal to 3^27?
Is 243 equal to 7625597484987?
Jun14-12, 04:50 PM   #5
 
What _is_ true is that (x^x)^x is equal to x^(x*x).
When x=2, it is true that x^x = x*x.
But when x=3 it is not true that x^x = x*x
Jun14-12, 04:53 PM   #6
 
Recognitions:
Science Advisor Science Advisor
Quote by Hertz View Post
Power towers ARE exponentiation, only all the exponents are the same.

Does (2^2)^2 = 2^(2^2)? You tell me.
Two is a special case, because (x^x)^x = x^(x^2)
But in general, exponentiation is not associative.

An interesting follow-up question: For what if any non-negative values of x will the left-associative tower converge? How about the right-associative one?
Jun14-12, 05:01 PM   #7
 
Quote by jbriggs444 View Post
What _is_ true is that (x^x)^x is equal to x^(x*x).
When x=2, it is true that x^x = x*x.
But when x=3 it is not true that x^x = x*x
This is an excellent point, thanks for sharing.

Quote by Nugatory View Post
Two is a special case, because (x^x)^x = x^(x^2)
But in general, exponentiation is not associative.

An interesting follow-up question: For what if any non-negative values of x will the left-associative tower converge? How about the right-associative one?
I'm sorry but I'm not sure what you mean by the left and right associative towers.

--
Thanks for the help guys, I'm heading to work and I'll revisit the thread when I get back.
Jun14-12, 05:03 PM   #8
 
If I'm onto what you're about then...

1^^n = 1 regardless of x and is associative both ways.

0^^n = 1 for even n and 0 for odd n if you go with right associativity and don't mind getting into a flame war over the definition of 0^0.

0^^n = 1 for all n if you go with left associativity and don't mind the flame war.

There is a voice in my head trying to yell that there is a solution to x^x = x that also makes the tower converge.

But I'm feeling a bit out of my depth now.
Jun14-12, 05:31 PM   #9
 
Recognitions:
Science Advisor Science Advisor
Quote by Hertz View Post
I'm sorry but I'm not sure what you mean by the left and right associative towers.
The right-associative tower is:
(x^(x^(x^(x^.......))))

The left-associative tower is:
((...((x^x)^x)^x)^x)....
New Reply
Thread Tools


Similar Threads for: Associative Property for Power Towers?
Thread Forum Replies
Associative Property of Convolution? General Math 8
Proof of commutative property in exponential matrices using power series Linear & Abstract Algebra 5
Linear Algebra - Associative property Calculus & Beyond Homework 2
Associative property of convolution Calculus 2
Associative Law....help please..thanks! Calculus & Beyond Homework 4