dy/dx x^x^x: how to differentiate y = x^(x^x)

Re: dy/dx x^x^x

Use logarithmic differentiation.

y=xxx\displaystyle y=x^{x^{x}}

ln(y)=ln(xxx)=xxln(x)\displaystyle ln(y)=ln(x^{x^{x}})=x^{x}ln(x)

yy=xx1(x(ln(x))2+xln(x)+1)product rule\displaystyle \frac{y'}{y}=\underbrace{x^{x-1}\left(x(ln(x))^{2}+xln(x)+1\right)}_{\text{product rule}}

Continue?. Remember what y equals when you solve for y'.
 
Re: dy/dx x^x^x

I was bored, so here's a "neat" formula using the above method galactus lined out (that may be well known):

dydxxf(x)=xf(x)f(x)ln(x)+xf(x)1f(x)\displaystyle \frac{dy}{dx}x^{f(x)} = x^{f(x)}f'(x)ln(x) + x^{f(x)-1}f(x)

And a simpler formula for f(x)=xn\displaystyle f(x)=x^n

dydxxxn=xxn+n1(nln(x)+1)\displaystyle \frac{dy}{dx}x^{x^n} = x^{x^n+n-1}(nln(x)+1)
 
Top