⭐ Must Memorize
- Isometry = transformation preserving size and shape (translations, reflections, rotations)
- Dilation is NOT an isometry (changes size)
- Reflection over y = x: (x, y) → (y, x)
- Rotation 270° CCW = Rotation 90° CW: (x,y) → (y, −x)
📝 Example
Point A(3, 5) is rotated 90° counterclockwise about the origin. What are the new coordinates?
Rule: (x, y) → (−y, x)
A(3, 5) → (−5, 3) ✓