To find the image of point \( M(0, 4) \) after a 270-degree counterclockwise rotation around the origin, we can use the rotation mapping rules.
The general rule for rotating a point \( (x, y) \) counterclockwise by \( \theta \) degrees about the origin is given by: \[ (x', y') = (x \cos \theta - y \sin \theta, x \sin \theta + y \cos \theta) \]
For a 270-degree rotation, we know:
- \( \cos(270^\circ) = 0 \)
- \( \sin(270^\circ) = -1 \)
Plugging in these values, the rotation transformation becomes: \[ (x', y') = (x \cdot 0 - y \cdot (-1), x \cdot (-1) + y \cdot 0) \] This simplifies to: \[ (x', y') = (y, -x) \]
Now we apply this to point \( M(0, 4) \):
- Here, \( x = 0 \) and \( y = 4 \). Substituting these values into the transformation: \[ (x', y') = (4, -0) = (4, 0) \]
Thus, the image of point \( M \) after a 270-degree counterclockwise rotation about the origin is: \[ M' = (4, 0) \]