Question

Okay, I want to find the derivative of (x^x)^(x^x)...

Well, I already went through the process of finding the derivative of just x^x (I used ln to do this).
This is what I found...
dy/dx = x^x(lnx+1)

So now I want to find the derivative of (x^x)^(x^x) (using ln).
This is what I did...

y = (x^x)^(x^x)
lny = x^xlnx^x
(1/y)(dy/dx) = (d/dx)(x^x)ln(x^x) + (d/dx)ln(x)^x*(x^x)

Yeah, I don't know if it is right.
Also, how do I find the derivative of ln(x)^x?
It seems simple enough, but I don't know...

Answers

let u=x<sup>x</sup>
ln(u) = x ln(x)
(1/u)du/dx = ln(x) + 1
du/dx = u (ln(x) + 1)
du/dx = x<sup>x</sup>(ln(x) + 1)

So this confirms what you've got for
d(x<sup>x</sup>)/dx

To find (x^x)^(x^x), it is not as complicated as it looks once we've got the derivative of x<sup>x</sup>.

I would start with
u=x<sup>x</sup> and
du/dx = x<sup>x</sup>(ln(x) + 1)

Given
y=(x^x)^(x^x)
substitute
u=x<sup>x</sup>, then
y=u<sup>u</sup>
ln(y)=u ln(u)
dy/du=u<sup>u</sup>(ln(u)+1)

dy/dx
=dy/du.du/dx
=u<sup>u</sup>(ln(u)+1) . x<sup>x</sup>(ln(x) + 1)
The rest is algebra to eliminate u from the right hand side to get
x^x^x^x(x<sup>x+1</sup> ln(x)(ln(x)+1)+x<sup>x</sup>(ln(x)+1))
or in any other equivalent form that you wish.

Related Questions