The answer is (I think) $x^{\sqrt{x}-0.5} (1+0.5\ln(x))$, but how?
2026-02-24 08:19:11.1771921151
On
Differentiation of $x^{\sqrt{x}}$, how?
615 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Let's write $E'$ to mean the derivative of the expression $E$.
Then in general: $$\begin{align} u^v & = e^{v\log u} \\ (u^v)' &= \left(e^{v\log u}\right)'\\ &=e^{v\log u}\cdot (v\log u)'\\ &=u^v \left(v'\log u + v\frac {u'}u\right) \\ &=u^vv'\log u + u^{v-1}vu' \end{align}$$
To check, try taking one of $u$ or $v$ to be the identity function and the other to be a constant.
The way to differentiate most expressions of the form $x^{f(x)}$ is to rewrite them as $e^{f(x)\ln(x)},$ and then use the chain and product rules, and that works in this case too.