I want to solve $$x^{x^3}=729$$
so I tried like below: $$\log_9{x^{x^3}}=\log_9{729}\\x^3\log_9x=3\\x^3=\frac{3}{\log_9x}\\x^3=3\log_x{9}\\\cdots$$
but I got stumped. Then I tried this: $$x^{x^3}=729\\(x^{x^3}=729)^3\\x^{3x^3}=(9^3)^3$$
It can be rewritten as: $$(x^3)^{x^3}=9^9\\x^3=9\\x=\sqrt[3]{9} $$
Then I checked it with Desmos: 
It seems that I was correct. Anyway, I think my second try was somehow heuristic, and I'm asking for an analytic solution for that type of equation, if it exists. Or another point of view or idea.