2

So I got this challenge from my teacher.

Solve ${x^{x^{x^{x^{x^{\dots}}}}}} = y$ (eq. 1) for $x$.


My attempt:

As $x^{y^z}$ per definition equals $x^{y \cdot z}$, then $x^y = y$ from (eq. 1). Thus, $x = \sqrt{y}$.

Is this a valid proof?

janmarqz
  • 10,538
Markus
  • 179
  • 5
    $x^{y^z}$ is not by definition equal to $x^{y\cdot z}$. The correct equation is $(x^y)^z = x^{y\cdot z}$ and $x^{y^z}$ is actually $x^{(y^z)}$ and is not connected to the previous equation. – lisyarus Jun 09 '15 at 13:32
  • You may want to have a look at this question (it does not tackle exactly the same question, but in particular there is your answer there). – Clement C. Jun 09 '15 at 13:32

3 Answers3

7

Really? $x^{y^z}$ equals $x^{y\cdot z}$? So you are saying that $$2=2^1=2^{1^2} = 2^{1\cdot 2} = 2^2 = 4?$$

5xum
  • 123,496
  • 6
  • 128
  • 204
  • Is $2^{1^2} = 2^{(1^2)}$ or $(2^1)^2$? – Warren Hill Jun 09 '15 at 13:51
  • 2
    @WarrenHill Well, the OP wrote $x^{y^z}$ which is short for $x^{(y^z)}$. – 5xum Jun 09 '15 at 13:52
  • It is only short for that if you use that convention. Mathematicians do use that convention. But (most) calculators associate left-to-right, so use the OP's convention. – GEdgar Jun 09 '15 at 14:44
  • @GEdgar I would argue that this is standard notation and that OP misunderstood his convention. – 5xum Jun 09 '15 at 16:25
  • 1
    Take any calculator, do [2] [$x^y$] [3] [$x^y$] [4] and see what you get. – GEdgar Jun 09 '15 at 18:30
  • @GEdgar I don't care what I get. The fact is that OP almost certainly misunderstood the convention. The accepted answer also assumes that. – 5xum Jun 09 '15 at 21:51
5

It's not a correct proof, no.

If $${x^{x^{x^{x^{x^{\dots}}}}}} = y$$ then we can say that $x$ to the power of each side is the same:

$$x^{\left({x^{x^{x^{x^{x^{\dots}}}}}}\right)} = x^y$$

but then the left hand side is what exactly what we started with (provided the limit exists) so we can equate the right hand sides of each of these equations:

$$y=x^y\implies x=y^{1/y}$$

danimal
  • 1,889
2

Once you prove that over the interval $\left[e^{-e},e^{\frac{1}{e}}\right]$: $$ f(x)=x^{x^{x^{x^{\ldots}}}} = \frac{W(-\log x)}{-\log x}\tag{1}$$ where $W$ is the Lambert W-function, it follows that: $$ f^{-1}(x) = x^{\frac{1}{x}}.\tag{2} $$ On the other hand, $$ x = x^{f(x)} \tag{3} $$ implies: $$ x = f^{-1}(x)^x \tag{4}$$ hence $(2)$ is quite trivial.

Jack D'Aurizio
  • 353,855