3. Rotations
Sign In
A rotation by 180^(∘) changes point (x,y) into point (- x, - y).
Reflecting a point across the x-axis changes the y-coordinate into its opposite, while the x-coordinate stays unchanged.
A'(6, 2), B'(3, 2), C'(1, 4), D'(6, 4)
Example Answer: Reflect the trapezoid across the x-axis and then across the y-axis.
( x, y) ⟶ ( - x, - y) Let's apply this transformation to the vertices of the given trapezoid.
(x,y) | (- x, - y) | Simplify |
---|---|---|
A( -6, -2) | A'( -( -6) , -( -2) ) | A'(6, 2) |
B( -3, -2) | B'( -( -3) , -( -2) ) | B'(3, 2) |
C( -1, -4) | C'( -( -1) , -( -4) ) | C'(1, 4) |
D( -6, -4) | D'( -( -6) , -( -4) ) | D'(6, 4) |
( x, y) ⟶ ( - x, - y) Now we want to change both coordinates to their opposites without using rotations. Reflections across the axes change the sign of coordinates, but only one at a time. Let's recall how they work.
Transformation | Effect on Coordinates |
---|---|
Reflection in the x-axis | Changes the y-coordinate to its opposite |
Reflection in the y-axis | Changes the x-coordinate to its opposite |