首页 | 主题 | 图库 | 问答 | 文摘 | 原创 | 百科

历史 | 地理 | 人物 | 艺术 | 体育 | 科学 | 音乐 | 电影 | 信息技术 | 世界遗产

 开放、中立,源自维基百科

Personal tools

2 (number)

From Wikipedia, the free encyclopedia

Jump to: navigation, search
2

0 1 2 3 4 5 6 7 8 9

Cardinal 2
two
Ordinal number 2nd
second
Numeral system binary
Factorization prime
Gaussian integer factorization Failed to parse (Missing texvc executable; please see math/README to configure.): (1 + i)(1 - i)
Divisors 1, 2
Roman numeral II
Roman numeral (Unicode) Ⅱ, ⅱ
Arabic ٢
Amharic
Bengali
Chinese numeral
Devanāgarī
Hebrew ב (Bet)
Khmer
Thai
prefixes di- (from Greek)

duo- bi- (from Latin)

twi- (Old English)

Binary 10
Octal 2
Duodecimal 2
Hexadecimal 2
Look up two, both in Wiktionary, the free dictionary.

2 (two) is a number, numeral, and glyph. It is the natural number following 1 and preceding 3.

Contents

In mathematics

Two has many properties in mathematics.[1] An integer is called even if it is divisible by 2. For integers written in a numeral system based on an even number, such as decimal and hexadecimal, divisibility by 2 is easily tested by merely looking at the one's place digit. If it's even, then the whole number is even. In particular, when written in the decimal system, all multiples of 2 will end in 0, 2, 4, 6, or 8.

Two is the smallest and the first prime number, and the only even one (for this reason it is sometimes humorously called "the oddest prime"). The next prime is three. 2 is the first Sophie Germain prime, the first factorial prime, the first Lucas prime, and the first Smarandache-Wellin prime. It is an Eisenstein prime with no imaginary part and real part of the form Failed to parse (Missing texvc executable; please see math/README to configure.): 3n - 1 . It is also a Stern prime, a Pell number, and a Markov number, appearing in infinitely many solutions to the Markov Diophantine equation involving odd-indexed Pell numbers.

It is the third Fibonacci number, and the third and fifth Perrin numbers.

Despite being a prime, two is also a highly composite number, because it has more divisors than the number one. The next highly composite number is four.

Vulgar fractions with 2 or 5 in the denominator do not yield infinite decimal expansions, as is the case with most primes, because 2 and 5 are factors of ten, the decimal base.

Two is the base of the simplest numeral system in which natural numbers can be written concisely, being the length of the number a logarithm of the value of the number (whereas in base 1 the length of the number is the value of the number itself); the binary system is used in computers.

For any number x:

x+x = 2·x addition to multiplication
x·x = x2 multiplication to exponentiation
xx = x↑↑2 exponentiation to tetration

Two also has the unique property that 2+2 = 2·2 = 2²=2↑↑2=2↑↑↑2, and so on, no matter how high the operation is.

Two is the only number x such that the sum of the reciprocals of the powers of x equals itself. In symbols: Failed to parse (Missing texvc executable; please see math/README to configure.): \sum_{k=0}^{\infin}\frac {1}{2^k}=1+\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\frac{1}{16}+\cdots=2


This comes from the fact that:

Failed to parse (Missing texvc executable; please see math/README to configure.): \sum_{k=0}^\infin \frac {1}{n^k}=1+\frac{1}{n-1} \quad\mbox{for all} \quad n\in\mathbb R > 1


Powers of two are central to the concept of Mersenne primes, and important to computer science. Two is the first Mersenne prime exponent.

Taking the square root of a number is such a common mathematical operation, that the spot on the root sign where the exponent would normally be written for cubic roots and other such roots, is left blank for square roots, as it is considered tacit.

The square root of two was the first known irrational number.

The smallest field has two elements.

In the set-theoretical construction of the natural numbers, 2 is identified with the set Failed to parse (Missing texvc executable; please see math/README to configure.): \{\{\emptyset\},\emptyset\} . This latter set is important in category theory: it is a subobject classifier in the category of sets.

Two is a primorial, as well as its own factorial. Two often occurs in numerical sequences, such as the Fibonacci number sequence, but not quite as often as one does. Two is also a Motzkin number, a Bell number, an all-Harshad number, a meandric number, a semi-meandric number, and an open meandric number.

Two is the number of n-Queens Problem solutions for n = 4. With one exception, all known solutions to Znám's problem start with 2.

Two also has the unique property such that:

Failed to parse (Missing texvc executable; please see math/README to configure.): \sum_{k=0}^{n-1} 2^k = 2^{n} - 1


and also

Failed to parse (Missing texvc executable; please see math/README to configure.): \sum_{k=a}^{n-1} 2^k = 2^n - \sum_{k=0}^{a-1} 2^k - 1

for a not equal to zero

Two has a connection to triangular numbers:

Failed to parse (Missing texvc executable; please see math/README to configure.): \prod_{k=0}^n 2^k= 2^{tri_2(n)}


Where Failed to parse (Missing texvc executable; please see math/README to configure.): tri_d(n)= \frac {1}{d!}\prod_{k=0}^{d-1} (n+k)\quad \mbox{if}\quad d\ge 2

gives the nth d-dimensional simplex number. When d=2, 

Failed to parse (Missing texvc executable; please see math/README to configure.): tri_2(n)=\frac {n^2+n}{2}


The number of domino tilings of a 2×2 checkerboard is 2.

For any polyhedron homeomorphic to a sphere, the Euler characteristic is Failed to parse (Missing texvc executable; please see math/README to configure.): \chi = V-E+F = 2.


As of 2008, there are only two known Wieferich primes.

List of basic calculations

Multiplication 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 50 100 1000
Failed to parse (Missing texvc executable; please see math/README to configure.): 2 \times x 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 100 200 2000
Division 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Failed to parse (Missing texvc executable; please see math/README to configure.): 2 \div x 2 1 Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{6} 0.5 0.4 Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{3} Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{2}8571\overline{4} 0.25 Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{2} 0.2 Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{1}\overline{8} Failed to parse (Missing texvc executable; please see math/README to configure.): 0.1\overline{6} Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{1}5384\overline{6} Failed to parse (Missing texvc executable; please see math/README to configure.): 0.\overline{1}4285\overline{7} Failed to parse (Missing texvc executable; please see math/README to configure.): 0.1\overline{3}
Failed to parse (Missing texvc executable; please see math/README to configure.): x \div 2 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5 6 6.5 7 7.5
Exponentiation 1 2 3 4 5 6 7 8 9 10 11 12 13
Failed to parse (Missing texvc executable; please see math/README to configure.): 2 ^ x\, 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192
Failed to parse (Missing texvc executable; please see math/README to configure.): x ^ 2\, 1 4 9 16 25 36 49 64 81 100 121 144 169

Evolution of the glyph

Image:Evolution2glyph.png

The glyph we use today in the Western world to represent the number 2 traces its roots back to the Brahmin Indians, who wrote 2 as two horizontal lines (it is still written that way in modern Chinese and Japanese). The Gupta rotated the two lines 45 degrees, making them diagonal, and sometimes also made the top line shorter and made its bottom end curve towards the center of the bottom line. Apparently for speed, the Nagari started making the top line more like a curve and connecting to the bottom line. The Ghubar Arabs made the bottom line completely vertical, and now the glyph looked like a dotless closing question mark. Restoring the bottom line to its original horizontal position, but keeping the top line as a curve that connects to the bottom line leads to our modern glyph.[2]

In fonts with text figures, 2 usually has the same height as a lowercase X, for example, Image:Text figures 256.svg.

In science

Languages
AD Links