B Arithmetic and our place value system

mark2142
Messages
227
Reaction score
42
TL;DR Summary
Does arithmetic in certain base of powers lead to number system in different bases ?
A power has two parts. Base and Exponent.

A number 423 in base 10 can be written in other bases as well:
1. 4* 10^2 + 2*10^1 + 3*10^0 = 423
2. 1*7^3 + 1*7^2 + 4*7^1 + 3*7^0 = 1143
3. 7*60^1 + 3*60^0 = 73

All three expressions are equal in quantity. But I have written the multiplier of powers to form numbers in different bases. Is this what place value system is in essence ?
 
Mathematics news on Phys.org
mark2142 said:
TL;DR Summary: Does arithmetic in certain base of powers lead to number system in different bases ?

A power has two parts. Base and Exponent.

A number 423 in base 10 can be written in other bases as well:
1. 4* 10^2 + 2*10^1 + 3*10^0 = 423
2. 1*7^3 + 1*7^2 + 4*7^1 + 3*7^0 = 1143
3. 7*60^1 + 3*60^0 = 73

All three expressions are equal in quantity.
I would call them equal in value.
mark2142 said:
But I have written the multiplier of powers to form numbers in different bases. Is this what place value system is in essence ?
For the most part, yes. However, the term "power" is synonymous with exponent, so for example, ##3^4## isn't a "power" -- it's an expression where 3 is raised to the fourth power; i.e. with an exponent of 4.

Your examples show that ##423_{10} = 1143_{7} = 73_{60}##, with subscripts shown to indicate the various bases.

Speaking of number-system bases, 7 is not commonly used, but there is some history with base-60, as it is the base of our system of time (60 minutes in an hour and 60 seconds in a minute) as well as in angle measures, with the same subdivisions of a degree as of an hour. My understanding is that the Babylonians were the first to work in base-60.

In computer science two of the most commonly used number bases are binary (base-2) and hexadecimal (base-16). Some lesser-used number systems are octal (base-8), which was used in early computers, and base-64, which is used in some internet protocols to transmit data in a compact form.
 
mark2142 said:
TL;DR Summary: Does arithmetic in certain base of powers lead to number system in different bases ?

A power has two parts. Base and Exponent.

A number 423 in base 10 can be written in other bases as well:
1. 4* 10^2 + 2*10^1 + 3*10^0 = 423
2. 1*7^3 + 1*7^2 + 4*7^1 + 3*7^0 = 1143
3. 7*60^1 + 3*60^0 = 73

All three expressions are equal in quantity. But I have written the multiplier of powers to form numbers in different bases. Is this what place value system is in essence ?
Yes. It is called ##b##-adic notation (not to be confused with ##p##-adic numbers). The ##b## is the basis, in your examples ##b=10, 7, 60.## It's likely our ten fingers that led to the success of decimal (##10##) numbers.

It is a choice. The numbers are the same, only the notation differs. Computers work with powers of two as bases. It has an interesting consequence: You can do numerical analysis based on a deliberately chosen basis, which is all about computational algorithms, but you cannot do number theory based on a deliberately chosen basis. That's why number theory is mainly about divisibility as its central point of interest.

The logical foundation of arithmetic isn't so simple as it may look at first glance. How do we define our numbers without referring to a deliberate choice? It leads you directly into set theory.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top