Sequence of Transformations: A series of transformations applied one after another. The composition T₁ ∘ T₂ means apply T₂ first, then apply T₁ to the result.
Composition Notation: (T₁ ∘ T₂)(P) = T₁(T₂(P)). Read from right to left: apply T₂ first, then T₁.
Pre-image: The original figure before the sequence of transformations.
Final Image: The figure after all transformations have been applied.
- Identify the sequence: List transformations in order
- Apply transformations sequentially: Apply each transformation to the result of the previous one
- Track coordinates: Keep track of point coordinates through each step
- Verify the result: Check that the final transformation is rigid
- Confirm properties: Verify the composition preserves distances and angles
Composition of Transformations: Applying transformations in sequence where (T₁ ∘ T₂)(P) means apply T₂ first, then T₁. The order is crucial for the result.
- Apply the first transformation (rightmost): translation T⟨2, 3⟩
- Apply the second transformation: reflection across x-axis
- Track the point through each step
Rule: (x, y) → (x+2, y+3)
P(1, -1) → P₁(1+2, -1+3) = P₁(3, 2)
Rule: (x, y) → (x, -y)
P₁(3, 2) → P'(3, -2)
Distance from origin to P: √[1² + (-1)²] = √2
Distance from origin to P': √[3² + (-2)²] = √13
Since individual distances changed, verify that the transformation preserves distances between points
Both translation and reflection are rigid transformations
Composition of rigid transformations is rigid ✓
Composition (r_x ∘ T⟨2,3⟩)(P)
The final coordinates after applying translation T⟨2, 3⟩ followed by reflection across the x-axis to point P(1, -1) are P'(3, -2). The composition preserves all geometric properties.
• Order of Operations: Apply transformations right to left
• Translation Rule: T⟨a,b⟩(x,y) = (x+a, y+b)
• Reflection Rule: Across x-axis: (x,y) → (x, -y)
Rotation Then Translation: First apply the rotation (x, y) → (-y, x) for 90° CCW, then apply the translation by adding the translation vector.
Rule: (x, y) → (-y, x)
Q(3, 1) → Q₁(-1, 3)
Rule: (x, y) → (x-1, y+2)
Q₁(-1, 3) → Q'(-1-1, 3+2) = Q'(-2, 5)
Distance from origin to Q: √[3² + 1²] = √10
Distance from origin to Q': √[(-2)² + 5²] = √29
Since distances to origin changed, verify with a distance between points
Both rotation and translation are rigid transformations
Composition of rigid transformations is rigid ✓
Composition (T⟨-1,2⟩ ∘ R_{O,90°})(Q)
The final coordinates after applying 90° CCW rotation about origin followed by translation T⟨-1, 2⟩ to point Q(3, 1) are Q'(-2, 5). The composition preserves all geometric properties.
• Rotation Rule: 90° CCW: (x,y) → (-y, x)
• Translation Rule: T⟨a,b⟩(x,y) = (x+a, y+b)
• Composition Property: Rigid ∘ Rigid = Rigid
Composition of Two Reflections: Two reflections across perpendicular lines is equivalent to a rotation of 180° about their intersection point.
Rule: (x, y) → (-x, y)
R(2, -3) → R₁(-2, -3)
Rule: (x, y) → (x, -y)
R₁(-2, -3) → R'(-2, -(-3)) = R'(-2, 3)
R(2, -3) → R'(-2, 3)
This is the same as (x, y) → (-x, -y)
Which is a 180° rotation about origin!
For 180° rotation: (x, y) → (-x, -y)
R(2, -3) → (-2, 3) ✓
This matches our result ✓
Two reflections across perpendicular lines (x-axis and y-axis) = 180° rotation about their intersection (origin)
Equivalent to: 180° rotation about origin
The final coordinates after applying reflection across y-axis followed by reflection across x-axis to point R(2, -3) are R'(-2, 3). This sequence is equivalent to a 180° rotation about the origin.
• Reflection Rule: Across y-axis: (x,y) → (-x, y)
• Reflection Rule: Across x-axis: (x,y) → (x, -y)
• Composition Identity: r_x ∘ r_y = R_{O,180°}
Three-Step Composition: For (T₁ ∘ T₂ ∘ T₃)(P), apply T₃ first, then T₂, then T₁. Track the point through each transformation sequentially.
Rule: (x, y) → (x+1, y-2)
S(-1, 2) → S₁(-1+1, 2-2) = S₁(0, 0)
Rule: (x, y) → (-y, x)
S₁(0, 0) → S₂(-0, 0) = S₂(0, 0)
Rule: (x, y) → (-x, y)
S₂(0, 0) → S'(-0, 0) = S'(0, 0)
Let's try with a point that's not the origin to see the effect
For T(-1, 2) to (0, 0) to (0, 0) to (0, 0)
Wait, let me recalculate: S(-1, 2)
S(-1, 2) → translation → S₁(0, 0) → rotation → S₂(0, 0) → reflection → S'(0, 0)
Since the first transformation moved the point to the origin, and the origin is fixed by both rotation and reflection, the final result is S'(0, 0)
All three transformations (translation, rotation, reflection) are rigid
Composition of rigid transformations is rigid ✓
All transformations applied in sequence
The final coordinates after applying translation T⟨1, -2⟩, then 90° CCW rotation about origin, then reflection across y-axis to point S(-1, 2) are S'(0, 0).
• Sequential Application: Apply transformations in order specified
• Fixed Points: Origin is fixed by rotation and reflection
• Rigidity: Composition of rigid transformations is rigid
Rigid Composition Property: Since both rotation and translation are rigid transformations, their composition is also rigid, meaning it preserves distances between points.
Rotation: A(1, 0) → A₁(0, 1) [using (x,y) → (-y, x)]
Translation: A₁(0, 1) → A'(0+2, 1-1) = A'(2, 0)
Rotation: B(0, 1) → B₁(-1, 0) [using (x,y) → (-y, x)]
Translation: B₁(-1, 0) → B'(-1+2, 0-1) = B'(1, -1)
AB = √[(0-1)² + (1-0)²] = √[1 + 1] = √2
A'B' = √[(1-2)² + (-1-0)²] = √[1 + 1] = √2
Distance AB = √2 units
Distance A'B' = √2 units
AB = A'B' ✓
Since both rotation and translation are rigid transformations
Their composition is also rigid, preserving all distances ✓
Composition preserves distances
The distance between A and B is √2 units, and the distance between A' and B' is also √2 units. This verifies that the composition of rigid transformations preserves distances.
• Distance Formula: d = √[(x₂-x₁)² + (y₂-y₁)²]
• Composition Property: Rigid ∘ Rigid = Rigid
• Verification: Compare distances before and after transformation