Power of ten and math power notation

  • Context: High School 
  • Thread starter Thread starter KingGambit
  • Start date Start date
  • Tags Tags
    Notation Power
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
KingGambit
Messages
54
Reaction score
46
TL;DR
Power of ten
Dear PF Forum,

I watched this video
10 ^ 10 ^ 10 ^ 5600

1618949641347.png


The narative says,
It is 1 followed by 5600 zeros

But that's not what I think,
I think it is 1 followed by I don't know.
What does this number means?

Is it
A: 10 ^ (10 ^ (10 ^ 56)))
or
B: ((10 ^ 10) ^ 10) ^ 56?

It says that
"As another possibility, during the dark era, the extreme low energy states might cause the localized quantum events to become major microscopic phenomena. At that point the smallest pertubation might lead to enormouse changes. In their paper spontaneus inflation and the origin of arrow of time, Sean Caroll and Jennifer Chan have calculated that the new Big Bang would eventually emerge out of random quantum fluctuations and quantum tunneling in roughly in ten to the power of ten to the power of ten to the power of 56 years.
That's one followed by 5600 zeros"

Well, is it 1 followed by 5600 zeros or (10 ^ (10 ^ 56))) zeros?
And judging from the physics involved, which one is true?

I mean 2 * (3 * (4 * 5 )) is the same as ((2 * 3) * 4) * 5 right. Or
2 + (3 + (4 + 5 )) = ((2 + 3) + 4) + 5 right.

And what about Penrose Number?
1010123
Is it
A: 1 followed by 246 zeros
or
B: 1 followed by... you know.Here is the link:


Thank you very much for your help.
 
Mathematics news on Phys.org
KingGambit said:
Is it
A: 10 ^ (10 ^ (10 ^ 56)))
or
B: ((10 ^ 10) ^ 10) ^ 56?

So when we write something like:
##\omega##^##\omega##^##\omega##^##\omega##
by default (if nothing else is mentioned) it usually is taken to mean:
##\omega##^(##\omega##^(##\omega##^##\omega##))=##\omega^{\omega^{\omega^{\omega}}}##
and not:
((##\omega##^##\omega##)^##\omega##)^##\omega##=##\omega^{\omega^3}##

One would guess that it should be similar for finite numbers too.
 
  • Like
Likes   Reactions: KingGambit
KingGambit said:
Summary:: Power of ten
And what about Penrose Number?
1010123
Is it
A: 1 followed by 246 zeros
or
B: 1 followed by... you know.

I'm sorry.
Penrose number (1010123) question should be
Is it
A: 1 followed by 246 1230 zeros
or
B: 1 followed by... you know.


I think there's a bug in my ALU or typo (if you call it a typo) in option A, but considering option B, my ALU just simply crashes.
 
SSequence said:
So when we write something like:
##\omega##^##\omega##^##\omega##^##\omega##
by default (if nothing else is mentioned) it usually is taken to mean:
##\omega##^(##\omega##^(##\omega##^##\omega##))=##\omega^{\omega^{\omega^{\omega}}}##
and not:
((##\omega##^##\omega##)^##\omega##)^##\omega##=##\omega^{\omega^3}##

One would guess that it should be similar for finite numbers too.
Ow, thanks SSequence.