Answer:
(x, y) ⇒ (-y, x)
Step-by-step explanation:
A point at y=1 on the y-axis will rotate to the point x = -1 on the x-axis when it is rotated 90° CCW about the origin. Hence the value of x for the image point is the opposite of the y-value of the original point.
A point at x=1 on the x-axis will rotate to the point y=1 on the y-axis when it is rotated 90° CCW about the origin. Hence the value of y for the image point is the x-value of the original point.
In summary, ...
... (x, y) ⇒ (-y, x)
_____
Comment on rotation matrices
The rotation matrix for rotatation through the angle θ CCW about the origin is ...
![\left[\begin{array}{cc}cos((\theta))&-sin((\theta))\\sin((\theta))&cos((\theta))\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/college/82bzjrt7b06998f5r0io4rgg7n9j20vmpl.png)
When θ = 90°, this matrix becomes ...
![\left[\begin{array}{cc}0&-1\\1&0\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/smrmyuzdewc6p7ryvj88le8dhquct9o3sh.png)
and multiplication by coordinates (x, y) gives ...
![\left[\begin{array}{cc}0&-1\\1&0\end{array}\right]*\left[\begin{array}{c}x\\y\end{array}\right] = \left[\begin{array}{c}-y\\x\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/college/dzv8yfji1sg8e7yvpmntpftin5ycez46wg.png)