unit 7: functions and transformations Flashcards
reflection over the y-axis (Ry)
(x,y) -> (-x,y)
reflection over the x-axis (Rx)
(x,y) -> (x,-y)
reflection over the line y=x (Ry=x)
(x,y) -> (y,x)
reflection over the line y=-x (Ry=-x)
(x,y) -> (-y,-x)
reflection over the origin or Rx*Ry
(x,y) -> (-x,-y)
reflection over the line x=a (Rx=a)
(x,y) -> (2a-x,y)
reflection over the line y=b (Ry=b)
(x,y) -> (x, 2b-y)
dilate by 2 about the origin (D0,2)
(x,y) -> (2x,2y)
dilate by -1/2 about the origin (D0,-1/2)
(x,y) -> (-1/2x,-1/2y)
what does it mean when the dilation scale factor is negative or positive?
negative means that you do the dilation in the opposite direction of where the image is or opposite “side”
translation by vector <a,b> (T<a,b>)
(x,y) -> (x+a,y+b)
in translation, what is magnitude and how do you find it?
the magnitude is the length of the vector (or the distance travelled between the image and pre-image), you can find it by using Pythagorean theorem (a^2+b^2 ROOT)
rotation by 90 degrees about the origin (R0,90) or (R0,-270)
(x,y) -> (-y,x)
rotation by 270 degrees about the origin (R0,270) or (R0,-90)
(x,y) -> (y,-x)
rotation by 180 degrees about the origin (R0,180) or (H0)
(x,y) -> (-x,-y)