Is it possible to solve the following equal for $x$?
$$4=2^{x^{x^{x^{...}}}}$$
I'm bit confused, how do you even simplify this equation, factoring?
Is it possible to solve the following equal for $x$?
$$4=2^{x^{x^{x^{...}}}}$$
I'm bit confused, how do you even simplify this equation, factoring?
First let us notice that $2 = x^{x^{x^{\cdots}}}$ (since $4=2^2$). Now we can see that $\log_x 2 = x^{x^{x^{\cdots}}} = 2 \implies \log_x 2 = 2 \implies 2 = x^2 \iff x = \pm \sqrt{2}$ however we can run into issues if we use the negative square root so we take $x = + \sqrt{2}$
$$4=2^{x^{x^{x^{...}}}}$$ let ${x^{x^{x^{...}}}}=y\implies x^y=y$ $$4=2^y$$ $$2^2=2^y$$ $$y=2$$ $$x^y=y$$ $$x^2=2$$ $$x=\pm\sqrt2$$