DWG NO. 09.3 — Lesson 3 of 5

Rotations

Unit 9: Transformations · ~15–30 min

Objective

Rotate a figure about the origin by 90°, 180°, or 270° using coordinate rules, and identify the angle and direction of a rotation from a preimage and its image.

What a rotation does

A rotation turns a figure about a fixed point, the center of rotation, through a given angle. Every point of the figure sweeps through the same angle at the same distance from the center — distances from the center and the shape of the figure are preserved, only the orientation in the plane changes. Rotations are described counterclockwise unless stated otherwise; a clockwise rotation of θ° is the same as a counterclockwise rotation of (360° − θ)°.

Coordinate rules about the origin

For rotations centered at the origin, three angles have simple coordinate rules:

Notice that 180° is its own reverse — rotating 180° twice returns a point to where it started. For a rotation about a point other than the origin, the same angle rules apply, but you first translate the center to the origin, rotate, then translate back.

90° P P′

Point P rotates 90° counterclockwise about the origin to P′, staying the same distance from center.

Worked Example 1 · Rotating 90°
ProblemRotate point A(6, 2) by 90° counterclockwise about the origin.
1.Apply (x, y) → (−y, x): (−2, 6).
A′(−2, 6)
Worked Example 2 · Rotating 180°
ProblemTriangle JKL has vertices J(1, 2), K(4, 2), L(2, 5). Rotate 180° about the origin.
1.Apply (x, y) → (−x, −y) to each vertex.
J′(−1, −2), K′(−4, −2), L′(−2, −5)
Worked Example 3 · Identifying the rotation
ProblemPoint Q(3, 5) maps to Q′(5, −3). What rotation about the origin produced this?
1.Compare to the rules: (x, y) → (y, −x) matches (3, 5) → (5, −3).
A 270° counterclockwise rotation (equivalently, 90° clockwise).

Guided practice