Day 6 : The theory of Isometries and Coordinate Formulas for Isometries
by Jongsuk Keum
(a) translation
(b) rotation
(d) glide reflection
T(x,y) = (x + a, y + b)
2. Rotation with center the origin and angle t. (t stands for theta.)
T(x,y) = (x cos t - y sin t, x sin t + y cos t)
3. Reflection with mirror the line L through the origin such that the angle from the x-axis to L is t.
T(x,y) = (x cos 2t + y sin 2t, x sin 2t - y cos 2t)
4. Rotation with center (a,b) and angle t.
T(x,y) = ((x-a)cos t - (y-b)sin t + a, (x-a)sin t + (y-b)cos t + b)
5. Reflection with mirror the line L through the point (a,b) such that the angle from the x-axis to L is t.
T(x,y) = ((x-a)cos 2t + (y-b)sin 2t + a, (x-a)sin 2t - (y-b)cos 2t + b)