Reflection and Rotation

Reflection

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).

Rotation

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).

Lesson Image

Lesson Image

Discussion

How was the lesson? Discuss Lesson

Related Exercises

Reflect and rotate points

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