Differentiate $y=x^x$

251 Views Asked by At

How do you differentiate $$\large{f(x) = x^x}$$

The working I got was $$\ln f(x) = x \ln x$$

which I am pretty fine...but I do not know how it advances to

$$\frac{f'(x)}{f(x)} = x\begin{pmatrix} \frac 1 x\end{pmatrix} + \ln x$$

although the final answer can be, by multiplying $f(x)$ on both sides of the equation,

$${f'(x)} = x^x\begin{bmatrix}x\begin{pmatrix} \frac 1 x\end{pmatrix} + \ln x\end{bmatrix}$$

UPDATE : SOLVED

Indeed, $$\ln f(x) = x \ln x$$ Differentiate both sides of the equation w.r.t $x$ $$\frac{f'(x)}{f(x)} = x\begin{pmatrix} \frac 1 x\end{pmatrix} + \ln x = 1 + \ln x$$ Bring the $f(x)$ over and you'll finally get

$$f'(x) = x^x\begin {pmatrix} 1 + \ln x\end{pmatrix}$$

3

There are 3 best solutions below

0
On BEST ANSWER

By the chain rule

$$\frac{d}{dx} \ln{f(x)} = \frac{1}{f(x)} f'(x)$$

0
On

Another way (You already used the chain rule and $[\ln f(x)]'$: $$x^x=e^{x\ln x}$$

1
On

The following came from a mathoverflow answer (I cannot recall the question):

A student was asked to differentiate $y=x^x$. Not remembering how to do logarithmic differentiation the student reasoned as follows: "well, I do not know how to differntiate $x^x$, but I do know how $x^r$. This is $rx^{r-1}$. But this is not right since the exponent is $x$. But I also know the derivative of $r^x$. This is $ln(r)r^x$. This is not right either for the same reason. So I'll split the difference and add them together and get $rx^{r-1}+ln(r)r^x$. But that $r$ is actually $x$ so the answer must be $x^x+ln(x)x^x$

The funny thing is that the result is right, but the reasoning is incomplete. What you need is multivariable chain rule for a composite of the form, $$\mathbb{R}\to\mathbb{R}^2\to\mathbb{R}$$, where the first map is the diagonal, and the second will be called $f$. The answer that you get in the case is $$\frac{df(x,x)}{dx}=\frac{\partial f}{\partial x}+\frac{\partial f}{\partial y}_{x=y}$$
Where $\frac{\partial f}{\partial y}_{x=y}$ is the composite $\frac{\partial f}{\partial y}(\iota)$, where $\iota(y)=x$.