Square root of 2 explained

Continued Fraction:

1+\cfrac{1}{2+\cfrac{1}{2+\cfrac{1}{2+\cfrac{1}{2+\ddots}}}}

The square root of 2 (approximately 1.4142) is the positive real number that, when multiplied by itself or squared, equals the number 2. It may be written in mathematics as

\sqrt{2}

or

21/2

. It is an algebraic number, and therefore not a transcendental number. Technically, it should be called the principal square root of 2, to distinguish it from the negative number with the same property.

Geometrically, the square root of 2 is the length of a diagonal across a square with sides of one unit of length; this follows from the Pythagorean theorem. It was probably the first number known to be irrational. The fraction (≈ 1.4142857) is sometimes used as a good rational approximation with a reasonably small denominator.

Sequence in the On-Line Encyclopedia of Integer Sequences consists of the digits in the decimal expansion of the square root of 2, here truncated to 65 decimal places:[1]

History

The Babylonian clay tablet YBC 7289 (–1600 BC) gives an approximation of

\sqrt{2}

in four sexagesimal figures,, which is accurate to about six decimal digits,[2] and is the closest possible three-place sexagesimal representation of

\sqrt{2}

, representing a margin of error of only –0.000042%:

1+

24
60

+

51
602

+

10
603

=

305470
216000

=1.41421\overline{296}.

Another early approximation is given in ancient Indian mathematical texts, the Sulbasutras (–200 BC), 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,

1+

1
3

+

1
3 x 4

-

1
3 x 4 x 34

=

577
408

=1.41421\overline{56862745098039}.

This approximation, diverging from the actual value of

\sqrt{2}

by approximately +0.07%, is the seventh in a sequence of increasingly accurate approximations based on the sequence of Pell numbers, which can be derived from the continued fraction expansion of

\sqrt{2}

. Despite having a smaller denominator, it is only slightly less accurate than the Babylonian approximation.

Pythagoreans discovered that the diagonal of a square is incommensurable with its side, or in modern language, that the square root of two is irrational. Little is known with certainty about the time or circumstances of this discovery, but the name of Hippasus of Metapontum is often mentioned. For a while, the Pythagoreans treated as an official secret the discovery that the square root of two is irrational, and, according to legend, Hippasus was murdered for divulging it, though this has little to any substantial evidence in traditional historian practice. The square root of two is occasionally called Pythagoras's number or Pythagoras's constant.

Ancient Roman architecture

In ancient Roman architecture, Vitruvius describes the use of the square root of 2 progression or ad quadratum technique. It consists basically in a geometric, rather than arithmetic, method to double a square, in which the diagonal of the original square is equal to the side of the resulting square. Vitruvius attributes the idea to Plato. The system was employed to build pavements by creating a square tangent to the corners of the original square at 45 degrees of it. The proportion was also used to design atria by giving them a length equal to a diagonal taken from a square, whose sides are equivalent to the intended atrium's width.

Decimal value

Computation algorithms

There are many algorithms for approximating

\sqrt{2}

as a ratio of integers or as a decimal. The most common algorithm for this, which is used as a basis in many computers and calculators, is the Babylonian method[3] for computing square roots, an example of Newton's method for computing roots of arbitrary functions. It goes as follows:

First, pick a guess,

a0>0

; the value of the guess affects only how many iterations are required to reach an approximation of a certain accuracy. Then, using that guess, iterate through the following recursive computation:

an+1=

12\left(a
n

+

\dfrac{2}{a+
n}\right)=an
2
1
an

.

Each iteration improves the approximation, roughly doubling the number of correct digits. Starting with

a0=1

, the subsequent iterations yield:

\begin{alignat}{3} a1&=\tfrac{3}{2}&&=1.5,\\ a2&=\tfrac{17}{12}&&=1.416\ldots,\\ a3&=\tfrac{577}{408}&&=1.414215\ldots,\\ a4&=\tfrac{665857}{470832}&&=1.4142135623746\ldots,\\ &    \vdots \end{alignat}

Rational approximations

A simple rational approximation (≈ 1.4142857) is sometimes used. Despite having a denominator of only 70, it differs from the correct value by less than (approx.).

The next two better rational approximations are (≈ 1.4141414...) with a marginally smaller error (approx.), and (≈ 1.4142012) with an error of approx .

The rational approximation of the square root of two derived from four iterations of the Babylonian method after starting with is too large by about ; its square is ≈ .

Records in computation

In 1997, the value of

\sqrt{2}

was calculated to 137,438,953,444 decimal places by Yasumasa Kanada's team. In February 2006, the record for the calculation of

\sqrt{2}

was eclipsed with the use of a home computer. Shigeru Kondo calculated one trillion decimal places in 2010. Other mathematical constants whose decimal expansions have been calculated to similarly high precision include , , and the golden ratio. Such computations provide empirical evidence of whether these numbers are normal.

This is a table of recent records in calculating the digits of

\sqrt{2}

.
data-sort-type="usLongDate" Date !Name data-sort-type="number" Number of digits
5 January 2022 data-sort-value="H" Tizian Hanselmann
28 June 2016 data-sort-value="W" Ron Watkins
3 April 2016 data-sort-value="W" Ron Watkins
20 January 2016 data-sort-value="W" Ron Watkins
9 February 2012 data-sort-value="Y" Alexander Yee
22 March 2010 data-sort-value="K" Shigeru Kondo

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 of a negation by refutation: it proves the statement "

\sqrt{2}

is not rational" by assuming that it is rational and then deriving a falsehood.
  1. Assume that

\sqrt{2}

is a rational number, meaning that there exists a pair of integers whose ratio is exactly

\sqrt{2}

.
  1. If the two integers have a common factor, it can be eliminated using the Euclidean algorithm.
  2. Then

\sqrt{2}

can be written as an irreducible fraction
a
b
such that and are coprime integers (having no common factor) which additionally means that at least one of or must be odd.
  1. It follows that
a2
b2

=2

and

a2=2b2

.   (  )   (are integers)
  1. Therefore, is even because it is equal to . (is necessarily even because it is 2 times another whole number.)
  2. It follows that must be even (as squares of odd integers are never even).
  3. Because is even, there exists an integer that fulfills

a=2k

.
  1. Substituting from step 7 for in the second equation of step 4:

2b2=a2=(2k)2=4k2

, which is equivalent to

b2=2k2

.
  1. Because is divisible by two and therefore even, and because

2k2=b2

, it follows that is also even which means that is even.
  1. By steps 5 and 8, and are both even, which contradicts step 3 (that
a
b
is irreducible).

Since we have derived a falsehood, the assumption (1) that

\sqrt{2}

is a rational number must be false. This means that

\sqrt{2}

is not a rational number; that is to say,

\sqrt{2}

is irrational.

This proof was hinted at by Aristotle, in his Analytica Priora, §I.23.[4] It appeared first as a full proof in Euclid's Elements, as proposition 117 of Book X. However, since the early 19th century, historians have agreed that this proof is an interpolation and not attributable to Euclid.[5]

Proof using reciprocals

Assume by way of contradiction that

\sqrt2

were rational. Then we may write

\sqrt2+1=

q
p
as an irreducible fraction in lowest terms, with coprime positive integers

q>p

. Since

(\sqrt2-1)(\sqrt2+1)=2-12=1

, it follows that

\sqrt2-1

can be expressed as the irreducible fraction
p
q
. However, since

\sqrt2-1

and

\sqrt2+1

differ by an integer, it follows that the denominators of their irreducible fraction representations must be the same, i.e.

q=p

. This gives the desired contradiction.

Proof by unique factorization

As with the proof by infinite descent, we obtain

a2=2b2

. Being the same quantity, each side has the same prime factorization by the fundamental theorem of arithmetic, and in particular, would have to have the factor 2 occur the same number of times. However, the factor 2 appears an odd number of times on the right, but an even number of times on the left—a contradiction.

Application of the rational root theorem

The irrationality of

\sqrt{2}

also follows from the rational root theorem, which states that a rational root of a polynomial, if it exists, must be the quotient of a factor of the constant term and a factor of the leading coefficient. In the case of

p(x)=x2-2

, the only possible rational roots are

\pm1

and

\pm2

. As

\sqrt{2}

is not equal to

\pm1

or

\pm2

, it follows that

\sqrt{2}

is irrational. This application also invokes the integer root theorem, a stronger version of the rational root theorem for the case when

p(x)

is a monic polynomial with integer coefficients; for such a polynomial, all roots are necessarily integers (which

\sqrt{2}

is not, as 2 is not a perfect square) or irrational.

The rational root theorem (or integer root theorem) may be used to show that any square root of any natural number that is not a perfect square is irrational. For other proofs that the square root of any non-square natural number is irrational, see Quadratic irrational number or Infinite descent.

Geometric proofs

A simple proof is attributed to Stanley Tennenbaum when he was a student in the early 1950s. Assume that

\sqrt{2}=a/b

, where

a

and

b

are coprime positive integers. Then

a

and

b

are the smallest positive integers for which

a2=2b2

. Now consider two squares with sides

a

and

b

, and place two copies of the smaller square inside the larger one as shown in Figure 1. The area of the square overlap region in the centre must equal the sum of the areas of the two uncovered squares. Hence there exist positive integers

p=2b-a

and

q=a-b

such that

p2=2q2

. Since it can be seen geometrically that

p<a

and

q<b

, this contradicts the original assumption.

Tom M. Apostol made another geometric reductio ad absurdum argument showing that

\sqrt{2}

is irrational. 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. It is essentially the same algebraic proof as in the previous paragraph, viewed geometrically in another way.

Let be a right isosceles triangle with hypotenuse length and legs as shown in Figure 2. By the Pythagorean theorem,

m
n

=\sqrt{2}

. Suppose and are integers. Let be a ratio given in its lowest terms.

Draw the arcs and with centre . Join . It follows that, and and coincide. Therefore, the triangles and are congruent by SAS.

Because is a right angle and is half a right angle, is also a right isosceles triangle. Hence implies . By symmetry,, and is also a right isosceles triangle. It also follows that .

Hence, there is an even smaller right isosceles triangle, with hypotenuse length and legs . These values are integers even smaller than and and in the same ratio, contradicting the hypothesis that is in lowest terms. Therefore, and cannot be both integers; hence,

\sqrt{2}

is irrational.

Constructive proof

While the proofs by infinite descent are constructively valid when "irrational" is defined to mean "not rational", we can obtain a constructively stronger statement by using a positive definition of "irrational" as "quantifiably apart from every rational". Let and be positive integers such that (as satisfies these bounds). Now and cannot be equal, since the first has an odd number of factors 2 whereas the second has an even number of factors 2. Thus . Multiplying the absolute difference by in the numerator and denominator, we get[6]

\left|\sqrt2-

a
b

\right|=

|2b2-a2|+
b2\left(\sqrt{2
a
b

\right)}\ge

1
2\left(\sqrt2
b+
a
b
\right)

\ge

1
3b2

,

the latter inequality being true because it is assumed that, giving (otherwise the quantitative apartness can be trivially established). This gives a lower bound of for the difference, yielding a direct proof of irrationality in its constructively stronger form, not relying on the law of excluded middle. This proof constructively exhibits an explicit discrepancy between

\sqrt{2}

and any rational.

Proof by Pythagorean triples

This proof uses the following property of primitive Pythagorean triples:

If,, and are coprime positive integers such that, then is never even.

This lemma can be used to show that two identical perfect squares can never be added to produce another perfect square.

Suppose the contrary that

\sqrt2

is rational. Therefore,

\sqrt2={a\overb}

where

a,b\inZ

and

\gcd(a,b)=1

Squaring both sides,

2={a2\overb2}

2b2=a2

b2+b2=a2

Here, is a primitive Pythagorean triple, and from the lemma is never even. However, this contradicts the equation which implies that must be even.

Multiplicative inverse

The multiplicative inverse (reciprocal) of the square root of two is a widely used constant, with the decimal value:[7]

It is often encountered in geometry and trigonometry because the unit vector, which makes a 45° angle with the axes in a plane, has the coordinates

\left(\sqrt{2
}, \frac\right)\!.Each coordinate satisfies
\sqrt{2
} = \sqrt = \frac = \sin 45^\circ = \cos 45^\circ.

Properties

One interesting property of

\sqrt{2}

is

{1\over{\sqrt{2}-1}}=\sqrt{2}+1

since

\left(\sqrt{2}+1\right)\left(\sqrt{2}-1\right)=2-1=1.

This is related to the property of silver ratios.

\sqrt{2}

can also be expressed in terms of copies of the imaginary unit using only the square root and arithmetic operations, if the square root symbol is interpreted suitably for the complex numbers and :
\sqrt{i\sqrt{i}}{i}and
+i
\sqrt{-i
-i

\sqrt{-i}}{-i}

\sqrt{2}

is also the only real number other than 1 whose infinite tetrate (i.e., infinite exponential tower) is equal to its square. In other words: if for, and for, the limit of as will be called (if this limit exists) . Then

\sqrt{2}

is the only number for which . Or symbolically:

\sqrt{2}\sqrt{2\sqrt{2

~~
~
}} = 2.

\sqrt{2}

appears in Viète's formula for,
2\pi\sqrt
=
12\sqrt{
12
+
12\sqrt12}
\sqrt{12
+
12\sqrt{12
+
12\sqrt12}}
,

which is related to the formula

\pi=\limm\toinfty2m\underbrace{\sqrt{2-\sqrt{2+\sqrt{2+\sqrt{2+ … +\sqrt{2}}}}}}msquareroots.

Similar in appearance but with a finite number of terms,

\sqrt{2}

appears in various trigonometric constants:[8]
\begin{align} \sin\pi
32

&=\tfrac12\sqrt{2-\sqrt{2+\sqrt{2+\sqrt{2}}}}& \sin

3\pi
16

&=\tfrac12\sqrt{2-\sqrt{2-\sqrt{2}}}& \sin

11\pi
32

&=\tfrac12\sqrt{2+\sqrt{2-\sqrt{2-\sqrt{2}}}}\\[6pt] \sin

\pi
16

&=\tfrac12\sqrt{2-\sqrt{2+\sqrt{2}}}& \sin

7\pi
32

&=\tfrac12\sqrt{2-\sqrt{2-\sqrt{2+\sqrt{2}}}}& \sin

3\pi
8

&=\tfrac12\sqrt{2+\sqrt{2}}\\[6pt] \sin

3\pi
32

&=\tfrac12\sqrt{2-\sqrt{2+\sqrt{2-\sqrt{2}}}}& \sin

\pi
4

&=\tfrac12\sqrt{2}& \sin

13\pi
32

&=\tfrac12\sqrt{2+\sqrt{2+\sqrt{2-\sqrt{2}}}}\\[6pt] \sin

\pi
8

&=\tfrac12\sqrt{2-\sqrt{2}}& \sin

9\pi
32

&=\tfrac12\sqrt{2+\sqrt{2-\sqrt{2+\sqrt{2}}}}& \sin

7\pi
16

&=\tfrac12\sqrt{2+\sqrt{2+\sqrt{2}}}\\[6pt] \sin

5\pi
32

&=\tfrac12\sqrt{2-\sqrt{2-\sqrt{2-\sqrt{2}}}}& \sin

5\pi
16

&=\tfrac12\sqrt{2+\sqrt{2-\sqrt{2}}}& \sin

15\pi
32

&=\tfrac12\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}} \end{align}

It is not known whether

\sqrt{2}

is a normal number, which is a stronger property than irrationality, but statistical analyses of its binary expansion are consistent with the hypothesis that it is normal to base two.

Representations

Series and product

The identity, along with the infinite product representations for the sine and cosine, leads to products such as

1
\sqrt2

=

infty
\prod\left(1-
k=0
1
(4k+2)2

\right)= \left(1-

1\right)\left(1-
4
1\right)\left(1-
36
1
100

\right)

and

\sqrt{2}=

infty(4k+2)2
(4k+1)(4k+3)
\prod= \left(
k=0
2 ⋅ 2\right)\left(
1 ⋅ 3
6 ⋅ 6\right)\left(
5 ⋅ 7
10 ⋅ 10\right)\left(
9 ⋅ 11
14 ⋅ 14
13 ⋅ 15

\right)

or equivalently,

\sqrt{2}=

infty\left(1+1
4k+1
\prod\right)\left(1-
k=0
1
4k+3

\right)= \left(1+

1\right)\left(1-
1
1\right)\left(1+
3
1\right)\left(1-
5
1
7

\right).

The number can also be expressed by taking the Taylor series of a trigonometric function. For example, the series for gives

1
\sqrt{2
} = \sum_^\infty \frac.The Taylor series of with and using the double factorial gives

\sqrt{2}=

infty
\sum
k=0

(-1)k+1

(2k-3)!!
(2k)!!

= 1+

1
2

-

1
2 ⋅ 4

+

1 ⋅ 3
2 ⋅ 4 ⋅ 6

-

1 ⋅ 3 ⋅ 5
2 ⋅ 4 ⋅ 6 ⋅ 8

+=1+

1
2

-

1
8

+

1
16

-

5
128

+

7
256

+.

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

\sqrt{2}=

infty
\sum
k=0
(2k+1)!
23k+1(k!)2

=

1+
2
3
8

+

15
64

+

35
256

+

315
4096

+

693
16384

+.

It is not known whether

\sqrt{2}

can be represented with a BBP-type formula. BBP-type formulas are known for and, however.

The number can be represented by an infinite series of Egyptian fractions, with denominators defined by 2n&hairsp;th terms of a Fibonacci-like recurrence relation a(n) = 34a(n−1) − a(n−2), a(0) = 0, a(1) = 6.[9]

\sqrt{2}=3-
2
1
2
infty
\sum
n=0
1=
a(2n)
3-
2
1\left(
2
1+
6
1+
204
1
235416

+...\right)

Continued fraction

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

\sqrt2=1+\cfrac{1}{2+\cfrac{1}{2+\cfrac{1}{2+\cfrac1\ddots}}}.

The convergents 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 numbers (i.e.,). The first convergents are: and the convergent following is . The convergent differs from

\sqrt{2}

by almost exactly, which follows from:

\left|\sqrt2-

p
q

\right|=

|2q2-p2|+
q2\left(\sqrt{2
p
q

\right)}=

1
2\left(\sqrt2
q+
p
q
\right)

\thickapprox

1
2\sqrt{2

q2}

Nested square

The following nested square expressions converge to

\begin{align} \sqrt{2} &=\tfrac32-2\left(\tfrac14-\left(\tfrac14-l(\tfrac14-r)2\right)2\right)2\\[10mu] &=\tfrac32-4\left(\tfrac18+\left(\tfrac18+l(\tfrac18+r)2\right)2\right)2. \end{align}

Applications

Paper size

In 1786, German physics professor Georg Christoph Lichtenberg found that any sheet of paper whose long edge is

\sqrt{2}

times longer than its short edge could be folded in half and aligned with its shorter side to produce a sheet with exactly the same proportions as the original. This ratio of lengths of the longer over the shorter side guarantees that cutting a sheet in half along a line results in the smaller sheets having the same (approximate) ratio as the original sheet. When Germany standardised paper sizes at the beginning of the 20th century, they used Lichtenberg's ratio to create the "A" series of paper sizes. Today, the (approximate) aspect ratio of paper sizes under ISO 216 (A4, A0, etc.) is 1:

\sqrt{2}

.

Proof:

Let

S=

shorter length and

L=

longer length of the sides of a sheet of paper, with

R=

L
S

=\sqrt{2}

as required by ISO 216.Let

R'=

L'
S'
be the analogous ratio of the halved sheet, then

R'=

S
L/2

=

2S
L

=

2
(L/S)

=

2
\sqrt{2
} = \sqrt = R.

Physical sciences

There are some interesting properties involving the square root of 2 in the physical sciences:

\sqrt{2}

.

See also

External links

Notes and References

  1. A002193 . Decimal expansion of square root of 2 . 2020-08-10 .
  2. 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
  3. Although the term "Babylonian method" is common in modern usage, there is no direct evidence showing how the Babylonians computed the approximation of

    \sqrt{2}

    seen on tablet YBC 7289. Fowler and Robson offer informed and detailed conjectures.
    Fowler and Robson, p. 376. Flannery, p. 32, 158.
  4. All that Aristotle says, while writing about proofs by contradiction, is that "the diagonal of the square is incommensurate with the side, because odd numbers are equal to evens if it is supposed to be commensurate".
  5. The edition of the Greek text of the Elements published by E. F. August in Berlin in 1826–1829 already relegates this proof to an Appendix. The same thing occurs with J. L. Heiberg's edition (1883–1888).
  6. See
  7. A010503 . Decimal expansion of 1/sqrt(2) . 3 November 2024.
  8. Julian D. A. Wiseman Sin and cos in surds
  9. A082405. a(n) = 34*a(n-1) - a(n-2); a(0)=0, a(1)=6 . 2016-09-05.