√5
   HOME

TheInfoList



OR:

The square root of 5 is the positive
real number In mathematics, a real number is a number that can be used to measure a continuous one- dimensional quantity such as a duration or temperature. Here, ''continuous'' means that pairs of values can have arbitrarily small differences. Every re ...
that, when multiplied by itself, gives the prime number 5. It is more precisely called the principal square root of 5, to distinguish it from the negative number with the same property. This number appears in the fractional expression for the
golden ratio In mathematics, two quantities are in the golden ratio if their ratio is the same as the ratio of their summation, sum to the larger of the two quantities. Expressed algebraically, for quantities and with , is in a golden ratio to if \fr ...
. It can be denoted in surd form as \sqrt. It is an
irrational Irrationality is cognition, thinking, talking, or acting without rationality. Irrationality often has a negative connotation, as thinking and actions that are less useful or more illogical than other more rational alternatives. The concept of ...
algebraic number In mathematics, an algebraic number is a number that is a root of a function, root of a non-zero polynomial in one variable with integer (or, equivalently, Rational number, rational) coefficients. For example, the golden ratio (1 + \sqrt)/2 is ...
. The first sixty significant digits of its
decimal expansion A decimal representation of a non-negative real number is its expression as a sequence of symbols consisting of decimal digits traditionally written with a single separator: r = b_k b_\cdots b_0.a_1a_2\cdots Here is the decimal separator ...
are: : , which can be rounded down to 2.236 to within 99.99% accuracy. The approximation (≈ 2.23611) for the square root of five can be used. Despite having a
denominator A fraction (from , "broken") represents a part of a whole or, more generally, any number of equal parts. When spoken in everyday English, a fraction describes how many parts of a certain size there are, for example, one-half, eight-fifths, thre ...
of only 72, it differs from the correct value by less than (approx. ). As of January 2022, the numerical value in decimal of the square root of 5 has been computed to at least 2,250,000,000,000 digits.


Rational approximations

The square root of 5 can be expressed as the
simple continued fraction A simple or regular continued fraction is a continued fraction with numerators all equal one, and denominators built from a sequence \ of integer numbers. The sequence can be finite or infinite, resulting in a finite (or terminated) continued fr ...
: ; 4, 4, 4, 4, 4,\ldots= 2 + \cfrac 1 . The successive partial evaluations of the continued fraction, which are called its ''convergents'', approach \sqrt: :\frac, \frac, \frac, \frac, \frac, \frac, \frac, \frac, \dots Their numerators are 2, 9, 38, 161, … , and their denominators are 1, 4, 17, 72, … . Each of these is a
best rational approximation A simple or regular continued fraction is a continued fraction with numerators all equal one, and denominators built from a sequence \ of integer numbers. The sequence can be finite or infinite, resulting in a finite (or terminated) continued fra ...
of \sqrt; in other words, it is closer to \sqrt than any
rational number In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (for example, The set of all ...
with a smaller denominator. The convergents, expressed as , satisfy alternately the
Pell's equation Pell's equation, also called the Pell–Fermat equation, is any Diophantine equation of the form x^2 - ny^2 = 1, where ''n'' is a given positive Square number, nonsquare integer, and integer solutions are sought for ''x'' and ''y''. In Cartesian ...
s :x^2 - 5y^2 = -1\quad \text \quad x^2 - 5y^2 = 1 When \sqrt is approximated with the
Babylonian method Square root algorithms compute the non-negative square root \sqrt of a positive real number S. Since all square roots of natural numbers, other than of perfect squares, are irrational, square roots can usually only be computed to some finite pre ...
, starting with and using , the th approximant is equal to the th convergent of the continued fraction: :x_0 = 2.0,\quad x_1 = \frac = 2.25,\quad x_2 = \frac = 2.23611\dots,\quad x_3 = \frac = 2.2360679779 \ldots,\quad x_4 = \frac = 2.23606797749979 \ldots The Babylonian method is equivalent to
Newton's method In numerical analysis, the Newton–Raphson method, also known simply as Newton's method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a ...
for
root In vascular plants, the roots are the plant organ, organs of a plant that are modified to provide anchorage for the plant and take in water and nutrients into the plant body, which allows plants to grow taller and faster. They are most often bel ...
finding applied to the
polynomial In mathematics, a polynomial is a Expression (mathematics), mathematical expression consisting of indeterminate (variable), indeterminates (also called variable (mathematics), variables) and coefficients, that involves only the operations of addit ...
x^2-5. The Newton's method update, x_ = x_n - f(x_n)/f'(x_n), is equal to (x_n + 5/x_n)/2 when f(x) = x^2 - 5. The method therefore converges quadratically.


Relation to the golden ratio and Fibonacci numbers

The
golden ratio In mathematics, two quantities are in the golden ratio if their ratio is the same as the ratio of their summation, sum to the larger of the two quantities. Expressed algebraically, for quantities and with , is in a golden ratio to if \fr ...
is the
arithmetic mean In mathematics and statistics, the arithmetic mean ( ), arithmetic average, or just the ''mean'' or ''average'' is the sum of a collection of numbers divided by the count of numbers in the collection. The collection is often a set of results fr ...
of 1 and \sqrt. The
algebra Algebra is a branch of mathematics that deals with abstract systems, known as algebraic structures, and the manipulation of expressions within those systems. It is a generalization of arithmetic that introduces variables and algebraic ope ...
ic relationship between \sqrt, the golden ratio and the conjugate of the golden ratio () is expressed in the following formulae: : \begin \sqrt & = \varphi - \Phi = 2\varphi - 1 = 1 - 2\Phi \\ pt\varphi & = \frac \\ pt\Phi & = \frac. \end (See the section below for their geometrical interpretation as decompositions of a \sqrt
rectangle In Euclidean geometry, Euclidean plane geometry, a rectangle is a Rectilinear polygon, rectilinear convex polygon or a quadrilateral with four right angles. It can also be defined as: an equiangular quadrilateral, since equiangular means that a ...
.) \sqrt then naturally figures in the closed form expression for the
Fibonacci number In mathematics, the Fibonacci sequence is a Integer sequence, sequence in which each element is the sum of the two elements that precede it. Numbers that are part of the Fibonacci sequence are known as Fibonacci numbers, commonly denoted . Many w ...
s, a formula which is usually written in terms of the golden ratio: : F(n) = \frac. The quotient of \sqrt and (or the product of \sqrt and ), and its
reciprocal Reciprocal may refer to: In mathematics * Multiplicative inverse, in mathematics, the number 1/''x'', which multiplied by ''x'' gives the product 1, also known as a ''reciprocal'' * Reciprocal polynomial, a polynomial obtained from another pol ...
, provide an interesting pattern of continued fractions and are related to the ratios between the Fibonacci numbers and the
Lucas number The Lucas sequence is an integer sequence named after the mathematician François Édouard Anatole Lucas (1842–1891), who studied both that sequence and the closely related Fibonacci sequence. Individual numbers in the Lucas sequence ar ...
s: : \begin \frac = \Phi \cdot \sqrt = \frac & = 1.3819660112501051518\dots \\ & = ; 2, 1, 1, 1, 1, 1, 1, 1, \ldots\\ pt\frac = \frac = \frac & = 0.72360679774997896964\ldots \\ & = ; 1, 2, 1, 1, 1, 1, 1, 1, \ldots \end The series of convergents to these values feature the series of Fibonacci numbers and the series of Lucas numbers as numerators and denominators, and vice versa, respectively: : \begin & , \ldots \ldots ; 2, 1, 1, 1, 1, 1, 1, 1, \ldots\\ pt& , \dots \dots ; 1, 2, 1, 1, 1, 1, 1, 1,\dots \end In fact, the
limit Limit or Limits may refer to: Arts and media * ''Limit'' (manga), a manga by Keiko Suenobu * ''Limit'' (film), a South Korean film * Limit (music), a way to characterize harmony * "Limit" (song), a 2016 single by Luna Sea * "Limits", a 2009 ...
of the quotient of the n^ Lucas number L_n and the n^ Fibonacci number F_n is directly equal to the square root of 5: : \lim_ \frac=\sqrt.


Geometry

Geometrically, \sqrt corresponds to the
diagonal In geometry, a diagonal is a line segment joining two vertices of a polygon or polyhedron, when those vertices are not on the same edge. Informally, any sloping line is called diagonal. The word ''diagonal'' derives from the ancient Greek Î ...
of a rectangle whose sides are of length 1 and 2, as is evident from the
Pythagorean theorem In mathematics, the Pythagorean theorem or Pythagoras' theorem is a fundamental relation in Euclidean geometry between the three sides of a right triangle. It states that the area of the square whose side is the hypotenuse (the side opposite t ...
. Such a rectangle can be obtained by halving a square, or by placing two equal squares side by side. This can be used to subdivide a square grid into a tilted square grid with five times as many squares, forming the basis for a
subdivision surface In the field of 3D computer graphics, a subdivision surface (commonly shortened to SubD surface or Subsurf) is a curved Computer representation of surfaces, surface represented by the specification of a coarser polygon mesh and produced by a re ...
. Together with the algebraic relationship between \sqrt and , this forms the basis for the geometrical construction of a
golden rectangle In geometry, a golden rectangle is a rectangle with side lengths in golden ratio \tfrac :1, or with approximately equal to or Golden rectangles exhibit a special form of self-similarity: if a square is added to the long side, or removed from ...
from a square, and for the construction of a
regular Regular may refer to: Arts, entertainment, and media Music * "Regular" (Badfinger song) * Regular tunings of stringed instruments, tunings with equal intervals between the paired notes of successive open strings Other uses * Regular character, ...
pentagon In geometry, a pentagon () is any five-sided polygon or 5-gon. The sum of the internal angles in a simple polygon, simple pentagon is 540°. A pentagon may be simple or list of self-intersecting polygons, self-intersecting. A self-intersecting ...
given its side (since the side-to-diagonal ratio in a regular pentagon is ). Since two adjacent faces of a
cube A cube or regular hexahedron is a three-dimensional space, three-dimensional solid object in geometry, which is bounded by six congruent square (geometry), square faces, a type of polyhedron. It has twelve congruent edges and eight vertices. It i ...
would unfold into a 1:2 rectangle, the ratio between the length of the cube's
edge Edge or EDGE may refer to: Technology Computing * Edge computing, a network load-balancing system * Edge device, an entry point to a computer network * Adobe Edge, a graphical development application * Microsoft Edge, a web browser developed by ...
and the shortest distance from one of its vertices to the opposite one, when traversing the cube ''surface'', is \sqrt. By contrast, the shortest distance when traversing through the ''inside'' of the cube corresponds to the length of the cube diagonal, which is the square root of three times the edge. A rectangle with side proportions 1:\sqrt is called a ''root-five rectangle'' and is part of the series of root rectangles, a subset of
dynamic rectangle A dynamic rectangle is a right-angled, four-sided figure (a rectangle) with dynamic symmetry which, in this case, means that aspect ratio (width divided by height) is a distinguished value in dynamic symmetry, a proportioning system and natural desi ...
s, which are based on and successively constructed using the diagonal of the previous root rectangle, starting from a square. A root-5 rectangle is particularly notable in that it can be split into a square and two equal golden rectangles (of dimensions ), or into two golden rectangles of different sizes (of dimensions and ). It can also be decomposed as the union of two equal golden rectangles (of dimensions ) whose intersection forms a square. All this is can be seen as the geometric interpretation of the algebraic relationships between \sqrt, and mentioned above. The root-5 rectangle can be constructed from a 1:2 rectangle (the root-4 rectangle), or directly from a square in a manner similar to the one for the golden rectangle shown in the illustration, but extending the arc of length \sqrt/2 to both sides.


Trigonometry

Like \sqrt and \sqrt, the square root of 5 appears extensively in the formulae for
exact trigonometric constants In mathematics, the values of the trigonometric functions can be expressed approximately, as in \cos (\pi/4) \approx 0.707, or exactly, as in \cos (\pi/ 4)= \sqrt 2 /2. While trigonometric tables contain many approximate values, the exact values ...
, including in the sines and cosines of every
angle In Euclidean geometry, an angle can refer to a number of concepts relating to the intersection of two straight Line (geometry), lines at a Point (geometry), point. Formally, an angle is a figure lying in a Euclidean plane, plane formed by two R ...
whose measure in
degrees Degree may refer to: As a unit of measurement * Degree (angle), a unit of angle measurement ** Degree of geographical latitude ** Degree of geographical longitude * Degree symbol (°), a notation used in science, engineering, and mathematics ...
is
divisible In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a '' multiple'' of m. An integer n is divisible or evenly divisibl ...
by 3 but not by 15. The simplest of these are :\begin \sin\frac = \sin 18^\circ &= \tfrac(\sqrt5-1) = \frac, \\ pt\sin\frac = \sin 36^\circ &= \tfrac\sqrt, \\ pt\sin\frac = \sin 54^\circ &= \tfrac(\sqrt5+1) = \frac, \\ pt\sin\frac = \sin 72^\circ &= \tfrac\sqrt\, . \end As such, the computation of its value is important for generating
trigonometric tables In mathematics, tables of trigonometric functions are useful in a number of areas. Before the existence of pocket calculators, trigonometric tables were essential for navigation, science and engineering. The calculation of mathematical tables ...
. Since \sqrt is geometrically linked to half-square rectangles and to pentagons, it also appears frequently in formulae for the geometric properties of figures derived from them, such as in the formula for the volume of a
dodecahedron In geometry, a dodecahedron (; ) or duodecahedron is any polyhedron with twelve flat faces. The most familiar dodecahedron is the regular dodecahedron with regular pentagons as faces, which is a Platonic solid. There are also three Kepler–Po ...
.


Diophantine approximations

Hurwitz's theorem in
Diophantine approximations In number theory, the study of Diophantine approximation deals with the approximation of real numbers by rational numbers. It is named after Diophantus of Alexandria. The first problem was to know how well a real number can be approximated by ...
states that every
irrational number In mathematics, the irrational numbers are all the real numbers that are not rational numbers. That is, irrational numbers cannot be expressed as the ratio of two integers. When the ratio of lengths of two line segments is an irrational number, ...
can be approximated by infinitely many
rational number In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (for example, The set of all ...
s in lowest terms in such a way that : \left, x - \frac\ < \frac and that \sqrt is best possible, in the sense that for any larger constant than \sqrt, there are some irrational numbers for which only finitely many such approximations exist. Closely related to this is the theorem that of any three consecutive convergents , , , of a number , at least one of the three inequalities holds: :\left, \alpha - \ < , \quad \left, \alpha - \ < , \quad \left, \alpha - \ < . And the \sqrt in the denominator is the best bound possible since the convergents of the golden ratio make the difference on the left-hand side arbitrarily close to the value on the right-hand side. In particular, one cannot obtain a tighter bound by considering sequences of four or more consecutive convergents.


Algebra

The
ring (The) Ring(s) may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell Arts, entertainment, and media Film and TV * ''The Ring'' (franchise), a ...
\mathbb
sqrt In mathematics, a square root of a number is a number such that y^2 = x; in other words, a number whose ''square'' (the result of multiplying the number by itself, or y \cdot y) is . For example, 4 and −4 are square roots of 16 because 4 ...
/math> contains numbers of the form a + b\sqrt, where and are
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s and \sqrt is the
imaginary number An imaginary number is the product of a real number and the imaginary unit , is usually used in engineering contexts where has other meanings (such as electrical current) which is defined by its property . The square (algebra), square of an im ...
i\sqrt. This ring is a frequently cited example of an
integral domain In mathematics, an integral domain is a nonzero commutative ring in which the product of any two nonzero elements is nonzero. Integral domains are generalizations of the ring of integers and provide a natural setting for studying divisibilit ...
that is not a
unique factorization domain In mathematics, a unique factorization domain (UFD) (also sometimes called a factorial ring following the terminology of Bourbaki) is a ring in which a statement analogous to the fundamental theorem of arithmetic holds. Specifically, a UFD is ...
. The number 6 has two inequivalent factorizations within this ring: : 6 = 2 \cdot 3 = (1 - \sqrt)(1 + \sqrt). \, On the other hand, the real
quadratic integer In number theory, quadratic integers are a generalization of the usual integers to quadratic fields. A complex number is called a quadratic integer if it is a root of some monic polynomial (a polynomial whose leading coefficient is 1) of degree tw ...
ring \Z tfrac2/math>, adjoining the
Golden ratio In mathematics, two quantities are in the golden ratio if their ratio is the same as the ratio of their summation, sum to the larger of the two quantities. Expressed algebraically, for quantities and with , is in a golden ratio to if \fr ...
\phi = \tfrac2, was shown to be Euclidean, and hence a unique factorization domain, by Dedekind. The
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
\mathbb
sqrt In mathematics, a square root of a number is a number such that y^2 = x; in other words, a number whose ''square'' (the result of multiplying the number by itself, or y \cdot y) is . For example, 4 and −4 are square roots of 16 because 4 ...
like any other
quadratic field In algebraic number theory, a quadratic field is an algebraic number field of Degree of a field extension, degree two over \mathbf, the rational numbers. Every such quadratic field is some \mathbf(\sqrt) where d is a (uniquely defined) square-free ...
, is an
abelian extension In abstract algebra, an abelian extension is a Galois extension whose Galois group is abelian group, abelian. When the Galois group is also cyclic group, cyclic, the extension is also called a cyclic extension. Going in the other direction, a Galoi ...
of the rational numbers. The
Kronecker–Weber theorem In algebraic number theory, it can be shown that every cyclotomic field is an abelian extension of the rational number field Q, having Galois group of the form modular arithmetic, (\mathbb Z/n\mathbb Z)^\times. The Kronecker–Weber theorem provide ...
therefore guarantees that the square root of five can be written as a rational
linear combination In mathematics, a linear combination or superposition is an Expression (mathematics), expression constructed from a Set (mathematics), set of terms by multiplying each term by a constant and adding the results (e.g. a linear combination of ''x'' a ...
of
roots of unity In mathematics, a root of unity is any complex number that yields 1 when raised to some positive integer power . Roots of unity are used in many branches of mathematics, and are especially important in number theory, the theory of group char ...
: :\sqrt5 = e^ - e^ - e^ + e^. \,


Identities of Ramanujan

The square root of 5 appears in various identities discovered by
Srinivasa Ramanujan Srinivasa Ramanujan Aiyangar (22 December 188726 April 1920) was an Indian mathematician. Often regarded as one of the greatest mathematicians of all time, though he had almost no formal training in pure mathematics, he made substantial con ...
involving
continued fraction A continued fraction is a mathematical expression that can be written as a fraction with a denominator that is a sum that contains another simple or continued fraction. Depending on whether this iteration terminates with a simple fraction or not, ...
s. at
MathWorld ''MathWorld'' is an online mathematics reference work, created and largely written by Eric W. Weisstein. It is sponsored by and licensed to Wolfram Research, Inc. and was partially funded by the National Science Foundation's National Science ...
For example, this case of the
Rogers–Ramanujan continued fraction The Rogers–Ramanujan continued fraction is a continued fraction discovered by and independently by Srinivasa Ramanujan, and closely related to the Rogers–Ramanujan identities. It can be evaluated explicitly for a broad class of values o ...
: :\cfrac = \left( \sqrt - \frac \right)e^ = e^\left( \sqrt - \varphi \right). :\cfrac = \left( - \varphi \right)e^. :4\int_0^\infty\frac\,dx = \cfrac \, .


See also

*
Golden ratio In mathematics, two quantities are in the golden ratio if their ratio is the same as the ratio of their summation, sum to the larger of the two quantities. Expressed algebraically, for quantities and with , is in a golden ratio to if \fr ...
*
Square root In mathematics, a square root of a number is a number such that y^2 = x; in other words, a number whose ''square'' (the result of multiplying the number by itself, or y \cdot y) is . For example, 4 and −4 are square roots of 16 because 4 ...
*
Square root of 2 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 \sqrt or 2^. It is an algebraic number, and therefore not a transcendental number. Te ...
*
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 mathematically as \sqrt or 3^. It is more precisely called the principal square root of 3 to distinguish it from the negative nu ...
* Square root of 6 * Square root of 7


References

{{Irrational number Mathematical constants Quadratic irrational numbers