To rotate a point \((x, y)\) by 180 degrees counterclockwise around the origin, you can use the formula:
\[ (x', y') = (-x, -y) \]
Now, let's apply this formula to each of the points you provided:
-
Point (-2, 1): \[ (-(-2), -1) = (2, -1) \]
-
Point (0, 1): \[ (-(0), -1) = (0, -1) \]
-
Point (0, 4): \[ (-(0), -4) = (0, -4) \]
-
Point (-1, 4): \[ (-(-1), -4) = (1, -4) \]
-
Point (-2, 3): \[ (-(-2), -3) = (2, -3) \]
So, the rotated points are:
- \( (2, -1) \)
- \( (0, -1) \)
- \( (0, -4) \)
- \( (1, -4) \)
- \( (2, -3) \)
Thus, the rotated shape has the vertices:
- \( (2, -1) \)
- \( (0, -1) \)
- \( (0, -4) \)
- \( (1, -4) \)
- \( (2, -3) \)