Question
How to reflect and rotate a triangle on a coordinate grid
Original question: 5
The single transformation that maps triangle A onto triangle B is an enlargement. The center of enlargement is at and The scale factor is .
(b) On the grid, draw the image of (i) triangle A after a reflection in the line [2] (ii) triangle A after a rotation clockwise, centre . [2]
Expert Verified Solution
Key takeaway: This kind of coordinate geometry problem is really about being careful with rules. One transformation changes positions across a mirror line, and the other turns every point around a center by a fixed angle.
(i) Reflection in the line
A reflection in a vertical line keeps the -coordinate the same and changes the -coordinate to the same distance on the other side of the line.
If a point is , then after reflection in :
So each vertex of triangle A should be moved the same distance to the other side of .
(ii) Rotation clockwise about
For a clockwise rotation about :
- Translate the point so the center becomes the origin.
- Rotate using .
- Translate back.
If a point is , then relative to :
After rotation:
Translate back:
So the image rule is
Use that on each vertex of triangle A to plot the rotated image.
Pitfalls the pros know 👇 For reflections, students often flip across the wrong line because they forget that is one unit left of the -axis, not the -axis itself.
For rotations, the biggest mistake is rotating around the origin instead of around . Always shift to the center first, then rotate, then shift back.
What if the problem changes? If the reflection line were instead of , the reflection rule would become while stays the same. If the rotation were counterclockwise instead of clockwise, the coordinate rule would change to after the same center-shift method, so you would need to redo the mapping carefully.
Tags: reflection, rotation, coordinate geometry
FAQ
How do I reflect a point in the line x = -1?
Keep the y-coordinate the same and place the x-coordinate the same distance on the other side of the line x = -1.
How do I rotate a point 90 degrees clockwise about (1,-2)?
Translate the point so (1,-2) becomes the origin, rotate using (u,v) to (v,-u), then translate back.