\documentclass{article} \usepackage{amsmath} \begin{document} \title{Solving $x^{x^x}=2^{-\sqrt2}$} \author{Amit Yaron} \date{Apr 16, 2024} \maketitle That's a nice equation I once found on YouTube; You don't need a numeric method to solve it.\\ The first thing to do is to find how many positive solutions exist and where they lie.\\ Now, $2>0\land-\sqrt2<0\Rightarrow 2^{-\sqrt2}<1\Rightarrow 01 \end{align*} Actually, that never happens. Thus $f(x)$ is strictly increasing, which means that only one solution exists. Let us find it: \begin{align*} 2^{-\sqrt2}&=0.5^{\sqrt2}\\ &=0.5^{2^{0.5}}\\ &=0.25^{0.5\cdot2^{0.5}}\\ &=0.25^{0.25^{0.5}\cdot0.5^{-0.5}}\\ &=0.25^{0.25^{0.5\cdot0.25^{0.5}\cdot(-0.5)}}\\ &=0.25^{0.25^{0.5}\cdot0.25^{-0.25}}\\ &=0.25^{0.25^{0.5-0.25}}\\ &=0.25^{0.25^{0.25}}=x^{x^x} \end{align*} And only one solution exists, thus: \begin{equation*}\boxed{x=0.25}\end{equation*} \end{document}