Deutsche Version
The Spiral of Theodorus |
||
The Spiral of Theodorus is more than a nice application of the Pythagorean Theorem. If we continue to plot the spiral there are more questions which need more sophisticated mathematics to be answered. |
||
|
||
For each full revolution, the increase of the angle is 2π, thus the increase of the radius is about half this size, namely π. This argumentation only shows point 1. To make this more precise, we we use the Euler–Maclaurin formula. |
The Euler–Maclaurin formula provides a way to evaluate finite sums using integrals. (1)
Here Br are the Bernoulli numbers and R(k,a,b) a remainder term, which depends on a, b and the parameter k >=1, which can be choosen freely. We have R(k,a,b) = (2) Bk(x)
is the k-th Bernoulli polynomial. |
|
We use (1) to determine the total angle φ(n-1) of the first n - 1 triangles of the square root spiral. We have φ(n -1) = , with f(x) = , n>=1. In (1) and (2) we therefore select a=1 and b=n. | ||
Using an estimation of D.H. Lehmer (American Mathematical Monthly, volume 47, pages 533–538 (1940)) which shows that |Bk(x)| in [0,1] essentially is limited by , we can conclude that with f(x) = the limit of R(k,1,n) in (2) exists for n → ∞ and moreover we have This means that there is a constant C (depending on k) such that φ(n -1) can be approximated with an arbitrary degree of precision by (3) for sufficiently large n. |
||
We now make a Taylor expansion of (3) at n = ∞ to the order g and replace by r. It can be shown that the terms up to order g are independent of k as long as k≥g. With Mathematica the computation can be performed with the following program: g=6;(*Example for order 6*) Expanding to the order g we then get, with a universal constant K φ(r)= +.... +O(1/r2g+1) (4) Here r = is the length of the hypotenuse of the n th triangle and φ(r) the corresponding angle sum of the first n triangles.. We show below that K =
- 2.157782996659446220929... |
||
In the zeroth-order approximation we get φ(r) ≈ K + 2r or r(φ) ≈ φ/2 - K/2. This allows us to answer the second and third question above. For r → ∞ we have an Archimedean Spiral with a = 1/2 and b = - K/2. In the first-order approximation we get φ(r) ≈ Even for small r this approximation is very good. | ||
To compute K, we observe that φ(r) is the sum of the angles of the first r2 -1 triangles, This leads to K= If we take into account 1/r199 (order g=100) for the highest power of r, r = 1000 suffices to compute K with an accuracy of more than 500 decimal places: -2.1577829966594462209291427868295777235041395986075624551548955508588696 4679660648149669429894639608987102644546323483961396103365725327148173 9579479801536750444925748198547939566054940816567775604693493057715919 0945928100837411349116272651336708202501350168270658030350299970069914 8589432178461865957563786712790315362413585001910510808455216340245422 8911282399073166806234610266777983466325557657663517559712701836275736 9358836893290416857329718037369573784377741773721084014784261501403379 18331837199800001....... Alternatively, K can be calculated elegantly with an infinite series using the Riemann zetafunction |
||
φ(r) = +.......... is also a good starting point for a differentiable continuation for all real r>0 (see D. Gronau: The spiral of Theodorus. Amer. Math. Monthly 111, 2004, 230-237). While the Gronaus representation for φ(r) converges very slowly, the representation (4) expanded to a certain order g gives an arbitrarily exact approximation for all r≥ Rg, where Rg depends on the order g. Particulary interesting is the interval 0< r<1, but the representation (4) is inappropriate here.
and with a sufficiently large n we can use approximation (4) for 0< r< 1. In the Geogebra Applet we use terms up to the order g=7 and n=10 . This guarantees an error < 10-10 for φ(r) for all r>0. | ||
The following functions are very good approximations and lower and upper bounds for φ(r) with an error of order O(1/r3): φL(r) = φU(r) = To see this, we compare the Taylor series of φL(r) and φU(r), expanded at r = ∞, with equation (4), which includes the term 1/(120 r3): φL(r) = φU(r) = Surprisingly we even have φL(r) < φ(r) < φU(r) for all r≥0, demonstrated by the following graphs:
φ(r) - φL(r) φU(r) - φ(r) φL and φU have simple inverse functions. With a = (φ - K)/2 we have: rL(φ) := φU-1(φ) = , and rH(φ) := φL-1(φ) = and hence rL(φ) < r(φ) < rH(φ), φ > Sqrt[6]/3 + K | ||
Sequence A072895 from the On-Line Encyclopedia of Integer Sequences is defined as the least number of triangles to complete k revolutions. Its elements are 17, 54, 110, 186, 281, 396, 532, 686, 861, 1055, 1269, 1503, 1757, 2030, 2323, 2636, 2968, 3320, 3692, 4084, 4495, 4927, 5377, 5848, 6338..... We have rL(2kπ) < r(2kπ) < rH(2kπ) and because n = r2 -1 Floor[ rL(2kπ)2 ] ≤ A072895(k) ≤ Floor[ rH(2kπ)2 ] For all k≤1 000 000 000 Floor[ rL(2kπ)2 ] = Floor[ rH(2kπ)2 ] holds, so we have A072895(k) = Floor[ rL(2kπ)2 ] = Floor[ (kπ - K/2)2 - 1/6 ] , k≤1 000 000 000 and also A072895(k) = Floor[ rH(2kπ)2 ] = Floor[ (kπ - K/2)2 - 1/6 + 1/(12kπ - 6K)2 ], k≤1 000 000 000
The following Mathematica Program computes A072895(k) : a[k_]:=Module[{ a= -K/2 + kπ, b}, b = a2 - 1/6; If [Floor[b]==Floor[b+1/(12 a)2], Floor[b], Undefined]] Under the assumption of an equidistribution mod 1, the probability that Floor[b] != Floor[b+1/(12 a)2] is 1/(12kπ - 6K)2 for each k. With high probability, therefore, a[k] = A072895(k) for all k.
| ||
< Home >
© 2022 Herbert Kociemba |