Composition of Transformations Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
Triangle ABCABC with A(1,0)A(1,0), B(3,0)B(3,0), C(2,2)C(2,2) is rotated 90°90° counterclockwise about the origin, then reflected over the yy-axis. Find the final vertices.

Solution

  1. 1
    Rule for 90°90° CCW rotation: (x,y)(y,x)(x,y) \to (-y, x). Apply: A(1,0)A(0,1)A(1,0)\to A'(0,1), B(3,0)B(0,3)B(3,0)\to B'(0,3), C(2,2)C(2,2)C(2,2)\to C'(-2,2).
  2. 2
    Rule for reflection over the yy-axis: (x,y)(x,y)(x,y)\to(-x,y). Apply: A(0,1)A(0,1)A'(0,1)\to A''(0,1), B(0,3)B(0,3)B'(0,3)\to B''(0,3), C(2,2)C(2,2)C'(-2,2)\to C''(2,2).
  3. 3
    The final triangle has vertices A(0,1)A''(0,1), B(0,3)B''(0,3), C(2,2)C''(2,2).

Answer

A(0,1)A''(0,1), B(0,3)B''(0,3), C(2,2)C''(2,2)
Compositions of rigid transformations preserve shape and size. Applying coordinate rules step-by-step ensures accuracy. Note that AA'' and BB'' lie on the yy-axis because the rotation moved them there and the reflection fixed those points.

About Composition of Transformations

Composition of transformations applies two or more transformations in sequence to a figure, where the output of one transformation becomes the input of the next. The order matters because transformation composition is generally not commutative.

Learn more about Composition of Transformations →

More Composition of Transformations Examples