Obviously, 1 1 1 . . . = 1
Furthermore, with a little bit of effort, we can show that 2 2 2 . . . = 2
However, clearly 2 2 2 . . . = ∞
So what is the largest real number x such that x x x . . . is a finite number?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Suppose that we are given a variable x. We can use a recurrence formula to represent the infinite powers: First term = x, nth term = x to the power of the previous term. Assuming that the infinite powers does converge to a real number, as n approaches infinity, the nth term will equal the previous term. Hence, letting the n-1th term be y, x y = y . If the x value is larger than the maximum value, there will not be a solution to this equation. Putting up a graph:
We indeed see that there is a maximum value that x can take. At that point,
d
x
/
d
y
=0, and the curve will go backwards as y increases.
So, all we need to do is to evaluate the derivative of x with respect of y.
Solving for x,
Now, we set
u
as the exponent of e and apply the chain rule. We should find that:
In all of the terms, only
1
−
l
n
y
can be exactly zero. Hence,
y
=
e
and so:
(Thanks to Nick Turtle)