Decimal representation

From HandWiki
Short description: Expression of numbers as sequences of digits


A decimal representation of a non-negative real number r is its expression as a sequence of symbols consisting of decimal digits traditionally written with a single separator: [math]\displaystyle{ r = b_k b_{k-1}\ldots b_0.a_1a_2\ldots }[/math] Here . is the decimal separator, k is a nonnegative integer, and [math]\displaystyle{ b_0, \ldots, b_k, a_1, a_2,\ldots }[/math] are digits, which are symbols representing integers in the range 0, ..., 9.

Commonly, [math]\displaystyle{ b_k\neq 0 }[/math] if [math]\displaystyle{ k \geq 1. }[/math] The sequence of the [math]\displaystyle{ a_i }[/math]—the digits after the dot—is generally infinite. If it is finite, the lacking digits are assumed to be 0. If all [math]\displaystyle{ a_i }[/math] are 0, the separator is also omitted, resulting in a finite sequence of digits, which represents a natural number.

The decimal representation represents the infinite sum: [math]\displaystyle{ r=\sum_{i=0}^k b_i 10^i + \sum_{i=1}^\infty \frac{a_i}{10^i}. }[/math]

Every nonnegative real number has at least one such representation; it has two such representations (with [math]\displaystyle{ b_k\neq 0 }[/math] if [math]\displaystyle{ k\gt 0 }[/math]) if and only if one has a trailing infinite sequence of 0, and the other has a trailing infinite sequence of 9. For having a one-to-one correspondence between nonnegative real numbers and decimal representations, decimal representations with a trailing infinite sequence of 9 are sometimes excluded.[1]

Integer and fractional parts

The natural number [math]\displaystyle{ \sum_{i=0}^k b_i 10^i }[/math], is called the integer part of r, and is denoted by a0 in the remainder of this article. The sequence of the [math]\displaystyle{ a_i }[/math] represents the number [math]\displaystyle{ 0.a_1a_2\ldots = \sum_{i=1}^\infty \frac{a_i}{10^i}, }[/math] which belongs to the interval [math]\displaystyle{ [0,1), }[/math] and is called the fractional part of r (except when all [math]\displaystyle{ a_i }[/math] are 9).

Finite decimal approximations

Any real number can be approximated to any desired degree of accuracy by rational numbers with finite decimal representations.

Assume [math]\displaystyle{ x \geq 0 }[/math]. Then for every integer [math]\displaystyle{ n\geq 1 }[/math] there is a finite decimal [math]\displaystyle{ r_n=a_0.a_1a_2\cdots a_n }[/math] such that:

[math]\displaystyle{ r_n\leq x \lt r_n+\frac{1}{10^n}. }[/math]

Proof: Let [math]\displaystyle{ r_n = \textstyle\frac{p}{10^n} }[/math], where [math]\displaystyle{ p = \lfloor 10^n x\rfloor }[/math]. Then [math]\displaystyle{ p \leq 10^nx \lt p+1 }[/math], and the result follows from dividing all sides by [math]\displaystyle{ 10^n }[/math]. (The fact that [math]\displaystyle{ r_n }[/math] has a finite decimal representation is easily established.)

Non-uniqueness of decimal representation and notational conventions

Main page: 0.999...

Some real numbers [math]\displaystyle{ x }[/math] have two infinite decimal representations. For example, the number 1 may be equally represented by 1.000... as by 0.999... (where the infinite sequences of trailing 0's or 9's, respectively, are represented by "..."). Conventionally, the decimal representation without trailing 9's is preferred. Moreover, in the standard decimal representation of [math]\displaystyle{ x }[/math], an infinite sequence of trailing 0's appearing after the decimal point is omitted, along with the decimal point itself if [math]\displaystyle{ x }[/math] is an integer.

Certain procedures for constructing the decimal expansion of [math]\displaystyle{ x }[/math] will avoid the problem of trailing 9's. For instance, the following algorithmic procedure will give the standard decimal representation: Given [math]\displaystyle{ x\geq 0 }[/math], we first define [math]\displaystyle{ a_0 }[/math] (the integer part of [math]\displaystyle{ x }[/math]) to be the largest integer such that [math]\displaystyle{ a_0\leq x }[/math] (i.e., [math]\displaystyle{ a_0 = \lfloor x\rfloor }[/math]). If [math]\displaystyle{ x=a_0 }[/math] the procedure terminates. Otherwise, for [math]\displaystyle{ (a_i)_{i=0}^{k-1} }[/math] already found, we define [math]\displaystyle{ a_k }[/math] inductively to be the largest integer such that:

[math]\displaystyle{ a_0+\frac{a_1}{10}+\frac{a_2}{10^2}+\cdots+\frac{a_k}{10^k}\leq x. }[/math]

 

 

 

 

([[#equation_*|*]])

The procedure terminates whenever [math]\displaystyle{ a_k }[/math] is found such that equality holds in (*); otherwise, it continues indefinitely to give an infinite sequence of decimal digits. It can be shown that [math]\displaystyle{ x = \sup_k \left\{\sum_{i=0}^{k} \frac{a_i}{10^i}\right\} }[/math][2] (conventionally written as [math]\displaystyle{ x=a_0.a_1a_2a_3\cdots }[/math]), where [math]\displaystyle{ a_1,a_2,a_3\ldots \in \{0,1,2,\ldots, 9\}, }[/math] and the nonnegative integer [math]\displaystyle{ a_0 }[/math] is represented in decimal notation. This construction is extended to [math]\displaystyle{ x\lt 0 }[/math] by applying the above procedure to [math]\displaystyle{ -x\gt 0 }[/math] and denoting the resultant decimal expansion by [math]\displaystyle{ -a_0.a_1a_2a_3\cdots }[/math].

Types

Finite

The decimal expansion of non-negative real number x will end in zeros (or in nines) if, and only if, x is a rational number whose denominator is of the form 2n5m, where m and n are non-negative integers.

Proof:

If the decimal expansion of x will end in zeros, or [math]\displaystyle{ x=\sum_{i=0}^n\frac{a_i}{10^i} = \sum_{i=0}^n 10^{n-i}a_i/10^n }[/math] for some n, then the denominator of x is of the form 10n = 2n5n.

Conversely, if the denominator of x is of the form 2n5m, [math]\displaystyle{ x = \frac{p}{2^n5^m}=\frac{2^m5^np}{2^{n+m}5^{n+m}} = \frac{2^m 5^np}{10^{n+m}} }[/math] for some p. While x is of the form [math]\displaystyle{ \textstyle\frac{p}{10^k} }[/math], [math]\displaystyle{ p = \sum_{i=0}^{n} 10^i a_i }[/math] for some n. By [math]\displaystyle{ x=\sum_{i=0}^n10^{n-i}a_i/10^n=\sum_{i=0}^n\frac{a_i}{10^i} }[/math], x will end in zeros.

Infinite

Repeating decimal representations

Main page: Repeating decimal

Some real numbers have decimal expansions that eventually get into loops, endlessly repeating a sequence of one or more digits:

13 = 0.33333...
17 = 0.142857142857...
1318185 = 7.1243243243...

Every time this happens the number is still a rational number (i.e. can alternatively be represented as a ratio of an integer and a positive integer). Also the converse is true: The decimal expansion of a rational number is either finite, or endlessly repeating.

Finite decimal representations can also be seen as a special case of infinite repeating decimal representations. For example, ​3625 = 1.44 = 1.4400000...; the endlessly repeated sequence is the one-digit sequence "0".

Non-repeating decimal representations

Other real numbers have decimal expansions that never repeat. These are precisely the irrational numbers, numbers that cannot be represented as a ratio of integers. Some well-known examples are:

2 = 1.41421356237309504880...
  e  = 2.71828182845904523536...
  π  = 3.14159265358979323846...

Conversion to fraction

Every decimal representation of a rational number can be converted to a fraction by converting it into a sum of the integer, non-repeating, and repeating parts and then converting that sum to a single fraction with a common denominator.

For example to convert [math]\displaystyle{ \pm 8.123\overline{4567} }[/math] to a fraction one notes the lemma: [math]\displaystyle{ \begin{align} 0.000\overline{4567} & = 4567\times0.000\overline{0001} \\ & = 4567\times0.\overline{0001}\times\frac{1}{10^3} \\ & = 4567\times\frac{1}{9999}\times\frac{1}{10^3} \\ & = \frac{4567}{9999}\times\frac{1}{10^3} \\ & = \frac{4567}{(10^4 - 1)\times10^3}& \text{The exponents are the number of non-repeating digits after the decimal point (3) and the number of repeating digits (4).} \end{align} }[/math]

Thus one converts as follows: [math]\displaystyle{ \begin{align} \pm 8.123\overline{4567} & = \pm \left(8 + \frac{123}{10^3} + \frac{4567}{(10^4 - 1) \times 10^3}\right) & \text{from above} \\ & = \pm \frac{8\times(10^4-1)\times10^3+123\times(10^4-1)+4567}{(10^4 - 1) \times 10^3} & \text{common denominator}\\ & = \pm \frac{81226444}{9999000} & \text{multiplying, and summing the numerator}\\ & = \pm \frac{20306611}{2499750} & \text{reducing}\\ \end{align} }[/math]

If there are no repeating digits one assumes that there is a forever repeating 0, e.g. [math]\displaystyle{ 1.9 = 1.9\overline{0} }[/math], although since that makes the repeating term zero the sum simplifies to two terms and a simpler conversion.

For example: [math]\displaystyle{ \begin{align} \pm 8.1234 & = \pm \left(8 + \frac{1234}{10^4}\right) & \\ & = \pm \frac{8\times10^4+1234}{10^4} & \text{common denominator}\\ & = \pm \frac{81234}{10000} & \text{multiplying, and summing the numerator}\\ & = \pm \frac{40617}{5000} & \text{reducing}\\ \end{align} }[/math]

See also

References

  1. The Art of Computer Programming. 1: Fundamental Algorithms. Addison-Wesley. 1973. pp. 21. 
  2. Principles of Mathematical Analysis. New York: McGraw-Hill. 1976. pp. 11. ISBN 0-07-054235-X. 

Further reading

br:Dispakadur dekredel ckb:نواندنی دەدەیی