What would be the derivative of $n^{\log n}$? I have to prove that $(\log n)^n$ = $\omega$($n^{\log n}$). I am trying to implement L'Hopital rule.
2026-05-16 21:09:16.1778965756
Derivative of $n^{\log n}$?
9.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note that $f(x)=x^{\log x}=e^{(\log x)^2}$. By the chain rule, the derivative is
$$f^\prime(x)=\frac{2\log x}{x} e^{(\log x)^2}=\frac{2\log x}{x} x^{\log x}$$