4

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?

2 Answers2

1

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}$

DanZimm
  • 5,781
0

$$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$$

iostream007
  • 4,529
  • this doesn't seem to solve for $x$ as asked... – DanZimm Jun 15 '13 at 05:32
  • $\log_{2}4 = 2$. I don't think that this solution gets you much closer to solving the problem. – Alex Wertheim Jun 15 '13 at 05:32
  • @AWertheim well it gets closer (somewhat) but you could just notice that $4=2^2$ so it must be true that $2 = x^{x^{x^{\cdots}}}$ – DanZimm Jun 15 '13 at 05:33
  • 2
    @DanZimm certainly, I don't mean to seem uncharitable, just that (as you note) it doesn't seem to be a particularly illuminating observation. This is just my opinion though. – Alex Wertheim Jun 15 '13 at 05:34