Transformations: Moving Shapes
Transformations change a shape's position or size on a coordinate plane. They are useful in design, animation, and understanding symmetry. The three main types are translations, reflections, and rotations.
Step-by-Step Guide
- Identify the Type: Is it a slide (translation), flip (reflection), or turn (rotation)?
- Apply the Rule:
- Translation: Add to (slide right/up) or subtract from (slide left/down) the x and y coordinates. Example: (x, y) → (x + 5, y - 2)
- Reflection: Multiply the coordinate you are reflecting over by -1.
- Over x-axis: (x, y) → (x, -y)
- Over y-axis: (x, y) → (-x, y)
- Rotation: Turn the shape around a point (usually the origin).
- 90° clockwise: (x, y) → (y, -x)
- 180°: (x, y) → (-x, -y)
- Plot the New Points: Calculate the new coordinates for each vertex and connect them.
Visual Examples
Example 1: Translation
Translate triangle ABC with vertices A(1,2), B(3,2), C(2,4) by the rule (x, y) → (x + 4, y + 1).
Step 1: Apply the rule to each point: A(1,2) → (1+4, 2+1) = A'(5,3) B(3,2) → (3+4, 2+1) = B'(7,3) C(2,4) → (2+4, 4+1) = C'(6,5)
Step 2: Plot points A', B', C' and connect them. The shape slides 4 right and 1 up.
Example 2: Reflection
Reflect point D(2, -3) over the x-axis.
Step 1: Use the rule for x-axis reflection: (x, y) → (x, -y).
Step 2: Apply the rule: D(2, -3) → D'(2, -(-3)) = D'(2, 3). The point flips vertically.
Common Mistakes ⚠️
Mixing up x and y changes: For translations, remember (x, y). Moving right/left changes x. Moving up/down changes y.
Reflection confusion: Reflecting over the x-axis changes the y-sign. Reflecting over the y-axis changes the x-sign.
Rotation direction: 90° clockwise is different from 90° counterclockwise. Always note the direction.
Tips & Tricks
Translation: Think "slide." The shape doesn't change size or orientation.
Reflection: Think "mirror" or "flip." The shape is reversed.
Rotation: Think "spin." The shape turns around a point.
Memory Aid: For 90° clockwise rotation, just swap the coordinates and make the new y negative: (x, y) → (y, -x).
Practice Suggestions
- Start by transforming single points before moving to whole shapes.
- Use graph paper or digital tools to draw the original and transformed shapes.
- Create your own shapes on a coordinate grid and practice all three transformations.
- Check your work by seeing if the size and shape (the congruence) is preserved.