Home

> urticator.net
  Search

  About This Site
> Domains
  Glue
  Stories

  Computers
  Driving
  Games
  Humor
  Law
> Math
  Numbers
  Science

> Continued Fractions
  Game Theory (Section)
  Group Theory
  Probability
  Miscellaneous

  Approximation Quality
  Two Examples
  The Markov Equation
  Equivalence
  The Markov Constant
  The Pattern
  Group Elements and Matrices
  The Random Thoughts
  Symmetries
> Chains and Denominators
  The Discriminant
  Properties of Rotations
  Reflection Symmetry
  A Nice Correspondence

> Going Backward
  The Recurrence Relation
  Positions
  Triangles
  Sketch of a Proof

Going Backward

prev

Now, at last, we can look at some theory. Let's start with the equation that defines the denominators.

qn+1 = an+1qn + qn−1

If we rearrange it a little, it almost has forward-backward symmetry.

qn+1 = qn−1 + an+1qn
qn−1 = qn+1 − an+1qn

Hold that thought. We've gotten this far without a formal definition of what a purely repeating expansion is, but let's make one now. If we have a purely repeating expansion of length L, then we have two things. First, we have a set of coefficients a0 through aL−1. They have to be positive integers, even a0, which in a normal expansion can be zero or negative, but they aren't otherwise constrained. Second, we have a rule that defines an for all other values of n.

an = a(n mod L)

But, with the proper definition of what “mod” means, …

So, when I say “n mod m”, what I really mean is the number in the range [0,m−1] that identifies the congruence class that n belongs to.

… the same rule works for negative n, which means that we can return to the held thought and compute denominators backward as far as we like! Here's what that looks like for the large example, for the denominators that contain the upper chain. (Sorry the layout is a bit strange. The coefficient an+1 normally sits one space to the right of the denominator qn that it multiplies, but after the rotation above, it sat one space below, and after the vertical reflection below, it sits one space above. For the first backward step here, for example, we compute 4638 as 19760 minus 2×7561.)

16197602
1575611
1446381
1329231
1217151
1112082
105072
91941
81191
7751
6441
5312
4132
351
231
122
012
−101
−211
−3−11
−421
−5−32
−652
−7−131
−8311
−9−441
−10751
−11−1192
−121942
−13−5071
−1412081
−15−17152
−1629232
−17−75611
−18180451
−19−256061
−20 43651 1

Surprise, there are the denominators that contain the lower chain! And some minus signs! Just by inspection, we can say that the upper denominator q−n is equal to (−1)n times the lower denominator qn−2. I wrote that sentence for positive n, but as you might guess, it's true for all values of n. For negative n, it describes how computing the lower denominators backward gives the upper denominators with alternating signs.

To put that another way, if we return to the point about forward-backward symmetry, it's pretty easy to see that multiplying the denominators by (−1)n has the same effect as reversing the direction of computation. So, if we take the complete bidirectional sequence of upper denominators, multiply by (−1)n, and also reverse the direction, we get another valid sequence of denominators, namely, the complete bidirectional sequence of lower denominators!

Let's also look briefly at the expansions and rotations that are involved.

2211112211221111 = expansion(7561)
2211221111221111
2111122111122112

The second and third lines show the rotations that produce the upper and lower denominators, respectively. Now, whenever we compute denominators, the first coefficient a0 multiplies a denominator q−1 that is zero. But, in the bidirectional sequence of upper denominators, there's only one zero, so when we multiply by (−1)n and reverse the direction, the first coefficient for the upper denominators must become the first coefficient for the lower denominators. And, sure enough, if we read the second line backward starting from the first coefficient, we get the third line. (Note that the result of reading backward is first and foremost a reflection of the original expansion. It's only a rotation because of the third symmetry.)

It's too bad that the convention is to number the denominators from 0, because the results above would be nicer in several ways if the denominators were numbered from 1.

  • The center point of the denominators, where qn is zero, would be located not at n = −1 but rather at n = 0 … the center point of the integers!
  • As a result, the upper denominator q−n would be related to the lower denominator qn (instead of qn−2).
  • The coefficient an and the denominator qn that it would multiply would sit in the same space.
  • As a result, the forward-backward symmetry would be even clearer.

That brings me to the last point I want to make about the bidirectional sequence of upper denominators. We know that the upper chain starts at position 36 in the upper denominators, and appears at every sixteenth position after that (since that's the repeat length of the expansion), and we know that the lower chain starts at position 42 in the lower denominators, which is position −44 in the upper denominators, and appears at every sixteenth position after that. But, the distance between 36 and −44 is divisible by sixteen. What do the intermediate denominators look like?

366684339842
20294685
413
−12194
−284400489
−44 99816291793

Surprise, there are the intermediate chain values! As before, I verified by experiment that the same things happen in general: when we compute the upper denominators backward, we find the lower denominators with alternating signs, and the intermediate denominators contain the intermediate chain values. The same things even happen for u = 1 and u = 2. In particular, when we compute the denominators backward, we find the same denominators with alternating signs. Those bidirectional denominators are the evidence that I was talking about earlier that there are two chains that happen to coincide.

next

 

  See Also

  Properties of Rotations
  Sketch of a Proof

@ July (2023)