Template:Short description Template:Use dmy dates Template:Cs1 config Template:Redirect-distinguish Template:Infobox non-integer number}}</math> }}

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 as <math>\sqrt{2}</math> or <math>2^{1/2}</math>. 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.<ref>Template:Citation</ref> The fraction Template:Sfrac (≈ 1.4142857) is sometimes used as a good rational approximation with a reasonably small denominator.

Sequence A002193 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 60 decimal places:<ref>Template:Cite OEIS</ref>

Template:Gaps

HistoryEdit

File:Ybc7289-bw.jpg
Babylonian clay tablet YBC 7289 with annotations. Besides showing the square root of 2 in sexagesimal (Template:Nowrap), the tablet also gives an example where one side of the square is 30 and the diagonal then is Template:Nowrap. The sexagesimal digit 30 can also stand for Template:Nowrap = Template:Sfrac, in which case Template:Nowrap is approximately 0.7071065.

The Babylonian clay tablet YBC 7289 (Template:Circa–1600 BC) gives an approximation of <math>\sqrt{2}</math> in four sexagesimal figures, Template:Nowrap, which is accurate to about six decimal digits,<ref>Template:Cite journal See p. 368.
Photograph, illustration, and description of the root(2) tablet from the Yale Babylonian Collection Template:Webarchive
High resolution photographs, descriptions, and analysis of the root(2) tablet (YBC 7289) from the Yale Babylonian Collection</ref> and is the closest possible three-place sexagesimal representation of <math>\sqrt{2}</math>, representing a margin of error of only –0.000042%:

<math>1 + \frac{24}{60} + \frac{51}{60^2} + \frac{10}{60^3} = \frac{305470}{216000} = 1.41421\overline{296}.</math>

Another early approximation is given in ancient Indian mathematical texts, the Sulbasutras (Template:Circa–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.<ref>Template:Citation</ref> That is,

<math>1 + \frac{1}{3} + \frac{1}{3 \times 4} - \frac{1}{3 \times4 \times 34} = \frac{577}{408} = 1.41421\overline{56862745098039}.</math>

This approximation, diverging from the actual value of <math>\sqrt{2}</math> 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 <math>\sqrt{2}</math>. 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.<ref>Template:Citation</ref><ref>Template:Citation</ref> The square root of two is occasionally called Pythagoras's number<ref>Template:Citation</ref> or Pythagoras's constant.

Ancient Roman architectureEdit

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.<ref>Template:Citation</ref>

Decimal valueEdit

Computation algorithmsEdit

Template:Further There are many algorithms for approximating <math>\sqrt{2}</math> 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<ref>Although the term "Babylonian method" is common in modern usage, there is no direct evidence showing how the Babylonians computed the approximation of <math>\sqrt{2}</math> seen on tablet YBC 7289. Fowler and Robson offer informed and detailed conjectures.
Fowler and Robson, p. 376. Flannery, p. 32, 158.</ref> for computing square roots, an example of Newton's method for computing roots of arbitrary functions. It goes as follows:

First, pick a guess, <math>a_0 > 0</math>; 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:

<math>a_{n+1} = \frac12\left(a_n + \dfrac{2}{a_n}\right)=\frac{a_n}{2}+\frac{1}{a_n}. </math>

Each iteration improves the approximation, roughly doubling the number of correct digits. Starting with <math>a_0=1</math>, the subsequent iterations yield:

<math>\begin{alignat}{3}

a_1 &= \tfrac{3}{2} &&= \mathbf{1}.5, \\ a_2 &= \tfrac{17}{12} &&= \mathbf{1.41}6\ldots, \\ a_3 &= \tfrac{577}{408} &&= \mathbf{1.41421}5\ldots, \\ a_4 &= \tfrac{665857}{470832} &&= \mathbf{1.41421356237}46\ldots, \\

   &\qquad \vdots

\end{alignat}</math>

Rational approximationsEdit

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

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

The rational approximation of the square root of two derived from four iterations of the Babylonian method after starting with Template:Math (Template:Sfrac) is too large by about Template:Val; its square is ≈ Template:Val.

Records in computationEdit

In 1997, the value of <math>\sqrt{2}</math> was calculated to 137,438,953,444 decimal places by Yasumasa Kanada's team. In February 2006, the record for the calculation of <math>\sqrt{2}</math> was eclipsed with the use of a home computer. Shigeru Kondo calculated one trillion decimal places in 2010.<ref>Template:Citation</ref> Other mathematical constants whose decimal expansions have been calculated to similarly high precision include [[pi|Template:Pi]], [[e (mathematical constant)|Template:Mvar]], and the golden ratio.<ref name="y-cruncher">Template:Citation</ref> Such computations provide empirical evidence of whether these numbers are normal.

This is a table of recent records in calculating the digits of <math>\sqrt{2}</math>.<ref name="y-cruncher" />

Date Name Number of digits
4 April 2025 Teck Por Lim Template:Val
26 December 2023 Jordan Ranous Template:Val
5 January 2022 Tizian Hanselmann Template:Val
28 June 2016 Ron Watkins Template:Val
3 April 2016 Ron Watkins Template:Val
20 January 2016 Ron Watkins Template:Val
9 February 2012 Alexander Yee Template:Val
22 March 2010 Shigeru Kondo Template:Val

Proofs of irrationalityEdit

Proof by infinite descentEdit

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 "<math>\sqrt{2}</math> is not rational" by assuming that it is rational and then deriving a falsehood.

  1. Assume that <math>\sqrt{2}</math> is a rational number, meaning that there exists a pair of integers whose ratio is exactly <math>\sqrt{2}</math>.
  2. If the two integers have a common factor, it can be eliminated using the Euclidean algorithm.
  3. Then <math>\sqrt{2}</math> can be written as an irreducible fraction <math>\frac{a}{b}</math> such that Template:Math and Template:Math are coprime integers (having no common factor) which additionally means that at least one of Template:Math or Template:Math must be odd.
  4. It follows that <math>\frac{a^2}{b^2}=2</math> and <math>a^2=2b^2</math>.   ( Template:Math )   ( Template:Math are integers)
  5. Therefore, Template:Math is even because it is equal to Template:Math. (Template:Math is necessarily even because it is 2 times another whole number.)
  6. It follows that Template:Math must be even (as squares of odd integers are never even).
  7. Because Template:Math is even, there exists an integer Template:Math that fulfills <math>a = 2k</math>.
  8. Substituting Template:Math from step 7 for Template:Math in the second equation of step 4: <math>2b^2 = a^2 = (2k)^2 = 4k^2</math>, which is equivalent to <math>b^2=2k^2</math>.
  9. Because Template:Math is divisible by two and therefore even, and because <math>2k^2=b^2</math>, it follows that Template:Math is also even which means that Template:Math is even.
  10. By steps 5 and 8, Template:Math and Template:Math are both even, which contradicts step 3 (that <math>\frac{a}{b}</math> is irreducible).

Since we have derived a falsehood, the assumption (1) that <math>\sqrt{2}</math> is a rational number must be false. This means that <math>\sqrt{2}</math> is not a rational number; that is to say, <math>\sqrt{2}</math> is irrational.

This proof was hinted at by Aristotle, in his Analytica Priora, §I.23.<ref>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".</ref> 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.<ref>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).</ref>

Proof using reciprocalsEdit

Assume by way of contradiction that <math>\sqrt 2</math> were rational. Then we may write <math>\sqrt 2 + 1 = \frac{q}{p}</math> as an irreducible fraction in lowest terms, with coprime positive integers <math>q>p</math>. Since <math>(\sqrt 2-1)(\sqrt 2+1)=2-1^2=1</math>, it follows that <math>\sqrt 2-1</math> can be expressed as the irreducible fraction <math>\frac{p}{q}</math>. However, since <math>\sqrt 2-1</math> and <math>\sqrt 2+1</math> differ by an integer, it follows that the denominators of their irreducible fraction representations must be the same, i.e. <math>q=p</math>. This gives the desired contradiction.

Proof by unique factorizationEdit

As with the proof by infinite descent, we obtain <math>a^2 = 2b^2</math>. 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 theoremEdit

The irrationality of <math>\sqrt{2}</math> 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 <math>p(x) = x^2 - 2</math>, the only possible rational roots are <math>\pm 1</math> and <math>\pm 2</math>. As <math>\sqrt{2}</math> is not equal to <math>\pm 1</math> or <math>\pm 2</math>, it follows that <math>\sqrt{2}</math> is irrational. This application also invokes the integer root theorem, a stronger version of the rational root theorem for the case when <math>p(x)</math> is a monic polynomial with integer coefficients; for such a polynomial, all roots are necessarily integers (which <math>\sqrt{2}</math> 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 proofsEdit

Tennenbaum's proofEdit

File:NYSqrt2.svg
Figure 1. Stanley Tennenbaum's geometric proof of the irrationality of Template:Math

A simple proof is attributed to Stanley Tennenbaum when he was a student in the early 1950s.<ref>Template:Citation</ref><ref>Template:Citation</ref> Assume that <math>\sqrt{2} = a/b</math>, where <math>a</math> and <math>b</math> are coprime positive integers. Then <math>a</math> and <math>b</math> are the smallest positive integers for which <math>a^2 = 2b^2</math>. Geometrically, this implies that a square with side length <math>a</math> will have an area equal to two squares of (lesser) side length <math>b</math>. Call these squares A and B. We can draw these squares and compare their areas - the simplest way to do so is to fit the two B squares into the A squares. When we try to do so, we end up with the arrangement in Figure 1., in which the two B squares overlap in the middle and two uncovered areas are present in the top left and bottom right. In order to assert <math>a^2 = 2b^2</math>, we would need to show that the area of the overlap is equal to the area of the two missing areas, i.e. <math>(2b-a)^2</math> = <math>2(a-b)^2</math>. In other terms, we may refer to the side lengths of the overlap and missing areas as <math>p = 2b-a</math> and <math>q = a-b</math>, respectively, and thus we have <math>p^2 = 2q^2</math>. But since we can see from the diagram that <math>p < a</math> and <math>q < b</math>, and we know that <math>p</math> and <math>q</math> are integers from their definitions in terms of <math>a</math> and <math>b</math>, this means that we are in violation of the original assumption that <math>a</math> and <math>b</math> are the smallest positive integers for which <math>a^2 = 2b^2</math>.

Hence, even in assuming that <math>a</math> and <math>b</math> are the smallest positive integers for which <math>a^2 = 2b^2</math>, we may prove that there exists a smaller pair of integers <math>p</math> and <math>q</math> which satisfy the relation. This contradiction within the definition of <math>a</math> and <math>b</math> implies that they cannot exist, and thus <math>\sqrt{2}</math> must be irrational.

Apostol's proofEdit

File:Irrationality of sqrt2.svg
Figure 2. Tom Apostol's geometric proof of the irrationality of Template:Math

Tom M. Apostol made another geometric reductio ad absurdum argument showing that <math>\sqrt{2}</math> is irrational.<ref>Template:Citation</ref> 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 Tennebaum's proof, viewed geometrically in another way.

Let Template:Math be a right isosceles triangle with hypotenuse length Template:Math and legs Template:Math as shown in Figure 2. By the Pythagorean theorem, <math>\frac{m}{n}=\sqrt{2}</math>. Suppose Template:Math and Template:Math are integers. Let Template:Math be a ratio given in its lowest terms.

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

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

Hence, there is an even smaller right isosceles triangle, with hypotenuse length Template:Math and legs Template:Math. These values are integers even smaller than Template:Math and Template:Math and in the same ratio, contradicting the hypothesis that Template:Math is in lowest terms. Therefore, Template:Math and Template:Math cannot be both integers; hence, <math>\sqrt{2}</math> is irrational.

Constructive proofEdit

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 Template:Math and Template:Math be positive integers such that Template:Math (as Template:Math satisfies these bounds). Now Template:Math and Template:Math cannot be equal, since the first has an odd number of factors 2 whereas the second has an even number of factors 2. Thus Template:Math. Multiplying the absolute difference Template:Math by Template:Math in the numerator and denominator, we get<ref>See Template:Citation</ref>

<math>\left|\sqrt2 - \frac{a}{b}\right| = \frac{|2b^2-a^2|}{b^2\!\left(\sqrt{2}+\frac{a}{b}\right)} \ge \frac{1}{b^2\!\left(\sqrt2 + \frac{a}{b}\right)} \ge \frac{1}{3b^2},</math>

the latter inequality being true because it is assumed that Template:Math, giving Template:Math (otherwise the quantitative apartness can be trivially established). This gives a lower bound of Template:Math for the difference Template:Math, yielding a direct proof of irrationality in its constructively stronger form, not relying on the law of excluded middle.<ref>Template:Citation</ref> This proof constructively exhibits an explicit discrepancy between <math>\sqrt{2}</math> and any rational.

Proof by Pythagorean triplesEdit

This proof uses the following property of primitive Pythagorean triples:

If Template:Math, Template:Math, and Template:Math are coprime positive integers such that Template:Math, then Template:Math is never even.<ref name=Sierpinski>Template:Citation</ref>

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 <math>\sqrt2</math> is rational. Therefore,

<math>\sqrt2 = {a \over b}</math>
where <math>a,b \in \mathbb{Z}</math> and <math>\gcd(a,b) = 1</math>
Squaring both sides,
<math>2 = {a^2 \over b^2}</math>
<math>2b^2 = a^2</math>
<math>b^2+b^2 = a^2</math>

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

Multiplicative inverseEdit

The multiplicative inverse (reciprocal) of the square root of two is a widely used constant, with the decimal value:<ref>Template:Cite OEIS</ref>

Template:Gaps

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

<math>\left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)\!.</math>

Each coordinate satisfies

<math>\frac{\sqrt{2}}{2} = \sqrt{\tfrac{1}{2}} = \frac{1}{\sqrt{2}} = \sin 45^\circ = \cos 45^\circ.</math>

PropertiesEdit

File:Circular and hyperbolic angle.svg
Angle size and sector area are the same when the conic radius is Template:Math. This diagram illustrates the circular and hyperbolic functions based on sector areas Template:Math.

One interesting property of <math>\sqrt{2}</math> is

<math>\!\ {1 \over {\sqrt{2} - 1}} = \sqrt{2} + 1</math>

since

<math>\left(\sqrt{2}+1\right)\!\left(\sqrt{2}-1\right) = 2-1 = 1.</math>

This is related to the property of silver ratios.

<math>\sqrt{2}</math> can also be expressed in terms of copies of the imaginary unit Template:Math using only the square root and arithmetic operations, if the square root symbol is interpreted suitably for the complex numbers Template:Math and Template:Math:

<math>\frac{\sqrt{i}+i \sqrt{i}}{i}\text{ and }\frac{\sqrt{-i}-i \sqrt{-i}}{-i}</math>

<math>\sqrt{2}</math> 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 Template:Math, Template:Math and Template:Math for Template:Math, the limit of Template:Math as Template:Math will be called (if this limit exists) Template:Math. Then <math>\sqrt{2}</math> is the only number Template:Math for which Template:Math. Or symbolically:

<math>\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{~\cdot^{~\cdot^{~\cdot}}}}} = 2.</math>

<math>\sqrt{2}</math> appears in Viète's formula for Template:Pi,

<math>

\frac2\pi = \sqrt\frac12 \cdot \sqrt{\frac12 + \frac12\sqrt\frac12} \cdot \sqrt{\frac12 + \frac12\sqrt{\frac12 + \frac12\sqrt\frac12}} \cdots, </math>

which is related to the formula<ref>Template:Citation</ref>

<math>\pi = \lim_{m\to\infty} 2^{m} \underbrace{\sqrt{2-\sqrt{2+\sqrt{2+\sqrt{2+\cdots+\sqrt{2}}}}}}_{m\text{ square roots}}\,.</math>

Similar in appearance but with a finite number of terms, <math>\sqrt{2}</math> appears in various trigonometric constants:<ref>Julian D. A. Wiseman Sin and cos in surds Template:Webarchive</ref>

<math>\begin{align}

\sin\frac{\pi}{32} &= \tfrac12\sqrt{2-\sqrt{2+\sqrt{2+\sqrt{2}}}} &\quad \sin\frac{3\pi}{16} &= \tfrac12\sqrt{2-\sqrt{2-\sqrt{2}}} &\quad \sin\frac{11\pi}{32} &= \tfrac12\sqrt{2+\sqrt{2-\sqrt{2-\sqrt{2}}}} \\[6pt] \sin\frac{\pi}{16} &= \tfrac12\sqrt{2-\sqrt{2+\sqrt{2}}} &\quad \sin\frac{7\pi}{32} &= \tfrac12\sqrt{2-\sqrt{2-\sqrt{2+\sqrt{2}}}} &\quad \sin\frac{3\pi}{8} &= \tfrac12\sqrt{2+\sqrt{2}} \\[6pt] \sin\frac{3\pi}{32} &= \tfrac12\sqrt{2-\sqrt{2+\sqrt{2-\sqrt{2}}}} &\quad \sin\frac{\pi}{4} &= \tfrac12\sqrt{2} &\quad \sin\frac{13\pi}{32} &= \tfrac12\sqrt{2+\sqrt{2+\sqrt{2-\sqrt{2}}}} \\[6pt] \sin\frac{\pi}{8} &= \tfrac12\sqrt{2-\sqrt{2}} &\quad \sin\frac{9\pi}{32} &= \tfrac12\sqrt{2+\sqrt{2-\sqrt{2+\sqrt{2}}}} &\quad \sin\frac{7\pi}{16} &= \tfrac12\sqrt{2+\sqrt{2+\sqrt{2}}} \\[6pt] \sin\frac{5\pi}{32} &= \tfrac12\sqrt{2-\sqrt{2-\sqrt{2-\sqrt{2}}}} &\quad \sin\frac{5\pi}{16} &= \tfrac12\sqrt{2+\sqrt{2-\sqrt{2}}} &\quad \sin\frac{15\pi}{32} &= \tfrac12\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}} \end{align}</math>

It is not known whether <math>\sqrt{2}</math> 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.<ref>Template:Citation</ref>

RepresentationsEdit

Series and productEdit

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

<math>\frac{1}{\sqrt 2} = \prod_{k=0}^\infty \left(1-\frac{1}{(4k+2)^2}\right) =

\left(1-\frac{1}{4}\right)\!\left(1-\frac{1}{36}\right)\!\left(1-\frac{1}{100}\right) \cdots</math> and

<math>\sqrt{2} = \prod_{k=0}^\infty\frac{(4k+2)^2}{(4k+1)(4k+3)} =

\left(\frac{2 \cdot 2}{1 \cdot 3}\right)\!\left(\frac{6 \cdot 6}{5 \cdot 7}\right)\!\left(\frac{10 \cdot 10}{9 \cdot 11}\right)\!\left(\frac{14 \cdot 14}{13 \cdot 15}\right) \cdots</math> or equivalently,

<math>\sqrt{2} = \prod_{k=0}^\infty\left(1+\frac{1}{4k+1}\right)\left(1-\frac{1}{4k+3}\right) =

\left(1+\frac{1}{1}\right)\!\left(1-\frac{1}{3}\right)\!\left(1+\frac{1}{5}\right)\!\left(1-\frac{1}{7}\right) \cdots.</math>

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

<math>\frac{1}{\sqrt{2}} = \sum_{k=0}^\infty \frac{(-1)^k \left(\frac{\pi}{4}\right)^{2k}}{(2k)!}.</math>

The Taylor series of <math>\sqrt{1 + x}</math> with Template:Math and using the double factorial Template:Math gives

<math>\sqrt{2} = \sum_{k=0}^\infty (-1)^{k+1} \frac{(2k-3)!!}{(2k)!!} =

1 + \frac{1}{2} - \frac{1}{2\cdot4} + \frac{1\cdot3}{2\cdot4\cdot6} - \frac{1\cdot3\cdot5}{2\cdot4\cdot6\cdot8} + \cdots = 1 + \frac{1}{2} - \frac{1}{8} + \frac{1}{16} - \frac{5}{128} + \frac{7}{256} + \cdots.</math>

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

<math>\sqrt{2} = \sum_{k=0}^\infty \frac{(2k+1)!}{2^{3k+1}(k!)^2 } = \frac{1}{2} +\frac{3}{8} + \frac{15}{64} + \frac{35}{256} + \frac{315}{4096} + \frac{693}{16384} + \cdots.</math>

It is not known whether <math>\sqrt{2}</math> can be represented with a BBP-type formula. BBP-type formulas are known for Template:Math and <math>\sqrt{2} \ln(1+\sqrt{2})</math>, however.<ref>Template:Citation</ref>

The number can be represented by an infinite series of Egyptian fractions, with denominators defined by 2nth terms of a Fibonacci-like recurrence relation a(n) = 34a(n−1) − a(n−2), a(0) = 0, a(1) = 6:<ref>Template:Cite OEIS</ref>

<math>\sqrt{2}=\frac{3}{2}-\frac{1}{2}\sum_{n=0}^\infty \frac{1}{a(2^n)}=\frac{3}{2}-\frac{1}{2}\left(\frac{1}{6}+\frac{1}{204}+\frac{1}{235416}+\dots \right). </math>

Continued fractionEdit

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

<math>\sqrt2 = 1 + \cfrac{1}{2 + \cfrac{1}{2 + \cfrac{1}{2 + \cfrac1\ddots}}}. </math>

The convergents Template:Math 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., Template:Math). The first convergents are: Template:Math and the convergent following Template:Math is Template:Math. The convergent Template:Math differs from <math>\sqrt{2}</math> by almost exactly <math>\frac{1}{2 \sqrt{2}q^2}</math>, which follows from:

<math>\left|\sqrt2 - \frac{p}{q}\right| = \frac{|2q^2-p^2|}{q^2\!\left(\sqrt{2}+\frac{p}{q}\right)} = \frac{1}{q^2\!\left(\sqrt2 + \frac{p}{q}\right)} \thickapprox \frac{1}{2\sqrt{2}q^2}</math>

Nested squareEdit

The following nested square expressions converge to Template:Nobr

<math>\begin{align}

\sqrt{2} &= \tfrac32 - 2 \left( \tfrac14 - \left( \tfrac14 - \bigl( \tfrac14 - \cdots \bigr)^2 \right)^2 \right)^2 \\[10mu] &= \tfrac32 - 4 \left( \tfrac18 + \left( \tfrac18 + \bigl( \tfrac18 + \cdots \bigr)^2 \right)^2 \right)^2. \end{align}</math>

ApplicationsEdit

Paper sizeEdit

File:A size illustration2.svg
The A series of paper sizes

In 1786, German physics professor Georg Christoph Lichtenberg<ref name=":0" /> found that any sheet of paper whose long edge is <math>\sqrt{2}</math> 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.<ref name=":0">Template:Citation</ref> Today, the (approximate) aspect ratio of paper sizes under ISO 216 (A4, A0, etc.) is 1:<math>\sqrt{2}</math>.

Proof:

Let <math>S = </math> shorter length and <math>L = </math> longer length of the sides of a sheet of paper, with

<math>R = \frac{L}{S} = \sqrt{2}</math> as required by ISO 216.

Let <math>R' = \frac{L'}{S'}</math> be the analogous ratio of the halved sheet, then

<math>R' = \frac{S}{L/2} = \frac{2S}{L} = \frac{2}{(L/S)} = \frac{2}{\sqrt{2}} = \sqrt{2} = R. </math>

Physical sciencesEdit

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

  • The square root of two is the frequency ratio of a tritone interval in twelve-tone equal temperament music.
  • The square root of two forms the relationship of f-stops in photographic lenses, which in turn means that the ratio of areas between two successive apertures is 2.
  • The celestial latitude (declination) of the Sun during a planet's astronomical cross-quarter day points equals the tilt of the planet's axis divided by <math>\sqrt{2}</math>.

Template:Distances between double cube corners.svg

  • In the brain there are lattice cells, discovered in 2005 by a group led by May-Britt and Edvard Moser. "The grid cells were found in the cortical area located right next to the hippocampus [...] At one end of this cortical area the mesh size is small and at the other it is very large. However, the increase in mesh size is not left to chance, but increases by the squareroot of two from one area to the next."<ref name="Hjernen er stjernen" >Template:Citation</ref>

See alsoEdit

NotesEdit

Template:Reflist

ReferencesEdit

External linksEdit

Template:Algebraic numbers Template:Irrational number Template:Authority control