Definition:Binary Notation
Definition
Binary notation is the positional number system whose base is $2$.
That is, every number $x \in \R$ is expressed in the form:
- $\ds x = \sum_{j \mathop \in \Z} r_j 2^j$
where $\forall j \in \Z: r_j \in \set {0, 1}$.
Motivation
Binary notation, like hexadecimal notation, has particular relevance in the field of computer science.
This is because the two binary digits, $0$ and $1$, can be represented by two well-defined states of a component.
Examples
$13$ in Binary Notation
The number written in binary notation as $1101$ is expressed in decimal notation as $13$.
$19$ in Binary Notation
The number written in decimal notation as $19$ is expressed in binary notation as $10011_2$.
$23$ in Binary Notation
The number written in decimal notation as $23$ is expressed in binary notation as $10111_2$.
$36$ in Binary Notation
The number written in decimal notation as $36$ is expressed in binary notation as $100100_2$.
$37$ in Binary Notation
The number written in decimal notation as $37$ is expressed in binary notation as $100101_2$.
$47$ in Binary Notation
The number written in decimal notation as $47$ is expressed in binary notation as $101111_2$.
$68$ in Binary Notation
The number written in decimal notation as $68$ is expressed in binary notation as $1000100_2$.
$127$ in Binary Notation
The number written in decimal notation as $127$ is expressed in binary notation as $1111111_2$.
$\frac 1 {10}$ in Binary Notation
The number $\dfrac 1 {10}$, written in decimal notation as $0 \cdotp 1$, is expressed in binary notation as:
- $0 \cdotp 00011 \, 00110 \, 01100 \, 11 \ldots_2$.
Also known as
Binary notation is also known as binary representation.
Also see
- Results about binary notation can be found here.
Historical Note
The earliest known reference to binary notation appears to be in a Chinese book dating from approximately $3000$ B.C.E.
In Europe, binary notation was invented by Gottfried Wilhelm von Leibniz.
He associated God with $1$ and nothingness with $0$, and believed that it was mystically significant that all numbers could be built from $1$-ness and $0$-ness.
Sources
- 1965: Seth Warner: Modern Algebra ... (previous) ... (next): Chapter $\text {IV}$: Rings and Fields: $24$. The Division Algorithm
- 1971: George E. Andrews: Number Theory ... (previous) ... (next): $\text {1-2}$ The Basis Representation Theorem
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): binary notation
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): binary notation
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): binary notation
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): binary representation
- 2021: Richard Earl and James Nicholson: The Concise Oxford Dictionary of Mathematics (6th ed.) ... (previous) ... (next): binary
- 2021: Richard Earl and James Nicholson: The Concise Oxford Dictionary of Mathematics (6th ed.) ... (previous) ... (next): binary representation