Movatterモバイル変換


[0]ホーム

URL:


Continued Fractions


 Michon
 
 border
 border
 border

On this site, see also :

Related Links (Outside this Site)

An Introduction to Continued Fractions byRon Knott(University of Surrey)
ContinuedFractions byAdam Van TuylofLakehead University.
SecretLife of Continued Fractions  by John D. Barrow (Cambridge U.).
Pianosand Continued Fractions byEdward G. Dunne(AMS)
Continued FractionsbyAlexander Bogomolny at cut-the-knot.com.
Familiesof Continued Fractions by Justin T. Miller (U. of Arizona).
Contfraccalculator (WIMS, University of Nice) | Les-Mathématiques.net
 
Generalized Continued Fractions (Wikipedia)

The Rational Mean (31:34) by Domingo Gómez Morín.

 
border
border

Numbers and Functions as Continued Fractions


(2001-11-19)  

Other related concepts were once sharing that name,but the modern term refers almost exclusively to the following type of expressions(calledsimple and/orregular)which we illustrate with the most popular transcendental number: ,  theratio of the circumference of a circle to its diameter:

     =   3 +  1
Vinculum
7 + 1
piVinculum
15 + 1
Vinculum
1 + 1
Vinculum
292 + 1
Vinculum
1 + 1
Vinculum
1 + ...

The ellipsis (...) indicates that the expression is to becontinued indefinitely.In the case of an irrational number like ,there is aninfinite sequence of so-calledpartial quotients:3, 7, 15, 1, 292, 1, 1, 1, 2, 1, 3, 1, ...A001203. With the possible exception of the first one,all of these are positive integers.

The sequence of partial quotients is easy to obtain:At the top level, the number (here ) is seen to be the sum ofits firstpartial quotient and some expression which is clearly less than one,so thefirst partial quotient is simply the number's integral part (easy).Subtractthat from the number and you get a(nonnegative) fractional part less than one. Whenever it's not zero that fractional part has areciprocal which is a number greaterthan one. Apply the same procedure to this new number;the integral part is thesecond partial quotient,and the reciprocal of the remainder is the next numberon which to iterate the processWhen this remainder [or any of the susequent ones]turns out to be zero, the process terminatesand the expression on the right hand side is finite. This happens when the original number is rational,otherwise the procedure goes on forever...

The compact notation used for the continued fractionexpansion of a number isexamplified by the following. Note the semicolon after the first quotient[a reminder that it may not be positive]and the ellipsis to indicate incompleteness.

=[3; 7, 15, 1, 292, 1, 1, 1, 2, 1, 3, 1, 14, 2, 1, 1, 2, 2, 2, 2, 1, 84, 2, 1, 1 ...]

If the above procedure is used with a rational number, the expansion is finite andthelast partial quotient cannot be unity(or else we should have added one unit to the previous quotient).However, finite expansions ending with 1 are routinely obtained fromthetruncation of a larger (possibly infinite) expansion.For example,  [3; 7, 15, 1, 292, 1]  is a truncation of the above,which is equal to the proper continued fraction [3; 7, 15, 1, 293],  or 104348/33215.


(2001-11-19)  
The best rational approximations  to a given real number.

The rational value whose [finite] continued fraction expansion is a truncation of thecontinued fraction expansion of a given number is called aconvergentof that number. (As stated above,proper truncation of a continued fraction entailsadding the last two terms whenever the last one is unity.)

Although agiven convergent may be worked out "from the bottom" in an obvious way,it is usually better to generate thesequence of convergents "from the top",computing each convergent in the form Pn/Qn, starting with:

P0 = a0,   Q0 = 1      and      P1 = a0 a1 + 1,   Q1 = a1.

The following recurrence relation (due toEuler)may be shown to hold:

Pn
=
aPn-1  +  Pn-2
vinculumvinculum
Qn
=
aQn-1 +  Qn-2

For programming and other purposes, the above recurrence is best started at n = 0  (rather than n = 2)  by introducing the following conventions:

P-2 = 0,   Q-2 = 1      and      P-1 = 1,   Q-1 = 0

Well, we jumped the gun... It would have been more proper to write the above recurrence as two distinct relations,formally equating the numerators and the denominators separately. This pair of equalities could then be used to establish the following relations [:  Multiply the numerators by  Qn-1 and subtract from each the matching denominator multiplied by  Pn-1 to obtain the first equation below,which is a recurrence relation that may be used to prove the second equality.]

PnQn-1 - QnPn-1  =  -( Pn-1Qn-2 - Qn-1Pn-2)
  =  -(-1)n

Among other things, this shows that  Pn  and  Qn arecoprime. So,  Pn  and  Qn  are fully determinedby their ratio. Thus, Euler's recurrence does give directly the irreducible  representation of the sequence of convergents. It is unambiguous, after all... It can be viewed as a method to obtain the next convergent from the irreduciblerepresentations of two consecutive convergents and the value of the nextpartial quotient.

Our last identity also shows that the difference of two successive convergentsis a unit fraction  (i.e.,  a fraction whose numerator is unity,also called an Egyptian fraction) and that the n-th convergentPn/Qn is within1/QnQn+1 of the entire continued fraction  x.

Afamous result (1936)of Paul Lévy(1886-1971;X1904)  is that,for almost all  numbers x (in the sense discussedbelow) the limit of  Qn1/n  is equal to exp (2 / (12 ln 2) ). Therefore, for almost all  x:

lim   | x - Pn/Qn | 1/n   =  exp (2 / (6 ln 2) )  =   

The successiveconvergents of a number happen to be the best possible rational approximations to that number in the following sense: Among all the fractions whose denominatorsare below some given quantity, the one fraction which is closest to yournumber isalways one of its convergents. The successive convergents are alternately approximations from below(the crudest of which is the integral part) and approximations from above. For example the successive convergents of are: (A002485 / A002486)

3,22 / 7,333 / 106,355 / 113,103993 / 33102,104348 / 33215,etc.
  =  + 1 / 7 - 1 / 742 + 1 / 11978 - 1 / 3740526 + 1 / 1099482930 etc.

The bold  ones are popular approximations which are especially interesting because they correspond to truncation beforea fairly large partial quotient  (namely 15 or 292). This is the analog of a decimal expansionrounded just before a 9 or a 0  (or even a string of 9s or 0s). The value 22/7 was found to be an upper bound of by Archimedes (c.287 BC - 212 BC). Because 292 is unusually large as a partial quotient,355/113 is an excellent approximation(7 correct digits and a relative error of only +85 ppb). It was discovered by the Chinese mathematician Zu Chongzhi (429-500) but remained unknown in the West until the 16th century.

On the other hand,  333/106  is a fairly lousy record breaker (considering that  106  is not much smaller than  113) because it corresponds to the worst kind of truncation (that which preceeds a "1" in the expansion).  It's about 312 times lessprecise than  355/113  and was thus never used as a rationalapproximation to . 333/106 was first shown to be a lower bound  of   around 1583,  by Adriaan Anthoniszoon (1527-1607).

In 1766, Johann Heinrich Lambert (1728-1777) proved that is an irrational number: Byexpanding tg(h) as a continued fraction,he established that the tangent of a rational number is always irrational,so /4 can't possibly be rational because its tangent isthe rational number 1. Lambert gave a list of the first 27 convergents of . The first 25 of these are correct, but the last two are not. Unfortunately, the mistake has been overlooked by modern authors whoreproduced Lambert's list without properly warning their readers[Lambert's uncorrected list appears on page 171 ofBeckmann's popular "History of PI" (1971)]. For the record, here is an erratum for the convergents given by Lambert(who listed their reciprocals):

1.3  /  1
2.22  /  7
3.333  /  106
4.355  /  113
... ...
25.8958937768937  /  2851718461558  
26.139755218526789  /  44485467702853
27.  428224593349304  /  136308121570117

Lambert used an erroneous list of partial quotients: [... 84, 2, 1, 1,37, 3 ...]. The correctexpansion reads [... 84, 2, 1, 1,15, 3, 13, 1, 4, 2, 6, 6, 99, ...].

A few useful sequences of convergents
 2 1,  3/2,  7/5,  17/12,  41/29,  99/70,  239/169,  577/408,  1393/985
31,  2,  5/3,  7/4,  19/11,  26/15,  71/41,  97/56,  265/153,  362/209
52,  9/4,  38/17,  161/72,  682/305,  2889/1292,  12238/5473


(2001-11-19)  

Occasionally, a continued fraction expansion (CFE) may show a very large earlypartial quotient, which will suggest a very precise approximation.For example,Ramanujangave (2143/22)1/4 as an extremely close approximation to (it's about 265 times better than theexcellent 355/113, with an accuracy better than one third of a ppb).The astonishing precision of such a simple formula is made obvious by the CFE of, which is begging to be truncatedat its fifth term:

4   =  [97; 2, 2, 3, 1, 16539, 1, 6, 7, 6, 8, 6, 3, 9, 1, 1, 1, 18, 1 ...]

For some obscure reason, Ramanujan liked to give the above result in forms that may havesuggested some deeper reason for the approximation.Thesilliest of these is probably the followingdecimal pattern,using only the digits 0,1 and 2:

   (102 - 2222/22)1/22

Another example with the Euler-Mascheroni number  (Euler's constant):

( 1 ) 2   =  [0; 5, 1, 1, 2, 6, 1, 8, 372792, 35, 52, 8, 1, 4, 1, 2, 9, 1 ...]

Thus,  1 (320/1835)      =  0.57721566490153286060651209...

The number known to recreational mathematicians asChampernowne Constanthas a decimal expansion consisting of the successive digits of all the integers:0.123456789101112131415161718192021... It has aweird continued fractionexpansion, which is fairlydelicateto obtain:

[0; 8, 9, 1, 149083, 1, 1, 1, 4, 1, 1, 1, 3, 4, 1, 1, 1, 15,, 6, 1, 1, 21, 1 ...]

is a 166-digit integer! Champernowne Constantis thus "almost" equal to  60499999499 / 490050000000. The two decimal expansions match for 186 digits after the decimal point. The first 185 decimals are:

0.1234567891011121314...899091929394959697

After that point, the fraction goes on ...99000102030405...whereasChampernowne Constant reads, of course, ...9899100101102103...

At the other end of the spectrum, so to speak, is the related Copeland-Erdös constant,  whose decimal expansion consists of thesuccessive digits of all the primes (A033308,A030168). It's one of the few numbers that has been proven tobe decimal normal, which means that all strings of  n  digitsare equally likely in its decimal expansion  (Copeland&Erdös, 1946).

0.2357111317192329313741434753596167717379838997101103107109...
[ 0;4,4,8,16,18,5,1,1,1,1,7,1,1,6,2,9,58,1,3,4,2,2,1,1,2,1,4,39,4,4,5,2,1,1,87... ]

The continued fraction expansion isn't known to benormal but it probably is. To the best of my knowledge, not a single number has yet be shown to have both  a normal decimal expansion and a normal continued fraction expansion  (although it's well-knownthat almost all  real numbers have those two properties!


(2001-11-19)  

There is an attractive flavor of universality about continued fractions: Every number hasone and only one representation as a continued fraction(if we rule out unity as the last element ofa finite continued fraction of two or more elements). Therefore, people have looked for patterns in the continued fraction representationsof their favoriteconstants.  No such pattern emerges for or ,but the continued fractions for some well-known numbers are worth noting...

The first entry in the table below  (known as theGolden Number)  isthe continued fraction with the slowest convergence (the lower the partial quotients,the slower the convergence). In this context, is seen as eitherthe "simplest" continued fraction,or as one of the "most irrational" numbers (the so-callednoble numbers).

= ½ (1+5)[1; 1, 1, 1, 1, 1, 1, 1, 1, ...
½ [k+(k2+4)][k; k, k, k, k, k, k, k, k, ...
2[1; 2, 2, 2, 2, 2, 2, 2, 2, ...
3[1; 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, ...
5[2; 4, 4, 4, 4, 4, 4, 4, 4, ...
7[2; 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 4, ...
41[6; 2, 2, 12, 2, 2, 12, 2, 2, 12, 2, 2, 12, ...
e = exp(1)[2; 1, 2, 1, 1, 4, 1, 1, 6, 1, 1, 8, 1, 1, 10, 1, 1, ... 2n+2, 1, 1, ...
e = exp(1/2)[1; 1, 1, 1, 5, 1, 1, 9, 1, 1, 13, 1, 1, 17, 1, 1, ... 4n+1, 1, 1, ...
exp(1/3)[1; 2, 1, 1, 8, 1, 1, 14, 1, 1, 20, 1, 1, 26, 1, 1, ... 6n+2, 1, 1 ...
exp(1/k)[1; k-1, 1, 1, 3k-1, 1, 1, 5k-1, 1, 1, 7k-1, ... (2n+1)k-1, 1, 1 ...
e = exp(2)[7; 2, 1, 1, 3, 18, 5, 1, 1, 6, ... 12n+6, 3n+2, 1, 1, 3n+3 ...
exp(2/3)[1; 1, 18, 7, 1, 1, 10, ... 36n+18, 9n+7, 1, 1, 9n+10 ...
exp(2/5)[1; 2, 30, 12, 1, 1, 17, ... 60n+30, 15n+12, 1, 1, 15n+17 ...
exp(2/7)[1; 3, 42, 17, 1, 1, 24, ... 84n+42, 21n+17, 1, 1, 21n+24 ...
exp(2/(2k+1))[1; k, ... ...
th(1) =[0; 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, ... (2n+1) ...
th(1/k)[0; k, 3k, 5k, 7k, 9k, 11k, 13k, 15k, 17k, 19k, ... (2n+1)k ...
tg(1) = tan(1)[1; 1, 1, 3, 1, 5, 1, 7, 1, 9, 1, 11, 1, 13, 1, 15, 1, ... 2n+1, 1, ...
tg(1/2) = tan(1/2)[0; 1, 1, 4, 1, 8, 1, 12, 1, 16, 1, 20, 1, 24, 1, 28, 1, ... 4n, 1, ...
tg(1/k) = tan(1/k)[0; k-1, 1, 3k-2, 1, 5k-2, 1, 7k-2, 1, ... (2n+1)k-2,1, ...
I(2) /I(2)[0; 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ... n ...    
I(2/k) /I(2/k)[0; k, 2k, 3k, 4k, 5k, 6k, 7k, 8k, 9k, 10k, 11k, 12k, ... nk ...

Rational numbers correspond tofinite continued fractions.Continued fractions for which the sequence of partial quotients is ultimately periodicare calledperiodic continued fractions and they correspond toquadraticirrationals [also calledalgebraic numbers of degree 2,these are irrational roots of polynomials of degree 2 with integral coefficients].The first few entries in the above table are examples of periodic continued fractions.See sequenceA003285 in theOnlineEncyclopedia of Integer Sequences for the lengths of the periods of the square rootsof the successive integers (by convention, a finite CFE has zero "period").


(2001-11-19)  

For almost all numbers, there's no simple pattern to the sequence ofpartial quotients: The continued fraction representation creates a bijective relation between irrationalnumbers from 0 to 1 and infinite sequences of positive integers.The usual probability measure (Lebesgue measure) for sets of numbers between 0 and 1thus translates into statistical properties for their partial quotients, which wereinvestigated by the Russian mathematicianA.Ya. Khinchin (1894-1959).

For example, it may be shown that the set of all numbers whose partial quotients arebounded is of zero measure. In other words, foralmost all numbers, thesequence of partial quotients doesnot have an upper bound.In 1935, Khinchin published a remarkableresult stating, essentially, that a given integer k appears in the expansion ofalmost all real numbers with the following frequency:

P(a=k)   =  lg[1+1/(k2+ 2k)]   =   -lg(k) + 2 lg(k+1) - lg(k+2)

In this, lg(x) is thebinary logarithm  ln(x)/ln(2).Numerically, this means that, in the expansion of a "typical" number,the partial quotient will be "1" about 41.5% of the time,"2" 17%, "3" 9.31%, "4" 5.89%, "5" 4.064%, etc.Khinchin's law may also be stated by giving the (simpler) expression ofthe probability that a partial quotient is equal to kor more, namely:

P(ak)   =   lg[1+1/k]   =   lg(k+1) - lg(k)

The problem is, of course, that there is usually no guarantee that a given numberis "typical". The numberappears to be "typical"(it probably is).However,all of the otherspecial numbers tabulatedabove are definitelynot.

The above probability distribution makes thearithmetic mean of partialquotients infinite. Thegeometric mean, however, is finite and was firstcomputed by Khinchin (who published only the firsttwo digits).It became known asKhinchin's Constant(also spelledKhintchine's Constant) :

1 +  
1
Vinculum
k(k+2)
lg (k)
 
    =   2.68545200106530644531-

As Khinchin himself was quick to point out,any other choice of convergent method could be used instead ofgeometricaveraging. So, in the larger scheme of things,there is nothing really special about the above "average" partial quotient.Indeed, we may consider the so-called p-exponentHölder mean,which is obtained by taking thearithmetic average of p-th powers and raising the result to the power of 1/p.The ordinaryarithmetic mean corresponds to p=1, thegeometric mean isthe (limiting) case p=0, theharmonic mean isp=-1, thequadratic mean is p=2, etc.In the case of partial quotients under the Khinchin law, we may thus obtain as"average" any value greater than 1, by adjusting our choice of the exponent p accordingly(disallowing values of p greater than or equal to 1, which give infinite results).For example, theharmonic mean of typical partial quotients is:

1.74540566240734686349+

Whereas quadratic irrationals (algebraic numbers of degree 2) have a periodic CFE,algebraic numbers of degree 3 or more are entirely different and it appears thatalmost all of them aretypical, in thesense that they seem to comply withKhinchin's Law. For example, theDelian constant is:

21/3  =  [ 1; 3, 1, 5, 1, 1, 4, 1, 1, 8, 1, 14, 1, 10, 2, 1, 4, 12, 2, 3, 2, 1, 3, 4, 1, 1,2, 14, 3, 12, 1, 15, 3, 1, 4, 534, 1, 1, 5, 1, 1, 121, 1, 2, 2, 4, 10, 3, 2, 2,41, 1, 1, 1, 3, 7, 2, 2, 9, 4, 1, 3, 7, 6, 1, 1, 2, 2, 9, 3, 1, 1, 69, 4, 4, 5,12, 1, 1, 5, 15, 1, 4, 1, 1, 1, 1, 1, 89, 1, 22, 186, 6, 2, 3, 1, 3, 2, 1, 1, 5, 1...]  A002945

We once heard thatKhinchin's Law does not apply toall suchcubic irrationals and that some explicit counterexamples had been constructed... This may be anurban legend, pleasetell usif you know better...

Help from our readers (so far):

On 2002-10-23, "Giuseppe" told us about the real root(36001/30)of the polynomial  x3 3600 x2 +120 x 2  (without asserting anything about it):

x   =  

In spite of the initial weirdness of its CFE,this cubic irrational doesn't look like a proper counterexample (according to a 2003-02-06 email ofHans Havermann,the geometric mean of the 1000000 terms following 3599 is about 2.6850). The problem is still wide open. We've also received the following clarificationfrom a renowned expert:

On 2003-02-11, Alf van der Poorten wrote:       [edited summary]
There is no cubic irrational (nor any other algebraic number) whose continued fraction expansion can be proved to benormal[i.e.,actually obeyingKhinchin's Law].
 
On the other hand, I'd beextremely surprised if anyexperimental investigation of algebraic numbers of degree 3 (or more)ever revealed anything other than atypical behavior[an expansion whichappears to be normal in the long run,in spite of possible initial irregularities]. No "explicit counterexample" is known.
 
In particular, we don't believethat such a counterexample could be the number x Giuseppe quotes,which is one of those discussed by Stark and tested in my paper with Brent  and te Riele, along with the real zero of y3 8y 10  (y = 3.3186282177501856591096801533...) :
 
y   =  

(2001-11-19)
How are arithmetic operations performed on continued fractions?

Well, it's not so easy.Basically, you perform the operations formally on the values of the continued fractions andexpand the result formally as a continued fraction... Keep in mind that all integers involved in the expansion must bepositiveintegers (with the possible exception of the leading one)so that a lot ofcase splitting is to be expected. Also, we'll see that something likeinfinite precision may be required tocompute the expansion of something as simple as the sum of two numbers given bytheir continued fraction expansions(in the form of algorithms that provide partial quotients on demand),so it can't be doneeffectively...

Simple Unary Operations

The simplest operations consist of taking theopposite (-x) or thereciprocal(1/x) of a number x.With continued fractions,the latter would be simpler than the former (in fact, it would be trivial)if we did not have to contend with negative numbers...So, let's deal with theopposite of x first.Either a1 is 1 or isn't:

  • - [a0;  1, a2, a3, a4, ...]  =  [(-a0-1); (a2+1), a3, a4, ...]
  • - [a0; a1, a2, a3, a4, ...]  =  [(-a0-1); 1, (a1-1), a2, a3, a4, ...]    if a11.

Computing thereciprocal of a CFE is easy for  positive  numbers:

  • 1 / [0;  a1, a2, a3, a4, ...]  =  [a1; a2, a3, a4, ...]
  • 1 / [a0; a1, a2, a3, a4, ...]  =  [0; a0; a1, a2, a3, a4, ...]    if a0>0.

For negative numbers, we take the reciprocal of the opposite[which is positive]and obtain the result as the opposite of that. This translates into8 distinct cases, which we won't spell out...  For example:

  • 1 / [-1; 1, a2, 1, a4, a5, a6, ...]  =   [(-a2-2); (a4+1), a5, a6, ...]

Binary Operations

Comparing two continued fractionsa andb is always easy:If all corresponding partial quotients are equal, the numbers are equal.Otherwise, just consider the first rank n for which the partial quotients anand bn differ. Say an > b:

  • If n iseven, thena >b.
  • If n isodd,  thena <b.

When afinite continued fraction is involved, the above rule applies if wemake the convention that the "next" partial quotient on a terminated fractionwould actually be .

Note, however, that the case wherea andb are equalleads to a nonterminating procedure: If both numbers are given, as they may,via general algorithms that give partial quotients on demand,then you'd have to keep querying both algorithms forever(because of the possibility that they may end up giving different results). A similar remark applies to other binary operations,with far-reaching theoretical consequences...

In particular, this shows that there's nogeneral algorithmto compute something as simple asthe sum (or the product) of two continued fractions[technically, analgorithm is a procedure whichalways terminates]. That's because there are cases where the "next"partial quotientof a sum (or a product) of two continued fractions cannot be determinedwithout knowingall the partial quotients of both operands. This happens, in particular, when the sum (or the product) is rationalbut neither operand is... (If both operands are given as computer programs that give partial quotients upon request,it's possible that you'll have to keep querying such programs forever,without ever being able to determine the partial quotients of the resultbeyond a certain point.)

This theoretical obstacle does not prevent the design of usefulpracticalprocedures, but it simply means that they can't be foolproof and/or fully automated(just like automated floating-point arithmetic isn't foolproof). For example, we may have to live with thecontinued fraction equivalents ofthe notorious rounding errors of limited-precision positional arithmetic,and occasionally accept that a "very large" partial quotient may stand for an infinite one(indicative of a rational result) without ever being sure...


(2014-09-10)    (René Baire )
The set of all infinite sequences of positive  integers,
endowed with theTychonoff topology.

The continued fraction expansion  of any irrational number in  [0,1]  is an element of the Baire Space. We already know that this relation is bijective.

What may be more suprising is that our bijection is an homeomorphism (i.e., itself and its inverse are continuous functions)  between thetwo relevants sets, endowed with their respective most natural  topologies.

The interval  [0,1] is a metric space with respect to the ordinary Euclidean distance. The irrational points simply form a subspace  of that.

On the other hand, the Baire space is a cartesian productof a countable infinity of copies of the set of positive integers (one such copy for each index in the sequence). The natural topology on a cartesian product is theTychonoff topology (which differ from the naive so-called box topology when there are infinitely many cartesian components).

Proof :   A bijectionis an homeomorphism iff  it transforms some particular topological basis  of one spaceinto a topological basis of the other. In the case at hand, consider (open) sets of the following types:

  • In the Baire space, the sequences whosefirst  n  terms are prescribed.
  • The set of irrationals whose first  n partial quotients  are prescribed.

Clearly, our bijection transforms a set of one type into a set of the other type. So, we only have to check that each family formsa topological basis of its own space, which is left as an exercise for the reader. QED

The Baire space and the set of the irrationals are both totally disconnected.

border
border
 
border
border

Expansion of Functions


(2001-11-19)
May a function be expanded as a continued fraction?

At least thespirit of continued fractions may be used to find rationalapproximations [quotients of polynomials] to analytic functions...
A simple starting point is an expression like this:

 f(h)   =   a0 +  h
Vinculum
 a1h
Vinculum
 a2h
Vinculum
 a3h
Vinculum
 a4h
Vinculum
 a5h
Vinculum
a6 + ...

One complication, which does not exist in the case of real numbers, is thatnotall functions may be expanded in this way.Even among analytic functions, it may be required to raise the variableh to some power [other than unity] at some, or all, of its occurrences on theright-hand side of the above identity.This happens whenever there is a corresponding gap [zero coefficient(s)] at thesame 'stage' in theTaylor expansion of the function.(In particular, iff is aneven function,h always appears raised to someeven power.)

It's straightforward to obtain the sequence of coefficients (a):

  • an =fn(0),  wherefn isrecursively defined as follows:
  • f0(h) =f(h)
  • fn+1(h) =hk /[fn(h) - an]  ( hk appears in the result at that stage)
    k is whatever value makes  fn+1(0) finite and nonzero. Usually k=1.

With these coefficients, the Taylor expansion of  f will matchthat of the truncated rational expression up to --and including-- theorder mof the last coefficient a which is retained.In practice, to compute the above coefficients up toa,we may replace an analytic functionf(h)by its partial Taylor expansion up to --and including--the term or orderh.

Here are a few "nice" sequences of coefficients corresponding to such Padé expansions. The general formulas given may not apply to the first coefficients (in which case, these areunderscored ):

f(h)a0a1a2a3a4a5a6a7a8a9a2na2n+1
exp(h)11-2-325-2-7292(-1)n(2n+1)(-1)n
ln(1+h)0123152/371/294/(2n)2n+1
[1+(1+4h/a2)]a/2aaaaaaaaaaaa
h / th(h)1357911131517194n+14n+3
h / tg(h)1-35-79-1113-1517-194n+1-(4n+3)

The contrived form of the last two tabulated entries is meant to squeeze the "natural"expansion of functions with odd parity(liketh=tanh ortg=tan) into our restricted"regular" framework (where squares or higher powers of h don't appear).Were it not for the tabulation and/or the typography, it would have been better to givethe "natural" expansions of such functions in a formsimilar to the following expression forArctg=arctan:

Arctg(h)   =    h
Vinculum
 1 + h2
Vinculum
 -3 + h2
Vinculum
 -5/9 + h2
Vinculum
 -63/4 + h2
Vinculum
 -4/25 + h2
Vinculum
-2475/64 + ...

For an odd functionf  like this one,we may use an indexing consistentwith the numbering of the "regular" expansion ofh /f(h), so that we have:

a0 =1,  a1 = -3,  a2 = -5/9,  a3 = -64/4,  a4 = -4/25,  a5 = -2475/64,  ...
a2n = -(4n+1) / (2n un),    a2n+1 = -(4n+3) un
where   un =  
2n+1
Vinculum
22n
2n
n
  =   
(2n+1)!!
Vinculum
(2n)!!

Recall that, for a positive integer k, the double-factorial  notation k!! is used todenote the product of all positive integersofthe same parity as k which are less than or equal to it.Therefore, (2n+1)!! is (2n+1)!/(2n)!!, whereas (2n)!! is 2nn!.


References

  1. Milton Abramowitz, Irene A. Stegun
    "Handbook of Mathematical Functions" (originally NBS #55, 1964)
    Republished (1965-1972) Dover Publications   ISBN 0-486-61272-4
  2. Petr Beckmann (1924-1993)
    "A History of PI"   (© 1971 by The Golem Press)
    Republished (1993) by Barnes & Nobles   ISBN 0-88029-418-3
  3. Aleksandr YakovlevichKhinchin(1894-1959) [also spelledKhintchine]
    "Continued Fractions" 1964 translation of 3rd Russian edition (1961)
    Monograph first published by Khinchin in 1935 (second edition in 1949).Republished (1997) by Dover Publications, Inc. ISBN 0-486-69630-8
  4. C. Stanley Ogilvy  (1913-2000)
    "Tomorrow's Math : Unsolved Problems for the Amateur" ©1962-72
    Oxford University Press (Second Edition, 1972), New York.

(2019-07-20)  
A representation of a formal power series.

There are essentially no rigorous results in this field.
Carl M. Bender (2011)

Consider a formal power series and an equivalent tower of exponentials:

a0  + a1 z  + a2 z2  + a3 z3  + a4 z4  +  ...
b0 exp (b1 z exp (b2 z exp (b3 z exp (b4 z exp ( ... )))))

The intended equivalence is considered satisfied when the former is theexpansion of the latter in powers of  z. This happens when:

a0   =  b0
a1   =  b0b1
a2   =  b0b1b2 + b0b12
a3   =  b0b1b2b3 + b0b1b22  + b0b12b2 + b0b13
...   ...

Example :

an   =  (n+1)n-1          bn   =   1

 Come back later, we're still working on this one...

border
border
 
border
border

Engel Series  &  Pierce Series


(2008-04-19)  
A unique nondecreasing  sequence of positive integers.

A positive number  x  can be uniquely associated with a nondecreasingsequence of positive integer  (a)  as follows.

x   =     1  1  +  1 1  +  1 1  +  1   ... 
vinculumvinculumvinculumvinculum
a1a2a3a4

This is known as an Engel expansion  (or Engel series )  in honor ofFriedrich Engel(1861-1941)  who first investigated this in 1913.

The correspondence so defined between positive numbers and nondecreasing sequences of positive integers is a bijective one, if we rule outthe sequence consisting of infinitely many "1", which maybe conventionally associated with  .

For a constant  Engel series, x = (1/a) (1+x).  This yields  x = 1/(a-1).

More generally, an Engel series which is ultimately constant (i.e., ending with infinitely many terms equal to a > 1 ) can be replaced by a finite expansion  ending with a-1. If such finite expansions are accepted, we must rule out Engel expansions that areultimately constant. Alternately, we may simply rule out finite expansions. Either approach preserves unicity.

This special case  (finite and/or ultimately constant, according to taste) correspond clearly to rational numbers. Conversely, the expansion of any  rational number is of this type. (This can be proved by studying the algorithm given below.)

An Engel expansion is often denoted by a sequence between curly brackets:

  =   {1,1,1,8,8,17,19,300,1991,2492,7236,10586,34588,63403,70637,1236467,5417668,5515697,5633167,7458122,9637848,9805775,41840855,58408380,213130873,424342175,2366457522,4109464489,21846713216,27803071890,31804388758,32651669133,40718029364,47492518161,68981480654,199887242694,423715742607,1946488958454... } A006784
 
2   =   {1,3,5,5,16,18,78,102,120,144,251,363,1402,31169,88630,184655,259252,298770,4196070,38538874,616984563,1975413035,5345718057,27843871197,54516286513,334398528974,445879679626,495957494386,2450869042061,2629541150529,4088114099885,13941883241047,19419852314686,37050390695365,699870848645368,1402880565195416,2085612785432685,2336321317262184... }  A028254

A Few Remarkable Engel Expansions
1 / (k-1){ k, k, k, k, k, k, k, k, k, ...
exp (1/k) - 1{ k, 2k, 3k, 4k, 5k, 6k, 7k, 8k, 9k, 10k, 11k, 12k, ... nk ...
3 exp (-1) - 1{ 10, 28, 54, 88, 130, 180, 238, 304, 378, 460, ... 2n (2n+3) ...
k sinh (1/k) - 1{ 6 k2, 20 k2, 42 k2, 72 k2,110 k2, 156 k2, ... 2n (2n+1) k2 ...
cosh (1/k) - 1{ 2 k2, 12 k2, 30 k2, 56 k2,90 k2, 132 k2, ... 2n (2n-1) k2 ...

There is a very simple algorithm which yields the Engel expansion of a positivenumber  x.  It may be expressed by the following recurrence (which halts, for rational numbers, when  x vanishes).

x1  =  x       an  = ceiling ( 1/xn)       xn+1  = an xn 1

In this, ceiling (y)  is the smallest integer greater than or equal to  y.


(2008-04-23)  
A unique  (strictly) increasing  sequence of positive integers.

x   =     1  1   1 1   1 1   1   ... 
vinculumvinculumvinculumvinculum
a1a2a3a4

This is known as a Pierce expansion  (or Pierce series ) because of the ground-breakingthree-page articleon the subject, which was published in December 1929 by T.A. Pierce.

A Few Remarkable Pierce Expansions   (= sets of positive integers)
0    (the emptyset)
1  1.
½  { 2 }   or   { 1, 2 }   (the only number with two  expansions)
1 -e -1 N*   (all the positive integers)  A000027
1 - exp (-1/k)  k, 2k, 3k, 4k, 5k, 6k, 7k, 8k, 9k, 10k, 11k, 12k, ... nk ...
1 - k sin (1/k)  6 k2, 20 k2, 42 k2, 72 k2,110 k2, 156 k2, ... 2n (2n+1) k2 ...
1 - cos (1/k)  2 k2, 12 k2, 30 k2, 56 k2,90 k2, 132 k2, ... 2n (2n-1) k2 ...
1/ =(5-1)/2  1, 2, 4, 17, 19, 5777, 5779, 192900153617,...  A118242
2 / 2  1, 3, 8, 33, 35, 39201, 39203, 60245508192801,...  A091831
3 / 2  1, 7, 16, 193, 195, 7300801, 7300803, ...
3 / 3  1, 2, 6, 13, 15, 2701, 2703, 19726764301, 19726764303, ...
0.362306222...  2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43 , ...  A000040

The last entry shows the set of all primes  encoded into one number!

There is a very simple algorithm which yields the Pierce expansion of anumber  x  between 0 and 1. It may be expressed by the following recurrence (which halts, for rational numbers, when  x vanishes).

x1  =  x       an  = floor ( 1/xn)       xn+1  =  1an xn

In this, floor (y)  is the largest integer less than or equal to  y. For example, we may obtain the Pierce expansion of 1/ (A006283)  namely:

1    =     1  1   1 1   1 1   1   ... 
vinculumvinculumvinculumvinculumvinculum
322118383

As with ordinary continued fractions, it seems  that the Pierce expansionsof algebraic numbers of degree 3 or more (between 0 and 1)  are not "special" in any statistical way... Here's the Pierce expansion of the cube root of  ½ :

1, 4, 5, 7, 8, 18, 384, 7958, 14304, 16623, 18610, 20685, 72923, 883177, 1516692, 2493788,2504069, 22881179, 110219466, 2241255405, 34982468090, 64356019489, 110512265214,1142808349967, 3550630472116, 5238523454726, 7129035664265, 8830497667455, 73077905092939,214546637412471, 488848508730773, 10201865448706686, 15132832933748616, 33739918162365100,35804846593818133, 346958191630052089, 669921148437431078, 3959601655250244537,13642351619526186556,  ...  A140076

Incidentally, Pierce expansions provide a straight one-to-one correspondence betweenthe continuum  of the real numbers between 0 and 1 and the powerset of the positive integers (i.e., all sets of positive integers). This is one direct way to show that those two have the samecardinalitythe power of the continuum :

C   =  0

Also, Pierce expansions provide a straight one-to-one correspondence betweenthe rational  numbers between 0 and 1 and theset of finite  sets of positive integers (thereby establishing that the latter set is countable).


(2018-12-01)  
The algorithm of Asmus L. Schmidt is based on Gaussian integers.

 Come back later, we're still working on this one...

border
border
visits since November 19, 2001
 (c) Copyright 2000-2021, Gerard P. Michon, Ph.D.

[8]ページ先頭

©2009-2025 Movatter.jp