Sign In
First, identify the rotation that allows the piece to fall into correct place. Then, find the coordinates of the vertices of the red piece after that rotation.
(1,-1), (0,-1), (0,0), (-1, 0), (-1,1), (0,1), (0,2), (1,2), see solution.
Let's take a look at the given diagram.
We are told that the red piece is rotated about the origin and then translated. After these transformations, it moves to the place marked by the dashed lines. We want to find the coordinates of the vertices of this piece after the rotation. We need to follow two steps to find the coordinates.
Let's do it!
Next, let's focus on the red piece after the rotation so that we can find the coordinates of the vertices. We can mark its vertices and their coordinates.
Finally, let's make a list of these coordinates. (1,-1), (0,-1), (0,0), (-1, 0), (-1,1), (0,1), (0,2), (1,2) Note that this is one of many ways that we could write our answer. We could change the order of the points and the list would still be correct.
The vertices of the original red piece have the following coordinates. (0,0), (0,-1), (-1, -1), (-1,0), (-2,0), (-2,1), (1,1), (1,0) We know that the first transformation is a clockwise rotation by 90^(∘) about the origin. During this type of rotation, the coordinates of points always change in the same way. ( x, y) ⟶ ( y, - x) Let's change the coordinates of the original piece using this algebraic rule. This will give us the coordinates of our shape after the rotation.
(x,y) | (y, - x) | Simplify |
---|---|---|
( 0, 0) | ( 0, - 0) | (0,0) |
( 0, -1) | ( -1, - 0) | (-1,0) |
( -1, -1) | ( -1, -( -1)) | (-1,1) |
( -1, 0) | ( 0, -( 1)) | (0,1) |
( -2, 0) | ( 0, -( -2)) | (0,2) |
( -2, 1) | ( 1, -( -2)) | (1,2) |
( 1, 1) | ( 1, - 1) | (1,-1) |
( 1, 0) | ( 0, - 1) | (0,-1) |
Finally, let's list the points. (0,0), (-1,0), (-1,1), (0,1), (0,2), (1,2), (1,-1), (0,-1) We found the same set of points, although they are written in a different order, that we found using the first method!