Numerical Analysis
Binary Numbers
Internally, computers store information using electronic switches. These switches can be on (represented by the number ) or off (represented by the number ). If we can convert a decimal number into a binary number, then we can store that number in a computer.
Definition. An -digit binary number is a sequence
where for
To distinguish between number systems, we will use the notation where is a digit in the number system and is the system's base. For example, the notation represents the binary number while the notation represents the decimal number
Decimal to Binary
Converting Integers
We convert decimal integers to binary by dividing by successively and recording the remainders until we reach a quotient of For example, the number
Reading the recorded remainders from top to bottom, we have the binary number
Converting Rationals
Converting rationals to binary is similar to converting integers, except the steps are reversed. We multiply by two successively and record the integer parts, moving away from the decimal point towards the right. For example, the number
Notice that the process repeats after four steps and continues indefinitely. Thus,
where the overbar notation denotes infinitely repeated digits. From these last two sections, we see that