finding and proving new geometry theorems in regular
play

Finding and proving new geometry theorems in regular polygons with - PowerPoint PPT Presentation

Finding and proving new geometry theorems in regular polygons with dynamic geometry and automated reasoning tools Zolt an Kov acs The Private University College of Education of the Diocese of Linz CICM Hagenberg, Calculemus August 16,


  1. Finding and proving new geometry theorems in regular polygons with dynamic geometry and automated reasoning tools Zolt´ an Kov´ acs The Private University College of Education of the Diocese of Linz CICM Hagenberg, Calculemus August 16, 2018

  2. Abstract In 1993 Watkins and Zeitlin published a method to simply compute the minimal polynomial of cos(2 π/ n ), based on the Chebyshev polynomials of the first kind. In the present contribution a small augmentation to GeoGebra is shown: GeoGebra is now capable to discover and automatically prove various non-trivial properties of regular n -gons. Discovering and proving a conjecture can be sketched with GeoGebra, then, in the background a rigorous proof is computed, so that the conjecture can be confirmed, or must be rejected. Besides confirming well known results, many interesting new theorems can be found, including statements on a regular 11-gon that are impossible to represent with classical means, for example, with a compass and a straightedge, or with origami.

  3. Which regular polygons can be constructed with compass and straightedge?

  4. Which regular polygons can be constructed with compass and straightedge?

  5. Which regular polygons can be constructed with compass and straightedge?

  6. Which regular polygons can be constructed with compass and straightedge?

  7. Which regular polygons can be constructed with compass and straightedge?

  8. Which regular polygons can be constructed with compass and straightedge?

  9. Which regular polygons can be constructed with compass and straightedge?

  10. Which regular polygons can be constructed with compass and straightedge?

  11. Which regular polygons can be constructed with compass and straightedge?

  12. Which regular polygons can be constructed with compass and straightedge?

  13. Which regular polygons can be constructed with compass and straightedge?

  14. Which regular polygons can be constructed with origami (paper folding) ?

  15. Which regular polygons can be constructed with origami (paper folding) ?

  16. General theorems on constructibility Theorem (Gauß-Wantzel, 1837) A regular n-gon is constructible with compass and straightedge if and only if n = 2 k · p 1 · p 2 · · · p ℓ where the p i are all different prime numbers such that p i − 1 = 2 m (k , ℓ, m ∈ N 0 ).

  17. General theorems on constructibility Theorem (Gauß-Wantzel, 1837) A regular n-gon is constructible with compass and straightedge if and only if n = 2 k · p 1 · p 2 · · · p ℓ where the p i are all different prime numbers such that p i − 1 = 2 m (k , ℓ, m ∈ N 0 ). Theorem (Pierpont, 1895) A regular n-gon is constructible with origami if and only if n = 2 k · 3 r · p 1 · p 2 · · · p ℓ where the p i are all different prime numbers such that p i − 1 = 2 m · 3 s (k , ℓ, m , r , s ∈ N 0 ).

  18. Consequences Corollary A regular 11-gon cannot be constructed with compass and straightedge, or with origami.

  19. Consequences Corollary A regular 11-gon cannot be constructed with compass and straightedge, or with origami. The same statement is valid for n = 22 , 23 , 25 , 29 , 31 , . . .

  20. Related work ◮ Theorems on regular n -gons for small n are well known (including theorems in mathematics curriculum), including ◮ constructibility theorems (also in primary/secondary school), ◮ statements on the golden ratio in regular pentagons. ◮ Some exotic results are known for bigger n , e.g. for n = 9 Karst’s statement is known ( https: //www.geogebra.org/m/AXd5ByHX#material/x5u93pFr ). ◮ Mechanical geometry theorem proving is a well known technique, initiated by Wen-Ts¨ un Wu and popularized by his followers, including Chou, and by Kapur, Buchberger, Kutzler and Stifter, Recio and V´ elez, and others. Several thousands of theorems can be mechanically proven very quickly—but they are unrelated to regular polygons.

  21. This contribution . . . ◮ is based on Wu’s approach in algebraizing the geometric setup, ◮ exploits the power of Gr¨ obner basis computations, ◮ can be further developed towards automated discovery ( → RegularNGons ), ◮ uses a sequence of formulas by Watkins and Zeitlin, based on the Chebyshev polynomials of the first kind (in order to describe consecutive rotations of the edges around one of their endpoints (=a vertex) by using cos(2 π/ n ) and sin(2 π/ n )).

  22. Computing the minimal polynomial of cos(2 π/ n ) Lehmer (1933), Watkins–Zeitlin (1993), recap. Gurtas (2017) 1: procedure cos2piOverNMinpoly ( n ) p c ← T n − 1 2: for all j | n ∧ j < n do 3: q ← T j − 1 4: r ← gcd ( p c , q ) 5: p c ← p c / r 6: return SquarefreeFactorization( p c ) 7: where T n stands for the n th Chebyshev polynomial of the first kind (see https://dlmf.nist.gov/18.9 for its recurrence relations).

  23. Minimal polynomial of cos(2 π/ n ) n Minimal polynomial 1 x − 1 2 x + 1 3 2 x + 1 4 x 4 x 2 + 2 x − 1 5 6 2 x − 1 8 x 3 + 4 x 2 − 4 x − 1 7 2 x 2 − 1 8 8 x 3 − 6 x + 1 9 4 x 2 − 2 x − 1 10 32 x 5 + 16 x 4 − 32 x 3 − 12 x 2 + 6 x + 1 11 4 x 2 − 3 12 64 x 6 + 32 x 5 − 80 x 4 − 32 x 3 + 24 x 2 + 6 x − 1 13 8 x 3 − 4 x 2 − 4 x + 1 14

  24. Minimal polynomial of cos(2 π/ n ), example n Minimal polynomial 1 x − 1 2 x + 1 3 2 x + 1 4 x 4 x 2 + 2 x − 1 5 6 2 x − 1 8 x 3 + 4 x 2 − 4 x − 1 7 2 x 2 − 1 8 8 x 3 − 6 x + 1 9 4 x 2 − 2 x − 1 10 32 x 5 + 16 x 4 − 32 x 3 − 12 x 2 + 6 x + 1 11 4 x 2 − 3 12 64 x 6 + 32 x 5 − 80 x 4 − 32 x 3 + 24 x 2 + 6 x − 1 13 8 x 3 − 4 x 2 − 4 x + 1 14

  25. Minimal polynomial of cos(2 π/ 8), example The roots of 2 x 2 − 1 are

  26. Minimal polynomial of cos(2 π/ 8), example √ The roots of 2 x 2 − 1 are ± 2 / 2.

  27. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2,

  28. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine,

  29. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but

  30. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary.

  31. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots.

  32. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots. By using the well known formula sin 2 α + cos 2 α = 1 we can obtain √ that sin(2 π/ 8) = ± 2 / 2.

  33. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots. By using the well known formula sin 2 α + cos 2 α = 1 we can obtain √ that sin(2 π/ 8) = ± 2 / 2. That is fine again,

  34. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots. By using the well known formula sin 2 α + cos 2 α = 1 we can obtain √ that sin(2 π/ 8) = ± 2 / 2. That is fine again, but

  35. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots. By using the well known formula sin 2 α + cos 2 α = 1 we can obtain √ that sin(2 π/ 8) = ± 2 / 2. That is fine again, but another unnecessary root is introduced.

  36. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots. By using the well known formula sin 2 α + cos 2 α = 1 we can obtain √ that sin(2 π/ 8) = ± 2 / 2. That is fine again, but another unnecessary root is introduced. Actually, we obtained 4 different, undistinguishable solutions for the rotation vector (cos(2 π/ 8) , sin(2 π/ 8)):

  37. Minimal polynomial of cos(2 π/ 8), example √ √ The roots of 2 x 2 − 1 are ± 2 / 2. Clearly, cos(2 π/ 8) = 2 / 2, that looks fine, but one of the roots is unnecessary. Unfortunately, by using only polynomial equations it is not possible to exclude such extra roots. By using the well known formula sin 2 α + cos 2 α = 1 we can obtain √ that sin(2 π/ 8) = ± 2 / 2. That is fine again, but another unnecessary root is introduced. Actually, we obtained 4 different, undistinguishable solutions for the rotation vector √ √ (cos(2 π/ 8) , sin(2 π/ 8)): ( ± 2 / 2 , ± 2 / 2).

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend