Can You Differentiate x^x^x^x^x^x...?

  • Thread starter Thread starter abia ubong
  • Start date Start date
  • Tags Tags
    Differentiation
AI Thread Summary
The discussion revolves around differentiating complex exponential functions, specifically x^x^x^... and x^(x^2)^(x^3)... Participants suggest using logarithmic differentiation and iterative definitions to tackle these problems. The first function can be expressed as y = x^y, allowing for differentiation after taking the logarithm. The second function raises questions about evaluation direction, with implications for its convergence and derivative behavior. Overall, the conversation highlights the challenges and methods in differentiating nested exponential functions.
abia ubong
Messages
70
Reaction score
0
how can this be differentiated,i need to know how.x^x^x^x^x^x...
also ,my teacher posed this question to the whole class x^(x^2)^(x^3)^(x^4)...
 
Mathematics news on Phys.org
The greatest mathematician of all time would be able to solve this easily.
 
The first is really easy,if u consider logarithmic differentiation...

Daniel.
 
Try to write : h(x)=x^x^x^x...

Then clearly h(x)=x^h(x)...just differentiate and isolate h'(x)...

Also x^(x^2)=x^(x.x)=(x^x)^x=x^x^x...or if you want : log(x^(x^2))=x^2*log(x)=x*log(x^x)=log((x^x)^x)=log(x^x^x)
 
you are really funny juvenal.
but then how about the other function, how can i get that differentiated?
 
Kleinwolf,i'm sure you're not familiar to the notation x^{x^{x^{...}}}

So basically i could write

x^{x^{2}}=x^{x\cdot x}=\left(x^{x}\right)^{x}\neq x^{x^{x}}}

Daniel.
 
hey if its x^x^x^...infinity
then
y = x^x^x^x^...can be written as

y = x^y ,
then take log of both sides and then diffrentiate .
 
dextercioby said:
Kleinwolf,i'm sure you're not familiar to the notation x^{x^{x^{...}}}

So basically i could write

x^{x^{2}}=x^{x\cdot x}=\left(x^{x}\right)^{x}\neq x^{x^{x}}}

Daniel.

Right Daniel, I messed up...

I got disturbed by having no parenthesis, because x^{(x^2)}\neq (x^x)^2=x^{(2x)}...

Then I think u could use an iterative definition : f(x,y)=x^y

h_1(x)=x, h_2(x)=x^{(x^2)}, h_3(x)=x^{((x^2)^{(x^3)})}...

So that in fact : h_1(x)=f(x,1), h_2(x)=f(x,x^2), h_3(x)=f(x,f(x^2,x^3))...aso...

Now you "just" have to differentiate the imbrication of f(...f(...(x^{n-1},x^n)...)...this should be quite complicated.
 
Last edited:
how about the other question ,no one is talking about that ,just the easy one.
the most important is x^(x^2)^(x^3)...
 
  • #10
For the first one I got the following answer, which I'm pretty sure is correct.
y' = y^2 / ( x ( 1 - ln(x) y ) )


I set it up as an implicit function, y(x) : (x^y - y)=0, and used
y' = -(dQ/dx) / (dQ/dy), where Q(x,y) = x^y - y.
 
Last edited:
  • #11
abia ubong said:
how about the other question ,no one is talking about that ,just the easy one.
the most important is x^(x^2)^(x^3)...

Recalling the ambiguity (that was clarified by Daniel) in the first expression is that second one meant to be evaluated from left to right or from right to left ?

If it's evaluated left to right then it diverges for all x>1 and is one for 0<x<=1, so the derivative is not really very interesting as it's just zero in the region for which the function is meaningfully defined. If however it's evaluated right to left then hmmm, I'm not sure.
 
  • #12
That is the solution for the first function ,how about the other x^(x^2)^(x^3)^(x^4).....
 
Back
Top