Thread Closed

Why decimal?

 
Share Thread Thread Tools
Nov27-09, 08:22 PM   #1
 

Why decimal?


Ok so i was thinking about it recently, why do we use the decimal system as opposed to other counting systems in math? is there some distinct advantage in using decimal over other systems?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Nov27-09, 08:27 PM   #2
 
Because we have ten fingers.
Nov27-09, 08:29 PM   #3
 
that's all? that seems quite illogical as there appear to me to be many more irrational decimal numbers than there are in, say, base 6 number systems(senary)
Nov27-09, 08:44 PM   #4
 

Why decimal?


Quote by trini View Post
that's all? that seems quite illogical as there appear to me to be many more irrational decimal numbers than there are in, say, base 6 number systems(senary)
There are exactly the same number of irrational numbers in base 6. In fact whether a number is irrational or not does not depend on the base. The choice isn't that important for most uses so we just stick with what's popular. Base 2, 8 and 16 are also pretty popular bases (especially in computer science).
Nov27-09, 08:46 PM   #5
 
The existing numeral system coalesced more than a 1000 years ago, at the time when numbers were mostly used for finger counting. Finger counting application makes systems which are based on numbers 5 and 10 preferable over all others. Once a convention like that is universally accepted, it's very hard to replace it, even in the face of major advantages of other conventions (the use of imperial units like foot and pound in the US and the UK is a good example).
Nov27-09, 08:48 PM   #6
 
Quote by hamster143 View Post
... (the use of imperial units like foot and pound in the US and the UK is a good example).
You think we count in base 10 because we are too proud and bloody-headed to change?

Nov27-09, 08:52 PM   #7
 
Recognitions:
Science Advisor Science Advisor
The United States can't even switch to using the metric system for weights and measures. It would take a major miracle to change our ordinary number system to ther than decimal.
Nov27-09, 08:58 PM   #8
 
sorry perhaps i should have said recurring numbers, as for example, 1/3 to base 6 = 0.2

to compare systems, i look at the number of finite vs. infinite answers within a range, so for example, in a case of 1/n, where n is an integer, base 6 carries less infinite answers than base 10 over wide ranges.
Nov27-09, 09:02 PM   #9
 
yes i understand your point, and it would be very difficult to see such a thing happening without some MAJOR application, especially given the intuitiveness of the finger based system in teaching, as you pointed out though, it is used where useful(eg computer science.)

Another question, does changing base affect the shapes of functions in any way? for example, in the case of plotting a number series, would the series have a different shape if plotted in a system other than decimal?
Nov27-09, 09:08 PM   #10
 
Quote by trini View Post
sorry perhaps i should have said recurring numbers, as for example, 1/3 to base 6 = 0.2

to compare systems, i look at the number of finite vs. infinite answers within a range, so for example, in a case of 1/n, where n is an integer, base 6 carries less infinite answers than base 10 over wide ranges.
It's easy to see that you can write down more fractions with, say, two base 10 digits than with two base 6 digits.
Nov27-09, 09:12 PM   #11
 
why? you can write the same amount of fractions, except, for eg, instead of saying 1/9 (decimal) you would say 1 / 13 ( senary) the only difference would be u have to use more digits as far as i can see.
Nov28-09, 06:29 AM   #12
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
There are, after all, organized groups supporting, say, base 12 and even some people plugging for base e!

As rasmhop said, there are exactly the same number of irrationals in any numeration system. The distinction between irrational and rational numbers is independent of the numeration system. As for "terminating" and "repeating" decimals, there really isn't that much difference in difficulty of working with them.
Nov28-09, 09:31 AM   #13
 
Mentor
I vote for hexadecimal! It is so much easier to do a binary search in hexadecimal than decimal and it is more concise than binary or octal.
Nov28-09, 09:35 AM   #14
 
Quote by DaleSpam View Post
I vote for hexadecimal! It is so much easier to do a binary search in hexadecimal than decimal and it is more concise than binary or octal.
Nah. Doesn't support thirds. 12 is divisible by 2,3,4 and 6.
Nov28-09, 07:22 PM   #15
 
The way to go is to teach the general population to use hexadecimal, since it's already universal as an internal representation in computers, and to popularize the () notation:

1/2 = 0.8
1/3 = 0.(5)
1/4 = 0.4
1/5 = 0.(3)
1/6 = 0.2(A)
1/7 = 0.(249)
1/8 = 0.2
1/9 = 0.(1C7)
1/1234 = 0.00(351BCC8D11D756B763FE57219B9771454A44E00D46F3234475D5ADD8FF95C866E5 DC515291380)


To improve usability, we can replace () with a second dot:

1/6 = 0.2.A
1/9 = 0..1C7
Nov28-09, 08:54 PM   #16
 
Mentor
Blog Entries: 9
I am torn between base 12 and hexadecimal. Both have nice features, the number of prime divisors for 12 is handy, as is the correspondence with binary for base 16.

What ever 10 is the worst of the lot. With the biggest nastiness being the inability to precisely convert .1 (decimal) to binary.


Unfortunately there is no hope of ever changing, all this is just nerdy pipe dreams.
Nov28-09, 10:48 PM   #17
 
I prefer Slot Machine Arithmetic. See Casting Out Cherries
Thread Closed
Thread Tools


Similar Threads for: Why decimal?
Thread Forum Replies
Decimal to binary, Decimal to Octal confusion! Electrical Engineering 10
Hexa to Decimal Conversion, Binary to Decimal Conversion? Calculus & Beyond Homework 2
Decimal 8? General Math 4
which of the following has the same value in decimal, none of them? Engineering, Comp Sci, & Technology Homework 2
(-2)^some decimal = a + bi? why? General Math 2