Transformations Quiz Rule Practice Flashcards
Reflection across the y-axis
(x,y)->(-x,y)
Reflection across y=x
(x,y)->(y,x)
Reflection across y=-x
(x,y)->(-y,-x)
Reflection across x-axis
(x,y)->(x,-y)
Rotate counter-clockwise 180
(x,y)->(-x,-y)
Rotate counterclockwise 90
(x,y)->(-y,x)
Rotate clockwise 270
(x,y)->(-y,x)
Translation up 2
(x,y)->(x,y+2)
Translation down 5, left 6
(x,y)->(x-6,y-5)
Rotate counter-clockwise 270
(x,y)->(y,-x)
Translation right 1
(x,y)->(x+1,y)
Translation down 3, right 6
(x,y)->(x+6,y-3)
(x,y)->(y,x)
Reflection across y=x
(x,y)->(-y,x)
Rotate 90 counter-clockwise
(270 clockwise)
(x,y)->(-x,-y)
Rotate 180 (either way)
(x,y)->(-x,y)
Reflection across y-axis
(x,y)->(-y,-x)
Reflection across y=-x
(x,y)->(x,-y)
Reflection across x-axis
(x,y)->(x,y+3)
Translation up 3
(x,y)->(x+3,y)
Translation right 3
(x,y)->(x-3,y-4)
Translation left 3, down 4
(x,y)->(x-4,y-3)
Translation left 4, down 3
(x,y)->(x+6,y)
Translation right 6