To find the new point after rotating point A (2, 4) by 90 degrees counterclockwise, we can use the following transformation formula:
If a point (x, y) is rotated 90 degrees counterclockwise around the origin, the new coordinates (x', y') are given by: \[ x' = -y \] \[ y' = x \]
Applying this transformation to point A (2, 4):
-
Calculate the new x-coordinate: \[ x' = -y = -4 \]
-
Calculate the new y-coordinate: \[ y' = x = 2 \]
Thus, the rotated point is (-4, 2).
Therefore, the new point after rotating point A (2, 4) 90 degrees counterclockwise is \((-4, 2)\).