1024 (number)

From Infogalactic: the planetary knowledge core
(Redirected from 1,024 (number))
Jump to: navigation, search
1023 1024 1025
Cardinal one thousand twenty-four
Ordinal 1024th
(one thousand and twenty-fourth)
Factorization 210
Divisors 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024
Roman numeral MXXIV
Binary 100000000002
Ternary 11012213
Quaternary 1000004
Quinary 130445
Senary 44246
Octal 20008
Duodecimal 71412
Hexadecimal 40016
Vigesimal 2B420
Base 36 SG36

1024 is the natural number following 1023 and preceding 1025.

1024 is a power of two: 2^{10} (2 to the 10th power).[1] It is the lowest power of two requiring four decimal digits, and the lowest power of two containing the digit 0 in its decimal representation (excluding any leading zeroes).

It is also the square of 32: 32^{2}.

1024 is the smallest number with exactly 11 divisors (but note that there are smaller numbers with more than 11 divisors; e.g., 60 has 12 divisors) (sequence A005179 in OEIS).

Approximation to 1000

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The neat coincidence that 210 is nearly equal to 103 provides the basis of a technique of estimating larger powers of 2 in decimal notation. Using 210a+b ≈ 2b103a is fairly accurate for exponents up to about 100. For exponents up to 300, 3a continues to be a good estimate of the number of digits.

For example, 253 ≈ 8×1015. The actual value is closer to 9×1015.

In the case of larger exponents the relationship becomes increasingly more inaccurate with errors exceeding an order of magnitude for a \geq 97, for example:

\begin{align}
\frac{2^{1000}}{10^{300}}
&= \exp \left( \ln \left( \frac{2^{1000}}{10^{300}} \right) \right) \\
&= \exp \left( \ln \left( 2^{1000}\right) - \ln\left(10^{300}\right)\right)\\
&\approx \exp\left(693.147-690.776\right)\\
&\approx \exp\left(2.372\right)\\
&\approx 10.72
\end{align}

In measuring bytes, 1024 is often used in place of 1000 as the quotients of the units byte, kilobyte, megabyte, etc. In 1999, the IEC coined the term kibibyte for multiples of 1024, with kilobyte being used for multiples of 1000. However, this convention was never widely adopted.[2]

Special use in computers

In binary notation, 1024 is represented as 10000000000, making it a simple round number occurring frequently in computer applications.

1024 is the maximum number of computer memory addresses that can be referenced with ten binary switches. This is the origin of the organization of computer memory into 1024-byte chunks or kibibytes.

In the Rich Text Format (RTF), language code 1024 indicates the text is not in any language and should be skipped over when proofing. Most used languages codes in RTF are integers slightly over 1024.

1024×768 pixels and 1280×1024 pixels are common standards of display resolution.

References

  1. Bryan Bunch, The Kingdom of Infinite Number. New York: W. H. Freeman & Company (2000): 170
  2. Lua error in package.lua at line 80: module 'strict' not found.

External links