Is it possible to analytically solve the expression $x^{x^x}=3$?
And how to solve this problem numerically?
Simply testing some results, I found that $\sqrt{2.6}<x<\sqrt{2.7}$. What matches the result provided by Elliot G in the comments.
But in addition to a numerical solution, like the technique posted by glowstonetrees, is it possible to find a "closed" formula for the solution of this problem?
NSolve[x^x^x == 3, x, Reals, WorkingPrecision -> 10]
– pancini Jun 06 '20 at 21:25$$ x\approx Ce^{-\pi/2}+e^{1/e} $$
Using wolfam alpha, the following is correct for first $18$ decimal places:
$$ x\approx \frac{1}{96} (-85 C + 52 - 74 \pi - 116 \pi^2 + 745 \pi \log(2) - 18 \pi \log(3)) $$
– Vepir Jun 13 '20 at 12:35