-
MATS3210-2 Symmetries and Transformations
-
1. Single Transformation
- session handout
- Translation
- Reflection
- Rotation
- Glide Reflection
- Dilation
-
2. Combine Transformations
- Two reflections
- Two rotations
- Rotation and Translation
- Rotation and Reflection
-
3. Patterns
- Kaleidoscope
- Kaleidoscope with 3 mirrors
- Line patterns from sequence of dilation
- Dilation Animated
- Dilations of a star
- Repeated dilation and rotation
- Repeated rotation
- Spiral from polygons
- square pattern
- Equiangular Spiral
- Equiangular Spiral on Nautilus Shell
- Rotating and Dilating Squares
- Rotating and Dilating Hexagons
- combining spirals
- Translate Dots
-
4. Transformation Commands
- Rotation and Dilation
- Using sequence command
- More about sequence
- Modify triangle spiral
- Other spirals
- Different sequences
This activity is also part of one or more other Books. Modifications will be visible in all these Books. Do you want to modify the original activity or create your own copy for this Book instead?
This activity was created by '{$1}'. Do you want to modify the original activity or create your own copy instead?
This activity was created by '{$1}' and you lack the permission to edit it. Do you want to create your own copy instead and add it to the book?
MATS3210-2 Symmetries and Transformations
GeoGebra Institute of Hong Kong, Aug 1, 2014

MATS3210 Excursions in Geometry and Algebra with GeoGebra Session 2: Symmetries and Transformations
Table of Contents
- Single Transformation
- session handout
- Translation
- Reflection
- Rotation
- Glide Reflection
- Dilation
- Combine Transformations
- Two reflections
- Two rotations
- Rotation and Translation
- Rotation and Reflection
- Patterns
- Kaleidoscope
- Kaleidoscope with 3 mirrors
- Line patterns from sequence of dilation
- Dilation Animated
- Dilations of a star
- Repeated dilation and rotation
- Repeated rotation
- Spiral from polygons
- square pattern
- Equiangular Spiral
- Equiangular Spiral on Nautilus Shell
- Rotating and Dilating Squares
- Rotating and Dilating Hexagons
- combining spirals
- Translate Dots
- Transformation Commands
- Rotation and Dilation
- Using sequence command
- More about sequence
- Modify triangle spiral
- Other spirals
- Different sequences
session handout
Two reflections
Change the original object or the mirror lines to explore the effect of two reflections
Two reflections


Patterns
-
1. Kaleidoscope
-
2. Kaleidoscope with 3 mirrors
-
3. Line patterns from sequence of dilation
-
4. Dilation Animated
-
5. Dilations of a star
-
6. Repeated dilation and rotation
-
7. Repeated rotation
-
8. Spiral from polygons
-
9. square pattern
-
10. Equiangular Spiral
-
11. Equiangular Spiral on Nautilus Shell
-
12. Rotating and Dilating Squares
-
13. Rotating and Dilating Hexagons
-
14. combining spirals
-
15. Translate Dots
Kaleidoscope
Change the original red dot or angle between mirrors to explore successive reflection in 2 mirrors.
Kaleidoscope


Rotation and Dilation
combine rotation and dilation
In this example, a triangle (named 'poly1') is rotated and dilated with a specified angle t and factor r, about the center A. The two transformations can be combined as one in the command.
Dilate[Rotate[poly1, t, A], r, A]


repeat the action
We can continue with this action on each object formed, resulting in a series of triangles, which can be named as poly2, poly3, poly4, etc by repeating the command in the following way:
poly2=Dilate[Rotate[poly1, t, A], r, A]
poly3=Dilate[Rotate[poly2, t, A], r, A]
poly4=Dilate[Rotate[poly3, t, A], r, A]
poly5=Dilate[Rotate[poly4, t, A], r, A]
…...
figure 2


varying the parameters
Here is another way for creating each of these triangles by varying the angle and factor each time, but applying the transformation to the first figure only.
Dilate[Rotate[poly1, n*t, A], r^n, A]
We use the letter n to indicate suitable angle and factor if the action is repeated on the first triangle. Drag the slider for n to see the effect.
figure 3


Saving…
All changes saved
Error
A timeout occurred. Trying to re-save …
Sorry, but the server is not responding. Please wait a few minutes and then try to save again.