Number bases in a different world

We have always worked in the seemingly intrinsic base 10 which I believe is due to the fact that we have 10 fingers. What if we had 6 fingers and were unavoidably lead to work in base 6 or weirder still, what if we had an odd number of digits like 7 or nine? What would these things mean for math and science as a whole? Would it have any effect at all provided everything else remained the same? Would we seamlessly invent and create all algebraic rules and functions just as we have now? Would it alter the rules of math? Would it be detrimental to our development?

Caveat: I am not a mathematician so pardon me if I sound dumb

#Thoughtexperiment

Note by Olawale Olayemi
6 years, 3 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Different bases have been used over the centuries by different civilizations. The Babylonians used a base of 60, (hence the 60 minutes in an hour, 60 degrees being the angles of an equilateral triangle), the Mayans used a base 20 system, the Romans used a fraction system using base 12, (duodecimal), and many African societies have used base 12 as well. (Base 12 is quite practical, actually, as 12 is a highly composite number). Computers use binary, (base 2), ternary, (base 3), octal, (base 8) and hexadecimal, (base 16). In modern mathematics the most "natural" base is ee, but since we have a bias towards integers such a transcendental base would not go over well.

Base 10 is probably the most commonly used, both historically and presently, but not using it would by no means be a detriment to our development. It's the colonizers that write the history books and decide which numbering systems to use, that's all. And as far as mathematics is concerned, numbering systems are the medium, not the message, so what and how much we know about math and science would be no different if a base other than 10 were more prevalent. I've always used base 10, of course, so it's hard to imagine otherwise, but I'm also unilingual so it's hard for me to imagine thinking in another language, but I know others can, so I see no reason why the same can't be done for numbering systems.

Brian Charlesworth - 6 years, 3 months ago

Log in to reply

Haha , I would love to see some changes in Base 10 or a new Base getting equally popular ! In fact what I am more interested is to see how people react to it :)

A Former Brilliant Member - 6 years, 3 months ago

Log in to reply

Yeah, I'd love to see how people would react if ee were declared the base of operation; mathematicians would become so popular. :P When we make 'first contact' with aliens I think our first question for them should be, "What base do you work in?" :)

Brian Charlesworth - 6 years, 3 months ago

Log in to reply

@Brian Charlesworth Yup! And the aliens will answer , π\pi ! It would be fun :)

A Former Brilliant Member - 6 years, 3 months ago

Log in to reply

@A Former Brilliant Member Haha. Right before they annihilate us. That would be scary!

Olawale Olayemi - 6 years, 3 months ago

Log in to reply

@Olawale Olayemi Exactly !

Imagine some aliens from Planet Zeta arrived on our Earth on their spaceship Dirichlet 4869 . Their mission is to capture our planet . They are more technically advanced than us (ofc) , so they have brought with them their Beta Launchers and what not !

Btw it's a nice idea that you've brought up , sir :)

A Former Brilliant Member - 6 years, 3 months ago

Log in to reply

@A Former Brilliant Member Thanks Roopesh!

Olawale Olayemi - 6 years, 3 months ago

Now that you have shed light on this, it seems so sensible and really just a matter of the victor writing the history. It's almost like asking if we would have been less advanced if Latin was the official language of the world not to mention the great strides in science and thought that were made in that language.

It seems though, that a lot of currency has been placed on 'even' bases probably out of the duality that man observes around him. Could you please explain more why ee is the most natural base?

Thanks!

Olawale Olayemi - 6 years, 3 months ago

Log in to reply

Euler's constant ee has several properties that make it a natural base. In calculus, we have that

ddxex=ex\dfrac{d}{dx}e^{x} = e^{x}, exdx=ex+C\displaystyle\int e^{x} dx = e^{x} + C and ddxln(x)=1x.\dfrac{d}{dx}\ln(x) = \dfrac{1}{x}.

The inverse of the exponential function exe^{x} is the natural logarithm loge(x)=ln(x)\log_{e}(x) = \ln(x), which as a result of the elegant calculus properties of exe^{x} makes it the most convenient base to work with in many situations. Much of the natural world is governed by exponential growth and decay, so as a result ee emerges as a factor in so many branches of science. Even in finance, compound interest can be accurately modeled as exponential, (exactly so in the case of continuously compounded interest). In statistics the standard normal distribution has ee as it's centerpiece, so it serves as a natural base in statistical analyses as well. The list goes on, but this should give you an idea of why this number is so significant.

Beyond being the most natural base, it is also, surprisingly, connected to all integers through the series

ex=n=0xnn!.e^{x} = \displaystyle\sum_{n=0}^{\infty} \dfrac{x^{n}}{n!}.

Saving the best for last, we have arguably the most important formula in mathematics, Euler's formula,

eix=cos(x)+isin(x),e^{ix} = \cos(x) + i \sin(x), and the related Euler's identity eiπ+1=0.e^{i\pi} + 1 = 0.

Brian Charlesworth - 6 years, 3 months ago

Log in to reply

@Brian Charlesworth Great stuff as always. I appreciate you taking out the time!

Olawale Olayemi - 6 years, 3 months ago

There are 10 types of people in the world, those who understand binary, those who don't , and those who didn't expect this joke to be in base 3.

Archit Boobna - 6 years, 3 months ago

There is a popular saying. "There are 10 types of people. Those who get this and those who don't". The choice of the base of a number system poses no problems as long as one is consistent.

Janardhanan Sivaramakrishnan - 6 years, 3 months ago

If you ask any alien species what base do you use, they'd all answer, "That's obvious. Base 10". Is it not interesting?

Janardhanan Sivaramakrishnan - 6 years, 3 months ago

Log in to reply

Very true. For those of you who don't get it, just think about it for a bit more...

Daniel Liu - 6 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...