Search This Blog

Wednesday, April 10, 2024

nth root

From Wikipedia, the free encyclopedia

In mathematics, taking the nth root is an operation involving two numbers, the radicand and the index or degree. Taking the nth root is written as , where x is the radicand and n is the index (also sometimes called the degree). This is pronounced as "the nth root of x". The definition then of an nth root of a number x is a number r (the root) which, when raised to the power of the positive integer n, yields x:

A root of degree 2 is called a square root (usually written without the n as just ) and a root of degree 3, a cube root (written ). Roots of higher degree are referred by using ordinal numbers, as in fourth root, twentieth root, etc. The computation of an nth root is a root extraction.

For example, 3 is a square root of 9, since 32 = 9, and −3 is also a square root of 9, since (−3)2 = 9.

Any non-zero number considered as a complex number has n different complex nth roots, including the real ones (at most two). The nth root of 0 is zero for all positive integers n, since 0n = 0. In particular, if n is even and x is a positive real number, one of its nth roots is real and positive, one is negative, and the others (when n > 2) are non-real complex numbers; if n is even and x is a negative real number, none of the nth roots are real. If n is odd and x is real, one nth root is real and has the same sign as x, while the other (n – 1) roots are not real. Finally, if x is not real, then none of its nth roots are real.

Roots of real numbers are usually written using the radical symbol or radix , with denoting the positive square root of x if x is positive; for higher roots, denotes the real nth root if n is odd, and the positive nth root if n is even and x is positive. In the other cases, the symbol is not commonly used as being ambiguous.

When complex nth roots are considered, it is often useful to choose one of the roots, called principal root, as a principal value. The common choice is to choose the principal nth root of x as the nth root with the greatest real part, and when there are two (for x real and negative), the one with a positive imaginary part. This makes the nth root a function that is real and positive for x real and positive, and is continuous in the whole complex plane, except for values of x that are real and negative.

A difficulty with this choice is that, for a negative real number and an odd index, the principal nth root is not the real one. For example, has three cube roots, , and The real cube root is and the principal cube root is

An unresolved root, especially one using the radical symbol, is sometimes referred to as a surd or a radical. Any expression containing a radical, whether it is a square root, a cube root, or a higher root, is called a radical expression, and if it contains no transcendental functions or transcendental numbers it is called an algebraic expression.

The positive root of a number is the inverse operation of Exponentiation with positive integer exponents.

Roots can also be defined as special cases of exponentiation, where the exponent is a fraction:Roots are used for determining the radius of convergence of a power series with the root test. The nth roots of 1 are called roots of unity and play a fundamental role in various areas of mathematics, such as number theory, theory of equations, and Fourier transform.

History

An archaic term for the operation of taking nth roots is radication. 

Definition and notation

An nth root of a number x, where n is a positive integer, is any of the n real or complex numbers r whose nth power is x:

Every positive real number x has a single positive nth root, called the principal nth root, which is written . For n equal to 2 this is called the principal square root and the n is omitted. The nth root can also be represented using exponentiation as x1/n.

For even values of n, positive numbers also have a negative nth root, while negative numbers do not have a real nth root. For odd values of n, every negative number x has a real negative nth root. For example, −2 has a real 5th root, but −2 does not have any real 6th roots.

Every non-zero number x, real or complex, has n different complex number nth roots. (In the case x is real, this count includes any real nth roots.) The only complex root of 0 is 0.

The nth roots of almost all numbers (all integers except the nth powers, and all rationals except the quotients of two nth powers) are irrational. For example,

All nth roots of rational numbers are algebraic numbers, and all nth roots of integers are algebraic integers.

The term "surd" traces back to Al-Khwarizmi (c. 825), who referred to rational and irrational numbers as audible and inaudible, respectively. This later led to the Arabic word "أصم" (asamm, meaning "deaf" or "dumb") for irrational number being translated into Latin as surdus (meaning "deaf" or "mute"). Gerard of Cremona (c. 1150), Fibonacci (1202), and then Robert Recorde (1551) all used the term to refer to unresolved irrational roots, that is, expressions of the form in which and are integer numerals and the whole expression denotes an irrational number. Irrational numbers of the form where is rational, are called pure quadratic surds; irrational numbers of the form where and are rational, are called mixed quadratic surds.

Square roots

The graph .

A square root of a number x is a number r which, when squared, becomes x:

Every positive real number has two square roots, one positive and one negative. For example, the two square roots of 25 are 5 and −5. The positive square root is also known as the principal square root, and is denoted with a radical sign:

Since the square of every real number is nonnegative, negative numbers do not have real square roots. However, for every negative real number there are two imaginary square roots. For example, the square roots of −25 are 5i and −5i, where i represents a number whose square is −1.

Cube roots

The graph .

A cube root of a number x is a number r whose cube is x:

Every real number x has exactly one real cube root, written . For example,

and

Every real number has two additional complex cube roots.

Identities and properties

Expressing the degree of an nth root in its exponent form, as in , makes it easier to manipulate powers and roots. If is a non-negative real number,

Every non-negative number has exactly one non-negative real nth root, and so the rules for operations with surds involving non-negative radicands and are straightforward within the real numbers:

Subtleties can occur when taking the nth roots of negative or complex numbers. For instance:

but, rather,

Since the rule strictly holds for non-negative real radicands only, its application leads to the inequality in the first step above.

Simplified form of a radical expression

A non-nested radical expression is said to be in simplified form if no factor of the radicand can be written as a power greater than or equal to the index; there are no fractions inside the radical sign; and there are no radicals in the denominator.

For example, to write the radical expression in simplified form, we can proceed as follows. First, look for a perfect square under the square root sign and remove it:

Next, there is a fraction under the radical sign, which we change as follows:

Finally, we remove the radical from the denominator as follows:

When there is a denominator involving surds it is always possible to find a factor to multiply both numerator and denominator by to simplify the expression.[9][10] For instance using the factorization of the sum of two cubes:

Simplifying radical expressions involving nested radicals can be quite difficult. In particular, denesting is not always possible, and when possible, it may involve advanced Galois theory. Moreover, when complete denesting is impossible, there is no general canonical form such that the equality of two numbers can be tested by simply looking at their canonical expressions.

For example, it is not obvious that

The above can be derived through:

Let , with p and q coprime and positive integers. Then is rational if and only if both and are integers, which means that both p and q are nth powers of some integer.

Infinite series

The radical or root may be represented by the infinite series:

with . This expression can be derived from the binomial series.

Computing principal roots

Using Newton's method

The nth root of a number A can be computed with Newton's method, which starts with an initial guess x0 and then iterates using the recurrence relation

until the desired precision is reached. For computational efficiency, the recurrence relation is commonly rewritten

Or even more compact with only two divisions as

This allows to have only one exponentiation, and to compute once for all the first factor of each term.

For example, to find the fifth root of 34, we plug in n = 5, A = 34 and x0 = 2 (initial guess). The first 5 iterations are, approximately:
x0 = 2
x1 = 2.025
x2 = 2.02439 7...
x3 = 2.02439 7458...
x4 = 2.02439 74584 99885 04251 08172...
x5 = 2.02439 74584 99885 04251 08172 45541 93741 91146 21701 07311 8...
(All correct digits shown.)

The approximation x4 is accurate to 25 decimal places and x5 is good for 51.

Newton's method can be modified to produce various generalized continued fractions for the nth root. For example,

Digit-by-digit calculation of principal roots of decimal (base 10) numbers

Pascal's Triangle showing .

Building on the digit-by-digit calculation of a square root, it can be seen that the formula used there, , or , follows a pattern involving Pascal's triangle. For the nth root of a number is defined as the value of element in row of Pascal's Triangle such that , we can rewrite the expression as . For convenience, call the result of this expression . Using this more general expression, any positive principal root can be computed, digit-by-digit, as follows.

Write the original number in decimal form. The numbers are written similar to the long division algorithm, and, as in long division, the root will be written on the line above. Now separate the digits into groups of digits equating to the root being taken, starting from the decimal point and going both left and right. The decimal point of the root will be above the decimal point of the radicand. One digit of the root will appear above each group of digits of the original number.

Beginning with the left-most group of digits, do the following procedure for each group:

  1. Starting on the left, bring down the most significant (leftmost) group of digits not yet used (if all the digits have been used, write "0" the number of times required to make a group) and write them to the right of the remainder from the previous step (on the first step, there will be no remainder). In other words, multiply the remainder by and add the digits from the next group. This will be the current value c.
  2. Find p and x, as follows:
    • Let be the part of the root found so far, ignoring any decimal point. (For the first step, and ).
    • Determine the greatest digit such that .
    • Place the digit as the next digit of the root, i.e., above the group of digits you just brought down. Thus the next p will be the old p times 10 plus x.
  3. Subtract from to form a new remainder.
  4. If the remainder is zero and there are no more digits to bring down, then the algorithm has terminated. Otherwise go back to step 1 for another iteration.

Examples

Find the square root of 152.2756.

          1  2. 3  4 
       /
     \/  01 52.27 56          (Results)    (Explanations)
    
         01                   x = 1        100·1·00·12 + 101·2·01·11     ≤      1   <   100·1·00·22   + 101·2·01·21
         01                   y = 1        y = 100·1·00·12   + 101·2·01·11   =  1 +    0   =     1
         00 52                x = 2        100·1·10·22 + 101·2·11·21     ≤     52   <   100·1·10·32   + 101·2·11·31
         00 44                y = 44       y = 100·1·10·22   + 101·2·11·21   =  4 +   40   =    44
            08 27             x = 3        100·1·120·32 + 101·2·121·31   ≤    827   <   100·1·120·42  + 101·2·121·41
            07 29             y = 729      y = 100·1·120·32  + 101·2·121·31  =  9 +  720   =   729
               98 56          x = 4        100·1·1230·42 + 101·2·1231·41 ≤   9856   <   100·1·1230·52 + 101·2·1231·51
               98 56          y = 9856     y = 100·1·1230·42 + 101·2·1231·41 = 16 + 9840   =  9856
               00 00

Algorithm terminates: Answer is 12.34

Find the cube root of 4192 truncated to the nearest thousandth.

        1   6.  1   2   4
 3  /
  \/  004 192.000 000 000          (Results)    (Explanations)
    
      004                          x = 1        100·1·00·13    +  101·3·01·12   + 102·3·02·11    ≤          4  <  100·1·00·23     + 101·3·01·22    + 102·3·02·21
      001                          y = 1        y = 100·1·00·13   + 101·3·01·12   + 102·3·02·11   =   1 +      0 +          0   =          1
      003 192                      x = 6        100·1·10·63    +  101·3·11·62   + 102·3·12·61    ≤       3192  <  100·1·10·73     + 101·3·11·72    + 102·3·12·71
      003 096                      y = 3096     y = 100·1·10·63   + 101·3·11·62   + 102·3·12·61   = 216 +  1,080 +      1,800   =      3,096
          096 000                  x = 1        100·1·160·13   + 101·3·161·12   + 102·3·162·11   ≤      96000  <  100·1·160·23   + 101·3·161·22   + 102·3·162·21
          077 281                  y = 77281    y = 100·1·160·13  + 101·3·161·12  + 102·3·162·11  =   1 +    480 +     76,800   =     77,281
          018 719 000              x = 2        100·1·1610·23  + 101·3·1611·22  + 102·3·1612·21  ≤   18719000  <  100·1·1610·33  + 101·3·1611·32  + 102·3·1612·31
              015 571 928          y = 15571928 y = 100·1·1610·23 + 101·3·1611·22 + 102·3·1612·21 =   8 + 19,320 + 15,552,600   = 15,571,928
              003 147 072 000      x = 4        100·1·16120·43 + 101·3·16121·42 + 102·3·16122·41 ≤ 3147072000  <  100·1·16120·53 + 101·3·16121·52 + 102·3·16122·51

The desired precision is achieved. The cube root of 4192 is 16.124...

Logarithmic calculation

The principal nth root of a positive number can be computed using logarithms. Starting from the equation that defines r as an nth root of x, namely with x positive and therefore its principal root r also positive, one takes logarithms of both sides (any base of the logarithm will do) to obtain

The root r is recovered from this by taking the antilog:

(Note: That formula shows b raised to the power of the result of the division, not b multiplied by the result of the division.)

For the case in which x is negative and n is odd, there is one real root r which is also negative. This can be found by first multiplying both sides of the defining equation by −1 to obtain then proceeding as before to find |r|, and using r = −|r|.

Geometric constructibility

The ancient Greek mathematicians knew how to use compass and straightedge to construct a length equal to the square root of a given length, when an auxiliary line of unit length is given. In 1837 Pierre Wantzel proved that an nth root of a given length cannot be constructed if n is not a power of 2.

Complex roots

Every complex number other than 0 has n different nth roots.

Square roots

The square roots of i

The two square roots of a complex number are always negatives of each other. For example, the square roots of −4 are 2i and −2i, and the square roots of i are

If we express a complex number in polar form, then the square root can be obtained by taking the square root of the radius and halving the angle:

A principal root of a complex number may be chosen in various ways, for example

which introduces a branch cut in the complex plane along the positive real axis with the condition 0 ≤ θ < 2π, or along the negative real axis with π < θ ≤ π.

Using the first(last) branch cut the principal square root maps to the half plane with non-negative imaginary(real) part. The last branch cut is presupposed in mathematical software like Matlab or Scilab.

Roots of unity

The three 3rd roots of 1

The number 1 has n different nth roots in the complex plane, namely

where

These roots are evenly spaced around the unit circle in the complex plane, at angles which are multiples of . For example, the square roots of unity are 1 and −1, and the fourth roots of unity are 1, , −1, and .

nth roots

Geometric representation of the 2nd to 6th roots of a complex number z, in polar form re where r = |z | and φ = arg z. If z is real, φ = 0 or π. Principal roots are shown in black.

Every complex number has n different nth roots in the complex plane. These are

where η is a single nth root, and 1, ωω2, ... ωn−1 are the nth roots of unity. For example, the four different fourth roots of 2 are

In polar form, a single nth root may be found by the formula

Here r is the magnitude (the modulus, also called the absolute value) of the number whose root is to be taken; if the number can be written as a+bi then . Also, is the angle formed as one pivots on the origin counterclockwise from the positive horizontal axis to a ray going from the origin to the number; it has the properties that and

Thus finding nth roots in the complex plane can be segmented into two steps. First, the magnitude of all the nth roots is the nth root of the magnitude of the original number. Second, the angle between the positive horizontal axis and a ray from the origin to one of the nth roots is , where is the angle defined in the same way for the number whose root is being taken. Furthermore, all n of the nth roots are at equally spaced angles from each other.

If n is even, a complex number's nth roots, of which there are an even number, come in additive inverse pairs, so that if a number r1 is one of the nth roots then r2 = –r1 is another. This is because raising the latter's coefficient –1 to the nth power for even n yields 1: that is, (–r1)n = (–1)n × r1n = r1n.

As with square roots, the formula above does not define a continuous function over the entire complex plane, but instead has a branch cut at points where θ / n is discontinuous.

Solving polynomials

It was once conjectured that all polynomial equations could be solved algebraically (that is, that all roots of a polynomial could be expressed in terms of a finite number of radicals and elementary operations). However, while this is true for third degree polynomials (cubics) and fourth degree polynomials (quartics), the Abel–Ruffini theorem (1824) shows that this is not true in general when the degree is 5 or greater. For example, the solutions of the equation

cannot be expressed in terms of radicals. (cf. quintic equation)

Proof of irrationality for non-perfect nth power x

Assume that is rational. That is, it can be reduced to a fraction , where a and b are integers without a common factor.

This means that .

Since x is an integer, and must share a common factor if . This means that if , is not in simplest form. Thus b should equal 1.

Since and , .

This means that and thus, . This implies that is an integer. Since x is not a perfect nth power, this is impossible. Thus is irrational.

Sexagesimal

From Wikipedia, the free encyclopedia
 
Sexagesimal, also known as base 60, is a numeral system with sixty as its base. It originated with the ancient Sumerians in the 3rd millennium BC, was passed down to the ancient Babylonians, and is still used—in a modified form—for measuring time, angles, and geographic coordinates.

The number 60, a superior highly composite number, has twelve factors, namely 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, and 60, of which 2, 3, and 5 are prime numbers. With so many factors, many fractions involving sexagesimal numbers are simplified. For example, one hour can be divided evenly into sections of 30 minutes, 20 minutes, 15 minutes, 12 minutes, 10 minutes, 6 minutes, 5 minutes, 4 minutes, 3 minutes, 2 minutes, and 1 minute. 60 is the smallest number that is divisible by every number from 1 to 6; that is, it is the lowest common multiple of 1, 2, 3, 4, 5, and 6.

In this article, all sexagesimal digits are represented as decimal numbers, except where otherwise noted. For example, the largest sexagesimal digit is "59".

Origin

According to Otto Neugebauer, the origins of sexagesimal are not as simple, consistent, or singular in time as they are often portrayed. Throughout their many centuries of use, which continues today for specialized topics such as time, angles, and astronomical coordinate systems, sexagesimal notations have always contained a strong undercurrent of decimal notation, such as in how sexagesimal digits are written. Their use has also always included (and continues to include) inconsistencies in where and how various bases are to represent numbers even within a single text.

Early Proto-cuneiform (4th millennium BCE) and cuneiform signs for the sexagesimal system (60, 600, 3600, etc.)

The most powerful driver for rigorous, fully self-consistent use of sexagesimal has always been its mathematical advantages for writing and calculating fractions. In ancient texts this shows up in the fact that sexagesimal is used most uniformly and consistently in mathematical tables of data. Another practical factor that helped expand the use of sexagesimal in the past even if less consistently than in mathematical tables, was its decided advantages to merchants and buyers for making everyday financial transactions easier when they involved bargaining for and dividing up larger quantities of goods. In the late 3rd millennium BC, Sumerian/Akkadian units of weight included the kakkaru (talent, approximately 30 kg) divided into 60 manû (mina), which was further subdivided into 60 šiqlu (shekel); the descendants of these units persisted for millennia, though the Greeks later coerced this relationship into the more base-10 compatible ratio of a shekel being one 50th of a mina.

Apart from mathematical tables, the inconsistencies in how numbers were represented within most texts extended all the way down to the most basic cuneiform symbols used to represent numeric quantities. For example, the cuneiform symbol for 1 was an ellipse made by applying the rounded end of the stylus at an angle to the clay, while the sexagesimal symbol for 60 was a larger oval or "big 1". But within the same texts in which these symbols were used, the number 10 was represented as a circle made by applying the round end of the style perpendicular to the clay, and a larger circle or "big 10" was used to represent 100. Such multi-base numeric quantity symbols could be mixed with each other and with abbreviations, even within a single number. The details and even the magnitudes implied (since zero was not used consistently) were idiomatic to the particular time periods, cultures, and quantities or concepts being represented. While such context-dependent representations of numeric quantities are easy to critique in retrospect, in modern times we still have dozens of regularly used examples of topic-dependent base mixing, including the recent innovation of adding decimal fractions to sexagesimal astronomical coordinates.

Usage

Babylonian mathematics

The sexagesimal system as used in ancient Mesopotamia was not a pure base-60 system, in the sense that it did not use 60 distinct symbols for its digits. Instead, the cuneiform digits used ten as a sub-base in the fashion of a sign-value notation: a sexagesimal digit was composed of a group of narrow, wedge-shaped marks representing units up to nine (, , , , ..., ) and a group of wide, wedge-shaped marks representing up to five tens (, , , , ). The value of the digit was the sum of the values of its component parts:

Numbers larger than 59 were indicated by multiple symbol blocks of this form in place value notation. Because there was no symbol for zero it is not always immediately obvious how a number should be interpreted, and its true value must sometimes have been determined by its context. For example, the symbols for 1 and 60 are identical. Later Babylonian texts used a placeholder () to represent zero, but only in the medial positions, and not on the right-hand side of the number, as in numbers like 13200.

Other historical usages

Combinations of the 5 elements and 12 animals of the Chinese zodiac form the 60-year sexagenary cycle

In the Chinese calendar, a system is commonly used in which days or years are named by positions in a sequence of ten stems and in another sequence of 12 branches. The same stem and branch repeat every 60 steps through this cycle.

Book VIII of Plato's Republic involves an allegory of marriage centered on the number 604 = 12960000 and its divisors. This number has the particularly simple sexagesimal representation 1,0,0,0,0. Later scholars have invoked both Babylonian mathematics and music theory in an attempt to explain this passage.

Ptolemy's Almagest, a treatise on mathematical astronomy written in the second century AD, uses base 60 to express the fractional parts of numbers. In particular, his table of chords, which was essentially the only extensive trigonometric table for more than a millennium, has fractional parts of a degree in base 60, and was practically equivalent to a modern-day table of values of the sine function.

Medieval astronomers also used sexagesimal numbers to note time. Al-Biruni first subdivided the hour sexagesimally into minutes, seconds, thirds and fourths in 1000 while discussing Jewish months. Around 1235 John of Sacrobosco continued this tradition, although Nothaft thought Sacrobosco was the first to do so. The Parisian version of the Alfonsine tables (ca. 1320) used the day as the basic unit of time, recording multiples and fractions of a day in base-60 notation.

The sexagesimal number system continued to be frequently used by European astronomers for performing calculations as late as 1671. For instance, Jost Bürgi in Fundamentum Astronomiae (presented to Emperor Rudolf II in 1592), his colleague Ursus in Fundamentum Astronomicum, and possibly also Henry Briggs, used multiplication tables based on the sexagesimal system in the late 16th century, to calculate sines.

In the late 18th and early 19th centuries, Tamil astronomers were found to make astronomical calculations, reckoning with shells using a mixture of decimal and sexagesimal notations developed by Hellenistic astronomers.

Base-60 number systems have also been used in some other cultures that are unrelated to the Sumerians, for example by the Ekari people of Western New Guinea.

Modern usage

Modern uses for the sexagesimal system include measuring angles, geographic coordinates, electronic navigation, and time.

One hour of time is divided into 60 minutes, and one minute is divided into 60 seconds. Thus, a measurement of time such as 3:23:17 (3 hours, 23 minutes, and 17 seconds) can be interpreted as a whole sexagesimal number (no sexagesimal point), meaning 3 × 602 + 23 × 601 + 17 × 600 seconds. However, each of the three sexagesimal digits in this number (3, 23, and 17) is written using the decimal system.

Similarly, the practical unit of angular measure is the degree, of which there are 360 (six sixties) in a circle. There are 60 minutes of arc in a degree, and 60 arcseconds in a minute.

YAML

In version 1.1 of the YAML data storage format, sexagesimals are supported for plain scalars, and formally specified both for integers and floating point numbers. This has led to confusion, as e.g. some MAC addresses would be recognised as sexagesimals and loaded as integers, where others were not and loaded as strings. In YAML 1.2 support for sexagesimals was dropped.

Notations

In Hellenistic Greek astronomical texts, such as the writings of Ptolemy, sexagesimal numbers were written using Greek alphabetic numerals, with each sexagesimal digit being treated as a distinct number. Hellenistic astronomers adopted a new symbol for zero, °, which morphed over the centuries into other forms, including the Greek letter omicron, ο, normally meaning 70, but permissible in a sexagesimal system where the maximum value in any position is 59. The Greeks limited their use of sexagesimal numbers to the fractional part of a number.

In medieval Latin texts, sexagesimal numbers were written using Arabic numerals; the different levels of fractions were denoted minuta (i.e., fraction), minuta secunda, minuta tertia, etc. By the 17th century it became common to denote the integer part of sexagesimal numbers by a superscripted zero, and the various fractional parts by one or more accent marks. John Wallis, in his Mathesis universalis, generalized this notation to include higher multiples of 60; giving as an example the number 49‵‵‵‵36‵‵‵25‵‵15‵1°15′2″36‴49⁗; where the numbers to the left are multiplied by higher powers of 60, the numbers to the right are divided by powers of 60, and the number marked with the superscripted zero is multiplied by 1. This notation leads to the modern signs for degrees, minutes, and seconds. The same minute and second nomenclature is also used for units of time, and the modern notation for time with hours, minutes, and seconds written in decimal and separated from each other by colons may be interpreted as a form of sexagesimal notation.

In some usage systems, each position past the sexagesimal point was numbered, using Latin or French roots: prime or primus, seconde or secundus, tierce, quatre, quinte, etc. To this day we call the second-order part of an hour or of a degree a "second". Until at least the 18th century, 1/60 of a second was called a "tierce" or "third".

In the 1930s, Otto Neugebauer introduced a modern notational system for Babylonian and Hellenistic numbers that substitutes modern decimal notation from 0 to 59 in each position, while using a semicolon (;) to separate the integer and fractional portions of the number and using a comma (,) to separate the positions within each portion. For example, the mean synodic month used by both Babylonian and Hellenistic astronomers and still used in the Hebrew calendar is 29;31,50,8,20 days. This notation is used in this article.

Fractions and irrational numbers

Fractions

In the sexagesimal system, any fraction in which the denominator is a regular number (having only 2, 3, and 5 in its prime factorization) may be expressed exactly. Shown here are all fractions of this type in which the denominator is less than or equal to 60:

12 = 0;30
13 = 0;20
14 = 0;15
15 = 0;12
16 = 0;10
18 = 0;7,30
19 = 0;6,40
110 = 0;6
112 = 0;5
115 = 0;4
116 = 0;3,45
118 = 0;3,20
120 = 0;3
124 = 0;2,30
125 = 0;2,24
127 = 0;2,13,20
130 = 0;2
132 = 0;1,52,30
136 = 0;1,40
140 = 0;1,30
145 = 0;1,20
148 = 0;1,15
150 = 0;1,12
154 = 0;1,6,40
160 = 0;1

However numbers that are not regular form more complicated repeating fractions. For example:

17 = 0;8,34,17 (the bar indicates the sequence of sexagesimal digits 8,34,17 repeats infinitely many times)
111 = 0;5,27,16,21,49
113 = 0;4,36,55,23
114 = 0;4,17,8,34
117 = 0;3,31,45,52,56,28,14,7
119 = 0;3,9,28,25,15,47,22,6,18,56,50,31,34,44,12,37,53,41
159 = 0;1
161 = 0;0,59

The fact that the two numbers that are adjacent to sixty, 59 and 61, are both prime numbers implies that fractions that repeat with a period of one or two sexagesimal digits can only have regular number multiples of 59 or 61 as their denominators, and that other non-regular numbers have fractions that repeat with a longer period.

Irrational numbers

Babylonian tablet YBC 7289 showing the sexagesimal number 1;24,51,10 approximating 2

The representations of irrational numbers in any positional number system (including decimal and sexagesimal) neither terminate nor repeat.

The square root of 2, the length of the diagonal of a unit square, was approximated by the Babylonians of the Old Babylonian Period (1900 BC – 1650 BC) as

Because 2 ≈ 1.41421356... is an irrational number, it cannot be expressed exactly in sexagesimal (or indeed any integer-base system), but its sexagesimal expansion does begin 1;24,51,10,7,46,6,4,44... (OEISA070197)

The value of π as used by the Greek mathematician and scientist Ptolemy was 3;8,30 = 3 + 8/60 + 30/602 = 377/1203.141666.... Jamshīd al-Kāshī, a 15th-century Persian mathematician, calculated 2π as a sexagesimal expression to its correct value when rounded to nine subdigits (thus to 1/609); his value for 2π was 6;16,59,28,1,34,51,46,14,50. Like 2 above, 2π is an irrational number and cannot be expressed exactly in sexagesimal. Its sexagesimal expansion begins 6;16,59,28,1,34,51,46,14,49,55,12,35... (OEISA091649)

Cryogenics

From Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Cryogenics...