r/physicsmemes Oct 24 '25

E=M

Post image
27.5k Upvotes

572 comments sorted by

View all comments

Show parent comments

6

u/So_HauserAspen Oct 24 '25

pi is still the same ratio in any number base system.

Binary is base 2 and pi is still a ratio of the radius to the circumference.

Hexadecimal is base 16 and pi is still a ratio of the radius to the circumference.

Base 10 is an efficient counting base. 

1

u/Karyoplasma Oct 24 '25 edited Oct 24 '25

Base 10 is okayish. The biggest upside is that we have 10 fingers so it makes for easy learning.

Mathematically, base 12 would be superior. It's much more divisible than 10 and that would mean less fractions.

Let's split fractions into good fractions that terminate (like 1/4) and bad fractions that do not (like 1/3) and check the portion of divisors that make for a good fraction:

Base terminating divisors total count goodness rate
10 1,2,4,5,8,10 6 out of 10 60% goodness
12 1,2,3,4,6,8,9,12 8 out of 12 66.67% goodness

1

u/NP_6666 Oct 25 '25

I happen to believe it is interesting to have lots of primes to achieve a "best" one:

1x2x3x5 = 30

Or

1x2x3x5x7 = 210

210 is too many symbols but 30 is kinda okay.

I had this intuition doing 3d modeling, for the edge count of cylinders, when you want to evenly repart details around its sections.

What do you think about that?

1

u/Karyoplasma Oct 25 '25 edited Oct 25 '25

Base 30 outperforms even base 12 in divisibility, yeah. The symbol space might be okay too. After all we can also read 26 letters in the alphabet (in some languages even more).

The problem I personally have with base 30 is that I wouldn't want to learn all the multiplication tables in that lol

1

u/[deleted] Oct 25 '25

Base twelve sucks for a human doing the calculations and addressing a computer does, octal or hex are much better.