As an example, suppose |
We can split this into two geometric series |
or the single series |
3/22 + 3/25 + 3/28 + 3/211 + ... |
and sum those, or more simply note that the
point x with address |
Then the equation x = f1(f1(f0(x)))gives |
x = (1/2)*((1/2)*(x/2) + 1/2) + 1/2 = x/8 + 6/8 |
so x = 6/7. |
  |
Now suppose the address of x is |
Then x is a fixed point of fa1fa2...fan. |
Each fai(x) divides x by 2 and adds 1 or 0, depending on whether ai is 1 or 0. |
So fa1fa2...fan(x) =
|
where k = |
Then x = fa1fa2...fan(x) becomes |
x = x/2n + k/2n |
which gives |
x = k/(2n - 1) |
That is, any number whose address is a repeating block is a rational number with denominator of the
form |
Return to basic questions.