What is the rule for a 90 degree clockwise rotation?

*
(x,y) → (-y, x)
(x,y) → (-x, -y)
(x,y) → (y, -x)

1 answer

The rule for a 90-degree clockwise rotation of a point \((x, y)\) is:

\[ (x, y) \rightarrow (y, -x) \]

This means that for a point at coordinates \((x, y)\), after a 90-degree clockwise rotation, its new coordinates will be \((y, -x)\).