Continued fraction
Encyclopedia : C : CO : CON : Continued fraction
In mathematics, a continued fraction is an expression such as
- [x = a_0 + \cfrac}} ]
- 1 Motivation
- 2 Calculating continued fraction representations
- 3 Notations for continued fractions
- 4 Finite continued fractions
- 5 Continued fractions of reciprocals
- 6 Infinite continued fractions
- 7 Some useful theorems
- 8 Semiconvergents
- 9 Best rational approximations
- 10 The continued fraction expansion of π
- 11 Other continued fraction expansions
- 11.1 Periodic continued fractions
- 11.2 Regular patterns in continued fractions
- 11.3 Typical continued fractions
- 12 Pell's equation
- 13 Continued fractions and chaos
- 14 History of continued fractions
- 15 See also
- 16 External links
- 17 References
Motivation
Continued fractions are motivated by a desire to have a "mathematically pure" representation for the real numbers.Most people are familar with the decimal representation of real numbers:
- [r = \sum_^\infty a_i 10^]
This representation has some problems, however. One problem is the appearance of the arbitrary constant 10 in the formula above. Why 10? This is because of a biological accident, not because of anything related to mathematics. 10 is used because it is the standard base of our number system (10 fingers); we may just as well use base 8 (octal) or base 2 (binary). Another problem is that many rational numbers lack finite representations in this system. For example, the number 1/3 is represented by the infinite sequence .
Continued fraction notation is a representation for the real numbers that evades both these problems. Let us consider how we might describe a number like 415/93, which is around 4.4624. This is approximately 4. Actually it is a little bit more than 4, about 4 + 1/2. But the 2 in the denominator is not correct; the correct denominator is a little bit more than 2, about 2 + 1/6, so 415/93 is approximately 4 + 1/(2 + 1/6). But the 6 in the denominator is not correct; the correct denominator is a little bit more than 6, actually 6+1/7. So 415/93 is actually 4+1/(2+1/(6+1/7)). This is exact.
Dropping the trivial parts of the expression 4+1/(2+1/(6+1/7)) gives the abbreviated notation
The continued fraction representation of real numbers can be defined in this way. It has several desirable properties:
- The continued fraction representation for a number is finite if and only if the number is rational.
- Continued fraction representations for "simple" rational numbers are short.
- The continued fraction representation of any rational number is unique if it has no trailing 1. (For any rational number expressed as a continued fraction
[N; a,...,z] with z>1 there is a less efficient representation ending in 1,[N;a,...,z-1,1] ). - The continued fraction representation of an irrational number is unique.
- The terms of a continued fraction will repeat if and only if it is the continued fraction representation of a quadratic irrational, that is, a real solution to a quadratic equation [link].
- Truncating the continued fraction representation of a number x early yields a rational approximation for x which is in a certain sense the "best possible" rational approximation (see theorem 5, corollary 1 below for a formal statement).
Calculating continued fraction representations
Consider a real number r. Let i be the integer part and f the fractional part of r. Then the continued fraction representation of r isTo calculate a continued fraction representation of a number r, write down the integer part of r. Subtract this integer part from r. If the difference is 0, stop; otherwise find the reciprocal of the difference and repeat. The procedure will halt if and only if r was rational.
| Find the continued fraction for 3.245 | ||||
|---|---|---|---|---|
| [3\,] | [3.245 - 3\,] | [= 0.245\,] | [1 / 0.245\,] | [= 4.082\,] |
| [4\,] | [4.082 - 4\,] | [= 0.082\,] | [1 / 0.082\,] | [= 12.250\,] |
| [12\,] | [12.250 - 12\,] | [= 0.250\,] | [1 / 0.250\,] | [= 4.000\,] |
| [4\,] | [4.000 - 4\,] | [= 0.000\,] | STOP | |
| continued fraction form for 3.245 is [3; 4, 12, 4] | ||||
| [3.245 = 3 + \cfrac}} ] | ||||
This algorithm is suitable for real numbers, but can lead to numerical disaster if implemented with floating point numbers. Instead, any floating point number is an exact rational (the denominator is usually a power of two on modern computers, and a power of ten on electronic calculators), so a variant of Euclid's GCD algorithm can be used to give exact results.
Notations for continued fractions
One can abbreviate a continued fraction as
- [x = [a_0; a_1, a_2, a_3] \;]
- [x = a_0 + \frac + \frac + \frac ]
- [x = a_0 + ] .
- [x = \left \langle a_0; a_1, a_2, a_3 \right \rangle \;]
One may also define infinite continued fractions as limits:
- [[a_; a_, a_, a_, ,ldots ] = \lim_ [a_; a_, a_, ,ldots, a_]. ]
Finite continued fractions
For finite continued fractions, note that
- [[a_; a_, a_, a_, ,ldots ,a_, 1]=[a_; a_, a_, a_, ,ldots, a_ + 1]. \;]
- [ [2; 3, 1] = [2; 4] = 9/4 = 2.25. \;]
Continued fractions of reciprocals
The continued fraction representations of a rational number and its reciprocal are identical except for a shift one place left or right depending on whether the number is less than or greater than one respectively. In other words, the numbers represented by [[a_0;a_1,a_2,a_3,ldots,a_n]] and [[0;a_0,a_1,a_2,ldots,a_n]] are reciprocals. This is because if [a\ ] is an integer then if [x<1\ ] then [x = 0+1/(a+1/b)\ ] and [1/x = a+1/b\ ] and if [x>1\ ] then [x = a+1/b\ ] and [1/x = 0+1/(a+1/b)\ ] with the last number that generates the remainder of the continued fraction being the same for both [x\ ] and its reciprocal.Infinite continued fractions
Every infinite continued fraction is irrational, and every irrational number can be represented in precisely one way as an infinite continued fraction.An infinite continued fraction representation for an irrational number is mainly useful because its initial segments provide excellent rational approximations to the number. These rational numbers are called the convergents of the continued fraction. Even-numbered convergents are smaller than the original number, while odd-numbered ones are bigger.
For a continued fraction [[a_0;a_1,a_2,ldots]], the first four convergents (numbered [0] through [3]) are
- [\frac,\qquad\frac,\qquad\frac,\qquad\frac.]
If successive convergents are found, with numerators [h_1,h_2,\ldots] and denominators [k_1,k_2,\ldots] then the relevant recursive relation is:
[h_n=a_nh_+h_,\qquadk_n=a_nk_+k_.]
The successive convergents are given by the formula
- [\frac=\frac+h_}+k_}.]
Some useful theorems
If a0, a1, a2, ... is an infinite sequence of positive integers, define the sequences [h_n] and [k_n] recursively:| [h_=a_nh_+h_] | [h_=1] | [h_=0] | |||
| [k_=a_nk_+k_] | [k_=0] | [k_=1] |
Theorem 1
For any positive [x\in\mathbb]
- [\left[a_0, a_1, ,dots, a_, x right]=\frac+h_} +k_}.]
Theorem 2
The convergents of [a0, a1, a2, ...] are given by
- [\left[a_0, a_1, ,dots, a_nright]=\frac .]
Theorem 3
If the nth convergent to a continued fraction is [h_n/k_n], then- [k_nh_-k_h_n=(-1)^n.]
Corollary 2: The difference between successive convergents is a fraction whose numerator is unity:
- [\left|\frac-\frac}} \right|=\left|\frac-k_nh_}}\right|=\frac}.]
- [
Corollary 4: The matrix
- [\beginh_n & h_ \\k_n & k_\end]
Theorem 4
Each convergent is nearer to the nth convergent than any of the preceding convergents. In symbols, if the nth convergent is taken to be [[a_0;a_1,a_2,ldots a_n]=x], then- [\left|[a_0; a_1, a_2, ldots a_r]-x\right|>\left|[a_0; a_1, a_2, ldots a_s]-x\right|]
Corollary 2: the even convergents continually decrease, but are always greater than [x.]
Theorem 5
- [\frac+k_n)}<\left|x-\frac\right|<\frac}.]
Corollary 2: any convergent which immediately precedes a large quotient is a near approximation to the continued fraction.
Semiconvergents
If [\frac}}] and [\frac] are successive convergents, then any fraction of the form
- [\frac + ah_n}+ak_n}]
The semiconvergents to the continued fraction expansion of a real number [x] include all the rational approximations which are better than any approximation with a smaller denominator. Another useful property is that consecutive semiconvergents a/b and c/d are such that [ad-bc = \pm 1].
Best rational approximations
A best rational approximation to a real number x is a rational number [\begin \frac \end ], [d>0], that is closer to x than any approximation with a smaller denominator. Because a best rational approximation is always a convergent or a semiconvergent, the regular continued fraction for x can be used to generate all of the best rational approximations for x. We may apply these three rules:
- Truncate the continued fraction, and possibly decrement its last term.
- The decremented term cannot have less than half its original value.
- If the final term is even, a special rule decides if half its value is admissible. (See below.)
[0;1] [0;1,3] [0;1,4] [0;1,5] [0;1,5,2] [0;1,5,2,1] [0;1,5,2,2] [ \begin 1 \end ] [ \begin \frac \end ] [ \begin \frac \end ] [ \begin \frac \end ] [ \begin \frac \end ] [ \begin \frac \end ] [ \begin \frac \end ] The strictly monotonic increase in the denominators as additional terms are included permits an algorithm to impose a limit, either on size of denominator or closeness of approximation.
To incorporate a new term into a rational approximation, only the two previous convergents are necessary. If a is the new term, then the new numerator and denominator are
- nk+1 = nk−1 + a nk
- dk+1 = dk−1 + a dk
ak 0 1 5 2 2 nk 0 1 0 1 5 11 27 dk 1 0 1 1 6 13 32 One formal description of the half rule is that the halved term [\begin \frac \end a_k ] is admissible if and only if
- [ak; ak−1, …, a1] > [ak; ak+1, …].
In practice, something like Euclid's GCD algorithm is often used to generate the terms sequentially, and the auxiliary values it provides allow a more convenient test. For example, here is the term generation for 0.84375 = [ \begin \frac \end ] (where [\lfloor x \rfloor ]denotes the floor function).
[ a_0=] [ \lfloor \begin \frac \end \rfloor ] [= 0 ], [ f_0 ] [ = 27 - 32a_0 ] [= 27] [ a_1=] [ \lfloor \begin \frac \end \rfloor ] [= 1 ], [ f_1 ] [ = 32 - 27a_1 ] [= 5] [ a_2=] [ \lfloor \begin \frac \end \rfloor ] [= 5 ], [ f_2 ] [ = 27 - 5a_2 ] [= 2] [ a_3=] [ \lfloor \begin \frac \end \rfloor ] [= 2 ], [ f_3 ] [ = 5 - 2a_3 ] [= 1] [ a_4=] [ \lfloor \begin \frac \end \rfloor ] [= 2 ], [ f_4 ] [ = 2 - 1a_4 ] [= 0] Using the f values so generated, the [\begin \frac \end a_k ] admissibility test is [\begin \frac }} \end > \begin \frac } \end ]. For [a_3] of the example, [\begin \frac \end = \begin \frac \end] and [\begin \frac \end = \begin \frac \end ], so [\begin \frac \end a_3 ] is not admissible; while for [a_4] [\begin \frac \end = \begin \frac \end] and [\begin \frac \end = \begin \frac \end] so [\begin \frac \end a_4 ] is admissible.
The convergents to x are best approximations in an even stronger sense: [\begin \frac \end ] is a convergent for x if and only if |dx-n| is the least relative error among all approximations [\begin \frac \end ] with c ≤ d; that is, we have |dx-n| < |cx-m| so long as c
The continued fraction expansion of π
To calculate the convergents of pi we may set [ a_0 = \lfloor \pi \rfloor = 3 ], define [ u_1 = \frac ] [ \approx \frac = 7.0625 ] and [ a_1 = \lfloor u_1 \rfloor = 7 ], [ u_2 = \frac \approx \frac = 15.9965 ] and [ a_2 = \lfloor u_2 \rfloor = 15 ], [ u_3 = \frac ] [ \approx \frac = 1.003 ]. Continuing like this, one can determine the infinite continued fraction of π as [3; 7, 15, 1, 292, 1, 1, ...]. The third convergent of π is [3; 7, 15, 1] = 355/113 = 3.14159292035..., which is fairly close to the true value of π.Let us suppose that the quotients found are, as above, [3; 7, 15, 1]. The following is a rule by which we can write down at once the convergent fractions which result from these quotients without developing the continued fraction.
The first quotient, supposed divided by unity, will give the first fraction, which will be too small, namely, 3/1. Then, multiplying the numerator and denominator of this fraction by the second quotient and adding unity to the numerator, we shall have the second fraction, 22/7, which will be too large. Multiplying in like manner the numerator and denominator of this fraction by the third quotient, and adding to the numerator the numerator of the preceding fraction, and to the denominator the denominator of the preceding fraction, we shall have the third fraction, which will be too small. Thus, the third quotient being 15, we have for our numerator (22 × 15 = 330) + 3 = 333, and for our denominator, (7 × 15 = 105) + 1 = 106. The third convergent, therefore, is 333/106. We proceed in the same manner for the fourth convergent. The fourth quotient being 1, we say 333 times 1 is 333, and this plus 22, the numerator of the fraction preceding, is 355; similarly, 106 times 1 is 106, and this plus 7 is 113.
In this manner, by employing the four quotients [3; 7, 15, 1], we obtain the four fractions:
- [\frac, \frac, \frac, \frac, \,\ldots]
The demonstration of the foregoing properties is deduced from the fact that if we seek the difference between one of the convergent fractions and the next adjacent to it we shall obtain a fraction of which the numerator is always unity and the denominator the product of the two denominators. Thus the difference between 22/7 and 3/1 is 1/7, in excess; between 333/106 and 22/7, 1/742, in deficit; between 355/113 and 333/106, 1/11978, in excess; and so on. The result being, that by employing this series of differences we can express in another and very simple manner the fractions with which we are here concerned, by means of a second series of fractions of which the numerators are all unity and the denominators successively be the product of every two adjacent denominators. Instead of the fractions written above, we have thus the series:
- [\frac+\frac-\frac+\frac \cdots ]
4/π has a generalized continued fraction expansion discovered by Lord Brouncker.
Other continued fraction expansions
Periodic continued fractions
The numbers with periodic continued fraction expansion are precisely the solutions of quadratic equations with integer coefficients. For example, the golden ratio φ = [1; 1, 1, 1, 1, 1, ...] and √ 2 = [1; 2, 2, 2, 2, ...].
Regular patterns in continued fractions
While one cannot discern any pattern in the infinite continued fraction expansion of π, this is not true for e, the base of the natural logarithm:
- [e = \exp(1) = [2; 1, 2, 1, 1, 4, 1, 1, 6, 1, 1, 8, 1, 1, 10, 1, 1, 12, dots] \,\!]
- [\exp(1/n) = [1; n-1, 1, 1, 3n-1, 1, 1, 5n-1, 1, 1, 7n-1, dots] \,\!]
Other continued fractions of this sort are
- [\tanh(1/n) \,\,\, = [0; n, 3n, 5n, 7n, 9n, 11n, 13n, 17n, 19n, dots] \,\!]
- [\tan(1) \,\,\, = [1; 1, 1, 3, 1, 5, 1, 7, 1, 9, 1, 11, 1, 13, 1, 15 dots]\,\!]
- [\tan(1/n) \,\,\, = [0; n-1, 1, 3n-2, 1, 5n-2, 1, 7n-2, dots]\,\!.]
- [S(p/q) = \frac(2/q)}(2/q)},]
- [S(p/q) \,\,\, = [p+q; p+2q, p+3q, p+4q, dots]\,\!.]
- [S(0) = S(0/1) = \,\,\, = [1; 2, 3, 4, 5, 6, 7, dots]\,\!.]
Typical continued fractions
Most irrational numbers do not have any periodic or regular behavior in their continued fraction expansion. Nevertheless Khinchin proved that for almost all real numbers x, the ai (for i = 1, 2, 3, ...) have an astonishing property: their geometric mean is a constant (known as Khinchin's constant, K ≈ 2.6854520010...) independent of the value of x. Paul Lévy showed that the nth root of the denominator of the nth convergent of the continued fraction expansion of almost all real numbers approaches an asymptotic limit, which is known as Lévy's constant.
Pell's equation
Continued fractions play an essential role in the solution of Pell's equation. For example, for positive integers [p] and [q], [p^2 - 2q^2 = \pm1] if and only if [p/q] is a convergent of [\sqrt2].Continued fractions and chaos
Continued fractions also play a role in the study of chaos, where they tie together the Farey fractions which are seen in the Mandelbrot set with Minkowski's question mark function and the modular group Gamma.The backwards shift operator for continued fractions is the map [h(x)=1/x - \lfloor 1/x \rfloor,] called the Gauss map, which lops off digits of a continued fraction expansion: [h([0;a_1,a_2,a_3,dots]) = [0;a_2,a_3,dots]]. The transfer operator of this map is called the Gauss-Kuzmin-Wirsing operator. The distribution of the digits in continued fractions is given by the zero'th eigenvector of this operator, and is called the Gauss-Kuzmin distribution.
History of continued fractions
- 300 BC Euclid, Elements - Algorithm for greatest common divisor which generates a continued fraction as a by-product
- 1579 Rafael Bombelli, L'Algebra Opera - method for the extraction of square roots which is related to continued fractions
- 1613 Pietro Cataldi, Trattato del modo brevissimo di trovar la radice quadra delli numeri - first notation for continued fractions
- 1695 John Wallis, Opera Mathematica - introduction of the term "continued fraction"
See also
External links
- [Online continued fraction calculator]
- Linas Vepstas [The Minkowski Question Mark and the Modular Group SL(2,Z)] (2004) reviews the isomorphisms of continued fractions.
- Linas Vepstas [Continued Fractions and Gaps] (2004) reviews chaotic structures in continued fractions.
- [Continued Fractions on the Stern-Brocot Tree] at cut-the-knot
- Francois Balsalobre [cfc - a (cli) continued fraction calculator] for POSIX and Cygwin
- [Continued Fractions] and Fermat's Last Theorem.
- [Elementary introduction to continued fractions]
- [The Antikythera Mechanism I: Gear ratios and continued fractions]
References
- A. Ya. Khinchin, Continued Fractions, 1935, English translation University of Chicago Press, 1961 ISBN 0-486-69630-8
- Oskar Perron, Die Lehre von den Kettenbrüchen, Chelsea Publishing Company, New York, NY 1950.
- Andrew M. Rockett and Peter Szusz, Continued Fractions, World Scientific Press, 1992.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
