Can You Solve x^x^x^... = 2? Infinite Exponent Tower Trick

preview_player
Показать описание
What is the value of this infinite exponent tower?

See my follow-up video about a potential paradox 4 = 2:

I was asked this problem in a high school math competition, and you had to solve it as fast as possible. Hence I made a short 1 minute video showing this trick. For those wanting a proof suitable for a graduate level real analysis course (which is the only way to rigorously approach this problem), here are references.

Award winning paper Knoebel, R. Arthur. "Exponentials reiterated." The American Mathematical Monthly 88.4 (1981): 235-252.

Direct link to pdf:

Wikipedia tetration

False proof 2 equals 4

Math StackExchange links

If you like my videos, you can support me at Patreon:

Connect on social media. I update each site when I have a new video or blog post, so you can follow me on whichever method is most convenient for you.

If you buy from the links below I may receive a commission for sales. This has no effect on the price for you.

My Books
"The Joy of Game Theory" shows how you can use math to out-think your competition. (rated 3.8/5 stars on 31 reviews)

"The Irrationality Illusion: How To Make Smart Decisions And Overcome Bias" is a handbook that explains the many ways we are biased about decision-making and offers techniques to make smart decisions. (rated 4.6/5 stars on 3 reviews)

"Math Puzzles Volume 1" features classic brain teasers and riddles with complete solutions for problems in counting, geometry, probability, and game theory. Volume 1 is rated 4.4/5 stars on 13 reviews.

"Math Puzzles Volume 2" is a sequel book with more great problems. (rated 4.3/5 stars on 4 reviews)

"Math Puzzles Volume 3" is the third in the series. (rated 3.8/5 stars on 5 reviews)

"40 Paradoxes in Logic, Probability, and Game Theory" contains thought-provoking and counter-intuitive results. (rated 4.3/5 stars on 12 reviews)

"The Best Mental Math Tricks" teaches how you can look like a math genius by solving problems in your head (rated 4.7/5 stars on 4 reviews)

"Multiply Numbers By Drawing Lines" This book is a reference guide for my video that has over 1 million views on a geometric method to multiply numbers. (rated 5/5 stars on 3 reviews)
Рекомендации по теме
Комментарии
Автор

See my follow-up video about a potential paradox 4 = 2:

I was asked this problem in a high school math competition, and you had to solve it as fast as possible. Hence I made a short 1 minute video showing this trick. For those wanting a proof suitable for a graduate level real analysis course (which is the only way to rigorously approach this problem), here are references.

Award winning paper Knoebel, R. Arthur. "Exponentials reiterated." The American Mathematical Monthly 88.4 (1981): 235-252.

Direct link to pdf:

Wikipedia tetration

False proof 2 equals 4

Math StackExchange links

MindYourDecisions
Автор

Took me less than one second.

Q. Can you solve

A. No.

gratefuldude
Автор

i feel cheated... I really was expecting more.

guilemaigre
Автор

Here's the clincher.

Suppose instead we solve for x in x^x^x^... = 4?

By your method: x^x^x^... = x^(x^x^x^...) = x^4 = 4. So x = sqrt(2).

By your original result, when x = sqrt(2), x^x^x^... = 2. Therefore 4 = 2. QED.

paulchapman
Автор

You proved that if it were a unique real, it is root 2. You haven't proven it exists, though.

timothyswan
Автор

This only proves that sqrt(2) is a solution IF the exponential series converges. Still to do: Prove that it does converge for sqrt 2, and that sqrt 2 is the only solution.

JiveDadson
Автор

Replace the 2 with 4, and you can "show" that repeatedly exponentiating root 2 yields 4 as well. This emphatically shows that convergence must be considered for a complete solution.

bowtangey
Автор

Here is the same solution, explained in more detail:

x^x^x^... = 2
log_x(x^x^x^...) = log_x(2)
x^x^x^... = log_x(2)
2 = log_x(2)
x^2 = 2
therefore, x = sqrt(2)

zhenrad
Автор

For those of you who are interested in the function f(x)=x^x^x...etc. It is only convergent in the values: e^(-e)<x<e^(1/e), so x must be between about 0.066 and 1.44. This is why root2 is a possible answer, being about 1.41. The range of the function is e^-1<f(x)<e. So 2 is within this range of about 0.37 and 2.71.

OkenAndMosh
Автор

wtf, these videos are too short, you must explain your results sir.

Europa_Forever
Автор

I put this into a Python program, and after 1000 x^x^x^x^... It gives me so, it's true xd

joaquito
Автор

For people who are trying to do this with a calculator:

The convention for power towers is to evaluate them top to bottom. Therefore, (2^3)^4 = 8^4 is VERY different from 2^3^4 = 2^(3^4) = 2^81. If it doesn't seem to be converging, that's usually the reason. You're entering it in so that it evaluates from bottom to top rather than top to bottom.

SmarticlesTheGoof
Автор

What the heck? Did you have a plane to catch or something? This doesn't help at all!

danjbundrick
Автор

Disappointed. You didn't ask "Did you figure this out?" 😂😂😂

praveenkumars
Автор

Maybe this will help a few people "see" the answer is correct, and that it does converge to 2, albeit slowly:
start with x^x = sqrt2^sqrt2 = 1.6325 (i'll just round to 4 digits)
now x^x^x = sqrt2^sqrt2^sqrt2 = sqrt2^(1.6325) = 1.7608
now x^x^x^x = sqrt2^sqrt2^sqrt2^sqrt2 = sqrt2^(1.7608) = 1.8409
now x^x^x^x^x = sqrt2^(1.8409) = 1.8927
and so on. For every line you add, u simply use the answer from the previous line as your exponent on sqrt2. That is, if you continue the pattern, each additional line is sqrt2^(answer from previous line). A spreadsheet could run this out a few thousand lines pretty quickly, and what you will see is that it does indeed approach 2, asymptotically.

wixom
Автор

Can also be done by taking log_x of both sides, then using change of base.

graboy
Автор

I checked the answer on a calculator adding another exponent to the leaning tower and that's actually right! *MIND BLOWN* I was expecting anything greater than 1 to give infinity as a result but after 25 stacked exponents, the value 1.99993 and the slower and slower rate of ascent makes it clear that the upper bound is 2. Great video, I learned something new.

Dartnix
Автор

Here I though it was going to be some massively deep fundamental truth and yet it was so short. XD

flexico
Автор

I just experimented with Matlab, including making plots of convergence or lack thereof. It appears that x = nth root of n over the range (approximate) from 0.37 to 2.71. I have no idea why. I simply set up the program and tried a range of numbers from 1 to 100. Since 1 and 2 "worked'" I started trying values between 1 and 2 and then just outside this range. I was going as high as 1950 levels of powers to make sure convergence wasn't just being slow. Below 0.37 the results showed oscillations. Above 2.71 the final value converged to a value less than n. This was already noted in the comments for n = 4, which converges to 2.

Edit: I just saw this:
Down below Attila Losonczi states that convergence is only between 1/e and e, that would be 0.3678... and 2.71828... Those are very close to the values I found empirically. (I had a typo of 2.17 that I corrected to 2.71). If Attila Losonczi or someone else could point all of us to a proof, that would be great.

thedocotrL
Автор

This is the same fallacy as is used with the "-1/12 infinite series sum."
You cannot arbitrarily manipulate an infinite series. If you want to correctly use algebra with infinite series, then you need to use Calculus.

RickyRoro