Introduction to the Geometry Package
This worksheet demonstrates some aspects of the geometry package.
Warning: This worksheet is computationally intensive. You may want to close any other memory-intensive applications before working through this worksheet.
>
|
|
>
|
|
|
Envelope of Circles Method
|
|
The following sections show how to use the geometry package to construct some curves based on the method called an envelope of circles. (Reference: Geometry And The Liberal Arts by Dan Pedoe)
|
Constructing a Cardioid
|
|
Define the base circle.
>
|
|
Generate a random point A0 on the circle, which is the cusp of the cardioid.
>
|
|
Generate 50 circles that envelop the constructed cardioid.
>
|
|
Graph the cardioid curve.
>
|
|
|
|
Constructing a Limacon de monsieur Pascal
|
|
Two Limacon examples are provided in this section.
|
Limacon with an inner loop
|
|
Define the base circle.
>
|
|
Pick a point outside the circle.
>
|
|
Generate 50 circles that envelop the constructed limacon.
>
|
|
>
|
|
Graph this curve.
>
|
|
|
|
Limacon without an Inner Loop
|
|
Define the base circle.
>
|
|
Pick a point inside the circle c0.
>
|
|
Generate 50 circles that envelop the constructed limacon.
>
|
|
>
|
|
The limacon without an inner loop looks like the following:
>
|
|
|
|
|
Constructing a Nephroid
|
|
Define the base circle.
>
|
|
Pick a diameter of c0.
>
|
|
Generates 60 points on the circle, and for each point Ai, construct a circle with center Ai that touches the line l.
>
|
|
>
|
|
The Nephroid can be constructed by using the draw function.
>
|
|
|
|
|
Euclidean Geometry Theorems
|
|
The following two sections demonstrate how the geometry package illustrates two theorems in Euclidean geometry. (Reference: A Survey of Geometry by Howard Eves)
|
Feuerbach's Theorem
|
|
Theorem: The nine-point circle of a triangle is tangent to the incircle and to each of the excircles of the triangle.
Define triangle ABC.
>
|
|
Find the incircle inc of ABC.
>
|
|
Find the excircles ex1, ex2, and ex3 of ABC.
>
|
|
Find the nine-point circles ec of ABC.
>
|
|
Check if inc, ex1, ex2, and ex3 are tangent to ec.
>
|
|
| (2.1.1) |
Feuerbach's Theorem can now be illustrated.
>
|
|
|
|
Nine-Point Circle Theorem
|
|
Theorem: In triangle A1A2A3, let M1, M2, M3 be the midpoints of the sides A2A3, A3A1, A1A2, let H1, H2, H3 be the feet of the altitudes on these sides, and let N1, N2, N3 be the midpoints of the segments A1H, A2H, A3H, where H is the orthocenter of the triangle. Then, the nine points M1, M2, M3, H1, H2, H3, N1, N2, N3 lie on a circle whose center N is the midpoint of the segment joining the orthocenter H to the circumcenter O of the triangle, and whose radius is half the circumradius of the triangle.
Define the triangle A1A2A3.
>
|
|
Find the midpoints of A2A3, A1A3, A1A2.
Find the orthocenter and circumcenter of A1A2A3.
>
|
|
Find the altitudes of A1A2A3.
Define the points N1, N2, N3.
>
|
|
Check if M1, M2, M3, H1, H2, H3, N1, N2, N3 are on circle c1.
| (2.2.1) |
The Nine-Point Circle Theorem can now be plotted.
>
|
|
|
|
|
Transformations
|
|
The remaining sections illustrate the use of some transformations supported in the geometry package, such as dilatation, homology, rotation, and translation.
|
Rotation of a Square
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
|
|
Homology of a Square
|
|
>
|
|
>
|
|
|
|
For more information, see the geometry help page.
Return to Index for Example Worksheets
|