Jump to content

Square root of 2: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jtir (talk | contribs)
cvt inline exlinks to bare exlinks in refs; User:DumZiBoT will add the page names
Jtir (talk | contribs)
converting bare references using http://tools.wikimedia.de/%7Edispenser/cgi-bin/reflinks.py
Line 41: Line 41:
This ancient Indian approximation is the seventh in a sequence of increasingly accurate approximations based on the sequence of [[Pell number]]s, that can be derived from the [[continued fraction]] expansion of <math>\sqrt{2}.</math>
This ancient Indian approximation is the seventh in a sequence of increasingly accurate approximations based on the sequence of [[Pell number]]s, that can be derived from the [[continued fraction]] expansion of <math>\sqrt{2}.</math>


The discovery of the [[irrational number]]s is usually attributed to the [[Pythagorean]] [[Hippasus of Metapontum]], who produced a (most likely geometrical) proof of the irrationality of the square root of 2. According to one legend, Pythagoras believed in the absoluteness of numbers, and could not accept the existence of irrational numbers. He could not disprove their existence through logic, but his beliefs would not accept the existence of irrational numbers and so he sentenced Hippasus to death by drowning.<ref>http://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/mysteryaleph.htm</ref> Other legends report that Hippasus was drowned by fanatical Pythagoreans,<ref>http://scienceworld.wolfram.com/biography/Hippasus.html</ref> or merely expelled from their circle.<ref>http://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/mysteryaleph.htm</ref>
The discovery of the [[irrational number]]s is usually attributed to the [[Pythagorean]] [[Hippasus of Metapontum]], who produced a (most likely geometrical) proof of the irrationality of the square root of 2. According to one legend, Pythagoras believed in the absoluteness of numbers, and could not accept the existence of irrational numbers. He could not disprove their existence through logic, but his beliefs would not accept the existence of irrational numbers and so he sentenced Hippasus to death by drowning.<ref>[http://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/mysteryaleph.htm Washingtonpost.com: The Mystery Of The Aleph: Mathematics, the Kabbalah, and the Search for Infinity]</ref> Other legends report that Hippasus was drowned by fanatical Pythagoreans,<ref>[http://scienceworld.wolfram.com/biography/Hippasus.html Hippasus of Metapontum (ca. 500 BC) - from Eric Weisstein's World of Scientific Biography]</ref> or merely expelled from their circle.<ref>[http://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/mysteryaleph.htm Washingtonpost.com: The Mystery Of The Aleph: Mathematics, the Kabbalah, and the Search for Infinity]</ref>


==Computation algorithm==
==Computation algorithm==
Line 56: Line 56:
In February of 2006 the record for the calculation of √2 was eclipsed with the use of a home computer. Shigeru Kondo calculated 200,000,000,000 decimal places in slightly over 13 days and 14 hours using a 3.6GHz PC with 16GB of memory.{{Fact|date=May 2007}}
In February of 2006 the record for the calculation of √2 was eclipsed with the use of a home computer. Shigeru Kondo calculated 200,000,000,000 decimal places in slightly over 13 days and 14 hours using a 3.6GHz PC with 16GB of memory.{{Fact|date=May 2007}}


Among mathematical constants with nonrepeating decimal expansions, only [[pi|&pi;]] has been calculated more accurately.<ref>http://numbers.computation.free.fr/Constants/Miscellaneous/Records.html</ref>
Among mathematical constants with nonrepeating decimal expansions, only [[pi|&pi;]] has been calculated more accurately.<ref>[http://numbers.computation.free.fr/Constants/Miscellaneous/Records.html Number of known digits]</ref>


==Proofs of irrationality==
==Proofs of irrationality==

Revision as of 14:49, 12 February 2008

The square root of 2 is equal to the length of the hypotenuse of a right triangle with legs of length 1.

The square root of 2, also known as Pythagoras' constant, often denoted by

is the positive real number that, when multiplied by itself, gives the number 2. Its numerical value approximated to 65 decimal places (sequence A002193 in the OEIS) is:

1.41421 35623 73095 04880 16887 24209 69807 85696 71875 37694 80731 76679 73799.

The square root of 2 was probably the first known irrational number. Geometrically, it is the length of a diagonal across a square with sides of one unit of length; this follows from the Pythagorean theorem. On basic calculators with no square root function, the quick approximation for the square root of two is better than the quick approximation for pi, probably the most widely known irrational number.

List of numbers - Irrational numbers
ζ(3) - - φ - √3 - √5 - α - e - π - δ
Binary 1.0110101000001001111...
Decimal 1.4142135623730950488...
Hexadecimal 1.6A09E667F3BCC908B2F...
Continued fraction

The silver ratio is

History

Babylonian clay tablet YBC 7289 with annotations.
(Image by Bill Casselman)

The Babylonian clay tablet YBC 7289 (c. 1800–1600 BCE) gives an approximation of in four sexagesimal figures, which is about six decimal figures:[1]

Another early close approximation of this number is given in ancient Indian mathematical texts, the Sulbasutras (c. 800–200 BCE) as follows: Increase the length [of the side] by its third and this third by its own fourth less the thirty-fourth part of that fourth.[2] That is,

This ancient Indian approximation is the seventh in a sequence of increasingly accurate approximations based on the sequence of Pell numbers, that can be derived from the continued fraction expansion of

The discovery of the irrational numbers is usually attributed to the Pythagorean Hippasus of Metapontum, who produced a (most likely geometrical) proof of the irrationality of the square root of 2. According to one legend, Pythagoras believed in the absoluteness of numbers, and could not accept the existence of irrational numbers. He could not disprove their existence through logic, but his beliefs would not accept the existence of irrational numbers and so he sentenced Hippasus to death by drowning.[3] Other legends report that Hippasus was drowned by fanatical Pythagoreans,[4] or merely expelled from their circle.[5]

Computation algorithm

There are a number of algorithms for approximating the square root of 2, which in expressions as a ratio of integers or as a decimal can only be approximated. The most common algorithm for this, one used as a basis in many computers and calculators, is the Babylonian method[6] of computing square roots, which is one of many methods of computing square roots. It goes as follows:

First, pick an arbitrary guess, ; the guess doesn't matter, as it only affects how many iterations are required to reach an approximation of a certain accuracy. Then, using that guess, iterate through the following recursive computation:

The more iterations through the algorithm (that is, the more computations performed and the greater "n"), the better approximation of the square root of 2 is achieved.

The value of √2 was calculated to 137,438,953,444 decimal places by Yasumasa Kanada's team in 1997.

In February of 2006 the record for the calculation of √2 was eclipsed with the use of a home computer. Shigeru Kondo calculated 200,000,000,000 decimal places in slightly over 13 days and 14 hours using a 3.6GHz PC with 16GB of memory.[citation needed]

Among mathematical constants with nonrepeating decimal expansions, only π has been calculated more accurately.[7]

Proofs of irrationality

Proof by infinite descent

One proof of the number's irrationality is the following proof by infinite descent. It is also a proof by contradiction, which means the proposition is proved by assuming that the opposite of the proposition is true and showing that this assumption is false, which means that the proposition must be true.

  1. Assume that √2 is a rational number, meaning that there exists an integer a and an integer b such that a / b = √2.
  2. Then √2 can be written as an irreducible fraction a / b such that a and b are coprime integers and (a / b)2 = 2.
  3. It follows that a2 / b2 = 2 and a2 = 2 b2. ((a / b)n = an / bn)
  4. Therefore a2 is even because it is equal to 2 b2. (2 b2 is logically necessarily even because it's divisible by 2—that is, (2 b2)/2 = b2 — and numbers divisible by two are even by definition.)
  5. It follows that a must be even as (squares of odd integers are also odd, referring to b) or (only even numbers have even squares, referring to a).
  6. Because a is even, there exists an integer k that fulfills: a = 2k.
  7. Substituting 2k from (6) for a in the second equation of (3): 2b2 = (2k)2 is equivalent to 2b2 = 4k2 is equivalent to b2 = 2k2.
  8. Because 2k2 is divisible by two and therefore even, and because 2k2 = b2, it follows that b2 is also even which means that b is even.
  9. By (5) and (8) a and b are both even, which contradicts that a / b is irreducible as stated in (2).
Q.E.D

Since there is a contradiction, the assumption (1) that √2 is a rational number must be false. The opposite is proven: √2 is irrational.

This proof can be generalized to show that any root of any natural number is either a natural number or irrational.

Proof by unique factorization

An alternative proof uses the same approach with the unique factorization theorem:

  1. Assume that √2 is a rational number, meaning that there exists an integer a and an integer b such that a / b = √2.
  2. Then √2 can be written as an irreducible fraction (the fraction is reduced as much as possible) a / b such that a and b are coprime integers and (a / b)2 = 2.
  3. It follows that a2 / b2 = 2 and a2 = 2 b2.
  4. By the unique factorization theorem, both a and b have a unique prime factorization, such that a = 2xk and b = 2ym for the nonnegative integers x, y, and the nonnegative odd integers m and k.
  5. Therefore, a2 = 22xk2 and b2 = 22ym2.
  6. Inserting back into (3) we get that 22xk2 = 2·22ym2 = 22y+1m2.
  7. This states that a prime factorization with an even power of 2 (the exponent is 2x) is equal to one with an odd power of 2 (the exponent is 2y + 1). But this contradicts the unique factorization theorem. Therefore the original statement must be false.

Another proof

The following reductio ad absurdum argument showing the irrationality of √2 is less well-known. It uses the additional information √2 > 1.

  1. Assume that √2 is a rational number. This would mean that there exist integers m and n with n ≠ 0 such that m/n = √2.
  2. Then √2 can also be written as an irreducible fraction m/n with positive integers, because √2 > 0.
  3. Then
  4. Since √2 > 1, it follows that m > n, which in turn implies that m > 2nm.
  5. So the fraction m/n for √2, which according to (2) is already in lowest terms, is represented by (3) in strictly lower terms. This is a contradiction, so the assumption that √2 is rational must be false.

Geometric proof

Another reductio ad absurdum showing that √2 is irrational is less well-known.[8] It is also an example of proof by infinite descent. It makes use of classic compass and straightedge construction, proving the theorem by a method similar to that employed by ancient Greek geometers.

Let ABC be a right isosceles triangle with hypotenuse length m and legs n. By the Pythagorean theorem, m/n = √2. Suppose m and n are integers. Let m:n be a ratio given in its lowest terms.

Draw the arcs BD and CE with centre A. Join DE. It follows that AB = AD, AC = AE and the ∠BAC and ∠DAE coincide. Therefore the triangles ABC and ADE are congruent by SAS.

Since ∠EBF is a right angle and ∠BEF is half a right angle, BEF is also a right isosceles triangle. Hence BE = m − n implies BF = m − n. By symmetry, DF = m − n, and FDC is also a right isosceles triangle. It also follows that FC = n − (m − n) = 2n − m.

Hence we have an even smaller right isosceles triangle, with hypotenuse length 2n − m and legs m − n. These values are integers even smaller than m and n and in the same ratio, contradicting the hypothesis that m:n is in lowest terms. Therefore m and n cannot be both integers, hence √2 is irrational.

Properties of the square root of two

One-half of √2, approximately 0.70710 67811 86548, is a common quantity in geometry and trigonometry because the unit vector that makes a 45° angle with the axes in a plane has the coordinates

This number satisfies

One interesting property of the square root of two is as follows:

This is a result of a property of silver means.

Another interesting property of the square root of two:

The square root of two can also be expressed in terms of the copies of the imaginary unit i using only the square root and arithmetic operations:

and

Series and product representations

The identity cos(π/4) = sin(π/4) = 1/√2, along with the infinite product representations for the sine and cosine, leads to products such as

and

or equivalently,

The number can also be expressed by taking the Taylor series of a trigonometric function. For example, the series for cos(π/4) gives

The Taylor series of √(1+x) with x = 1 gives

The convergence of this series can be accelerated with an Euler transform, producing

It is not known whether √2 can be represented with a BBP-type formula. BBP-type formulas are known for π√2 and √2 ln(1+√2), however. [1]

Continued fraction representation

The square root of two has the following continued fraction representation:

See also

Notes

  1. ^ Fowler and Robson, p. 368.
    Photograph, illustration, and description of the root(2) tablet from the Yale Babylonian Collection
    High resolution photographs, descriptions, and analysis of the root(2) tablet (YBC 7289) from the Yale Babylonian Collection
  2. ^ Henderson.
  3. ^ Washingtonpost.com: The Mystery Of The Aleph: Mathematics, the Kabbalah, and the Search for Infinity
  4. ^ Hippasus of Metapontum (ca. 500 BC) - from Eric Weisstein's World of Scientific Biography
  5. ^ Washingtonpost.com: The Mystery Of The Aleph: Mathematics, the Kabbalah, and the Search for Infinity
  6. ^ Although the term "Babylonian method" is common in modern usage, there is no direct evidence showing how the Babylonians computed the approximation of √2 seen on tablet YBC 7289. Fowler and Robson offer informed and detailed conjectures.
    Fowler and Robson, p. 376. Flannery, p. 32, 158.
  7. ^ Number of known digits
  8. ^ Apostol (2000), p. 841

References

  • Apostol, Tom M. (2000). "Irrationality of The Square Root of Two — A Geometric Proof". The American Mathematical Monthly. 107 (9): 841–842. {{cite journal}}: Cite has empty unknown parameters: |quotes= and |coauthors= (help); Unknown parameter |month= ignored (help)
  • Flannery, David (2005). The Square Root of Two. Springer. ISBN 0-387-20220-X. {{cite book}}: Cite has empty unknown parameter: |coauthors= (help)
  • Fowler, David (1998). "Square Root Approximations in Old Babylonian Mathematics: YBC 7289 in Context" (PDF). Historia Mathematica. 25 (4): 366–378. {{cite journal}}: Cite has empty unknown parameter: |quotes= (help); Unknown parameter |coauthors= ignored (|author= suggested) (help); Unknown parameter |month= ignored (help)
  • Gourdon, X. & Sebah, P. Pythagoras' Constant: √2. Includes information on how to compute digits of .
  • Henderson, David W., Square Roots in the Sulbasutra
  • Weisstein, Eric W. "Pythagoras's Constant". MathWorld.