When a point is rotated about the origin, its distance from the origin stays the same, but its coordinates change position according to the direction and angle of rotation.
Write the point as ((x, y)). Keep track of the signs carefully, since rotation often changes them.
For common rotations about the origin:
If the problem states a different direction, interpret it carefully before applying the rule.
Replace (x) and (y) with the coordinates of the original point, then simplify the signs.
A quick check is whether the new point is the correct quarter-turn or half-turn from the original point and whether the distance from the origin is unchanged.
If ((3, 4)) is rotated 90° counterclockwise, the result is ((-4, 3)). The distance from the origin is still the same.
Always give the final answer as an ordered pair in simplest form.
© 2023-2026 AI MATH COACH