Given:
- $x^x = y$, and
- given some value for $y$
is there a way to expressly solve for $x$?
|
Given:
is there a way to expressly solve for $x$? |
|||||
|
|
As Aryabhata mentions this is another application for the Lambert W function. The solution to your problem is presented in the wikipedia article. Using elementary substitutions you have $$x=\frac{\ln(y)}{W(\ln y)}$$ |
||||
|
|
|
You should try WolframAlpha for similar problems. WolframAlpha would solve y=x^x for y=5 as shown here (using Lamber W Function as suggested before). |
|||||||||||
|