Decimal Expansion of Rational Numbers (repetend)
A real number is rational if and only if its decimal representation is periodic. This means the sequence of digits eventually repeats a finite sequence of digits indefinitely. This repeating part is called the repetend. For example, \(1/3 = 0.333…\) (repetend is ‘3’) and \(3/7 = 0.428571428571…\) (repetend is ‘428571’). Terminating decimals are a special case where the repetend is ‘0’.
The connection between rational numbers and periodic decimal expansions is a fundamental result in number theory. Any rational number \(p/q\) can be converted to a decimal by performing long division of \(p\) by \(q\). Since there are only \(q\) possible remainders (0 to \(q-1\)), the sequence of remainders must eventually repeat. Once a remainder repeats, the sequence of digits in the quotient also repeats, creating a periodic expansion.
Conversely, any periodic decimal can be converted into a fraction. For a terminating decimal, the conversion is straightforward (e.g., \(0.75 = 75/100 = 3/4\)). For a repeating decimal, algebraic manipulation is used. For instance, let \(x = 0.333…\). Then \(10x = 3.333…\). Subtracting the first equation from the second gives \(9x = 3\), so \(x = 3/9 = 1/3\). A similar method works for any repeating decimal.
This property provides a clear distinction between rational and irrational numbers. Irrational numbers, like \(\pi\) or \(\sqrt{2}\), have decimal expansions that are non-terminating and non-repeating. The length of the repetend (period) of a rational number \(p/q\) (in lowest terms) is related to the prime factors of the denominator \(q\). Specifically, the length of the period is the order of 10 modulo \(q’\), where \(q’\) is the part of \(q\) that is coprime to 10.
UNESCO Nomenclature: 1101
– Algebra, Number theory and Group theory
Precursors
- invention of the decimal system
- development of long division algorithm
- introduction of decimal fractions by Simon Stevin
- study of modular arithmetic
Applications
- algorithms for converting fractions to decimals in calculators and computers
- detection of rational numbers in numerical analysis
- cryptography based on properties of periodic sequences
- computer science for understanding floating-point representation limitations
Potential Innovations Ideas
Due to scrapping bot traffic, currently more than 40k per day, this content is reserved to community members.
> Login < or > Register < (100% free) to access this, so as all other restricted content and tools.
Related to: decimal expansion, periodic decimal, repeating decimal, rational number, fraction, long division, number theory, repetend, terminating decimal, irrational number.