Flips a shape over a mirror line - the image is the same distance from the line as the original, just on the other side, like a shape and its reflection in a still dam.
Reflecting in the y-axis: (x,y) → (-x,y). Reflecting in the x-axis: (x,y) → (x,-y).
Turns a shape around a fixed point (the centre of rotation) by a given angle - like turning a steering wheel.
90° clockwise about the origin: (x,y) → (y,-x).
How was the lesson? Discuss Lesson
Reflect point (3,5) in the x-axis.Reflect point (-2,4) in the y-axis.Rotate point (2,3) by 90° clockwise about the origin.
View Exercise Submit Exercise