All Topics  
Square root of 2

 

   Email Print
   Bookmark   Link






 

Square root of 2



 
 
The square root of 2, also known as Pythagoras' constant, is the positive real number
Real number

In mathematics, the real numbers may be described informally in several different ways. The real numbers include both rational numbers, such as 42 and −23/129, and irrational numbers, such as pi and the square root of two; or, a real number can be given by an infinite decimal representation, such as 2.4871773339...., where the digits co...
 that, when multiplied by itself, gives the number 2
2 (number)

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

Geometrically the square root
Square root

In mathematics, a square root of a number x is a number r such that r2 = x, or, in other words, a number r whose square is x....
 of 2 is the length of a diagonal across a square with sides of one unit of length; this follows from the Pythagorean theorem
Pythagorean theorem

In mathematics, the Pythagorean theorem or Pythagoras' theorem is a relation in Euclidean geometry among the three sides of a triangle#Types of triangles....
. It was probably the first number known to be irrational
Irrational number

In mathematics, an irrational number is any real number that is not a rational number ? that is, it is a number which cannot be expressed as a fraction m/n, where m and n are integers, with n non-zero....
. Its numerical value approximated to 65 decimal places
Decimal

The decimal numeral system has 10 as its Base . It is the most widely used numeral system....
  is:
1.41421 35623 73095 04880 16887 24209 69807 85696 71875 37694 80731 76679 73799...


The square root of 2 is often denoted by

   or   v2

but can also be written in exponent notation as

On basic calculators with no square-root function, the quick approximation for the square root may be used.






Discussion
Ask a question about 'Square root of 2'
Start a new discussion about 'Square root of 2'
Answer questions from other users
Full Discussion Forum



Encyclopedia


The square root of 2, also known as Pythagoras' constant, is the positive real number
Real number

In mathematics, the real numbers may be described informally in several different ways. The real numbers include both rational numbers, such as 42 and −23/129, and irrational numbers, such as pi and the square root of two; or, a real number can be given by an infinite decimal representation, such as 2.4871773339...., where the digits co...
 that, when multiplied by itself, gives the number 2
2 (number)

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

Geometrically the square root
Square root

In mathematics, a square root of a number x is a number r such that r2 = x, or, in other words, a number r whose square is x....
 of 2 is the length of a diagonal across a square with sides of one unit of length; this follows from the Pythagorean theorem
Pythagorean theorem

In mathematics, the Pythagorean theorem or Pythagoras' theorem is a relation in Euclidean geometry among the three sides of a triangle#Types of triangles....
. It was probably the first number known to be irrational
Irrational number

In mathematics, an irrational number is any real number that is not a rational number ? that is, it is a number which cannot be expressed as a fraction m/n, where m and n are integers, with n non-zero....
. Its numerical value approximated to 65 decimal places
Decimal

The decimal numeral system has 10 as its Base . It is the most widely used numeral system....
  is:
1.41421 35623 73095 04880 16887 24209 69807 85696 71875 37694 80731 76679 73799...


The square root of 2 is often denoted by

   or   v2

but can also be written in exponent notation as

On basic calculators with no square-root function, the quick approximation for the square root may be used. Despite having a denominator of only 70, it differs from the correct value by less than 1/10 000.

History

The Babylonian clay tablet YBC 7289 (c. 1800–1600 BCE) gives an approximation of in four sexagesimal
Sexagesimal

Sexagesimal is a numeral system with 60 as the radix. It originated with the ancient Sumerians in the 3rd millennium BC, was transmitted to the Babylonia, and is still used?in modified form?for measuring time, angles, and geographic coordinates....
 figures, which is about six decimal
Decimal

The decimal numeral system has 10 as its Base . It is the most widely used numeral system....
 figures:


Another early close approximation of this number is given in ancient Indian
History of India

The known history of India begins with the Indus Valley Civilization, which spread and flourished in the north-western part of the Indian subcontinent, from c....
 mathematical texts, the Sulbasutras
Sulba Sutras

The Shulba Sutras or Sulbasutras are sutra texts belonging to the Srauta ritual and containing geometry related to fire-altar construction....
 (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. That is,

This ancient Indian approximation is the seventh in a sequence of increasingly accurate approximations based on the sequence of Pell number
Pell number

In mathematics, the Pell numbers are an infinite sequence of integers that have been known since ancient times, the denominators of the closest rational approximations to the square root of 2....
s, that can be derived from the continued fraction
Continued fraction

In mathematics, a continued fraction is an expression such aswhere a0 is an integer and all the other numbers ai are positive integers....
 expansion of

The discovery of the irrational number
Irrational number

In mathematics, an irrational number is any real number that is not a rational number ? that is, it is a number which cannot be expressed as a fraction m/n, where m and n are integers, with n non-zero....
s is usually attributed to the Pythagorean
Pythagorean

Pythagorean means of or pertaining to the ancient Ionian mathematician, philosopher, and music theorist Pythagoras. See:...
 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. Other legends report that Hippasus was drowned by some Pythagoreans, or merely expelled from their circle.

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 methodFowler and Robson, p. 376. Flannery, p. 32, 158. of computing square roots, which is one of many methods of computing square roots
Methods of computing square roots

This article presents and explains several methods which can be used to calculate square roots....
. It goes as follows:

First, pick an arbitrary guess, a0>0; 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
Recursive

Recursive may refer to:*Recursion*Recursively enumerable language*Recursively enumerable set*Recursive filter*Recursive function*Recursive language...
 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 v2 was calculated to 137,438,953,444 decimal places by Yasumasa Kanada
Yasumasa Kanada

is a Japanese mathematician most known for his numerous world records over the past two decades for calculating digits of pi. He has set the record 9 of the past 11 times....
's team in 1997.

In February 2006 the record for the calculation of v2 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.

Among mathematical constants with computationally challenging decimal expansions, only π
Pi

Pi or p is a mathematical constant whose value is the ratio of any circle's circumference to its diameter in Euclidean geometry; this is the same value as the ratio of a circle's area to the square of its radius....
 has been calculated more precisely.

Proofs of irrationality


A short proof of this result is to obtain it from Gauss's lemma
Gauss's lemma (polynomial)

In algebra, in the theory of polynomials , Gauss's lemma is either of two related statements about polynomials with integer coefficients.* The first result states that the product of two primitive polynomials is primitive ....
, that if p(x) is a monic polynomial with integer coefficients, then any rational root of p(x) is necessarily an integer. Applying this to the polynomial p(x) = x2 − 2, it follows that v2 is either an integer or irrational. Since v2 is not an integer (2 is not a perfect square), v2 must therefore be irrational.

See quadratic irrational
Quadratic irrational

In mathematics, a quadratic irrational, also known asa quadratic irrationality or quadratic surd, is an irrational number that is the solution to some quadratic equation with rational coefficients....
 for a proof that the square root of any non-square natural number is irrational.

Proof by infinite descent

One proof of the number's irrationality is the following proof by infinite descent
Infinite descent

In mathematics, a proof by infinite descent is a particular kind of proof by mathematical induction. One typical application is to show that a given equation has no solutions....
. It is also a proof by contradiction
Reductio ad absurdum

Reductio ad absurdum , also known as an apagogical argument, reductio ad impossibile, or proof by contradiction, is a type of logical argument where one assumes a claim for the sake of argument and derives an absurd or ridiculous outcome, and then concludes that the original claim must have been wrong as it led to an abs...
, which means the proposition is proved by assuming that the opposite of the proposition is true and showing that this assumption is false, thereby implying that the proposition must be true.

  1. Assume that v2 is a rational number, meaning that there exists an integer a and an integer b such that a / b = v2.
  2. Then v2 can be written as an irreducible fraction
    Irreducible fraction

    An irreducible fraction is a vulgar fraction in which the numerator and denominator are smaller than those in any other equivalent vulgar fraction....
     a / b such that a and b are coprime
    Coprime

    In mathematics, the integers a and b are said to be coprime or relatively prime if they have no common divisor other than 1 or, equivalently, if their greatest common divisor is 1....
     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 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.
Q.E.D.

Q.E.D. is an abbreviation of the List of Latin phrases , which literally means "which was to be demonstrated". The phrase is written in its abbreviated form at the end of a mathematical proof or Philosophy Logical argument, to signify that the last statement deduced was the one to be demonstrated, so the proof is complete....


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

Proof by unique factorization

An alternative proof uses the same approach with the fundamental theorem of arithmetic
Fundamental theorem of arithmetic

In number theory and algebraic number theory, the Fundamental Theorem of Arithmetic states that any integer greater than 1 can be written as a unique product of prime numbers....
 which says every integer greater than 1 has a unique factorization into powers of primes:

  1. Assume that v2 is a rational number. Then there are integers a and b such that a is coprime
    Coprime

    In mathematics, the integers a and b are said to be coprime or relatively prime if they have no common divisor other than 1 or, equivalently, if their greatest common divisor is 1....
     to
    b and v2 = a / b. In other words, v2 can be written as an irreducible fraction
    Irreducible fraction

    An irreducible fraction is a vulgar fraction in which the numerator and denominator are smaller than those in any other equivalent vulgar fraction....
    .
  2. The value of b cannot be 1 as there is no integer a the square of which is 2.
  3. There must be a prime p say which divides b and which does not divide into a otherwise the fraction would not be irreducible.
  4. The square of a can be factorized as the product of the primes into which a is factorized but with each power doubled.
  5. Therefore by unique factorization the prime p which divides b, and also its square, cannot divide the square of a.
  6. Therefore the square of an irreducible fraction cannot be reduced to an integer
  7. Therefore the square root of 2 cannot be a rational number.


This proof can be generalized to show that any root of any natural number
Natural number

In mathematics, a natural number can mean either an element of the Set = *n = = ? = ? ...
 which is not the square of a natural number is irrational. The article quadratic irrational
Quadratic irrational

In mathematics, a quadratic irrational, also known asa quadratic irrationality or quadratic surd, is an irrational number that is the solution to some quadratic equation with rational coefficients....
 gives a proof of the same result but not using the fundamental theorem of arithmetic.

Another proof

The following reductio ad absurdum
Reductio ad absurdum

Reductio ad absurdum , also known as an apagogical argument, reductio ad impossibile, or proof by contradiction, is a type of logical argument where one assumes a claim for the sake of argument and derives an absurd or ridiculous outcome, and then concludes that the original claim must have been wrong as it led to an abs...
 argument showing the irrationality of v2 is less well-known. It uses the additional information v2 > 1.
  1. Assume that v2 is a rational number. This would mean that there exist integers m and n with n ? 0 such that m/n = v2.
  2. Then v2 can also be written as an irreducible fraction m/n with positive integers, because v2 > 0.
  3. Then
  4. Since v2 > 1, it follows that m > n, which in turn implies that m > 2n – m.
  5. So the fraction m/n for v2, 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 v2 is rational must be false.


Geometric proof

Another reductio ad absurdum
Reductio ad absurdum

Reductio ad absurdum , also known as an apagogical argument, reductio ad impossibile, or proof by contradiction, is a type of logical argument where one assumes a claim for the sake of argument and derives an absurd or ridiculous outcome, and then concludes that the original claim must have been wrong as it led to an abs...
 showing that v2 is irrational is less well-known. It is also an example of proof by infinite descent
Infinite descent

In mathematics, a proof by infinite descent is a particular kind of proof by mathematical induction. One typical application is to show that a given equation has no solutions....
. It makes use of classic compass and straightedge
Compass and straightedge

Compass-and-straightedge or ruler-and-compass construction is the construction of lengths or angles using only an Idealization ruler and Compass ....
 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
Pythagorean theorem

In mathematics, the Pythagorean theorem or Pythagoras' theorem is a relation in Euclidean geometry among the three sides of a triangle#Types of triangles....
,
m/n = v2. Suppose m and n are integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
s. Let
m:n be a ratio
Ratio

A ratio is an expression which compares quantities relative to each other. The most common examples involve two quantities, but in theory any number of quantities can be compared....
 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 2
n − 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 v2 is irrational.

Analytic proof


  • Lemma 1: let and such that for all and






Then is irrational.

Proof: suppose with .

For sufficiently big



then





but is an integer, absurd, then is irrational.

  • is irrational.


Proof: let and





for all .

By induction
Mathematical induction

Mathematical induction is a method of mathematical proof typically used to establish that a given statement is true of all natural numbers. It is done by proving that the first statement in the infinite sequence of statements is true, and then proving that if any one statement in the infinite sequence of statements is true, then...
,



for all . For ,



and if is true for then is true for . In fact







By lemma 1 applications is irrational.

Properties of the square root of two

One-half of v2, approximately 0.70710 67811 86548, is a common quantity in geometry and trigonometry
Trigonometry

Trigonometry is a branch of mathematics that deals with triangle s, particularly those plane triangles in which one angle has 90 degrees . Trigonometry deals with relationships between the sides and the angles of triangles and with the trigonometric functions, which describe those relationships....
 because the unit vector
Unit vector

In mathematics, a unit vector in a normed vector space is a Vector space whose Norm is 1 . A unit vector is often denoted by a lowercase letter with a superscribed caret or ?hat?, like this: ....
 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
Imaginary unit

In mathematics, physics, and engineering, the imaginary unit is denoted by  or the Latin   or the Greek iota . It allows the real number system, to be extended to the complex number system,   Its precise definition is dependent upon the particular method of extension....
 
i using only the square root
Square root

In mathematics, a square root of a number x is a number r such that r2 = x, or, in other words, a number r whose square is x....
 and arithmetic operations
Arithmetic

Arithmetic or arithmetics is the oldest and most elementary branch of mathematics, used by almost everyone, for tasks ranging from simple day-to-day counting to advanced science and business calculations....
:

and

The square root of two is also the only real number whose infinite tetrate
Tetration

In mathematics, tetration is an iterated function exponential function, the first hyper operator after exponentiation. The portmanteau tetration was coined by English mathematician Reuben Louis Goodstein from tetra- and iteration....
 is equal to its square.

Series and product representations

The identity cos(p/4) = sin(p/4) = 1/v2, 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
Taylor series

In mathematics, the Taylor series is a representation of a function as an Series of terms calculated from the values of its derivatives at a single point....
 of a trigonometric function. For example, the series for cos(p/4) gives

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

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

It is not known whether v2 can be represented with a BBP-type formula. BBP-type formulas are known for pv2 and v2 ln(1+v2), however.

Continued fraction representation

The square root of two has the following continued fraction
Continued fraction

In mathematics, a continued fraction is an expression such aswhere a0 is an integer and all the other numbers ai are positive integers....
 representation:

The convergents
Convergent (continued fraction)

A convergent is one of a sequence of values obtained by evaluating successive truncations of a continued fraction. The nth convergent is also known as the nth approximant of a continued fraction....
 formed by truncating this representation form a sequence of fractions that approximate the square root of two to increasing accuracy, and that are described by the Pell number
Pell number

In mathematics, the Pell numbers are an infinite sequence of integers that have been known since ancient times, the denominators of the closest rational approximations to the square root of 2....
s (known as side and diameter numbers to the ancient Greeks due to their use in approximating the ratio between the sides and diagonal of a square).

Paper size


The square root of two is the aspect ratio
Aspect ratio

The aspect ratio of a shape is the ratio of its longer dimension to its shorter dimension. It may be applied to two characteristic dimensions of a three-dimensional shape, such as the ratio of the longest and shortest axis, or for symmetrical objects that are described by just two measurements, such as the length and diameter of a rod....
 of paper size
Paper size

There have been many standard sizes of paper at different times and in different countries, but today there are two widespread systems in use: the international standard and the North American sizes....
s under ISO 216
ISO 216

ISO 216 specifies International Organization for Standardization paper sizes used in most countries in the world today. It is the standard which defines the commonly available A4 paper size....
. This ratio guarantees that cutting in half a sheet by a line parallel to its short side results in two sheets having the same ratio.

Indeed, if a rectangle has sides and , its half has sides and , the latter being the same as . Therefore, the proportion between the long side and the short side is again .

See also

  • Square root of 3
    Square root of 3

    The square root of 3 is the positive real number that, when multiplied by itself, gives the number 3 . It is denoted byThe first sixty significant digits of its decimal expansion are:...
  • Square root of 5
    Square root of 5

    The square root of 5 is the positive real number that, when multiplied by itself, gives the prime number 5 . This number appears in the formula for the golden ratio....
  • Silver ratio
    Silver ratio

    The silver ratio is a Mathematics constant. Its name is an allusion to the golden ratio; analogously to the way the golden ratio is the limiting ratio of consecutive Fibonacci numbers, the silver ratio is the limiting ratio of consecutive Pell numbers....
    , 1 + v2
  • The square root of two is the frequency ratio
    Interval (music)

    In music theory, the term interval describes the relationship between the pitch of two notes.Intervals may be described as:*vertical if the two notes sound simultaneously...
     of a tritone
    Tritone

    The tritone is a musical interval that spans three major second. The tritone is the same as an augmented fourth, which in equal temperament is enharmonic to a diminished fifth....
     interval in twelve-tone equal temperament
    Equal temperament

    Equal temperament is a musical temperament, or a system of Musical tuning in which every pair of adjacent notes has an identical frequency ratios....
     music.
  • The square root of two also forms the relationship of f stops in photographic lenses.


External links

  • , a collection of proofs
  • , enthusiast site with realtime computation