Problem
We have function defined as:
$$ f(x)=x^2\ln(x)$$
What is
$$ (f^{-1})'(y_0) $$ on specific point which is $y_0=e^2$
Attempt to solve
A derivative of a inverse function would be defined as:
$$ (f^-1)'(y_0)=\frac{1}{f'(f^{-1}(y_0))} $$
We can easily define $f'(x)$ $$ f'(x)=x+2x\ln(x) $$
now the problem is we don't know what is $f^{-1}$. It seems it's not possible to compute derivative of inverse function without first computing the inverse of the function. Now i don't know to to solve inverse function of $f(x)=x^2\ln(x)$ but i can see for example what wolframalpha would suggest.
wolframalpha suggests that inverse function would be something like this:
$$f^{-1}=\pm \frac{\sqrt{2}\sqrt{x}}{\sqrt{W(2x)}}$$
where W is Lambert W function
Now combining these solutions.
$$ (f^{-1})'(y_0)=\frac{1}{(\pm \frac{\sqrt{2}\sqrt{y_0}}{\sqrt{W(2y_0)}})+2 (\pm \frac{\sqrt{2}\sqrt{y_0}}{\sqrt{W(2y_0)}})\ln(\pm \frac{\sqrt{2}\sqrt{y_0}}{\sqrt{W(2y_0)}})} $$
Now the problem is i don't know how to deal with the Lambert-W function or so called "omega function". It seems i need some help solving this problem.
It would be highly appreciated if someone could hint me in right direction. At this point i am pretty convinced this is not the best way to solve this problem.
You are looking for
$$f^{-1}(e^2) = k$$ By definition $$f(k) = e^2 = k^2\ln k$$
And this is quite easy to see that $k=e$
From here,
$$(f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))}$$ $$(f^{-1})'(e^2) = \frac{1}{f'(e)} = \frac{1}{e + 2e\ln e} = \frac{1}{3e}$$