Given a point (x, y)

on a geometric figure, what is the new point when the figure is rotated counterclockwise about the origin 180 degree

1 answer

When a point \((x, y)\) is rotated counterclockwise about the origin by 180 degrees, the new coordinates of the point can be found using the following transformation:

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

This means that the new point after the rotation will be \((-x, -y)\).