"Throughout exclamation marks and the power of 100, I alone am the bigger one" (sorry if it doesn't make sense, I have never studied math in english)
@marcelino694209 ай бұрын
as (2)^100! started opening his domain J pi Maths asked "are you bigger than 2^100! because you are a factorial, or are you a factorial because you are bigger than 2^100!" Then (2)^100! calmly responded "Nah i'd grow"
@shehannanayakkara41629 ай бұрын
If anyone is curious, (2^100)! has about 10^31 digits, whereas 2^(100!) has about 10^157 digits.
@svxtn9 ай бұрын
how did you get these numbers? they seem far too small.
@shehannanayakkara41629 ай бұрын
@@svxtn 10^31 and 10^157 are not the actual numbers, but the number of digits that the actual numbers have. The larger number has 10^157 digits, there are less atoms in the known universe meaning that we could not write down this number even if we used atomic-sized font in a universe-sized book. And if we can't even write down the number, imagine how incomprehensibly huge the actual number is. In comparison, a billion is a huge number, but the number is very easy to write down (1,000,000,000).
@alexanderdaum80539 ай бұрын
@@svxtnYou can get the number of digits by computing the logarithm of the expressions. Using the logarithmic identities, it is possible to calculate the numbers on a normal computer. If you're interested, here are my solutions (using log base 10): log(2^(100!)) = 100! * log(2) ~ 2.8*10^157 For the left hand side, we also need an approximation for the factorial. n! ~ sqrt(2πn) * (n/e)^n. For this example, I'm just going to drop the sqrt() term, as it doesn't make a big difference with big numbers. log((2^100)!) ~ log((2^100/e)^(2^100)) = 2^100 * log(2^100/e) = 2^100 * (100 * log(2) - log(e)) ~ 3.8 * 10^31
@misphe9 ай бұрын
Actually it is 10^1571 digits and 10^311 digits, so the numbers are even larger@@shehannanayakkara4162
@blazoraptor33929 ай бұрын
@shehannanayakkara4162 so in other words the real number is n×10^(10^157)?
@justintroyka88559 ай бұрын
Ah, too bad, I got it wrong because I figured the one with the bigger exclamation point would be the bigger number.
@JPiMaths9 ай бұрын
I must admit it's not super clear which one should be bigger (or at least that was the case when I looked at it first). At one point I was convinced it was the other way around
@ChepparaBabai9 ай бұрын
@@JPiMaths I just did the same with 3 instead of 100 and found the answer. Does that work?? 😅 (for context I'm a biology major)
@sushimrexx9 ай бұрын
@@ChepparaBabai You dont get the same result tho. 2^(3!) is less than (2^3)!
@Nzargnalphabet9 ай бұрын
Big number calculator?
@Nzargnalphabet9 ай бұрын
I hereby retract that question
@cbarnes21609 ай бұрын
I got faked out by the exact property you mentioned at the end, namely that factorials grow way faster than exponents. So I figured that the RHS would win. But the factorial in the exponent on the LHS essentially gets even more power because it's in the exponent. So it wins!
@JPiMaths9 ай бұрын
I thought the same too!!
@CorrectHorseBatteryStaple4729 ай бұрын
I thought the same as well. I sort of remember learning f(g(x)) > g(f(x)) for large x, if f grows faster than g, but maybe that's just not true...
@rianantony9 ай бұрын
I suppose its like having your slowest for loop inside of another for loop, In a sense
@bestopinion92579 ай бұрын
Factorials have a rate of growth bigger than exponents. But these are not quite factorials and exponents, instead a combination of both.
@qeuhvm25529 ай бұрын
@@bestopinion9257Exponent has a rate of growth faster than Factorial. The LHS is doing factorial first and exponent later. That’s why it’s larger than RHS
@_bhargav2299 ай бұрын
3:46 Stop, he's already dead
@c.jishnu3783 ай бұрын
😅😅😅😅😅.
@Demonz20009 ай бұрын
"the numbers are far too big for calculators" Wolfram alpha: nah, I'd compute
@Murk_Matter8 ай бұрын
I remember using that for discord
@tfdtfdtfd4 ай бұрын
I think it was "hold my beer" that it had said
@suhnih40763 ай бұрын
Lol
@forcelifeforceАй бұрын
WolframAlpha is *not* a calculator. Your comment does not make sense.
@toricon80709 ай бұрын
My first guess was that the bigger factorial was bigger, but I couldn't figure out a justification quickly enough before I got bored and tried a different tactic. For a second guess, I approximated n! as n^n, which is easier to work with, and reduced the problem to 100^100 vs 100*(2^100), which was easy enough. The lesson I'm taking from this is that even rough approximations are better than gut feelings.
@JPiMaths9 ай бұрын
Nice!!
@asandax69 ай бұрын
My gut feeling told me the one with the bigger exponent is bigger and I was right.
@MrLogistician8 ай бұрын
My gut said the RHS was bigger, then i replaced 100 with 4 and LHS was bigger. I stuck with my choice like a shitty mathematician because i figured 4 was too small for the fast growth of factorial to catch up. I was too lazy to try to work it out on paper and i was wrong lol.
@stickman_lore_official69287 ай бұрын
2^((100^100)!) Is over 2^^5 digits
@1tubaxАй бұрын
Mathematicians have the worst gut feelings haha it never works out for us.
@red1bk1908 ай бұрын
I love the way of explaing, you didn't leave out any details at all and guided the viewer through your thought process very well
@tschantzАй бұрын
Yes very explaining. This is bigger than this because this is bigger than that.
@ChrisMMaster09 ай бұрын
I really thought the right one was gonna be bigger since you are taking 2^100 (MASSIVE NUMBER) and applying the factorial compared to 2^(100!) (Not As Big Number) and factorial grows faster than exponentials.
@Alex-mh4lt9 ай бұрын
Exact same
@JPiMaths9 ай бұрын
It seems from the comments that most had the same idea!
@offshack9 ай бұрын
I started small and just compared (2^5)! vs 2^(5!) and got: 2^5 is 32, 32! is 2x10^35, meanwhile 2^(5!) is 2^120, that turns out to be 1.3x10^36 ----- so - the form of 2^(N!) was already beating (2^N)! for small N, just figured the pattern would hold through 100 if it held through 5. They were still surprisingly close there though (only one magnitude of order out!) -- BUT - By N=6 the 2^(N!) grows like crazy (2^720 is 5*10^216, meanwhile, (2^6)! is 64! which is only 1.2*10^89 -- my calculator can't even handle 2^(7!) = (2^5040) but 2^7 is only 128 - and 128! is STILL smaller than (2^720) from the last step!
@Xnoob5457 ай бұрын
Factorial grows slower than exponentials though?
@condorianonegdiffsgoku7 ай бұрын
Except 100! is far greater than 2^100. Factorial grows faster doesn't apply.
@ericsiegel10879 ай бұрын
interesting video. idk if this is possible but it may help if you use a more visible cursor, at times it can get a bit confusing what youre referring to when you say "this term" and "that term". hopefully thats helpful feedback to hear
@JPiMaths9 ай бұрын
Thanks for the feedback! This is a good shout - will see if I can make my cursor more visible!
@aaasm44609 ай бұрын
Perhaps just mark one "a" and other "b" and don't use "this" at all..
@Nartymer9 ай бұрын
Maybe you could've used arrows rather than underlining, and then just delete them with CTRL+Z. At least that's what I usually do when explaining mathematical proofs in paint haha.@@JPiMaths
@mapi50326 ай бұрын
Lol yeah, start the video at 2:08... This is bigger than this, thus this is bigger than that thus this is bigger than this showing that this is bigger than that. done. :)
@kNightAkuma9 ай бұрын
Two to the one hundred factorial.
@JPiMaths9 ай бұрын
lol nice 😂
@robertveith63839 ай бұрын
What you wrote is ambiguous. You need to write it differently.
@yeager5939 ай бұрын
@@robertveith6383 that's the joke
@thakurfamily96693 ай бұрын
@@yeager593exactly
@Nicolas-L-F3 ай бұрын
Your correctness is in superposition
@phoenix-cw8vf9 ай бұрын
i think a more direct, although equivalent, approach to your last step would be to use the fact that the ratio between the two terms must be greater than one. then you simply divide each factor of each term respectively, notice that the only quotient which is less than 1 is 1/4 (the rightmost factor in your work), then conclude that the product of the other quotients are clearly greater than 4 thus the product is greater than 1, therefore 99! > 2^100.
@JPiMaths9 ай бұрын
Nice, although I don't see how this is different to what I did?
@Moon4TzuyuАй бұрын
Anyone can tell by a look that 99! >> 2^100, he just wanted to explain it very clearly...
@JJ_TheGreat9 ай бұрын
By common sense/intuition: 2^(100!) > (2^100)! Factorials are REALLY large numbers - so if you put a REALLY large number in the exponent, it will be REALLY large... whereas, if you have a number without an ma factorial in the exponent - just a regular whole number in the exponent, it won't be as large - and even taking the factorial of that number won't produce as large a number compared to putting the factorial in the exponent itself.
@BOMB008Ай бұрын
0:49 bro literally turned into stewie for a second
@eniferxamm9 ай бұрын
Very fun video, setting the bases equal and then comparing the exponents was a way to make this comparison very accessible to confused precalc students like myself!
@JPiMaths9 ай бұрын
Thank you - I think it's also the nicest way of comparing them!
@endlessduck16429 ай бұрын
instead of using "this" and "that" to refer to the terms, just name the terms instead. its easier to follow which is bigger than what. otherwise good video thanks for this insight:D
@user3lskq34 ай бұрын
how about just look at the video and see what he's underlying u lazy fuck
@eriksteffahn61727 ай бұрын
Obviously this is very late, but if anyone is still confused about the f(g(x)) > g(f(x)) rule for large x if f grows faster than g: This only really works if f and g have a different growth type (logarithms, addition, multiplication, exponentation, teration etc.), if they have the same growth type it's not clear at all: f(x) = x^3, g(x) = x^2, f(g(x)) = g(f(x)) = x^6. Additionally, putting functions of lower growth type into f can actually make g(f(x)) bigger: f(x) = 2x^3, g(x) = x^2, f(g(x)) = 2x^6 < 4x^6 = g(f(x)). And finally the example which explains what's happening in the video: f(x) = e^(x*log(x)), g(x) = e^x, f(g(x)) = e^(x+e^x)) = e^e^(x + log(x)) < e^e^(xlog(x)) = g(f(x)). (x! roughly grows like f and 2^x roughly grows like g)
@iankrasnow53836 ай бұрын
Without doing the math, I assumed that 2^(100!) was bigger because that's the power set of the 100 factorial, while the other one is the factorial of the power set of 100. The power set is a much faster growing function than factorial, so it seemed logical that it should be bigger. Turns out that was correct. This isn't a proof or logical argument, just a heuristic from knowing a little about how recursion works.
@Ligatmarping3 ай бұрын
But in fact the factorial grows faster. n! is bigger than 2^n. The thing here is that applying factorial and then power turns out to be bigger than applying 2^x and then factorial.
@m-w-x88599 ай бұрын
Around 2:10 you start saying "this" and "that" too much and it's hard to keep up with which value you are referring to at each instance
@the_peacemaker0029 ай бұрын
This question really messed up my intuition. If we have the composition of two functions, and you want to maximize the growth rate, usually you apply the slower function, and then the fast growing function. For example, if you have 2x and x^2, then doing (2x)^2 is better than 2(x^2) In this scenario, we have 2^x and x!, but (2^x)! is apparently worse than 2^(x!) So, what weirdness is going on here!? Any insight would be helpful.
@leonardkarsten50059 ай бұрын
I had the exact same thought process. Maybe this doesn't hold in general. But then it would be interesting if a similar statement is true in general for function composition
@hakkbak4 ай бұрын
I'll explain (please stick with the explanation till the end): Now, in general, the strength of the operations is factorials >> exponentials >> multiplication >> logs. This is why doing factorial last would usually create the biggest numbers (because it means that the factorial acts on a larger base so you're making maximum usage of the factorial). However, now let's look at the question. The second option (2^100)! is a factorial of a large basic number, but that's all it is: a factorial. The operations of exponent and factorial are being done one after each other. The option 2^(100!) is actually combining the exponent and factorial operation into a single mega-powerful operation (let's name it z where z >> factorial >> exponent >> multiply >> log). Hope this made sense
@Ligatmarping3 ай бұрын
Well it's not a general rule that the bigger growth goes second, but I agree that it's a little counterintuitive whan happens in this case.
@TelepathShield23 күн бұрын
So factorial is bigger than exponents, so I’ll say factorials lead to massive numbers and exponents lead to big numbers for this explanation: Well (2^100)! is taking a big number and factorial-ing it, whereas 2^(100!) is raising a number to a massive exponent. In your example (2x)^2 is performing a larger operation on a larger number (squaring a doubled number), thus it’s larger than performing a smaller operation on a smaller number (doubling a squared number.) Here, (2^100)! is taking a smaller number and performing a larger operation, whereas the LHS is performing a smaller operation to a much more massive number. I think it is just because factorials grow much faster than exponentials
@deepfry893 ай бұрын
A number to its own power is bigger than that same number factorial. Ex. 10^10 > 10! Therefore, do the factorial first and then put it to that power.
@adityakale53913 ай бұрын
i firgured out the answer at 0:56 See, 2^100! = (2^100)^99! = a and (2^100)! = b Comparing a and b lets put x = 2^100 a = (x)^99! b = (x)! Now we can very easily compare a and b.. Hence a it much bigger.. i.e. 2^100! is bigger...
@akshatpratapsingh54768 ай бұрын
the intuitive explanation was really beautiful
@TheOmegaOof9 ай бұрын
for the record, the TI-nspire CX II can compute 2^100. for the former number it returns infinity due to overflow, but for the latter it returns 2^100 (which is 1,267,650,600,228,229,401,496,703,205,376) and adds the factorial symbol after it "1,267,650,600,228,229,401,496,703,205,376!"
@JPiMaths9 ай бұрын
Ah I didn't know this, that's pretty cool! I think most calculators can't go beyond 69! As thereafter n!>10^100
@sourabhsinghal2539 ай бұрын
Bro I also thought same way even I cal that 29!>2^100 but in this case 100! Is 9.3326215443E157 and 2^100 is 1.267…E30 it's a humongous difference between power and N! N number so I done some research and i found that 2^100! Is much greater than (2^100)! I share my research on the comment section in this video if u have time then check out.
@philipp17172 ай бұрын
@@JPiMaths As it is a kinda common base, I would guess that it is tabulated and just the choice of the manufacturer how much they want to include
@epikherolol81897 ай бұрын
Me the whole time: *Struggling to understand what "this term" and "that term" meant* 💀
@RandomTrash-ey5di3 ай бұрын
...but still knowing what he meant
@forcelifeforceАй бұрын
@@RandomTrash-ey5di No, the user is pointing out a serious deficiency in the video. Your post is bad. You are doing excuse-making.
@mr.mikeygaming372328 күн бұрын
Why are you targeting them they didn’t do anything
@doktormcnasty9 ай бұрын
Before even watching this: Replacing 100 by 6 gives 2^6! = 2^720 and (2^6)! = 2^64. Since 2^720 > 2^64 that means 2^6! > and (2^6)! Replace the 6 by any number, x (including 100) will result in the same relationship where 2^x! > (2^x)!
@kyrirhcp2 ай бұрын
Even if you do a much much smaller equation like 2 to the power of 4 with the appropriate factorials you'll find that very quickly you can find the answer, because if the difference is that huge after only 4, you can bet it will be enormous at 100.
@T-99K_GMD8 ай бұрын
Very easy ;) 2^100! bigger than (2^100)!
@dejankaranovic7 ай бұрын
Which 0:56 is bigger, it can be very simple. It us 2 on 100! Du tue bigger exp.
@Lorenzo_der_Ritter9 ай бұрын
When you substitute 100 by other numbers, you will always get the same result - unless it's 4 or lower. That's because 4! (=24) < 2^5 (=32) but 5! (=120) > 2^6 (=64). I got fooled by calculating the result substituting the 100 with 3 and then obviously the right side is bigger. So I wrongly concluded that the same would go for 100 and tried to prove a wrong statement.
@parthisMC2 ай бұрын
New challenge! Say you’re given: x^100! vs (x^100)! Find all values of x where these 2 are equal
@luka2549Ай бұрын
x=0
@luka2549Ай бұрын
and x=1
@jazzabighits44739 ай бұрын
I'm glad I got this one before the video started. It reminded me of the video that explains which is larger between TREE(g64) and g(TREE3).
@3141minecraft8 ай бұрын
I am pretty sure that TREE(4)>g(TREE(3))
@jimmyh21378 ай бұрын
@@3141minecraft it is
@minidreschi27 ай бұрын
it is true if the power is bigger than 4.974, but if lower (so 2^4.973), than the right value/formula is the bigger
@debblez9 ай бұрын
this is a very interesting result. One would expect of course (2^x)! to grow faster since the faster operation, !, is applied second, but somehow 2^x and ! are in the same class of growth rates and whats important is the ‘head start’ 2^x has. My way of understanding it is considering polynomials. For any monomials f and g, f(g(x)) = g(f(x)) even if f is a degree 10 and g is a degree 100. What decides it is the head start. So if f(x) = x^2 +1 and g(x) = x^3, f(g(x)) is actually faster growing than g(f(x)). It seems only when you have functions with growth rates that are in some sense different enough like 2^x vs x^2 that doing the faster function second will always win.
@debblez9 ай бұрын
ok my understanding is completely wrong. if f(x) = x^2 + 1 and g(x) = x^3, then g(f(x)) DOES still win. It’s only when f(x) = x^2 - 1 does f(g(x)) win??? Im gonna need to think on this
@JPiMaths9 ай бұрын
I think you're on the right lines of a good similarity!
@CtrlAltSpray7 ай бұрын
my logic was: for values that we care about, if x! > y! x^x > y^y always so i could "replace" 2^(100!) with 2^(100^100), and i could replace (2^100)! with (2^100)^(2^100) which would equal 2^(100 * 2^100) in comparing 2^(100^100) and 2^(100 * 2^100), you can simplify it to 100^100 vs 100 * (2^100) and (though not rigorous) i just decided that this would be adequate. 100^100 is bigger, which means 2^(100^100) is bigger, which means 2^(100!) is bigger
@kujmous9 ай бұрын
Well done. Please put more contrast on your on-screen pointer.
@D0Samp5 ай бұрын
When you take the binary logarithm on both sides, you get 100! on the left side and the sum of the binary logarithm of all numbers of 1 to 2^100 on the right side, which is strictly less than 2^100 times the largest term 100. If you take the logarithm again, you get the sum of logarithms of 1 to 100 on the left side and 100*log(2) + log(100) for the upper bound of the right side. You can do similar splitting of terms to rearrange the left side into 100 terms that are all equal or larger than log(2).
@r410a89 ай бұрын
Taking as asumption that in every operation all numhers that belongs in the same summantion sustain the same properties you can try this with a far lower numhers lets say 2^3 instead of 2^100, so 2^(3!) you can easely see using a pocket scientific calculator of your smartphone that gives 64 that is 3 power of 10 order of magnitude lower than (2^3)! that gives 40320,so the (2^100)! definetly wins.
@OsirusIrdia9 ай бұрын
do this with larger value (try 5 and 6) and the opposite wins.
@PaladinV29 ай бұрын
This is exactly what I did. I just figured 2^3! and (2^3)! would be good starts to see how close (or apart) the results were. Easy to see which one will be larger.
@adw1z7 ай бұрын
Generally, f(g(b)) > g(f(b)) for f(x) >> g(x) as x-> infinity, so in this case we would expect (2^100)! to be larger. Which indeed it isn’t 😂
@sparshsharma52709 ай бұрын
Can you tell by which point or by what value of n does 2^(n!) becomes bigger than (2^n)! cause for smaller values of n (greater than 1), the latter is clearly bigger number? At n=0, 2^(n!) is bigger but both are equal at n=1 and the latter becomes bigger as value of n increases. But by what point does 2^(n!) number tend go become bigger than (2^n)!.
@JPiMaths9 ай бұрын
I think you can just test, and it works for n=5
@ccmplayer879 ай бұрын
I have a different opinion if I try it in GeoGebra. For 2^(100!), I represent it as f:y=2^(x!). Then, for (2^x)!, I represent it as g:y=(2^x)!. When I compare their graph visually, f>g if x
@bestopinion92579 ай бұрын
Of course you are wrong. Function's graphs have the nasty habit to intersect. And they really intersect quite soon, way before 100.
@ccmplayer879 ай бұрын
@@bestopinion9257 I see, that is the bottom line. Thank you!
@the_peacemaker0029 ай бұрын
@@ccmplayer87 f becomes larger than g around x = 5: 2^(5!) is 1.33e36 while (2^5)! is 2.63e35
@bestopinion92579 ай бұрын
@@the_peacemaker002 Interesting. If you search on this page, I found the switch around x=5 without any calculator.
@minidreschi27 ай бұрын
the number where intersect happens is more like around at 4,974, i just played it in Desmos too, but i also divided the high numbers so i could see the intersect
@francesco52547 ай бұрын
* picks wrong option based on vague assumptions * * skips through the video to see the answer * * refuses to elaborate further *
@MrCyanGaming8 ай бұрын
Which is bigger 2^(50^100) or (2^99)^(2^100) Spoiler: the left is larger, they are approximations of the question posed in the video. Hopefully this is an easier way to visulize it
@blackestbill745416 күн бұрын
id like to see a proof of this concept abstracted to a^(b!) vs (a^b)! and solved to prove whether there exists a case for the latter being greater
@MarkusAldawn8 ай бұрын
I had a slightly different approach near the end: when we got down to 2¹⁰⁰ vs 99!, it became a lot easier to work out since 99! necessarily has 49 instances of numbers which are multiples of two, and then half of those are instances with 2•2, half of _those_ are 2•2•2 and so on, which means you have 49+24+12+6+3+1=95 multiples of 2 in 99! Only by counting how many multiples of 2 there are in 99!, we can show that by using only half its numbers, 99! has reduced 2¹⁰⁰ down to 2⁵, 32. Since you haven't used 33 yet, 99! is bigger. I know it's a woollier way of thinking about factorials vs exponents, but it helps me grasp how the relative sizes of things matter. For example, since 99! is made up of 2⁹⁵ and 33 multiples of 3 (and 11 of 9, 3 of 27) and 19 of 5 (3 of 25) and 14 of 7 (2 of 49) and so on, we essentially know that 99! is made up of 2⁹⁵•3⁴⁷•5²²•7¹⁶•11⁹•... And thus by counting them it's immediately obvious to me that 99! cannot be smaller than for example 2²⁰⁰ without checking (each 3² is at least 2³, so 3⁴⁷ is at least 2⁷², each 5¹ is at least 2², so 5²² is at least 2⁴⁴, and we're already at 2²⁰⁰). Breaking the number up into prime factors means they're manipulable as blocks, rather than staring at 99! and trying mentally to peel off 99, and then 98, and then and then.
@aakashhaque98059 ай бұрын
I went with real basic: just know that in the long run, exponential is bigger than factorial, so i'd rather have 2^[big number] over [big number]!
@j-rey-9 ай бұрын
Factorial actually grows faster. I believe it is the operator that grows fastest, even faster than exponentials
@JPiMaths9 ай бұрын
@@j-rey- yep, in general n! will eventually be greater than r^n no matter how big r is.
@Aphanvahrius9 ай бұрын
But also if we have n^n vs n! the first one will always be bigger. And iirc even for (n-c)^n vs n! for any constant c, no matter how big, the first function will eventually overtake the second in value, as n becomes bigger.
@simohayha60317 ай бұрын
@@Aphanvahriusexponential function we mean n^x for some real n, not x^x which is a different kind of thing
@bishmajayasundara7272 ай бұрын
@@JPiMaths so does that mean if we choose a value much greater than 100 then the (2^100)! value would win?
@ninesquared815 ай бұрын
Before watching the video, here's my idea: Make an educated guess as to which one is smaller. Find an upper bound for that supposedly smaller value which is easier to compare to the supposedly larger one. Hopefully, we can show that the larger one is larger than the upper bound, which will also prove that it is larger than the smaller value. This method worked out well for me; I chose (2^100)^(2^100) = 2^(100 × 2^100) as an upper bound for (2^100)!. You can get rid of the bases and compare 100! to 100 × 2^100, for which it is relatively easy to show that the factorial is (quite a lot) larger, and hence, 2^(100!) > (2^100)!. To be honest, the initial guess for which was smaller was less "educated" and more about which was easier to find an upper bound for. A factorial n! has an easily remembered upper bound of n^n. To see this, notice that you are comparing *n × (n-1) × (n-2) × ... × 2 × 1* to *n × n × n × ... × n × n.* See how each factor of the first is less than or equal to the corresponding factor in the second. After finishing the video, it turns out I did it in pretty much the same way as presented in the video (yay!). For completeness, I compared 100! to 100 × 2^100 by first dividing both sides by 100, leaving 99! vs 2^100. To do this, I compared the fraction (2^100)/(99!) to 1. This fraction is less than one if and only if 2^100 < 99!. Now, (2^100)/(99!) can be written as (2^4 × 2 × 2 × ... × 2 × 1 × 1)/(99 × 98 × 97 × ... × 3 × 2 × 1). We can split this into a product of many fractions: 16/99 × 2/98 × 2/97 × ... × 2/3 × 1/2 × 1/1. We can get rid of the 1/1 at the end since it is equal to 1 and we have that a × 1 = a for all integers a. This leaves us with a product where every factor is strictly less than 1, so the product itself must also be strictly less than 1. Hence, 99! > 2^100, so 100! > 100 × 2^100, which means that 2^(100!) > 2^(100 × 2^100), and then by using our initial upper bound condition that 2^(100 × 2^100) > (2^100)! , we can conclude that 2^(100!) > (2^100)!. P.S. When I found ratio of the two numbers, I put the smaller one on top. You could equivalently put the larger one on top and make sure the fraction is *bigger* than 1 (if they're equal, the fraction will come out to exactly 1), but for whatever reason I put the smaller one on top.
@Wiled-r2h9 ай бұрын
Taking ln(ln(y)) for both expressions, and using the Stirling approximation, for the one on the left we get approx. 360, but for the one on the right, we get approx. 74 Interestingly enough, the sequence 2^(n!) initially grows more slowly than (2^n)!
@Yonkage-ik5qb4 ай бұрын
I don't really have a background in higher math to make an educated guess, so I made an uneducated one. I took out a small calculator and tried a few values for 2^n! and (2^n)! as a test. I can intuit that there are two possibilities for a series of such: either one will always be larger for any value of n, or one will start off as larger, the series will converge, and then the other will be larger. My test calculations showed values for 2^n! of 2, 4, 64, 1.6e7, 1.3e36, >1.0e99 [overflow error]. For (2^n)! they were 2, 24, 4.0e4, 2.1e13, 2.6e35, 1.3e89. This shows a convergence at an n value between 4 and 5, after which the former series became increasingly larger. There is no way this series could ever re-converge, therefore for an n value of 100 (or any value greater than 5) the former must be the larger.
@kellymoses85669 ай бұрын
I guessed the left one because of my intuition on how fast exponentiation grows.
@sciencetube4574Ай бұрын
Very cool puzzle! I was initially thinking that (2^100)! might be bigger because of the factorial, but then I realised just how many more factors 2^(100!) had. And then you really need to think about how you can find some clever bounds. Nice solution with the base 2^100 comparison, that indeed makes it very clear which is bigger.
@pacificfinder4 ай бұрын
Caution: you can easily get lost in "this" and "that"
@mrseriousv18 ай бұрын
yeeeee I got it right! I had significantly different logic but a win is a win
@LendriMujina9 ай бұрын
I got this wrong because my usual solution to problems like this, plugging smaller numbers into the variable, seems to have failed here. 2^(n!) vs. (2^n)! in this care. Like n = 3: 2^(3!) = 2^6 = 32 (2^3)! = 8! = 40320 In case that was a fluke, I tried n=4 as well: 2^(4!) = 2^24 = 16,777,216 (2^4)! = 16! = 5,230,697,472,000 I guess it takes a while for LHS to surpass RHS in this way, greater than n=4 but less than n=100.
@JPiMaths9 ай бұрын
Nice experimentation. In fact something interesting happens when n=5
@nicolastorres1479 ай бұрын
(2^100)^(2^100) is way bigger than (2^100)!. 99! is way bigger than 2^100, which implies (2^100)^(99!) is way way bigger than (2^100)^(2^100), which is way bigger than (2^100)!. Therefore, we can conclude that 2^(100!) which equals (2^100)^(99!) is way way way bigger than (2^100)! 🌫️
@godowskygodowsky11557 ай бұрын
Before I watch: The left is larger. Take log log and apply Sterling's approximation. You get something on the order of 100 log 100 - 100 = 200 log 10 - 100 = 300 on the left and 100 log 2 = 70 on the right.
@usyan9 ай бұрын
I had seen this in reddit and tried to solve but cannot. This is a brilliant solution. Thank you.
@eliteteamkiller3197 ай бұрын
I love that I have an undefeated streak with these KZbin videos just on intuition. No idea how I know, but I've always gotten it right. Inb4 someone posts one impossible to guess by the knowledge that factorials grow faster than exponential functions. EDIT: why in this case. It felt like to me that 2^100 was a micro-machine compared to 100!. And it seemed the factorial of a relatively tiny number was going to be dwarfed by the exponent of an absolutely astonishingly huge number.
@JustOneHappyBoiii5 ай бұрын
That's really smart. I initially thought the opposite but your reasoning was very clear and easy to follow👍
@defaultusername1145Ай бұрын
I figured the left number would be bigger because I figured it was like 2^x approaching infinity on the left and only x approaching infinity on the right
@tonyo416 күн бұрын
Решил по следствию теоремы степень пизже основания
@monke35595 ай бұрын
if you try this on desmos, when "n" reaches 5 *2^n! will be higher than (2^n)!* but when "n" is lower than 5 *(2^n)! will be higher than 2^n!*
@name2865-n2y4 ай бұрын
Before watching the video, I'm gonna assume (2^100)! is bigger than 2^(100!) because if you replace it with a much smaller number like 3, then (2^3)! = 8! = 40320, while 2^(3!) is just 2^6 which is 64 Edit: I didn't consider the fact that a factorial power would increase at a far faster rate than just a normal factorial
@ssgamer56932 ай бұрын
Loved the rigour ❤
@sourabhsinghal2539 ай бұрын
I have valid reason which should be bigger thanks to one who can give idea by comment 2^3!, (2^3)! me in this video I can from 2^3!... To 2^8!.... I can found that after 2^4!... The greater value is always 2^n! Side and i also do division 2^n!/(2^n)! The value would go higher and higher so I conclude that 2^100! > (2^100)!
@svxtn9 ай бұрын
a simple approximation for powers of 2 is that 2^(10n) is roughly equal to 1 followed by 3n zeros. 2^10 is approximately 1000 (exact quantity of 1024), 2^20 is approximately 1,000,000, etc. knowing this, 2^100 must be in the ballpark of 1 followed by 30 zeros. using the logic that exponential growth is faster than linear growth, you can reason that raising 2 to the power of a number with 30 zeros will be larger than taking the factorial of a number with only 6 zeros (2^100). a further step to be certain would be to not compare the numbers themselves, but rather, their magnitudes. we can approximate the minimum power of 10 needed for the first number, and compare that to the maximum possible power of 10 for the second number. first, you can set the ceiling of (2^100)! as 1 million raised to the power of 1 million. this would effectively be the number 1 followed by 6 million zeros. compared to 2 raised to the power of (1 followed by 30 zeros), we can reason that every 4th power of 2 increases the magnitude of our number by at least tenfold, since 2^4 = 16 > 10. 1 followed by 30 zeros, when divided by 4, gives 25 followed by 28 zeros. to reiterate, our final number for 2^(100!) would have a floor of (25 * 10^28) zeros. this is significantly more zeros than the ceiling of (2^100)! having 1 followed by 6 million zeros - in other words, (6 * 10^6) zeros.
@tech_ache2 ай бұрын
I dont understand it correctly but If (2^100)! is smaller than ((2^100)^2^100) Similarly, 2^100! would be smaller than 2^100^100 So, comparison of these will be 2^100 > 100 So, (2^100)! is greater What am I missing in this approach
@Moon4TzuyuАй бұрын
You are missing '!' and it changes everything... 2^100
@tech_acheАй бұрын
@@Moon4Tzuyu I think you got my statement a bit off. We have 2^100! < 2^100^100 Similar to (2^100)! < (2^100)^2^100 Comparing right hand side of both 2^100^100 and (2^100)^2^100 2^100 > 100, this is what I was saying in previous comment
@GmodFilmsTR7 ай бұрын
I think guessing would be enough proof 💀
@Macieks3007 ай бұрын
It's pretty easy to do this using Stirling's approximation.
@blessedfragger59889 ай бұрын
Way better explanation of induction than I received through a whole CS education
@hk84509 ай бұрын
Why don't we choose a calculable number, take the factorial of the factorial or exponent of the number and compare it?
@JPiMaths9 ай бұрын
Interesting - see what happens when you swap 100 with a smaller number, say 3 or 4...
@masscreationbroadcasts3 ай бұрын
0:45 It was at this moment I knew... I shouldn't have said RHS is bigger.
@OneStopMusic.6 ай бұрын
i found out that the powers of 2 in 99! will be 95 and it will have powers of 3 and others as well. while the other one that is (2^100) * (2^100 - 1) * ... * 2 * 1 is 2^100 items which although is having 5 more times 2s power than the first exp i.e. 2^100 * 2^100 * ... * 2^100, 99! times, is still lesser because it will be having 2^100 by far larger times.
@grosman49349 ай бұрын
(2^100)! of course
@JPiMaths9 ай бұрын
nice try!
@ladripper478749 ай бұрын
I thought I was being clever by simplifying the problem to use 2^3 instead. In that case, the first result would be 2^3! Which is 2^6 which is 64. Coversely (2^3)! Is 8! and without calculating you can see that 8! has both more terms and bigger numbers compared to 2^6. Sadly, that doesn't hold true for the numbers you chose in the video
@JPiMaths9 ай бұрын
But tbh playing about with small values isn't a bad problem solving strategy
@cinereo_argento9 ай бұрын
What would be the smallest value of n where 2^n! > (2^n)! ? What are the values of n that satisfy 2^n! = (2^n)! ? (I mean idk lol maybe 0, 1)
@thecreativewebshow9 ай бұрын
@@cinereo_argentoit switches over at n=5 (that is when 2^(n!) over takes (2^n)! 2^(5!) ~ 1.33e36 (2^5)! ~ 2.63e35
@cinereo_argento9 ай бұрын
@@thecreativewebshow Interesting. Does that imply there's a solution for the equality between 4 and 5. Although, factorials only apply for integers, right? There exists gamma function for non-integral factorials but I'm no math person lol.
@the_peacemaker0029 ай бұрын
@@cinereo_argento Yes, there is technically a solution although you need the gamma function. If you graph them both on desmos, you get an intersection point of about 4.974
@luizotavio2116Ай бұрын
I got a different answer by switching 100 for smaller numbers (3 and 4) to see if there was any pattern in the results. 2^(3!) = 2^6 = 64 (2^3)! = 8! = 40,320 2^(4!) = 2^24 = 16,777,216 (2^4)! = 16! = 20,922,789,888,000 So I just figured that (2^100)! Would be bigger as well.
@namansharma6600Ай бұрын
smart approach. as everytime the difference is so huge!
@tngdwn83507 ай бұрын
I saw the thumbnail and wanted to give it a try, I'm really happy I've got the right solution with exactly the same path you took :)
@blackestbill745416 күн бұрын
I never realized that an exponential factorial is equivalent to tetration, interesting. Great video!
@Hi_Brien8 ай бұрын
Imma try before watching. So clearly, the factorial in the exponent is gonna be HUGE. Im going to prove that 2^{100!}>2^100! Clearly, (2^100)^(2^100)>2^100! Also, 2^{100!}=(2^100)^{99!} But 99!>2^100, since 99! has a prime power factorization, which is very, very clearly bigger than 2^100. Each term has a least power prime >1 and its bounded below by 2. Then 4, 8, ect accounts for the extra terms in 2^100. (Edit) So clearly right, the exponent factorial is massive
@djsmeguk9 ай бұрын
Just make the first term 8. 99 > 8. 98 > 2. Rinse repeat. Add a x1 at the end of the 2s so you have 1=1. Every term in the top is bigger or equal.
@JPiMaths9 ай бұрын
Nice!!
@benrex77757 ай бұрын
My reasoning was this: The exponent scales faster than the base. So the factorial in the exponent causes the larger number than the factorial in the base.
@tcoren18 ай бұрын
Cool! I just eyeballed it with the sterling approximation but getting a proper proof with that method is probably harder than what you did. Kudos!
@rel2tx8 ай бұрын
For me, easiest way to look at that, is that the left side is two to the power of a multiplication of all the number between 1 to 100, and the right side is two to the power of the sum of 1 to 100
@0902-u6xАй бұрын
Just put log b/s Log 2^100!=100! log2 Log (2^100)! < log (2^100)^100=10000 log 2 < 100! Log 2 Then (2^100)! < 2^(100!) Then
@Prem-K0077 ай бұрын
When i first looked at the thumbnail , without making any conclusion , i opened my "keep notes" app and did this : 2^(100!) ,(2^100)! 2^(100*99!) , (2^100)! (2^100)^99^98^97^96... >> (2^100)(2^100-1)!
@frenchfries81648 ай бұрын
nice video, you really made it easy for me to understand by breaking down everything. Keep up the work, I wish you reach 10K subscribers soon!👍
@NAdoTEg5 ай бұрын
Maybe I'm missing something here, but I did this at a smaller scale, and it doesn't check out. 2^(3!) < (2^3)! and 2^(4!) < (2^4)! and so on. I graphed it too, and it looks like the right hand side grows considerably faster than the left hand side. How can this be explained?
@NAdoTEg5 ай бұрын
I actually just read a few more comments, and saw that RHS is bigger but only to a certain point, I just didn't go far enough.
@sifatdeepsingh23613 ай бұрын
we can also analyze by taking log to the base 2 on both sides
@pein4332Ай бұрын
with the remainers of my highschool math knowledge, i rooted for the lhs i guess i still got faith in myself now
@dsxckoАй бұрын
99! имеет 49 чётных чисел, значит, 49 двоек. Но половина из них всё ещё делится на 2. Получается ещё 24 двоек и так далее. 49+24+12+6+3=95. Получаем 95 двоек(2^95) и всё это умножаем на 99, 97, 95... Легко понять, что это число больше, чем 2^100
@Смещной_Кощка3 ай бұрын
Решил за √-1 секунду по великой теореме "Степень пизже основания"
@namansharma6600Ай бұрын
superb explanation! +1 subscriber
@buttersquids5 ай бұрын
I used Stirling's approximation and compared ln(ln(LHS)) ln(ln(RHS)) and got the same result. It felt kind of counterintuitive, I expected the factorial outside the exponent to be much bigger.
@malikil9 ай бұрын
My initial 5-second thought was that it would be the other way around. I know factorial grows *significantly* faster than exponents, so when I observe I see 100 terms in the factorial on the left, and way more than that in the factorial on the right. I will then ignore the power with base 2 because it grows so much slower than factorial. Coming to the conclusion that because there are more terms in the right factorial the right side must be larger.
@uranitonium7 ай бұрын
TREE(3) be like: Puny peasants
@jatinnarde21316 ай бұрын
lol I invoked the sterling black magic twice
@rssl55009 ай бұрын
Really nice problem !
@JPiMaths9 ай бұрын
Why thank you!
@Padtedesco7 ай бұрын
A good challenge on that topic. What is the highest number possible to write using only a single symbol, 2 and 3. Tetration and pentation allowed.
@RealElevenTimes4 ай бұрын
The first one is bigger. I just simplified the expression a lot. 2^(2*2) or (2^2)*2
@rybiryj5 ай бұрын
I took logarithm of both sides and then kinda eyeballed it. Log of 2^(100!) is 100!, but log of (2^100)! is something like 100 times 2^100, so its much smaller. This rests on the useful approximation that log(n!) ~ nlogn.
@anketmohadikar87674 ай бұрын
Log(n!)~nlog(n) what are you smoking dude even for very large number that's so shit.like for really large numbers too n! is not even remotely close to n^n.crazy bs.