Engel expansion

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The Engel expansion of a positive real number x is the unique non-decreasing sequence of positive integers \{a_1,a_2,a_3,\dots\} such that

x=\frac{1}{a_1}+\frac{1}{a_1a_2}+\frac{1}{a_1a_2a_3}+\cdots.\;

Rational numbers have a finite Engel expansion, while irrational numbers have an infinite Engel expansion. If x is rational, its Engel expansion provides a representation of x as an Egyptian fraction. Engel expansions are named after Friedrich Engel, who studied them in 1913.

An expansion analogous to an Engel expansion, in which alternating terms are negative, is called a Pierce expansion.

Engel expansions, continued fractions, and Fibonacci

Kraaikamp & Wu (2004) observe that an Engel expansion can also be written as an ascending variant of a continued fraction:

x = \frac{\displaystyle 1+\frac{\displaystyle 1+\frac{\displaystyle 1+\cdots}{\displaystyle a_3}}{\displaystyle a_2}}{\displaystyle a_1}.

They claim that ascending continued fractions such as this have been studied as early as Fibonacci's Liber Abaci (1202). This claim appears to refer to Fibonacci's compound fraction notation in which a sequence of numerators and denominators sharing the same fraction bar represents an ascending continued fraction:

\frac{a\ b\ c\ d}{e\ f\ g\ h} = \dfrac{d+\dfrac{c+\dfrac{b+\dfrac{a}{e}}{f}}{g}}{h}.

If such a notation has all numerators 0 or 1, as occurs in several instances in Liber Abaci, the result is an Engel expansion. However, Engel expansion as a general technique does not seem to be described by Fibonacci.

Algorithm for computing Engel expansions

To find the Engel expansion of x, let

u_1=x,
a_k=\left \lceil \frac{1}{u_k} \right \rceil,

and

 u_{k+1}=u_ka_k-1

where \left \lceil r \right \rceil is the ceiling function (the smallest integer not less than r).

If u_i=0 for any i, halt the algorithm.

Example

To find the Engel expansion of 1.175, we perform the following steps.

u_1 = 1.175, a_1=\left \lceil \frac{1}{1.175} \right\rceil = 1; \,
u_2 = u_1a_1-1=1.175\cdot1-1=0.175, a_2=\left\lceil\frac{1}{0.175}\right\rceil=6 \,
u_3 = u_2a_2-1=0.175\cdot6-1=0.05, a_3=\left\lceil\frac{1}{0.05}\right\rceil=20 \,
u_4 = u_3a_3-1=0.05\cdot20-1=0 \,

The series ends here. Thus,

1.175=\frac{1}{1}+\frac{1}{1\cdot6}+\frac{1}{1\cdot6\cdot20}

and the Engel expansion of 1.175 is {1, 6, 20}.

Engel expansions of rational numbers

Every positive rational number has a unique finite Engel expansion. In the algorithm for Engel expansion, if ui is a rational number x/y, then ui+1 = (−y mod x)/y. Therefore, at each step, the numerator in the remaining fraction ui decreases and the process of constructing the Engel expansion must terminate in a finite number of steps. Every rational number also has a unique infinite Engel expansion: using the identity

\frac{1}{n}=\sum_{r=1}^{\infty}\frac{1}{(n+1)^r}.

the final digit n in a finite Engel expansion can be replaced by an infinite sequence of (n + 1)s without changing its value. For example

1.175=\{1,6,20\}=\{1,6,21,21,21,\dots\}.\;\;

This is analogous to the fact that any rational number with a finite decimal representation also has an infinite decimal representation (see 0.999...). An infinite Engel expansion in which all terms are equal is a geometric series.

Erdős, Rényi, and Szüsz asked for nontrivial bounds on the length of the finite Engel expansion of a rational number x/y; this question was answered by Erdős and Shallit, who proved that the number of terms in the expansion is O(y1/3 + ε) for any ε > 0.[1]

Engel expansions for some well-known constants

\pi = {1, 1, 1, 8, 8, 17, 19, 300, 1991, 2492,...} (sequence A006784 in OEIS)
\sqrt{2} = {1, 3, 5, 5, 16, 18, 78, 102, 120, 144,...} (sequence A028254 in OEIS)
e = {1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,...} (sequence A000027 in OEIS)

And in general,

e^{1/r}-1=\{1r, 2r, 3r, 4r, 5r, 6r, \dots\}\;

More Engel expansions for constants can be found here.

Growth rate of the expansion terms

The coefficients ai of the Engel expansion typically exhibit exponential growth; more precisely, for almost all numbers in the interval (0,1], the limit \lim_{n\rightarrow\infty} a_n^{1/n} exists and is equal to e. However, the subset of the interval for which this is not the case is still large enough that its Hausdorff dimension is one.[2]

The same typical growth rate applies to the terms in expansion generated by the greedy algorithm for Egyptian fractions. However, the set of real numbers in the interval (0,1] whose Engel expansions coincide with their greedy expansions has measure zero, and Hausdorff dimension 1/2.[3]

Notes

  1. Erdős, Rényi & Szüsz (1958); Erdős & Shallit (1991).
  2. Wu (2000). Wu credits the result that the limit is almost always e to Janos Galambos.
  3. Wu (2003).

References

  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found..

External links

  • Lua error in package.lua at line 80: module 'strict' not found.