Logo, an educational programming language developed in the 1960s, offers powerful opportunities for teaching geometric concepts to adult learners. This approach combines mathematical reasoning with programming skills, creating an engaging learning environment that helps adult students visualize abstract geometric concepts. The following unit demonstrates how Logo can be effectively used to teach fundamental and advanced geometric principles.
Adult learners often bring unique challenges and strengths to mathematics education. Many adults who return to learning geometry may have had negative experiences with mathematics in the past or may struggle with abstract concepts without concrete visualization. Logo addresses these concerns through several key advantages:
Before diving into geometric concepts, adult learners need a foundational understanding of Logo commands. Initial sessions should focus on mastering basic commands that control the turtle's movement:
Have students experiment with making the turtle draw simple shapes like squares, rectangles, and triangles. Ask them to predict what a set of commands will draw before executing them, then adjust commands to correct any errors. This builds foundational skills while establishing that precise language leads to precise geometric results.
One of the strongest connections between Logo and geometry is in the realm of angles. Adult learners often struggle with angle concepts, particularly interior and exterior angles. Logo makes these distinctions concrete through turtle movements:
Activity: Polygon Angles
Ask students to create procedures for different regular polygons. For example:
Then explore how the turn angle relates to the polygon's interior angles. Challenge students to derive the formula: Turn angle = 360/n, where n is the number of sides.
Triangles are fundamental to geometry, and Logo offers excellent opportunities to explore their properties:
Activity: Triangle Exploration
Have students create procedures for different types of triangles:
Ask learners to calculate the angles they need, then verify through testing that their procedures produce the intended triangles.
Logo excels at teaching symmetry concepts and transformations (translations, rotations, reflections):
Activity: Pattern Creation
Guide students in creating symmetrical patterns using Logo:
Discuss rotational symmetry and have students modify procedures to create patterns with different lines of symmetry.
Since Logo turtles move in straight lines, circles and curves require approximation, leading to rich discussions about the nature of circles:
Activity: Circle Approximation
Have students create a procedure to draw a circle:
Discuss why this works and how changing the number of repetitions affects the smoothness of the circle. This introduces concepts of pi, radians, and limits in an accessible way.
Logo helps visualize relationships between perimeters and areas:
Activity: Perimeter vs. Area
Have students draw rectangles with the same perimeter but different shapes, then calculate and compare their areas:
Challenge students to find which shape maximizes area for a given perimeter, leading to the discovery that squares optimize this relationship.
| Time | Activity | Purpose |
|---|---|---|
| 10 min | Review basic Logo commands | Reinforce foundational skills |
| 15 min | Create a procedure for a square | Practice defining procedures |
| 20 min | Derive relationship between sides and turn angles | Develop mathematical reasoning |
| 25 min | Create procedures for various regular polygons | Apply understanding to new cases |
| 15 min | Calculate interior vs. exterior angles | Connect Logo to geometric terminology |
| 15 min | Challenge: Create a procedure that takes number of sides as input | Apply mathematical formula (360/n) in programming context |
Assessing adult learners' geometric understanding through Logo can be accomplished through several approaches:
Teaching adults differs from teaching children in several important ways that should inform how Logo is used in the geometry curriculum:
To successfully implement Logo-based geometry instruction for adults, consider the following recommendations:
Using Logo to teach geometry to adult learners provides a dynamic, interactive approach that makes abstract concepts tangible and engaging. Through immediate visual feedback, hands-on experimentation, and logical problem-solving, adults can develop both geometric understanding and computational thinking skills simultaneously. This method respects adult learners' desire for relevance, autonomy, and practical application while addressing the common challenges many face with mathematical abstraction.
By carefully structuring Logo-based geometry units that build foundational skills before exploring increasingly complex concepts, educators can create transformative learning experiences that help adults overcome past mathematics frustrations and develop genuine confidence and competence in geometry.
