Sign In
P''(1,2), Q''(1,0), R''(-2,0)
We know that our starting triangle has the following vertices. P(-1, 2), Q(-1, 0), R(2,0) We want to rotate this triangle by 180^(∘) about the origin and then we will reflect it in the x-axis. Our goal is to find the coordinates of the image after the two transformations. Let's take a look at each of these transformations one at a time, beginning with the rotation.
( x, y)→ ( - x, - y) We can use this rule with the given points to find the coordinates of the rotated triangle.
(x, y) | (- x, - y) | Simplify |
---|---|---|
P( -1, 2) | P'( -( -1), - 2) | P'(1,-2) |
Q( -1, 0) | Q'( -( -1), - 0) | Q'(1,0) |
R( 2, 0) | R'( - 2, - 0) | R'(-2,0) |
A reflection in the x-axis is a transformation where the x-coordinates stay the same but the y-coordinates change signs. The y-coordinates become the opposite numbers. ( x, y) ⟶ ( x, - y) Let's apply this rule to the vertices of the rotated triangle.
(x, y) | (x, - y) | Simplify |
---|---|---|
P'( 1, -2) | P''( 1, -( -2)) | P''(1,2) |
Q'( 1, 0) | Q''( 1, - 0) | Q''(1,0) |
R'( -2, 0) | R''( -2, - 0) | R''(-2,0) |