Geometric Construction of a 17-gon

2015-11-14 08:21
This applet demonstrates the geometric construction of a regular 17-gon (heptadecagon) in GeoGebra, showcasing how computational tools can bring classical geometric constructions to life. The construction relies on the Sequence and Zip commands to systematically compute the vertices of the polygon. A radius parameter and angle increment are defined, where the central angle between consecutive vertices is calculated as 360 degrees divided by 17. Using these parameters, the applet computes the Cartesian coordinates of each vertex around the circle and then employs the Polygon command to connect all 17 vertices in order, producing a closed regular 17-sided figure. The applet illustrates several important mathematical concepts. First, it highlights the deep connection between algebra and geometry, as trigonometric functions are used to convert angular positions into precise coordinate values. This bridges the gap between the abstract concept of a regular polygon and its concrete representation on the coordinate plane. Second, it demonstrates the power of list operations in GeoGebra, showing how the Sequence command can generate a list of values and how the Zip command can transform two lists into a list of coordinate pairs. These list-based approaches provide an elegant and efficient alternative to constructing each vertex individually. Students can interact with the applet by adjusting the radius parameter, which scales the size of the 17-gon while preserving its regularity. This interactivity helps learners understand that the shape of a regular polygon is determined by the number of sides, not by the size of the circumcircle. The construction also serves as a gateway to discussing the historical significance of the regular 17-gon. Carl Friedrich Gauss famously proved in 1796 that a regular 17-gon is constructible using only a compass and straightedge, a result that resolved a problem that had puzzled mathematicians for over two millennia and led to his groundbreaking work on cyclotomic polynomials and constructible polygons in general. By visualizing the construction numerically, students gain intuition for why the 17-gon is special and how modern computational tools complement classical synthetic methods.
In collections 複數
Geometric Construction of a 17-gon
Loading the math board and drawing, please wait…