Skip to main content

Infinite Sequence

Problem

If xxxx=2x^{x^{x^{x^{\dots}}}} = 2, what is xx?


Hints

Hint 1

Think about defining the infinite power tower as a variable.

Hint 2

Let y=xxxy = x^{x^{x^{\dots}}} and write an equation in terms of yy.


Solution

Show Solution

2\sqrt{2}

Show Explanation

Let’s carefully break this down. The expression is:

xxxxx^{x^{x^{x^{\dots}}}}

which means an infinite stack of exponentials with xx repeating over and over. Because it goes on forever, let’s name the entire tower yy. So we write:

y=xxxxy = x^{x^{x^{x^{\dots}}}}

But notice that the part in the exponent (the tower after the first xx) is exactly the same tower again — still yy. Therefore:

y=xyy = x^y

From the problem, we know the whole tower equals 2:

y=2y = 2

So substitute:

2=x22 = x^2

Solving for xx gives:

x=2x = \sqrt{2}

So the value of xx must be 2\sqrt{2}.